Skip to content

Commit 9c7cac7

Browse files
committed
Allows Laravel 12
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent fbed996 commit 9c7cac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"ext-json": "*",
1919
"ext-zip": "*",
2020
"guzzlehttp/guzzle": "^7.5",
21-
"illuminate/console": "^10.0|^11.0",
22-
"illuminate/support": "^10.0|^11.0",
21+
"illuminate/console": "^10.0|^11.0|^12.0",
22+
"illuminate/support": "^10.0|^11.0|^12.0",
2323
"php-webdriver/webdriver": "^1.9.0",
2424
"symfony/console": "^6.2|^7.0",
2525
"symfony/finder": "^6.2|^7.0",
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.6",
31-
"orchestra/testbench": "^8.19|^9.0",
31+
"orchestra/testbench": "^8.19|^9.0|^10.0",
3232
"phpstan/phpstan": "^1.10",
3333
"phpunit/phpunit": "^10.1|^11.0",
3434
"psy/psysh": "^0.11.12|^0.12"

0 commit comments

Comments
 (0)