Skip to content

Commit a944469

Browse files
committed
Require Laravel dev dependency again
1 parent fff4ef6 commit a944469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "^10",
39-
"orchestra/testbench": "^8.0|^9.0"
39+
"orchestra/testbench": "^8.0|^9.0",
40+
"laravel/laravel": "^11.0"
4041
},
4142
"scripts": {
4243
"test": "vendor/bin/phpunit tests"

0 commit comments

Comments
 (0)