Skip to content

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 31, 2020
1 parent c740b62 commit d3b4e73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
}
],
"require": {
"php": "^7.2",
"illuminate/database": "^6.0"
"php": "^7.2.5",
"illuminate/database": "^7.0"
},
"require-dev": {
"laravel/homestead": "^10.0",
"orchestra/testbench": "^4.0"
"orchestra/testbench": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d3b4e73

Please sign in to comment.