From e68b793b24bfb4107457fcb733098ac7680624d5 Mon Sep 17 00:00:00 2001 From: Tomáš Votruba Date: Sun, 29 Mar 2015 23:50:39 +0200 Subject: composer: min PHP 5.3 added According to travis.yml --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ab8f511..8e78ab39 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "require" : { + "php": ">=5.3", "ext-mbstring" : "*", "fguillot/simple-validator" : "dev-master", "swiftmailer/swiftmailer" : "@stable", @@ -24,4 +25,4 @@ "require-dev" : { "symfony/stopwatch" : "~2.6" } -} \ No newline at end of file +} -- cgit v1.2.3