Skip to content

Commit 7693564

Browse files
committed
prevent PHPUnit 10 from being installed
Since 5.2 the matthiasnoback/symfony-config-test package as a requirement for phpunit/phpunit. As we are using PHPUnit 9.6 to run tests we need to make sure that we do not get conflicting versions of the same package.
1 parent 9d4cd4f commit 7693564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"require-dev": {
4242
"friendsofphp/php-cs-fixer": "^3.41",
4343
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
44+
"phpunit/phpunit": "^9.6",
4445
"symfony/console": "^5.4 || ^6.0 || ^7.0",
4546
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
4647
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"

0 commit comments

Comments
 (0)