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>2013-10-04 03:48:05 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-04 03:48:05 +0400
commit69220141bc712e6ed57349d1951eeadcae841823 (patch)
tree2ab28d15cbed7de8f78f688763b38b1922a19dfc /composer.json
parenta70335529e65976a6dffe466bada632f34b0de45 (diff)
refs #4121 added simple command line tool including a not yet working tests and generatePlugin command
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"
}
}