Skip to content

Commit 9c1c621

Browse files
authored
Merge pull request #2 from TheDoctor0/main
Support for Laravel 12
2 parents 586f4da + adf50b9 commit 9c1c621

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)