mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
added the Symfony ctype polyfill as a dependency
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user