Skip to content

Commit

Permalink
minor #268 prevent PHPUnit 10 from being installed (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Jan 13, 2025
2 parents 9d4cd4f + 7693564 commit ec77812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.41",
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
"phpunit/phpunit": "^9.6",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
Expand Down

0 comments on commit ec77812

Please sign in to comment.