summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2017-08-25 00:26:12 +0100
committerFbenas <philbeansburton@gmail.com>2017-08-25 00:26:12 +0100
commitd082907cb71f568da01e1f22a2c4eab1e3ced7aa (patch)
treed44af73e0763037c34bb03a08c5efbad5ad17501
parent30a63abdb3bd42288da88db503e7ba1c8562f863 (diff)
parent7b1e62d0cbc3519c469b2afd4da712125707de66 (diff)
Merge branch 'master' of www.blatech.co.uk:FBeans/dipper
-rw-r--r--composer.json1
-rw-r--r--composer.lock85
2 files changed, 1 insertions, 85 deletions
diff --git a/composer.json b/composer.json
index cb17615..dac7289 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,6 @@
}
},
"require": {
- "league/flysystem": "^1.0",
"symfony/console": "^3.3"
}
}
diff --git a/composer.lock b/composer.lock
index 7a8302f..211fa05 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,92 +4,9 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "99b28084e628dd3572ed238a5d4b3975",
+ "content-hash": "4ac39800ec85bcf2fe343f07e83a26e4",
"packages": [
{
- "name": "league/flysystem",
- "version": "1.0.41",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem.git",
- "reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
- "reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
- "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-08-06T17:41:04+00:00"
- },
- {
"name": "psr/log",
"version": "1.0.2",
"source": {