Skip to content

Commit 634a3b7

Browse files
Merge pull request #1 from Debatty-Tom/update-laravel-12
update to laravel 12
2 parents 44f0405 + b94a744 commit 634a3b7

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)