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:
authorFabian Becker <fabian.becker@uni-tuebingen.de>2013-08-15 13:57:04 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-08-15 13:57:04 +0400
commitffdaa7eaa33ae696c25633574ff5d59fb6dc9d53 (patch)
tree91ccb11343350f80c168133cd2f11e180145eedb /composer.json
parent14048028ea84c3aa4036fc0ea80217798c876d04 (diff)
Fix composer.json to properly map \Piwik\Plugins to plugins/
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 4050062673..f9b7dc5c93 100644
--- a/composer.json
+++ b/composer.json
@@ -26,7 +26,7 @@
"autoload": {
"psr-0": {
"Piwik\\Core\\": "core/",
- "Piwik\\Plugin\\": "plugins/"
+ "Piwik\\Plugins\\": "plugins/"
}
}
}