Fix Composer constraint

This commit is contained in:
Fabien Potencier 2020-08-30 12:28:14 +02:00
parent 2ffb6ba7e3
commit cbbca0e6ea

View File

@ -34,7 +34,7 @@
"symfony/polyfill-intl-icu": "~1.0",
"symfony/property-info": "^4.4|^5.1",
"symfony/routing": "^4.4|^5.0",
"symfony/translation": "^5.0",
"symfony/translation": "^5.2",
"symfony/yaml": "^4.4|^5.0",
"symfony/security-acl": "^2.8|^3.0",
"symfony/security-core": "^4.4|^5.0",
@ -55,7 +55,7 @@
"symfony/form": "<5.1",
"symfony/http-foundation": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/translation": "<5.0",
"symfony/translation": "<5.2",
"symfony/workflow": "<5.2"
},
"suggest": {