Skip to content

Commit d905e1c

Browse files
BackEndTeanicolas-grekas
authored andcommitted
Use symfony/polyfill-ctype
Use the polyfill for every package that uses cytpe functions.
1 parent fafe026 commit d905e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.9"
19+
"php": ">=5.3.9",
20+
"symfony/polyfill-ctype": "~1.8"
2021
},
2122
"require-dev": {
2223
"symfony/css-selector": "~2.3"

0 commit comments

Comments
 (0)