Skip to content

Commit

Permalink
Merge pull request #2 from miladnouri/master
Browse files Browse the repository at this point in the history
Laravel 8.0 support
  • Loading branch information
noitran authored May 21, 2021
2 parents 0aa8fed + c0ecbac commit b9f46db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
],
"license": "MIT",
"require": {
"php": ">=7.1",
"php": ">=7.3",
"ext-json": "*",
"symfony/yaml": "^4.2",
"illuminate/routing": "~5.7"
"symfony/yaml": "^5.0",
"illuminate/routing": "^5|^6|^7|^8"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"illuminate/support": "~5.7",
"illuminate/http": "~5.7",
"illuminate/console": "~5.7",
"laravel/lumen-framework": "~5.7",
"orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0"
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"laravel/lumen-framework": "~8.0",
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b9f46db

Please sign in to comment.