Skip to content

Commit 1df6bb3

Browse files
authored
Merge pull request #68 from laravel-shift/l8-compatibility
Laravel 8.x Compatibility
2 parents b6d8020 + 6dcb27a commit 1df6bb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5",
20-
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
21-
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
22-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
20+
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
21+
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
22+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
2323
"symfony/var-dumper": "^5.0"
2424
},
2525
"require-dev": {
2626
"larapack/dd": "^1.0",
27-
"phpunit/phpunit": "^7.0"
27+
"phpunit/phpunit": "^7.0|^9.3"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)