minor #2680 Add the Symfony ctype polyfill as a dependency (fabpot)

This PR was merged into the 1.x branch.

Discussion
----------

Add the Symfony ctype polyfill as a dependency

Commits
-------

5b9a70b3 added the Symfony ctype polyfill as a dependency
This commit is contained in:
Fabien Potencier
2018-05-02 07:48:32 +02:00
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",