1 Star 0 Fork 3

tiwer/开源文档系统

forked from 微擎/开源文档系统 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
非同寻常 提交于 2020-12-03 14:30 . Update composer.json
{
"name": "w7/document-api",
"type": "project",
"description": "基于软擎框架的开源文档系统",
"license": "Apache-2.0",
"keywords": [
"we7",
"swoole",
"rangine"
],
"homepage": "https://www.rangine.com/",
"authors": [
{
"name": "we7team",
"email": "donknap@gmail.com"
}
],
"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": "2.2.5",
"w7/rangine-crontab": "1.0.7",
"w7/rangine-command": "2.0.17",
"w7/rangine-http-message": "2.1.2",
"w7/rangine-database-tool": "1.0.7",
"w7/rangine-package-plugin": "2.0.2",
"w7/rangine-lang": "1.0.2",
"w7/rangine-cache-model": "2.0.3",
"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.4"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/tiwer/w7-rangine-project-document.git
git@gitee.com:tiwer/w7-rangine-project-document.git
tiwer
w7-rangine-project-document
开源文档系统
master

搜索帮助