summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorTomáš Votruba <info@tomasvotruba.cz>2015-03-29 23:50:39 +0200
committerTomáš Votruba <info@tomasvotruba.cz>2015-03-29 23:50:39 +0200
commite68b793b24bfb4107457fcb733098ac7680624d5 (patch)
treef9e327759f0f107c645b50755c598c464887a8f4 /composer.json
parent7cbae61dbddefb98f1c5b412d8d72bf5ad883ac9 (diff)
composer: min PHP 5.3 added
According to travis.yml
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
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
+}