1 Star 0 Fork 2

linglingier/QApi

forked from PGF/QApi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
PGF 提交于 2023-11-21 14:54 . Fixed Bug.
{
"name": "qapi/framework",
"description": "Api 快速开发。",
"license": "MIT",
"scripts": {
"dev": "@php -S 0.0.0.0:8899 -t test src/Route/router.php"
},
"authors": [
{
"name": "潘高峰",
"email": "228375325@qq.com"
}
],
"require": {
"php": ">=8.0",
"monolog/monolog": "^2.8",
"symfony/mime": "^v5.4",
"league/climate": "^3.8",
"predis/predis": "^1.1",
"doctrine/dbal": "^3.4",
"symfony/uid": "v5.4",
"psr/event-dispatcher": "1.0.0",
"phpunit/phpunit": "^9.5",
"react/http": "^1.8",
"amphp/http-server": "^2.1",
"amphp/http-server-form-parser": "^1.1",
"psr/container": "^2.0",
"ext-curl": "*",
"symfony/console": "v6.0.19",
"ext-zip": "*"
},
"bin": [
"src/bin/QConsole",
"src/bin/QApi"
],
"suggest": {
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-pdo_sqlite": "*",
"ext-mysqli": "*",
"ext-sqlite3": "*",
"ext-swoole": ">=4",
"ext-bcmath": "*",
"ext-sqlsrv": "*",
"ext-mongodb": "*",
"ext-apcu": "*"
},
"require-dev": {
"swoole/ide-helper": "~4.4.7",
"roave/security-advisories": "dev-latest"
},
"autoload": {
"files": [
"src/Helper/helpers.php"
],
"psr-4": {
"QApi\\": "src/",
"Test\\": "test/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/lingling2tu/QApi.git
git@gitee.com:lingling2tu/QApi.git
lingling2tu
QApi
QApi
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385