2024-09-19 11:32:39 +08:00
|
|
|
{
|
|
|
|
|
"name": "yiisoft/yii2-app-advanced",
|
|
|
|
|
"description": "Yii 2 Advanced Project Template",
|
|
|
|
|
"keywords": ["yii2", "framework", "advanced", "project template"],
|
|
|
|
|
"homepage": "https://www.yiiframework.com/",
|
|
|
|
|
"type": "project",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
|
|
|
|
|
"forum": "https://www.yiiframework.com/forum/",
|
|
|
|
|
"wiki": "https://www.yiiframework.com/wiki/",
|
|
|
|
|
"irc": "irc://irc.freenode.net/yii",
|
|
|
|
|
"source": "https://github.com/yiisoft/yii2"
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"require": {
|
2024-09-20 17:03:02 +08:00
|
|
|
"php": ">=7.4.0|8.0.2",
|
2024-09-19 11:32:39 +08:00
|
|
|
"ext-json": "*",
|
|
|
|
|
"yiisoft/yii2": "~2.0.45",
|
|
|
|
|
"yiisoft/yii2-bootstrap5": "~2.0.2",
|
|
|
|
|
"yiisoft/yii2-symfonymailer": "~2.0.3",
|
|
|
|
|
"aliyuncs/oss-sdk-php": "dev-master",
|
|
|
|
|
"overtrue/wechat": "5.*",
|
|
|
|
|
"jiang704593835/yii2-doc": "dev-master",
|
|
|
|
|
"yiisoft/yii2-queue": "2.x-dev",
|
|
|
|
|
"endroid/qr-code": "4.*",
|
|
|
|
|
"yiithings/yii2-dotenv": "*",
|
|
|
|
|
"tencent/tls-sig-api-v2": "1.*",
|
|
|
|
|
"nesbot/carbon": "2.*",
|
|
|
|
|
"yiisoft/log-target-file": "1.0.4",
|
|
|
|
|
"linslin/yii2-curl": "*",
|
|
|
|
|
"overtrue/easy-sms": "dev-master",
|
|
|
|
|
"yiisoft/yii2-redis": "2.0.x-dev",
|
|
|
|
|
"phpoffice/phpexcel": "*",
|
2024-10-25 15:58:13 +08:00
|
|
|
"moonlandsoft/yii2-phpexcel": "2.*",
|
2024-12-04 14:43:47 +08:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
|
"ext-openssl": "*",
|
2024-12-09 16:02:11 +08:00
|
|
|
"ext-redis": "*",
|
2025-01-04 17:01:00 +08:00
|
|
|
"ext-zend-opcache": "*",
|
|
|
|
|
"ext-curl": "*"
|
2024-09-19 11:32:39 +08:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"yiisoft/yii2-debug": "~2.1.0",
|
|
|
|
|
"yiisoft/yii2-gii": "~2.2.0",
|
|
|
|
|
"yiisoft/yii2-faker": "~2.0.0",
|
|
|
|
|
"phpunit/phpunit": "~9.5.0",
|
|
|
|
|
"codeception/codeception": "^5.0.0 || ^4.0",
|
|
|
|
|
"codeception/lib-innerbrowser": "^3.0 || ^1.1",
|
|
|
|
|
"codeception/module-asserts": "^3.0 || ^1.1",
|
|
|
|
|
"codeception/module-yii2": "^1.1",
|
|
|
|
|
"codeception/module-filesystem": "^3.0 || ^1.1",
|
|
|
|
|
"codeception/verify": "^2.2",
|
|
|
|
|
"symfony/browser-kit": "^6.0 || >=2.7 <=4.2.4",
|
|
|
|
|
"overtrue/pinyin": "4.1.0"
|
|
|
|
|
},
|
|
|
|
|
"autoload-dev": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"common\\tests\\": ["common/tests/", "common/tests/_support"],
|
|
|
|
|
"admin\\tests\\": ["admin/tests/", "admin/tests/_support"],
|
|
|
|
|
"app\\tests\\": ["app/tests/", "app/tests/_support"]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"allow-plugins": {
|
|
|
|
|
"yiisoft/yii2-composer": true,
|
|
|
|
|
"easywechat-composer/easywechat-composer": true
|
|
|
|
|
},
|
|
|
|
|
"process-timeout": 1800,
|
|
|
|
|
"fxp-asset": {
|
|
|
|
|
"enabled": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"repositories": [
|
|
|
|
|
{
|
|
|
|
|
"type": "composer",
|
|
|
|
|
"url": "https://asset-packagist.org"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|