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.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index ada8661192..f68897fe60 100644
--- a/composer.json
+++ b/composer.json
@@ -18,6 +18,18 @@
"wiki": "http://dev.piwik.org/",
"source": "https://github.com/piwik/piwik"
},
+ "autoload": {
+ "psr-4": {
+ "Piwik\\Plugins\\": "plugins/",
+ "Piwik\\": "core/"
+ },
+ "psr-0": {
+ "Zend_": "libs/",
+ "HTML_": "libs/",
+ "PEAR_": "libs/",
+ "Archive_": "libs/"
+ }
+ },
"require": {
"php": ">=5.3.2",
"twig/twig": "1.*",