Skip to content

Commit

Permalink
Update to Laravel 7
Browse files Browse the repository at this point in the history
Update to support Laravel 7
  • Loading branch information
EmadAdly authored Apr 12, 2020
1 parent 8c63e8c commit d851404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
],
"require": {
"php" : "~5.6|~7.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*"
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"

},
"require-dev": {
"phpunit/phpunit": "5.5.*|7.0.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit d851404

Please sign in to comment.