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:
authorSgtK <hello@nerdythingy.com>2013-08-24 23:35:26 +0400
committerSgtK <hello@nerdythingy.com>2013-08-24 23:35:26 +0400
commit505434b1c00eeb32d494f44df8d60e2ba104b3e0 (patch)
tree35132cd39a67cc48790c52d120d8398b0a337a02 /composer.json
parentfb1d4eb8e7398360ee37c8f09929877c8e2174a4 (diff)
Removed PSR-0 statement
Since Piwik does NOT follow PSR-0, composer makes unnecessary file system calls for every single class. Piwik's own autoloader knows how to load Piwik's classes.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index f9b7dc5c93..6ea14e6d54 100644
--- a/composer.json
+++ b/composer.json
@@ -22,11 +22,5 @@
"php": ">=5.3.0",
"twig/twig": "1.*",
"leafo/lessphp": "0.3.*"
- },
- "autoload": {
- "psr-0": {
- "Piwik\\Core\\": "core/",
- "Piwik\\Plugins\\": "plugins/"
- }
}
}