Skip to content

Commit 30cf5a4

Browse files
authored
Merge pull request #38 from Jurager/Jurager-patch-1
Added support for Laravel 12.x
2 parents 187825c + af1a591 commit 30cf5a4

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
@@ -12,11 +12,11 @@
1212
"require": {
1313
"php": "^8.1",
1414
"ext-json": "*",
15-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
16-
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
17-
"illuminate/bus": "^8.0|^9.0|^10.0|^11.0",
18-
"illuminate/mail": "^8.0|^9.0|^10.0|^11.0",
19-
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0"
15+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
16+
"illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
17+
"illuminate/bus": "^8.0|^9.0|^10.0|^11.0|^12.0",
18+
"illuminate/mail": "^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0|^12.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)