Skip to content

Commit

Permalink
Adding replace in main composer.json and autoloaders for the split pa…
Browse files Browse the repository at this point in the history
…ckages
  • Loading branch information
lorenzo committed Aug 25, 2014
1 parent 7b43c63 commit 0c0f3fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -40,6 +40,7 @@
}
},
"replace": {
"cakephp/collection": "self.version"
"cakephp/collection": "self.version",
"cakephp/event": "self.version"
}
}
5 changes: 5 additions & 0 deletions src/Collection/composer.json
Expand Up @@ -8,5 +8,10 @@
"homepage": "http://cakephp.org"
}
],
"autoload": {
"psr-4": {
"Cake\\Collection\\": "."
}
},
"minimum-stability": "beta"
}
5 changes: 5 additions & 0 deletions src/Event/composer.json
Expand Up @@ -8,5 +8,10 @@
"homepage": "http://cakephp.org"
}
],
"autoload": {
"psr-4": {
"Cake\\Event\\": "."
}
},
"minimum-stability": "beta"
}

0 comments on commit 0c0f3fc

Please sign in to comment.