8000 Merge branch '5.2' into 5.x · symfony/symfony@acb32dd · GitHub
[go: up one dir, main page]

Skip to content

Commit acb32dd

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: fix version constraint
2 parents 4b312ab + e3788b6 commit acb32dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Inflector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=7.2.5",
2727
"symfony/deprecation-contracts": "^2.1",
28-
"symfony/string": "~5.1.10|^5.2.1"
28+
"symfony/string": "^5.2.6"
2929
},
3030
"autoload": {
3131
"psr-4": { "Symfony\\Component\\Inflector\\": "" },

0 commit comments

Comments
 (0)
0