Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de960b8

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

File tree

2 files changed

+1
-1
lines changed
Filter options

2 files changed

+1
-1
lines changed

‎src/Symfony/Component/Inflector/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Inflector/composer.json
-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/String/composer.json
+1Lines 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-intl-grapheme": "~1.0",
2122
"symfony/polyfill-intl-normalizer": "~1.0",
2223
"symfony/polyfill-mbstring": "~1.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.