Skip to content

Instantly share code, notes, and snippets.

@Ivoz
Created August 23, 2012 05:42
Show Gist options
  • Save Ivoz/3433079 to your computer and use it in GitHub Desktop.
Save Ivoz/3433079 to your computer and use it in GitHub Desktop.
composer.json to pull Ivoz/cakephp 2.2.1
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Ivoz/cakephp"
},
{
"packagist": false
}
],
"require": {
"cakephp/cakephp" : "2.2.1-pl"
},
"config": {
"bin-dir": "bin"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment