Updated flysystem

This commit is contained in:
Graham Campbell
2015-07-08 21:59:04 +01:00
parent 2c5549120b
commit b003a7aa1c

25
composer.lock generated
View File

@@ -1753,31 +1753,27 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.4", "version": "1.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "56862959b45131ad33e5a7727a25db19f2cf090b" "reference": "e87d33ecc3a9fe2b1931856dc9921628f8c18cd5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/56862959b45131ad33e5a7727a25db19f2cf090b", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e87d33ecc3a9fe2b1931856dc9921628f8c18cd5",
"reference": "56862959b45131ad33e5a7727a25db19f2cf090b", "reference": "e87d33ecc3a9fe2b1931856dc9921628f8c18cd5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*",
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"ext-fileinfo": "*", "ext-fileinfo": "*",
"league/phpunit-coverage-listener": "~1.1",
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
"phpspec/phpspec": "~2.0", "phpspec/phpspec": "^2.2",
"phpspec/prophecy-phpunit": "~1.0", "phpspec/prophecy-phpunit": "~1.0",
"phpunit/phpunit": "~4.1", "phpunit/phpunit": "~4.1"
"predis/predis": "~1.0",
"tedivm/stash": "~0.12.0"
}, },
"suggest": { "suggest": {
"ext-fileinfo": "Required for MimeType", "ext-fileinfo": "Required for MimeType",
@@ -1791,8 +1787,7 @@
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
"predis/predis": "Allows you to use Predis for caching"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -1815,10 +1810,11 @@
"email": "info@frenky.net" "email": "info@frenky.net"
} }
], ],
"description": "Many filesystems, one API.", "description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [ "keywords": [
"Cloud Files", "Cloud Files",
"WebDAV", "WebDAV",
"abstraction",
"aws", "aws",
"cloud", "cloud",
"copy.com", "copy.com",
@@ -1826,6 +1822,7 @@
"file systems", "file systems",
"files", "files",
"filesystem", "filesystem",
"filesystems",
"ftp", "ftp",
"rackspace", "rackspace",
"remote", "remote",
@@ -1833,7 +1830,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2015-06-07 21:27:37" "time": "2015-07-08 20:43:57"
}, },
{ {
"name": "mccool/laravel-auto-presenter", "name": "mccool/laravel-auto-presenter",