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:
authorThomas Steur <thomas.steur@gmail.com>2016-08-29 07:13:24 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-08-29 18:28:55 +0300
commit903b870466b62e8a655a0f6564d052583c0fb7ec (patch)
tree8a25f6c18322aeb0a062840152d259b5ac5265b3 /composer.json
parent4c9d1274408fb57d5e0b53dcda425dc4892c7b00 (diff)
fix tests
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index be0f9fa4fc..35dce0c530 100644
--- a/composer.json
+++ b/composer.json
@@ -20,11 +20,11 @@
},
"config":{
"platform": {
- "php": "5.3.3"
+ "php": "5.5.0"
}
},
"require": {
- "php": ">=5.3.3",
+ "php": ">=5.5.0",
"twig/twig": "~1.0",
"leafo/lessphp": "~0.5.0",
"symfony/console": "~2.6.0",