minor #38236 [Validator] fix lowest allowed version for the PHPUnit bridge (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
-------

fb7ee79dba fix lowest allowed version for the PHPUnit bridge
This commit is contained in:
Christian Flothmann 2020-09-18 18:31:22 +02:00
commit 87e0f591ef

View File

@ -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",