Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created October 1, 2012 23:32
Show Gist options
  • Save junichi11/3815184 to your computer and use it in GitHub Desktop.
Save junichi11/3815184 to your computer and use it in GitHub Desktop.
CakePHP Plugin Composer Example
{
"repositories": [
{
"type":"package",
"package": {
"type" : "cakephp-plugin",
"name" : "junichi11/Plupload",
"version" : "1.0",
"dist": {
"url": "https://github.com/junichi11/CakePHP-Plupload-Plugin/zipball/master",
"type": "zip"
},
"source": {
"url": "https://github.com/junichi11/CakePHP-Plupload-Plugin.git",
"type": "git",
"reference": "master"
},
"require":{
"composer/installers": "*"
}
}
}
],
"require": {
"junichi11/Plupload": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment