Skip to content

Commit

Permalink
[Validator] Fix PhpUnitBridge version constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Aug 31, 2020
1 parent d5205a5 commit db6acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +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/property-access": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
Expand All @@ -48,7 +49,6 @@
"symfony/expression-language": "<5.1",
"symfony/http-kernel": "<4.4",
"symfony/intl": "<4.4",
"symfony/phpunit-bridge": "^5.1",
"symfony/translation": "<4.4",
"symfony/yaml": "<4.4"
},
Expand Down

0 comments on commit db6acf2

Please sign in to comment.