Skip to content

Commit 6677a6d

Browse files
feat(deps): Support PHPUnit 10
Signed-off-by: Christoph Wurst <[email protected]>
1 parent 2c5f0e3 commit 6677a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^7.4|^8.0",
14-
"phpunit/phpunit": "^8.0|^9.0",
14+
"phpunit/phpunit": "^8.0|^9.0|^10.0",
1515
"php-webdriver/webdriver": "^1.9"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)