Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created April 16, 2013 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junichi11/5393525 to your computer and use it in GitHub Desktop.
Save junichi11/5393525 to your computer and use it in GitHub Desktop.
{
"minimum-stability": "dev",
"config": {
"vendor-dir": "vendors"
},
"repositories" : [
{
"type": "package",
"package": {
"name" : "cakephp/cakephp",
"version" : "2.3.1",
"source" : {
"type" : "git",
"url" : "git://github.com/cakephp/cakephp.git",
"reference" : "2.3.1"
},
"bin" : ["lib/Cake/Console/cake"]
}
}
],
"extra": {
"installer-paths": {
"app/Plugin/DebugKit": ["cakephp/debug_kit"]
}
},
"require" : {
"php": ">=5.2",
"cakephp/cakephp" : "2.3.1",
"cakephp/debug_kit": "2.2.*"
}
}
@junichi11
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment