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 da459ba commit 7417572
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -9,14 +9,14 @@
}
],
"require": {
"php": "^7.2",
"illuminate/database": "^6.0"
"php": "^7.2.5",
"illuminate/database": "^7.0"
},
"require-dev": {
"illuminate/pagination": "^6.0",
"illuminate/pagination": "^7.0",
"laravel/homestead": "^10.0",
"phpunit/phpunit": "^8.0",
"staudenmeir/eloquent-eager-limit": "^1.4"
"phpunit/phpunit": "^8.5",
"staudenmeir/eloquent-eager-limit": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7417572

Please sign in to comment.