Skip to content

Commit 9442256

Browse files
authored
Merge pull request #66 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 2c8c5d7 + 1c6a42d commit 9442256

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"require": {
1818
"php": ">=5.3.0",
19-
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
20-
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0",
21-
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0"
19+
"illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
20+
"illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0",
21+
"illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "4.0.*|^9.5.10",
24+
"phpunit/phpunit": "4.0.*|^9.5.10|^10.5",
2525
"mockery/mockery": "0.9.*|^1.4.4"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)