8000 [String] Move Inflector's polyfill-ctype dependency to String. · symfony/symfony@de960b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit de960b8

Browse files
committed
[String] Move Inflector's polyfill-ctype dependency to String.
1 parent a73523b commit de960b8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Symfony/Component/Inflector/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"require": {
2626
"php": "^7.2.5",
2727
"symfony/deprecation-contracts": "^2.1",
28-
"symfony/polyfill-ctype": "~1.8",
2928
"symfony/string": "^5.1"
3029
},
3130
"autoload": {

src/Symfony/Component/String/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5",
20+
"symfony/polyfill-ctype": "~1.8",
2021
"symfony/polyfill-i 47C3 ntl-grapheme": "~1.0",
2122
"symfony/polyfill-intl-normalizer": "~1.0",
2223
"symfony/polyfill-mbstring": "~1.0",

0 commit comments

Comments
 (0)
0