fix version constraint

This commit is contained in:
Christian Flothmann 2021-03-17 21:31:43 +01:00
parent 763edf9c92
commit e3788b68be
1 changed files with 1 additions and 1 deletions

View File

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