审查视图

vendor/overtrue/wechat/src/Payment/composer.json 602 字节
王智 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{
    "name": "easywechat/payment",
    "description": "payment module for EasyWeChat SDK.",
    "keywords": ["wechat", "weixin", "SDK", "payment", "easywechat"],
    "license": "MIT",
    "authors": [
        {
            "name": "overtrue",
            "email": "anzhengchao@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "EasyWeChat\\Payment\\": "."
        },
        "files": ["helpers.php"]
    },
    "require-dev": {
        "phpunit/phpunit": "~4.0",
        "mockery/mockery": "^1.0@dev"
    },
    "require": {
        "easywechat/core" : "dev-master"
    }
}