1 Star 0 Fork 1

jiangslee/easywechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
overtrue 提交于 2022-03-24 18:27 . Fixed #2407
{
"name": "w7corp/easywechat",
"description": "微信SDK",
"keywords": [
"easywechat",
"wechat",
"weixin",
"weixin-sdk",
"sdk"
],
"license": "MIT",
"authors": [
{
"name": "overtrue",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0.2",
"ext-fileinfo": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-sodium": "*",
"ext-libxml": "*",
"ext-curl": "*",
"monolog/monolog": "^2.2",
"nyholm/psr7": "^1.4",
"nyholm/psr7-server": "^1.0",
"overtrue/socialite": "^3.5|^4.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"psr/http-client": "^1.0",
"symfony/cache": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/psr-http-message-bridge": "^2.1.2",
"symfony/http-client": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/polyfill-php81": "^1.25"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5.0",
"brainmaestro/composer-git-hooks": "^2.8",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.4.4",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.2",
"jetbrains/phpstorm-attributes": "^1.0"
},
"autoload": {
"psr-4": {
"EasyWeChat\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"EasyWeChat\\Tests\\": "tests/"
}
},
"extra": {
"hooks": {
"pre-commit": [
"composer check-style",
"composer phpstan",
"composer test"
],
"pre-push": [
"composer check-style"
],
"config": {
"stop-on-failure": ["pre-commit", "pre-push"]
}
}
},
"scripts": {
"post-update-cmd": [
"cghooks remove",
"cghooks add --ignore-lock",
"cghooks update"
],
"post-merge": "composer install",
"post-install-cmd": [
"cghooks remove",
"cghooks add --ignore-lock",
"cghooks update"
],
"phpstan": "phpstan analyse",
"check-style": "php-cs-fixer fix --using-cache=no --diff --dry-run --allow-risky=yes --ansi",
"fix-style": "php-cs-fixer fix --using-cache=no --allow-risky=yes --ansi",
"test": "phpunit --colors"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jiangslee/easywechat.git
[email protected]:jiangslee/easywechat.git
jiangslee
easywechat
easywechat
6.x-octane

搜索帮助