Skip to content

Commit

Permalink
[BUGFIX] Make hidden dependency symfony/string explicit (#4066)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Feb 5, 2024
1 parent 4acf9dd commit 48eca4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -35,6 +35,7 @@
"symfony/finder": "^5.4 || ^6.4 || ^7.0",
"symfony/polyfill-php80": "^1.28.0",
"symfony/polyfill-php81": "^1.28.0",
"symfony/string": "^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 48eca4d

Please sign in to comment.