Skip to content

Commit

Permalink
Remove Piwik autoloader and replace composer autoloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Aug 20, 2014
1 parent 6de375e commit 75b284c
Show file tree
Hide file tree
Showing 13 changed files with 181 additions and 195 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down
Loading

0 comments on commit 75b284c

Please sign in to comment.