Skip to content

Commit

Permalink
support and package auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadAdly authored Nov 5, 2021
1 parent 7e86777 commit e5e6f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
}
],
"require": {
"php" : "~5.6|~7.0|^8.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"
"php": "^7.0|^8.0",
"illuminate/support": "6.*|7.*|8.*"

},
"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.*|7.*|8.*",
"phpunit/phpunit": "~6.0|7.0.*",
"laravel/framework": "6.*|7.*|8.*",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit e5e6f92

Please sign in to comment.