2013-05-24 22:14:49 +08:00
|
|
|
{
|
2014-07-20 02:56:31 +08:00
|
|
|
"name": "yiisoft/yii2-app-basic",
|
2015-04-02 21:09:56 +08:00
|
|
|
"description": "Yii 2 Basic Project Template",
|
|
|
|
"keywords": ["yii2", "framework", "basic", "project template"],
|
2014-07-20 02:56:31 +08:00
|
|
|
"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"
|
|
|
|
},
|
2022-02-11 21:28:03 +08:00
|
|
|
"minimum-stability": "dev",
|
2014-07-20 02:56:31 +08:00
|
|
|
"require": {
|
2019-12-24 18:09:46 +08:00
|
|
|
"php": ">=5.6.0",
|
2018-02-19 06:35:59 +08:00
|
|
|
"yiisoft/yii2": "~2.0.14",
|
2021-05-19 20:01:06 +08:00
|
|
|
"yiisoft/yii2-bootstrap4": "~2.0.0",
|
2019-04-23 20:06:04 +08:00
|
|
|
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
|
2014-07-20 02:56:31 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-22 23:23:34 +08:00
|
|
|
"yiisoft/yii2-debug": "~2.1.0",
|
2021-05-09 04:39:52 +08:00
|
|
|
"yiisoft/yii2-gii": "~2.2.0",
|
2016-09-05 20:47:44 +08:00
|
|
|
"yiisoft/yii2-faker": "~2.0.0",
|
2019-12-24 18:09:46 +08:00
|
|
|
"codeception/codeception": "^4.0",
|
2019-11-23 03:02:47 +08:00
|
|
|
"codeception/verify": "~0.5.0 || ~1.1.0",
|
2019-03-23 04:44:48 +08:00
|
|
|
"codeception/specify": "~0.4.6",
|
2019-11-23 03:02:47 +08:00
|
|
|
"symfony/browser-kit": ">=2.7 <=4.2.4",
|
|
|
|
"codeception/module-filesystem": "^1.0.0",
|
|
|
|
"codeception/module-yii2": "^1.0.0",
|
|
|
|
"codeception/module-asserts": "^1.0.0"
|
2014-07-20 02:56:31 +08:00
|
|
|
},
|
2014-09-03 11:17:50 +08:00
|
|
|
"config": {
|
2017-11-09 18:09:30 +08:00
|
|
|
"process-timeout": 1800,
|
|
|
|
"fxp-asset": {
|
|
|
|
"enabled": false
|
|
|
|
}
|
2014-09-03 11:17:50 +08:00
|
|
|
},
|
2014-07-20 02:56:31 +08:00
|
|
|
"scripts": {
|
2017-08-10 03:07:23 +08:00
|
|
|
"post-install-cmd": [
|
|
|
|
"yii\\composer\\Installer::postInstall"
|
|
|
|
],
|
2014-07-20 02:56:31 +08:00
|
|
|
"post-create-project-cmd": [
|
2017-08-10 03:14:58 +08:00
|
|
|
"yii\\composer\\Installer::postCreateProject",
|
|
|
|
"yii\\composer\\Installer::postInstall"
|
2014-07-20 02:56:31 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"extra": {
|
2014-09-03 11:17:50 +08:00
|
|
|
"yii\\composer\\Installer::postCreateProject": {
|
|
|
|
"setPermission": [
|
|
|
|
{
|
|
|
|
"runtime": "0777",
|
|
|
|
"web/assets": "0777",
|
|
|
|
"yii": "0755"
|
|
|
|
}
|
2017-08-10 03:07:23 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"yii\\composer\\Installer::postInstall": {
|
2014-09-03 11:17:50 +08:00
|
|
|
"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
|
|
|
}
|