1 Star 0 Fork 0

北京摩言科技有限公司/framework-php8

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
夜未凉 提交于 2024-04-07 15:36 . rename
{
"name": "mochat-php8/framework",
"type": "library",
"keywords": [
"php",
"hyperf",
"mochat",
"framework"
],
"description": "framework of mochat",
"autoload": {
"psr-4": {
"MoChat\\Framework\\": "src/"
},
"files": [
"src/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "tests"
}
},
"require": {
"php": ">=8.0",
"ext-swoole": ">=4.5"
},
"require-dev": {
"96qbhy/hyperf-auth": "^3.0",
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/framework": "3.1.*",
"hyperf/testing": "3.1.*",
"overtrue/wechat": "~5.0",
"phpstan/phpstan": "^0.12",
"swoole/ide-helper": "dev-master",
"hyperf/guzzle": "3.1.*"
},
"config": {
"sort-packages": true
},
"scripts": {
"test": "co-phpunit -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"
},
"extra": {
"hyperf": {
"config": "MoChat\\Framework\\ConfigProvider"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/moyanyun/framework-php8.git
git@gitee.com:moyanyun/framework-php8.git
moyanyun
framework-php8
framework-php8
master

搜索帮助