Skip to content

Commit b3da91a

Browse files
authored
Support Laravel 12
PR from @voicecode-bv
2 parents 0deba1b + ed2bc09 commit b3da91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"require": {
1717
"php": "^8.1",
18-
"illuminate/support": "^10.0 | ^11.0",
19-
"illuminate/http": "^10.0 | ^11.0"
18+
"illuminate/support": "^10.0|^11.0|^12.0",
19+
"illuminate/http": "^10.0|^11.0|^12.0"
2020
},
2121
"require-dev": {
2222
"larastan/larastan": "^2.8",

0 commit comments

Comments
 (0)