Skip to content

Commit 59b6fe4

Browse files
committedFeb 3, 2023
3.* versions are compatible with PHPUnit 9 only
1 parent 8d65b02 commit 59b6fe4

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
@@ -25,7 +25,8 @@
2525
"codeception/codeception": "^5.0.0-RC2",
2626
"codeception/lib-web": "^1.0.1",
2727
"codeception/stub": "^4.0",
28-
"php-webdriver/webdriver": "^1.8.0"
28+
"php-webdriver/webdriver": "^1.8.0",
29+
"phpunit/phpunit": "^9.5"
2930
},
3031
"suggest": {
3132
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"

0 commit comments

Comments
 (0)