Skip to content

Instantly share code, notes, and snippets.

@mdmunir
Created April 10, 2016 07:17
Show Gist options
  • Save mdmunir/ff6c310acb8fc9a53451b0b4f76ee329 to your computer and use it in GitHub Desktop.
Save mdmunir/ff6c310acb8fc9a53451b0b4f76ee329 to your computer and use it in GitHub Desktop.
{
"name": "demo/my-yii2-app",
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment