nextcloud/apps/files_external/3rdparty/composer.lock

102 lines
3.4 KiB
Plaintext
Raw Normal View History

2014-08-26 20:46:07 +04:00
{
"_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#installing-dependencies",
2014-08-26 20:46:07 +04:00
"This file is @generated automatically"
],
"content-hash": "dd320be9cd87742d53b4384bf3df9c42",
2014-08-26 20:46:07 +04:00
"packages": [
{
"name": "icewind/smb",
"version": "v3.1.1",
2014-08-26 20:46:07 +04:00
"source": {
"type": "git",
"url": "https://github.com/icewind1991/SMB.git",
"reference": "26b7b8780342d0e61313b464b880d50a2ea898e2"
2014-08-26 20:46:07 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/26b7b8780342d0e61313b464b880d50a2ea898e2",
"reference": "26b7b8780342d0e61313b464b880d50a2ea898e2",
2014-08-26 20:46:07 +04:00
"shasum": ""
},
"require": {
"icewind/streams": ">=0.2.0",
"php": ">=5.6"
2014-08-26 20:46:07 +04:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
"phpunit/phpunit": "^5.7"
2014-08-26 20:46:07 +04:00
},
"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": "2019-03-04T15:02:42+00:00"
2014-08-26 20:46:07 +04:00
},
{
"name": "icewind/streams",
"version": "0.6.1",
2014-08-26 20:46:07 +04:00
"source": {
"type": "git",
"url": "https://github.com/icewind1991/Streams.git",
"reference": "0a78597117d8a02937ea05206f219294449fb06e"
2014-08-26 20:46:07 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/icewind1991/Streams/zipball/0a78597117d8a02937ea05206f219294449fb06e",
"reference": "0a78597117d8a02937ea05206f219294449fb06e",
2014-08-26 20:46:07 +04:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "v1.0.0"
2014-08-26 20:46:07 +04:00
},
"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": "2018-04-24T09:07:38+00:00"
2014-08-26 20:46:07 +04:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2015-04-10 15:36:37 +03:00
"stability-flags": [],
2014-08-26 20:46:07 +04:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}