From e0cbaedccffe4fe2d2a9de15e0b13a5df20fc8f1 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 20 Nov 2013 21:18:51 +0100 Subject: [PATCH 1/2] Require PHP 5.3 in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79c92b52..657539f0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ } ], "require": { - "php": ">=5.0.0" + "php": ">=5.3.0" }, "suggest": { "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", From 6b1a817bbed29f33b8919505ce63fd8855b2e80c Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 20 Nov 2013 21:20:35 +0100 Subject: [PATCH 2/2] Remove the PHP 5.2 travis environment. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a319dd6..b4e1871a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.2 - 5.3.3 - 5.3 - 5.4