代码拉取完成,页面将自动刷新
{
"name": "michonnehsu/simple-dingtalk",
"description": "A modern DingTalk API client with better architecture and error handling",
"type": "library",
"keywords": ["dingtalk", "api", "client", "messaging", "enterprise"],
"license": "MIT",
"authors": [
{
"name": "Michonne Hsu",
"email": "850574565@qq.com"
}
],
"require": {
"php": ">=7.4",
"ext-json": "*",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^0.12",
"friendsofphp/php-cs-fixer": "^2.16",
"phpmd/phpmd": "^2.8",
"squizlabs/php_codesniffer": "^3.5",
"monolog/monolog": "^2.0"
},
"autoload": {
"psr-4": {
"SimpleDingTalk\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SimpleDingTalk\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit",
"analyze": "phpstan analyse src --level=6",
"fix": "php-cs-fixer fix --config=.php_cs.dist",
"check": "phpcs --standard=PSR12 src",
"coverage": "phpunit --coverage-html coverage/"
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "stable",
"prefer-stable": true
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。