Skip to content

Commit 97cd65f

Browse files
authored
support Laravel 12
1 parent 776d9b4 commit 97cd65f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"php": "^8.1.0",
2020
"ext-json": "*",
2121
"doctrine/dbal": "^3.1",
22-
"illuminate/bus": "^9.0|^10.0|^11.0",
23-
"illuminate/console": "^9.0|^10.0|^11.0",
24-
"illuminate/contracts": "^9.0|^10.0|^11.0",
25-
"illuminate/database": "^9.0|^10.0|^11.0",
26-
"illuminate/events": "^9.0|^10.0|^11.0",
27-
"illuminate/notifications": "^9.0|^10.0|^11.0"
22+
"illuminate/bus": "^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/console": "^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/events": "^9.0|^10.0|^11.0|^12.0",
27+
"illuminate/notifications": "^9.0|^10.0|^11.0|^12.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)