Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use PSR-4 autoloader.
  • Loading branch information
ADmad committed Jan 6, 2014
1 parent d1ffe9a commit 8fa3606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -26,8 +26,8 @@
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"Cake\\": "."
"psr-4": {
"Cake\\": "Cake"
}
},
"bin": [
Expand Down

0 comments on commit 8fa3606

Please sign in to comment.