yii2-netdisk/composer.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2013-05-24 22:14:49 +08:00
{
"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"
},
2018-02-19 06:35:59 +08:00
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
2018-02-19 06:35:59 +08:00
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
2016-07-25 07:25:42 +08:00
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1",
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
2017-08-10 03:07:23 +08:00
"post-install-cmd": [
"yii\\composer\\Installer::postInstall"
],
"post-create-project-cmd": [
2017-08-10 03:14:58 +08:00
"yii\\composer\\Installer::postCreateProject",
"yii\\composer\\Installer::postInstall"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755"
}
2017-08-10 03:07:23 +08:00
]
},
"yii\\composer\\Installer::postInstall": {
"generateCookieValidationKey": [
"config/web.php"
]
2017-08-10 03:07:23 +08:00
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
2014-09-03 05:03:19 +08:00
}
2017-08-10 03:07:23 +08:00
]
2013-05-24 22:14:49 +08:00
}