diff options
author | Tomáš Votruba <info@tomasvotruba.cz> | 2015-03-29 23:50:39 +0200 |
---|---|---|
committer | Tomáš Votruba <info@tomasvotruba.cz> | 2015-03-29 23:50:39 +0200 |
commit | e68b793b24bfb4107457fcb733098ac7680624d5 (patch) | |
tree | f9e327759f0f107c645b50755c598c464887a8f4 | |
parent | 7cbae61dbddefb98f1c5b412d8d72bf5ad883ac9 (diff) |
composer: min PHP 5.3 added
According to travis.yml
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 +} |