Skip to content

Commit 3d4c1d8

Browse files
authored
Merge pull request #98 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 9eb26fc + 45122a4 commit 3d4c1d8

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
@@ -22,14 +22,14 @@
2222
],
2323
"require": {
2424
"php": ">=5.5.0",
25-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
26-
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
27-
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
25+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
26+
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
27+
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2828
"aws/aws-sdk-php": "~3.0",
29-
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
29+
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "3.7.*|^9.5.10",
32+
"phpunit/phpunit": "3.7.*|^9.5.10|^10.5",
3333
"codeclimate/php-test-reporter": "dev-master"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)