From 637028117afb8cc249a565ae8e8c6460884af246 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 8 Jan 2019 09:18:55 +0100 Subject: [PATCH] dropped PHP 5.3 support --- CHANGELOG | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a4fc61a78..da1f73ace 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/composer.json b/composer.json index 1dac5b25b..4db7e34f3 100644 --- a/composer.json +++ b/composer.json @@ -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": {