Skip to content

Commit 3ac5d76

Browse files
committed
use phpunit 9 (since we have php 8 as a minimum now)
1 parent 08a2540 commit 3ac5d76

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
@@ -32,7 +32,7 @@
3232
"require-dev": {
3333
"ext-xdebug": "*",
3434
"ext-xml": "*",
35-
"phpunit/phpunit": "^8.5 | ^9.5"
35+
"phpunit/phpunit": "^9"
3636
},
3737
"scripts": {
3838
"tests:example": "php -S localhost:8080 -t ./tests/ ./tests/example.php",

0 commit comments

Comments
 (0)