| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [
- {
- "name": "qiniu/php-sdk",
- "version": "v7.2.1",
- "version_normalized": "7.2.1.0",
- "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"
- },
- "time": "2017-08-26 00:46:11",
- "type": "library",
- "installation-source": "source",
- "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"
- ]
- }
- ]
|