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-09-10 05:48:31 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-09-10 05:48:31 +0300
commitbc9639d4b142246e5e84b06235d94e0b90df9a8f (patch)
tree5353a491b37cf49d3f092cac054f94ee45f0729d /composer.json
parent53c4051462782bcc84aff1161eef44c6e96c1e1a (diff)
increase required php version
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 35dce0c530..61770642be 100644
--- a/composer.json
+++ b/composer.json
@@ -20,11 +20,11 @@
},
"config":{
"platform": {
- "php": "5.5.0"
+ "php": "5.5.9"
}
},
"require": {
- "php": ">=5.5.0",
+ "php": ">=5.5.9",
"twig/twig": "~1.0",
"leafo/lessphp": "~0.5.0",
"symfony/console": "~2.6.0",