Skip to content

Commit 199a419

Browse files
Merge branch '2.8' into 3.4
* 2.8: Remove symfony/polyfill-ctype where not needed Use symfony/polyfill-ctype [Form] fixes instance variable phpdoc in FormRegistry class
2 parents dd34999 + b8ef793 commit 199a419

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.5.9|>=7.0.8"
19+
"php": "^5.5.9|>=7.0.8",
20+
"symfony/polyfill-ctype": "~1.8"
2021
},
2122
"require-dev": {
2223
"psr/log": "~1.0"

0 commit comments

Comments
 (0)