diff options
Diffstat (limited to 'apps/files_external/3rdparty/composer.lock')
-rw-r--r-- | apps/files_external/3rdparty/composer.lock | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/apps/files_external/3rdparty/composer.lock b/apps/files_external/3rdparty/composer.lock deleted file mode 100644 index 13931ad757d..00000000000 --- a/apps/files_external/3rdparty/composer.lock +++ /dev/null @@ -1,102 +0,0 @@ -{ - "_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": "1671a5ec7bef407432d42775f898dc34", - "content-hash": "9d995f0d55bee8a3b344a3c685e7b4a4", - "packages": [ - { - "name": "icewind/smb", - "version": "v1.0.8", - "source": { - "type": "git", - "url": "https://github.com/icewind1991/SMB.git", - "reference": "764f3fc793a904eb937d619ad097fb076ff199cd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/icewind1991/SMB/zipball/764f3fc793a904eb937d619ad097fb076ff199cd", - "reference": "764f3fc793a904eb937d619ad097fb076ff199cd", - "shasum": "" - }, - "require": { - "icewind/streams": ">=0.2.0", - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "v1.0.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Icewind\\SMB\\": "src/", - "Icewind\\SMB\\Test\\": "tests/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Robin Appelman", - "email": "icewind@owncloud.com" - } - ], - "description": "php wrapper for smbclient and libsmbclient-php", - "time": "2016-03-17 13:29:58" - }, - { - "name": "icewind/streams", - "version": "0.4.0", - "source": { - "type": "git", - "url": "https://github.com/icewind1991/Streams.git", - "reference": "9ca40274645a967ecc3408b0ca2e6255ead1d1d3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/icewind1991/Streams/zipball/9ca40274645a967ecc3408b0ca2e6255ead1d1d3", - "reference": "9ca40274645a967ecc3408b0ca2e6255ead1d1d3", - "shasum": "" - }, - "require": { - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "v1.0.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Icewind\\Streams\\Tests\\": "tests/", - "Icewind\\Streams\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Robin Appelman", - "email": "icewind@owncloud.com" - } - ], - "description": "A set of generic stream wrappers", - "time": "2016-03-17 12:32:25" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -} |