installed.json 1.8 KB
[
    {
        "name": "qiniu/php-sdk",
        "version": "v7.2.10",
        "version_normalized": "7.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/qiniu/php-sdk.git",
            "reference": "d89987163f560ebf9dfa5bb25de9bd9b1a3b2bd8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/d89987163f560ebf9dfa5bb25de9bd9b1a3b2bd8",
            "reference": "d89987163f560ebf9dfa5bb25de9bd9b1a3b2bd8",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.3"
        },
        "time": "2019-10-28T10:23:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Qiniu\\": "src/Qiniu"
            },
            "files": [
                "src/Qiniu/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Qiniu",
                "email": "sdk@qiniu.com",
                "homepage": "http://www.qiniu.com"
            }
        ],
        "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
        "homepage": "http://developer.qiniu.com/",
        "keywords": [
            "cloud",
            "qiniu",
            "sdk",
            "storage"
        ]
    }
]