Skip to content

Commit 0326978

Browse files
authored
Merge pull request #105 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents f3007eb + 5bc6165 commit 0326978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"require": {
2424
"php": ">=5.5.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",
25+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2828
"aws/aws-sdk-php": "~3.0",
29-
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
29+
"illuminate/http": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "3.7.*|^9.5.10|^10.5",

0 commit comments

Comments
 (0)