fix version constraint

This commit is contained in:
Christian Flothmann 2021-03-17 21:31:43 +01:00
parent 763edf9c92
commit e3788b68be

View File

@ -25,7 +25,7 @@
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1", "symfony/deprecation-contracts": "^2.1",
"symfony/string": "~5.1.10|^5.2.1" "symfony/string": "^5.2.6"
}, },
"autoload": { "autoload": {
"psr-4": { "Symfony\\Component\\Inflector\\": "" }, "psr-4": { "Symfony\\Component\\Inflector\\": "" },