Skip to content

Commit b94a744

Browse files
committed
update to laravel 12
1 parent 44f0405 commit b94a744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
],
3131
"require": {
3232
"php": "^8.0",
33-
"laravel/framework": "^9|^10|^11"
33+
"laravel/framework": "^9|^10|^11|^12"
3434
},
3535
"require-dev": {
36-
"orchestra/testbench": "^9.2",
36+
"orchestra/testbench": "^9.2|^10.0",
3737
"pestphp/pest": "^2.34"
3838
},
3939
"extra": {

0 commit comments

Comments
 (0)