dropped PHP 5.3 support

This commit is contained in:
Fabien Potencier
2019-01-08 09:18:55 +01:00
parent 777912e5b4
commit 637028117a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
* 1.37.0 (2019-XX-XX)
* dropped PHP 5.3 support
* added a second argument to the join filter (last separator configuration)
* 1.36.0 (2018-12-16)
+1 -1
View File
@@ -27,7 +27,7 @@
"forum": "https://groups.google.com/forum/#!forum/twig-users"
},
"require": {
"php": ">=5.3.3",
"php": ">=5.4.0",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {