From cec9d49486b66d15339837da2ddc18bc20d4fdc7 Mon Sep 17 00:00:00 2001 From: Flyingmana Date: Wed, 7 Jan 2015 17:26:41 +0100 Subject: [PATCH] add minimum php version requirement --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 44cc9ec5..1f907119 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ } ], "require":{ + "php": ">=5.3.2" }, "require-dev":{ "phpunit/phpunit":"*",