Skip to content

Commit

Permalink
Add laravel 7.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
faytekin committed Jun 1, 2020
1 parent a7a16ed commit fa63f25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "~5.5 || ~6.0",
"illuminate/console": "~5.5 || ~6.0",
"illuminate/filesystem": "~5.5 || ~6.0",
"illuminate/routing": "~5.5 || ~6.0"
"illuminate/support": "~5.5 || ~6.0 || ~7.0",
"illuminate/console": "~5.5 || ~6.0 || ~7.0",
"illuminate/filesystem": "~5.5 || ~6.0 || ~7.0",
"illuminate/routing": "~5.5 || ~6.0 || ~7.0"
},
"require-dev": {
"illuminate/events": "~5.5 || ~6.0",
"illuminate/events": "~5.5 || ~6.0 || ~7.0",
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.0"
},
Expand Down

0 comments on commit fa63f25

Please sign in to comment.