审查视图

simplewind/vendor/anerg2046/sns_auth/composer.json 456 字节
景龙 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "name": "anerg2046/sns_auth",
    "description": "weixin weibo qq alipay twitter google line facebook sns oauth",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Coeus",
            "email": "r.anerg@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.6.0",
        "guzzlehttp/guzzle": "^6.3"
    },
    "autoload": {
        "psr-4": {
            "anerg\\OAuth2\\": "src"
        }
    }
}