1 Star 0 Fork 3

lions/开源文档系统

forked from 微擎/开源文档系统 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 844 Bytes
一键复制 编辑 原始数据 按行查看 历史
非同寻常 提交于 2020-03-05 12:04 . 删除无用的包
{
"name": "w7/document-api",
"type": "project",
"description": "基于软擎框架的开源文档系统",
"license": "Apache-2.0",
"keywords": [
"we7",
"swoole",
"rangine"
],
"homepage": "https://www.rangine.com/",
"authors": [
{
"name": "we7team",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"W7\\App\\": "app/",
"W7\\Tests\\" : "tests/"
},
"files": [
"config/define.php",
"app/Helper/Functions.php"
],
"classmap": [
"database/seeds",
"database/migrations"
]
},
"require": {
"w7/rangine": "*",
"ext-json": "*",
"gregwar/captcha": "^1.1",
"qcloud/cos-sdk-v5": "^1.3",
"overtrue/socialite": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "*",
"friendsofphp/php-cs-fixer": "^2.15",
"w7/rangine-debugger": "^1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/lionsun/w7-rangine-project-document.git
[email protected]:lionsun/w7-rangine-project-document.git
lionsun
w7-rangine-project-document
开源文档系统
master

搜索帮助