22 Star 64 Fork 36

rainforyou/yii2cmf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
liujuntao 提交于 2020-06-16 15:49 +08:00 . 修复bug
{
"name": "yidashi/yii2cmf",
"description": "yii2内容管理框架",
"keywords": ["yii2", "cmf", "yii2cmf"],
"homepage": "http://www.51siyuan.cn/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yidashi/yii2cmf/issues?state=open",
"forum": "http://www.51siyuan.cn/suggest/",
"wiki": "http://www.51siyuan.cn/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yidashi/yii2cmf"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.5",
"yiisoft/yii2": ">=2.0.9",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-authclient": "~2.1.0",
"yiisoft/yii2-imagine": "^2.0",
"aferrandini/phpqrcode": "1.0.1",
"mobiledetect/mobiledetectlib": "^2.8",
"omnilight/yii2-scheduling": "*",
"vlucas/phpdotenv": "^2.0",
"vova07/yii2-imperavi-widget": "*",
"2amigos/yii2-editable-widget": "0.1.*",
"raulfraile/distill": "@stable",
"fabpot/goutte": "^3.1",
"kartik-v/yii2-widget-select2": "*",
"kartik-v/yii2-widget-datetimepicker": "^1.4",
"kartik-v/yii2-widget-datepicker": "^1.3",
"bower-asset/blueimp-file-upload" : "*",
"bower-asset/editor.md": "*",
"creocoder/yii2-flysystem": "*",
"qiniu/php-sdk": "^7.1",
"overtrue/pinyin": "^4.0",
"symfony/var-dumper": "^3.4",
"2amigos/yii2-date-picker-widget": "^1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"autoload": {
"files": [
"common/helpers/function.php"
]
},
"scripts": {
"post-install-cmd": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');@chmod('.env', 0766);\"",
"yii\\composer\\Installer::postCreateProject"
],
"post-root-package-install" :[
"php -r \"file_exists('.env') || copy('.env.example', '.env');@chmod('.env', 0766);\"",
"yii\\composer\\Installer::postCreateProject"
]
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"secure-http": false
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"cache": "0777",
"web/assets": "0777",
"web/storage": "0777",
"web/admin/assets": "0777",
"api/runtime": "0777",
"backend/runtime": "0777",
"frontend/runtime": "0777",
"web/api/assets": "0777"
}
]
}
},
"repositories": {
"0": {
"type": "composer",
"url": "https://asset-packagist.org"
},
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/rainforyou/yii2cmf.git
git@gitee.com:rainforyou/yii2cmf.git
rainforyou
yii2cmf
yii2cmf
master

搜索帮助