Skip to content

Commit fc17495

Browse files
authored
Allow Laravel 12
1 parent 607b899 commit fc17495

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
@@ -24,11 +24,11 @@
2424
"require": {
2525
"php": "^8",
2626
"ext-json": "*",
27-
"laravel/framework": "^9|^10|^11.0",
27+
"laravel/framework": "^9|^10|^11|^12",
2828
"laravel/telescope": "^4|^5"
2929
},
3030
"require-dev": {
31-
"orchestra/testbench-dusk": "^6|^7|^8"
31+
"orchestra/testbench-dusk": "^6|^7|^8|^9"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)