Skip to content

Commit

Permalink
Fixed autoloader section
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 9, 2014
1 parent cf14778 commit 6070594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -32,13 +32,13 @@
"autoload": {
"psr-4": {
"Cake\\": "src"
}
},
"files": ["src/Core/functions.php"]
},
"autoload-dev": {
"psr-4": {
"Cake\\Test\\": "tests"
},
"files": ["src/Core/functions.php"]
}
},
"replace": {
"cakephp/collection": "self.version",
Expand Down

0 comments on commit 6070594

Please sign in to comment.