Skip to content

Instantly share code, notes, and snippets.

@inish777
Created August 1, 2016 16:52
Show Gist options
  • Save inish777/116bbb709bcd753e421f5b8bae932972 to your computer and use it in GitHub Desktop.
Save inish777/116bbb709bcd753e421f5b8bae932972 to your computer and use it in GitHub Desktop.
{
"name": "yiisoft/yii2-app-basic",
"description": "Yii 2 Basic Project Template",
"keywords": ["yii2", "framework", "basic", "project template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.5",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-twig": "2.0.4",
"userstory/module-admin": "dev-master",
"userstory/module-i18n": "*",
"userstory/component-base": "0.0.1",
"userstory/module-user": "dev-master",
"userstory/module-user-profile": "dev-master",
"userstory/module-user-token": "dev-master",
"userstory/module-sms-mts-communicator": "dev-master",
"userstory/component-fieldset": "0.0.1",
"userstory/module-publications": "dev-master",
"userstory/module-mailer": "dev-master",
"userstory/module-questions": "dev-master",
"userstory/module-interview": "dev-master",
"userstory/module-builder": "dev-master",
"userstory/component-thumb": "dev-master",
"userstory/module-workgroup": "dev-master",
"userstory/component-log": "dev-master",
"userstory/module-sms": "dev-master",
"userstory/component-twig": "dev-master",
"userstory/module-content": "dev-master",
"userstory/module-department": "dev-master",
"userstory/corpportal-component-base": "dev-master",
"userstory/module-construction": "dev-master",
"userstory/module-competing-view": "dev-master",
"userstory/component-user-verification": "dev-master"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.userstory/packages.php"
}
],
"config": {
"process-timeout": 1800,
"secure-http": false
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755"
}
],
"generateCookieValidationKey": [
"config/web.php"
]
},
"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