Skip to content

Commit 1fa1d62

Browse files
Merge branch '3.4' into 4.0
* 3.4: Remove symfony/polyfill-ctype where not needed Use symfony/polyfill-ctype [Form] fixes instance variable phpdoc in FormRegistry class bumped Symfony version to 3.4.10 updated VERSION for 3.4.9 updated CHANGELOG for 3.4.9 Add CODE_OF_CONDUCT.md Added .github/CODEOWNERS bumped Symfony version to 2.8.40 updated VERSION for 2.8.39 updated CHANGELOG for 2.8.39
2 parents 5d2d655 + d961178 commit 1fa1d62

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": "^7.1.3"
19+
"php": "^7.1.3",
20+
"symfony/polyfill-ctype": "~1.8"
2021
},
2122
"autoload": {
2223
"psr-4": { "Symfony\\Component\\Filesystem\\": "" },

0 commit comments

Comments
 (0)