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 046f092

Browse filesBrowse files
Remove symfony/polyfill-ctype where not needed
1 parent 6ca520f commit 046f092
Copy full SHA for 046f092

File tree

3 files changed

+3
-6
lines changed
Filter options

3 files changed

+3
-6
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/ExpressionLanguage/composer.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.9",
20-
"symfony/polyfill-ctype": "~1.8"
19+
"php": ">=5.3.9"
2120
},
2221
"autoload": {
2322
"psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" },

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/composer.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=5.3.9",
28-
"symfony/polyfill-ctype": "~1.8"
27+
"php": ">=5.3.9"
2928
},
3029
"require-dev": {
3130
"symfony/filesystem": "~2.1"

‎src/Symfony/Component/Security/Csrf/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Csrf/composer.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"symfony/security-core": "~2.4"
2121
},
2222
"require-dev": {
23-
"symfony/http-foundation": "~2.7",
24-
"symfony/polyfill-ctype": "~1.8"
23+
"symfony/http-foundation": "~2.7"
2524
},
2625
"conflict": {
2726
"symfony/http-foundation": "<2.7.38|~2.8,<2.8.31"

0 commit comments

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