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 <tsteur@users.noreply.github.com>2020-01-14 00:55:04 +0300
committerGitHub <noreply@github.com>2020-01-14 00:55:04 +0300
commitb247f8538cd3b67b9145997f5aca929b87f4eef5 (patch)
treed899d4f989ce0afa7fd26de7f270901bf6ef495b /composer.json
parentdfd5f056d8e4b36297fc1858425ebf82bcabd932 (diff)
Initialise 4.x branch (#15383)
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 bfbebb7ada..2c4cfbe76d 100644
--- a/composer.json
+++ b/composer.json
@@ -20,12 +20,12 @@
},
"config":{
"platform": {
- "php": "5.5.9"
+ "php": "7.2.0"
},
"prepend-autoloader": false
},
"require": {
- "php": ">=5.5.9",
+ "php": ">=7.2.0",
"twig/twig": "~1.0",
"leafo/lessphp": "dev-php74-compat",
"symfony/console": "~2.6.0",