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:
authorChristian Raue <christian.raue@gmail.com>2013-12-23 12:32:09 +0400
committerChristian Raue <christian.raue@gmail.com>2013-12-23 13:30:46 +0400
commitbfa81807161ac342ecbe90b593c78da4c0461d08 (patch)
treed3d1051a4ad3cc4f6b5d8dc1e2cde97999f7796e /composer.json
parentd9126d4398b090e6f07728b3eec1b3c0a6060ea2 (diff)
fix PHP version in composer.json
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 039faa8a66..1a3306838e 100644
--- a/composer.json
+++ b/composer.json
@@ -19,7 +19,7 @@
"source": "https://github.com/piwik/piwik"
},
"require": {
- "php": ">=5.3.0",
+ "php": ">=5.3.2",
"twig/twig": "1.*",
"leafo/lessphp": "0.3.*",
"symfony/console": ">=v2.3.5",