Skip to content

Commit 1047f02

Browse files
authored
Merge pull request #140 from W0rma/phpunit12
Support PHPUnit 12
2 parents 71a10cd + 0c8fb4c commit 1047f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"codeception/lib-web": "^1.0.1",
2727
"codeception/stub": "^4.0",
2828
"php-webdriver/webdriver": "^1.14.0",
29-
"phpunit/phpunit": "^10.0 || ^11.0"
29+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0"
3030
},
3131
"suggest": {
3232
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"

0 commit comments

Comments
 (0)