Skip to content

Commit ec8a011

Browse files
authored
Add Laravel 12 support
1 parent 3d91ceb commit ec8a011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.2",
1515
"ext-json": "*",
1616
"guzzlehttp/guzzle": "^7.0.1",
17-
"illuminate/console": "^10.0|^11.0",
18-
"illuminate/support": "^10.0|^11.0"
17+
"illuminate/console": "^10.0|^11.0|^12.0",
18+
"illuminate/support": "^10.0|^11.0|^12.0"
1919
},
2020
"require-dev": {
2121
"orchestra/testbench": "^9.0",

0 commit comments

Comments
 (0)