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",
2015-08-13 17:28:44 +03:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2014-08-26 20:46:07 +04:00
"This file is @generated automatically"
],
"hash": "a8b4080027a432533f6d0597ad527fe7",
"content-hash": "8165981792437b03b39c11d28b061eda",
2014-08-26 20:46:07 +04:00
"packages": [
{
"name": "icewind/smb",
"version": "v2.0.0",
2014-08-26 20:46:07 +04:00
"source": {
"type": "git",
"url": "https://github.com/icewind1991/SMB.git",
"reference": "95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a"
2014-08-26 20:46:07 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/icewind1991/SMB/zipball/95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a",
"reference": "95a5ecbaf92617f9800ad7d6070ef31d8ff28c3a",
2014-08-26 20:46:07 +04:00
"shasum": ""
},
"require": {
"icewind/streams": ">=0.2.0",
"php": ">=5.4"
2014-08-26 20:46:07 +04:00
},
"require-dev": {
"phpunit/phpunit": "^4.8"
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": "2016-12-13 13:56:55"
2014-08-26 20:46:07 +04:00
},
{
"name": "icewind/streams",
"version": "0.4.1",
2014-08-26 20:46:07 +04:00
"source": {
"type": "git",
"url": "https://github.com/icewind1991/Streams.git",
"reference": "d3620e8dc410c86c2ba55579803679c4e0b289ac"
2014-08-26 20:46:07 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/icewind1991/Streams/zipball/d3620e8dc410c86c2ba55579803679c4e0b289ac",
"reference": "d3620e8dc410c86c2ba55579803679c4e0b289ac",
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": "2016-06-02 14:37:52"
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": []
}