| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "wechatpay/wechatpay",
- "version": "1.4.8",
- "description": "[A]Sync Chainable WeChatPay v2&v3's OpenAPI SDK for PHP",
- "type": "library",
- "keywords": [
- "wechatpay",
- "openapi-chainable",
- "xml-parser",
- "xml-builder",
- "aes-ecb",
- "aes-gcm",
- "rsa-oaep"
- ],
- "authors": [
- {
- "name": "James ZHANG",
- "homepage": "https://github.com/TheNorthMemory"
- },
- {
- "name": "WeChatPay Community",
- "homepage": "https://developers.weixin.qq.com/community/pay"
- }
- ],
- "homepage": "https://pay.weixin.qq.com/",
- "license": "Apache-2.0",
- "require": {
- "php": ">=7.1.2",
- "ext-curl": "*",
- "ext-libxml": "*",
- "ext-simplexml": "*",
- "ext-openssl": "*",
- "guzzlehttp/uri-template": "^0.2 || ^1.0",
- "guzzlehttp/guzzle": "^6.5 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^7.5 || ^8.5.16 || ^9.3.5",
- "phpstan/phpstan": "^0.12.89 || ^1.0"
- },
- "autoload": {
- "psr-4": { "WeChatPay\\" : "src/" }
- },
- "autoload-dev": {
- "psr-4": { "WeChatPay\\Tests\\" : "tests/" }
- },
- "bin": [
- "bin/CertificateDownloader.php"
- ],
- "scripts": {
- "v3-certificates": "bin/CertificateDownloader.php"
- }
- }
|