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:
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 87a3b22959..c9850b02fb 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,7 @@
"source": "https://github.com/piwik/piwik"
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=5.3.0",
+ "twig/twig": "1.*"
}
-} \ No newline at end of file
+}