Skip to content

Commit c0a352c

Browse files
#139 Apply <10.0 restriction on phpunit/phpunit since configuration file is not compatible with 10.0+
1 parent d3fbee1 commit c0a352c

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
@@ -77,7 +77,7 @@
7777
"phpstan/extension-installer": "*",
7878
"phpstan/phpstan": "*",
7979
"phpstan/phpstan-symfony": "*",
80-
"phpunit/phpunit": "*",
80+
"phpunit/phpunit": "<10.0",
8181
"rector/rector": "*",
8282
"roave/security-advisories": "dev-latest",
8383
"symfony/test-pack": "^1.1"

0 commit comments

Comments
 (0)