Skip to content

Commit 15ca477

Browse files
committed
Add option for PHPUnit 12
1 parent 002b36a commit 15ca477

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
@@ -26,8 +26,8 @@
2626
},
2727
"require-dev": {
2828
"ext-fileinfo": "*",
29-
"phpunit/phpunit": "^10.0 || ^11.0",
30-
"orchestra/testbench": "^8.18"
29+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
30+
"orchestra/testbench": "^9.9"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)