Skip to content

Commit adf50b9

Browse files
authored
Bump requirements for Laravel 12.x.
1 parent 586f4da commit adf50b9

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
@@ -14,10 +14,10 @@
1414
],
1515
"require": {
1616
"php": "^8.1",
17-
"illuminate/support": "^10.0|^11.0",
18-
"illuminate/bus": "^10.0|^11.0",
19-
"illuminate/database": "^10.0|^11.0",
20-
"illuminate/redis": "^10.0|^11.0",
17+
"illuminate/support": "^10.0|^11.0|^12.0",
18+
"illuminate/bus": "^10.0|^11.0|^12.0",
19+
"illuminate/database": "^10.0|^11.0|^12.0",
20+
"illuminate/redis": "^10.0|^11.0|^12.0",
2121
"laravel/pint": "^1.14"
2222
},
2323
"extra": {

0 commit comments

Comments
 (0)