Skip to content

Commit

Permalink
minor #38236 [Validator] fix lowest allowed version for the PHPUnit b…
Browse files Browse the repository at this point in the history
…ridge (xabbuh)

This PR was merged into the 5.1 branch.

Discussion
----------

[Validator] fix lowest allowed version for the PHPUnit bridge

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Fixes the `deps=low` build for the Validator component by only allowing versions of the PHPUnit bridge that contain #37153.

Commits
-------

fb7ee79 fix lowest allowed version for the PHPUnit bridge
  • Loading branch information
xabbuh committed Sep 18, 2020
2 parents 9610daf + fb7ee79 commit 87e0f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/composer.json
Expand Up @@ -34,7 +34,7 @@
"symfony/expression-language": "^5.1",
"symfony/cache": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/phpunit-bridge": "^5.1",
"symfony/phpunit-bridge": "^5.1.1",
"symfony/property-access": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
Expand Down

0 comments on commit 87e0f59

Please sign in to comment.