Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix cakephp composer.json
The file path prefix is not needed as the core classes all start with
Cake\ which is the same as the directory name. With the prefix composer
cannot locate classes correctly.
  • Loading branch information
markstory committed Sep 6, 2013
1 parent 1a7c74a commit fc91fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/composer.json
Expand Up @@ -26,7 +26,7 @@
},
"autoload": {
"psr-0": {
"Cake\\": "Cake/"
"Cake\\": "."
}
},
"bin": [
Expand Down

0 comments on commit fc91fb3

Please sign in to comment.