Skip to content

Commit 054f04d

Browse files
committed
Allow Testbench 10 & PHPUnit 11 in composer.json
1 parent c5be777 commit 054f04d

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
@@ -27,8 +27,8 @@
2727
"statamic/cms": "^5.41"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^8.28 || ^9.6.1",
31-
"phpunit/phpunit": "^10.5.35"
30+
"orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0",
31+
"phpunit/phpunit": "^10.5.35 || ^11.0"
3232
},
3333
"config": {
3434
"allow-plugins": {

0 commit comments

Comments
 (0)