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:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 6ea14e6d54..190c5de277 100644
--- a/composer.json
+++ b/composer.json
@@ -21,6 +21,7 @@
"require": {
"php": ">=5.3.0",
"twig/twig": "1.*",
- "leafo/lessphp": "0.3.*"
+ "leafo/lessphp": "0.3.*",
+ "symfony/console": ">=v2.3.5"
}
}