123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- {
- "_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": "7a72a0a7e018c493db7c6249d344193d",
- "content-hash": "517366a67da916d8dd1683b267b5638d",
- "packages": [
- {
- "name": "league/flysystem",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem.git",
- "reference": "988626314a28f34e682f374162b67deb855af2d1"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/thephpleague/flysystem/988626314a28f34e682f374162b67deb855af2d1.zip",
- "reference": "988626314a28f34e682f374162b67deb855af2d1",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5.9"
- },
- "conflict": {
- "league/flysystem-sftp": "<1.0.6"
- },
- "require-dev": {
- "ext-fileinfo": "*",
- "mockery/mockery": "~0.9",
- "phpspec/phpspec": "^2.2",
- "phpunit/phpunit": "~4.8"
- },
- "suggest": {
- "ext-fileinfo": "Required for MimeType",
- "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
- "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
- "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
- "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
- "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
- "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
- "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
- "league/flysystem-webdav": "Allows you to use WebDAV storage",
- "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
- "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
- "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Flysystem\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frenky.net"
- }
- ],
- "description": "Filesystem abstraction: Many filesystems, one API.",
- "keywords": [
- "Cloud Files",
- "WebDAV",
- "abstraction",
- "aws",
- "cloud",
- "copy.com",
- "dropbox",
- "file systems",
- "files",
- "filesystem",
- "filesystems",
- "ftp",
- "rackspace",
- "remote",
- "s3",
- "sftp",
- "storage"
- ],
- "time": "2017-07-29 19:03:34"
- },
- {
- "name": "qiniu/php-sdk",
- "version": "v7.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/qiniu/php-sdk.git",
- "reference": "b91653485e36b4797d7a302cc86c49695e47a642"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/qiniu/php-sdk/b91653485e36b4797d7a302cc86c49695e47a642.zip",
- "reference": "b91653485e36b4797d7a302cc86c49695e47a642",
- "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": "2016-11-18 02:57:31"
- },
- {
- "name": "zgldh/qiniu-laravel-storage",
- "version": "v0.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/zgldh/qiniu-laravel-storage.git",
- "reference": "1651af398c46e994df4179cfa41bf80cb025e7e0"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/zgldh/qiniu-laravel-storage/1651af398c46e994df4179cfa41bf80cb025e7e0.zip",
- "reference": "1651af398c46e994df4179cfa41bf80cb025e7e0",
- "shasum": ""
- },
- "require": {
- "league/flysystem": "^1.0",
- "php": ">=5.3.3",
- "qiniu/php-sdk": "^7.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "zgldh\\QiniuStorage\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "zgldh",
- "email": "zgldh@hotmail.com",
- "role": "Original Developer"
- },
- {
- "name": "abcsun",
- "email": "chenglongsun_nj@163.com",
- "homepage": "http://github.com/abcsun",
- "role": "Developer"
- }
- ],
- "description": "Qiniu Resource (Cloud) Storage SDK for Laravel 5",
- "keywords": [
- "cloud",
- "laravel",
- "qiniu",
- "sdk",
- "storage"
- ],
- "time": "2017-07-12 14:34:41"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "dev",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.3.3"
- },
- "platform-dev": []
- }
|