added the Symfony ctype polyfill as a dependency

This commit is contained in:
Fabien Potencier
2018-05-01 20:41:27 +02:00
parent 4f57c6eab8
commit 5b9a70b3a3
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
* 1.35.4 (2018-XX-XX)
* added the Symfony ctype polyfill as a dependency
* "js" filter now produces valid JSON
* 1.35.3 (2018-03-20)
+2 -1
View File
@@ -27,7 +27,8 @@
"forum": "https://groups.google.com/forum/#!forum/twig-users"
},
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.3",