Skip to content

Commit 3efd4f7

Browse files
committed
[BUGFIX] Ensure working phpunit version
1 parent 1b4e310 commit 3efd4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/polyfill-php80": "^1.23.1"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^8.5",
24+
"phpunit/phpunit": "^8.5.36",
2525
"composer/composer": "^2.2",
2626
"php-parallel-lint/php-parallel-lint": "^1.2",
2727
"mikey179/vfsstream": "^1.6.10"

0 commit comments

Comments
 (0)