Skip to content

Commit d0a1ae1

Browse files
authored
Merge pull request #91 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 1f24526 + 7b001be commit d0a1ae1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
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|^8.0|^9.0|^10.0",
21-
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
22-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
23-
"symfony/var-dumper": "^5.0|^6.0"
20+
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"symfony/var-dumper": "^5.0|^6.0|^7.0"
2424
},
2525
"require-dev": {
2626
"larapack/dd": "^1.0",
27-
"phpunit/phpunit": "^7.0|^9.3"
27+
"phpunit/phpunit": "^7.0|^9.3|^10.5"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)