From c7726871c05777bbcb39a446e9b58ba4456754a3 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 28 Mar 2014 13:38:28 -0400 Subject: [PATCH] Bump version requirement. A few people have had problems with older PHP versions, ask for a newer one. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3466999cf4b..0d911f051ff 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "source": "https://github.com/cakephp/cakephp" }, "require": { - "php": ">=5.4", + "php": ">=5.4.19", "ext-mcrypt": "*", "ext-mbstring": "*" },