aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/lib/SabreDAV/composer.lock
blob: bea8d7447e7b12d883fec0911270caea4545c4f6 (plain) (blame)
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
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
    ],
    "hash": "59cc5f06d39080610504a29c9398f95e",
    "packages": [
        {
            "name": "sabre/vobject",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fruux/sabre-vobject.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/2.1.0",
                "reference": "2.1.0",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.1"
            },
            "bin": [
                "bin/vobjectvalidate.php"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "OldSabre\\VObject": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Evert Pot",
                    "email": "evert@rooftopsolutions.nl",
                    "homepage": "http://evertpot.com/",
                    "role": "Developer"
                }
            ],
            "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
            "homepage": "https://github.com/fruux/sabre-vobject",
            "keywords": [
                "VObject",
                "iCalendar",
                "vCard"
            ],
            "time": "2013-06-17 22:25:42"
        }
    ],
    "packages-dev": null,
    "aliases": [

    ],
    "minimum-stability": "stable",
    "stability-flags": [

    ],
    "platform": {
        "php": ">=5.3.1",
        "ext-dom": "*",
        "ext-pcre": "*",
        "ext-spl": "*",
        "ext-simplexml": "*",
        "ext-mbstring": "*",
        "ext-ctype": "*",
        "ext-date": "*",
        "ext-iconv": "*",
        "ext-libxml": "*"
    },
    "platform-dev": [

    ]
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy