Skip to content

Instantly share code, notes, and snippets.

@waqqas
Last active August 29, 2015 14:18
Show Gist options
  • Save waqqas/d3fe6269a83bbc1d8348 to your computer and use it in GitHub Desktop.
Save waqqas/d3fe6269a83bbc1d8348 to your computer and use it in GitHub Desktop.
Composer configuration for Yii-1
{
"require": {
"yiisoft/yii": "1.1.16",
"yiiext/migrate-command": "0.8.0"
},
"config": {
"vendor-dir": "app/protected/vendor/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment