Skip to content

Commit b9f46db

Browse files
authored
Merge pull request #2 from miladnouri/master
Laravel 8.0 support
2 parents 0aa8fed + c0ecbac commit b9f46db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
],
2222
"license": "MIT",
2323
"require": {
24-
"php": ">=7.1",
24+
"php": ">=7.3",
2525
"ext-json": "*",
26-
"symfony/yaml": "^4.2",
27-
"illuminate/routing": "~5.7"
26+
"symfony/yaml": "^5.0",
27+
"illuminate/routing": "^5|^6|^7|^8"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~7.0",
31-
"illuminate/support": "~5.7",
32-
"illuminate/http": "~5.7",
33-
"illuminate/console": "~5.7",
34-
"laravel/lumen-framework": "~5.7",
35-
"orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0"
31+
"illuminate/support": "^6.0|^7.0|^8.0",
32+
"illuminate/http": "^6.0|^7.0|^8.0",
33+
"illuminate/console": "^6.0|^7.0|^8.0",
34+
"laravel/lumen-framework": "~8.0",
35+
"orchestra/testbench": "^4.0|^5.0|^6.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)