| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "950bafd0ae6623c9fdc42a0ef039aac6",
- "content-hash": "e0dd4b480ce3ed67ad527554d82237fd",
- "packages": [
- {
- "name": "qiniu/php-sdk",
- "version": "v7.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/qiniu/php-sdk.git",
- "reference": "8c7ba738bd4443ee3569a07441913b07c4b2c4a2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/8c7ba738bd4443ee3569a07441913b07c4b2c4a2",
- "reference": "8c7ba738bd4443ee3569a07441913b07c4b2c4a2",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~2.3"
- },
- "type": "library",
- "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"
- ],
- "time": "2017-08-26 00:46:11"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|