Welcome to mirror list, hosted at ThFree Co, Russian Federation.

installed.json « composer « 3rdparty « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aafe1591fa8572122a51ac6875ae1282be46ab9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[
    {
        "name": "icewind/streams",
        "version": "0.5.2",
        "version_normalized": "0.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/icewind1991/Streams.git",
            "reference": "6bfd2fdbd99319f5e010d0a684409189a562cb1e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/icewind1991/Streams/zipball/6bfd2fdbd99319f5e010d0a684409189a562cb1e",
            "reference": "6bfd2fdbd99319f5e010d0a684409189a562cb1e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "satooshi/php-coveralls": "v1.0.0"
        },
        "time": "2016-12-02T14:21:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "icewind/smb",
        "version": "v2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/icewind1991/SMB.git",
            "reference": "6691355d9314ac3a8cb9ec9446e4c26e8aab09d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/icewind1991/SMB/zipball/6691355d9314ac3a8cb9ec9446e4c26e8aab09d0",
            "reference": "6691355d9314ac3a8cb9ec9446e4c26e8aab09d0",
            "shasum": ""
        },
        "require": {
            "icewind/streams": ">=0.2.0",
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-08-16T16:08:57+00:00",
        "type": "library",
        "installation-source": "source",
        "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"
    }
]