You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
794 B

{
"name": "wi1dcard/alipay-sdk",
"description": "支付宝(蚂蚁金服)开放平台第三方 PHP SDK,基于官方 3.3.0 版本。",
"type": "library",
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": ">=4.8",
"vlucas/phpdotenv": "^2.5"
},
"authors": [
{
"name": "wi1dcard",
"email": "wi1dcard@qq.com"
}
],
"autoload": {
"psr-4": {
"Alipay\\": "aop/"
}
},
"autoload-dev": {
"psr-4": {
"Alipay\\Test\\": "tests"
}
},
"scripts": {
"check-cs": "phpcs aop --standard='PSR1,PSR2,PSR12' -n",
"fix-cs": "phpcbf aop --standard='PSR1,PSR2,PSR12'"
}
}