mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 05:16:30 +00:00
dropped PHP 5.3 support
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
* 1.37.0 (2019-XX-XX)
|
* 1.37.0 (2019-XX-XX)
|
||||||
|
|
||||||
|
* dropped PHP 5.3 support
|
||||||
* added a second argument to the join filter (last separator configuration)
|
* added a second argument to the join filter (last separator configuration)
|
||||||
|
|
||||||
* 1.36.0 (2018-12-16)
|
* 1.36.0 (2018-12-16)
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
"forum": "https://groups.google.com/forum/#!forum/twig-users"
|
"forum": "https://groups.google.com/forum/#!forum/twig-users"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3",
|
"php": ">=5.4.0",
|
||||||
"symfony/polyfill-ctype": "^1.8"
|
"symfony/polyfill-ctype": "^1.8"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|||||||
Reference in New Issue
Block a user