Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-10-07 00:59:13 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-07 00:59:13 +0400
commit733ef22246b50e91533e518ea407f74c9587d30e (patch)
treece72e2ff509d8daa5c110717da7ce93eefd831e5 /composer.json
parentb2af823c5c299a04ab38923da161e4d68c119213 (diff)
Increasing PHP requirements to 5.3.3 refs #6390
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 270968a3ba..4badd4c57b 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
}
},
"require": {
- "php": ">=5.3.2",
+ "php": ">=5.3.3",
"twig/twig": "1.*",
"leafo/lessphp": "0.4",
"symfony/console": ">=v2.3.5",