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.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 6ea14e6d54..4050062673 100644
--- a/composer.json
+++ b/composer.json
@@ -22,5 +22,11 @@
"php": ">=5.3.0",
"twig/twig": "1.*",
"leafo/lessphp": "0.3.*"
+ },
+ "autoload": {
+ "psr-0": {
+ "Piwik\\Core\\": "core/",
+ "Piwik\\Plugin\\": "plugins/"
+ }
}
}