{
"name": "youhujun/php-tool-youhujun",
"description": "Tools for facilitating rapid development of PHP applications",
"license": "MIT",
"version": "v2.0.0",
"authors": [
{
"name": "youhujun",
"email": "youhu8888@163.com"
}
],
"keywords": [
"php",
"http",
"server",
"api"
],
"require": {
"php": "^8.2",
"godruoyi/php-snowflake": "*",
"phpoffice/phpspreadsheet":"*",
"gregwar/captcha": "*",
"endroid/qr-code": "*",
"qiniu/php-sdk": "*",
"tencentcloud/tencentcloud-sdk-php": "*",
"wechatpay/wechatpay": "*",
"wechatpay/wechatpay-guzzle-middleware": "*",
"guzzlehttp/guzzle": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"files": [
"src/config/tool_helper.php",
"src/config/curl_helper.php"
],
"psr-4": {
"YouHuJun\\Tool\\": "src/"
}
},
"extra": {
},
"config": {
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
},
"scripts": {
"test": "phpunit"
}
}