Skip to content

Commit ec77812

Browse files
committed
minor #268 prevent PHPUnit 10 from being installed (xabbuh)
This PR was merged into the 2.x branch. Discussion ---------- prevent PHPUnit 10 from being installed | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets | | License | MIT 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. Commits ------- 7693564 prevent PHPUnit 10 from being installed
2 parents 9d4cd4f + 7693564 commit ec77812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
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)