Skip to content

Commit 02ea630

Browse files
committed
Bump phpunit to latest 9.x to make coverage work
1 parent 5885064 commit 02ea630

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
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^9"
24+
"phpunit/phpunit": "^9.6.29"
2525
},
2626
"scripts": {
2727
"test": "./vendor/bin/phpunit --colors=always --bootstrap vendor/autoload.php tests",

0 commit comments

Comments
 (0)