From 92455f86e9871899a8a4c776dfafeee476e4a716 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Thu, 30 Apr 2015 14:56:50 +0200 Subject: [PATCH] Update requirements to what we actually test. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35e4052ab..e92b8f69d 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "source": "https://github.com/cakephp/cakephp" }, "require": { - "php": ">=5.2.8", + "php": ">=5.3.0", "ext-mcrypt": "*" }, "require-dev": {