1 Star 0 Fork 0

kivent / easyWechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
kivent.zou 提交于 2024-01-16 10:12 . fix
{
"name": "kivent/easywechat",
"type": "library",
"license": "MIT",
"keywords": [
"php",
"hyperf",
"easywechat"
],
"description": "hyperf easywechat6",
"autoload": {
"psr-4": {
"Kivent\\EasyWechat\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "tests"
}
},
"require": {
"php": ">=8.0.2",
"w7corp/easywechat": "^6.11.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": ">=7.0",
"swoole/ide-helper": "^5.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0"
},
"conflict": {
"w7corp/easywechat": "<6.0"
},
"config": {
"sort-packages": true
},
"scripts": {
"test": "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": "Kivent\\EasyWechat\\ConfigProvider"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/kivent/easyWechat.git
git@gitee.com:kivent/easyWechat.git
kivent
easyWechat
easyWechat
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891