Skip to content

Commit b694bde

Browse files
authored
Add Laravel 8 support (#781)
* Laravel 8 update - first part * Laravel 8 support in Dingo's composer.json
1 parent 8be084e commit b694bde

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"php": ">=7.2.0",
1919
"ext-json": "*",
2020
"fzaninotto/faker": "^1.8",
21-
"illuminate/console": "^5.7|^6.0|^7.0",
22-
"illuminate/routing": "^5.7|^6.0|^7.0",
23-
"illuminate/support": "^5.7|^6.0|^7.0",
21+
"illuminate/console": "^5.7|^6.0|^7.0|^8.0",
22+
"illuminate/routing": "^5.7|^6.0|^7.0|^8.0",
23+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0",
2424
"league/flysystem": "^1.0",
2525
"mpociot/documentarian": "^0.4.0",
2626
"mpociot/reflection-docblock": "^1.0.1",
27-
"nunomaduro/collision": "^3.0|^4.0",
27+
"nunomaduro/collision": "^3.0|^4.0|^5.0",
2828
"ramsey/uuid": "^3.8|^4.0",
2929
"symfony/var-exporter": "^4.0|^5.0"
3030
},
3131
"require-dev": {
3232
"dms/phpunit-arraysubset-asserts": "^0.1.0",
33-
"laravel/lumen-framework": "^5.7|^6.0|^7.0",
33+
"laravel/lumen-framework": "^5.7|^6.0|^7.0|^8.0",
3434
"league/fractal": "^0.19.0",
3535
"orchestra/testbench": "^3.7|^4.0|^5.0",
3636
"phpstan/phpstan": "^0.11.15",

dingo.composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"php": ">=7.2.0",
1919
"ext-json": "*",
2020
"fzaninotto/faker": "^1.8",
21-
"illuminate/console": "^5.7|^6.0|^7.0",
22-
"illuminate/routing": "^5.7|^6.0|^7.0",
23-
"illuminate/support": "^5.7|^6.0|^7.0",
21+
"illuminate/console": "^5.7|^6.0|^7.0|^8.0",
22+
"illuminate/routing": "^5.7|^6.0|^7.0|^8.0",
23+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0",
2424
"league/flysystem": "^1.0",
2525
"mpociot/documentarian": "^0.4.0",
2626
"mpociot/reflection-docblock": "^1.0.1",
27-
"nunomaduro/collision": "^3.0|^4.0",
27+
"nunomaduro/collision": "^3.0|^4.0|^5.0",
2828
"ramsey/uuid": "^3.8|^4.0",
2929
"symfony/var-exporter": "^4.0|^5.0"
3030
},

0 commit comments

Comments
 (0)