代码拉取完成,页面将自动刷新
同步操作将从 hillpy/MiniProgramSDK 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "hillpy/mini-program-sdk",
"description": "MiniProgramSDK是一个PHP的小程序开发包。封装微信小程序后端相关接口,比如解密信息(用户信息、手机号)、获取小程序码等。",
"keywords": ["小程序", "miniprogram", "微信", "wechat"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "shinn_lancelot",
"homepage": "https://hillpy.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"predis/predis": "^1.1"
},
"require-dev": {
"php": ">=5.6",
"phpunit/phpunit": "^5",
"friendsofphp/php-cs-fixer": "^2.16",
"brainmaestro/composer-git-hooks": "^2.8"
},
"support": {
"issues": "https://github.com/hillpy/MiniProgramSDK/issues"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Hillpy\\MiniProgramSDK\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Hillpy\\MiniProgramSDK\\Tests\\": "tests/"
}
},
"extra": {
"hooks": {
"pre-commit": [
"composer tests",
"composer check-style"
],
"post-merge": "composer install"
}
},
"scripts": {
"post-install-cmd": [
"cghooks add --ignore-lock",
"cghooks update",
"@php -r \"file_exists('tests/Env.php') || copy('tests/EnvExample.php', 'tests/Env.php');\""
],
"post-update-cmd": [
"cghooks update"
],
"cghooks": "cghooks",
"check-style": "php-cs-fixer fix --using-cache=no --diff --config=.php_cs --dry-run --ansi",
"fix-style": "php-cs-fixer fix --using-cache=no --config=.php_cs --ansi",
"tests": "phpunit tests --colors=always",
"test": "phpunit"
},
"scripts-descriptions": {
"check-style": "Run style checks (only dry run - no fixing!).",
"fix-style": "Run style checks and fix violations.",
"tests": "Run all tests.",
"test": "Run phpunit."
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。