summaryrefslogtreecommitdiffstats
path: root/composer.lock
blob: 988b29e7bf9ef79595c5bc35cfee5a34840a40b5 (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
    "_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",
        "This file is @generated automatically"
    ],
    "hash": "fd65e8c18845a1968d209621771991e9",
    "packages": [
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "files": [
                    "library/HTMLPurifier.composer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "time": "2015-08-05 01:03:42"
        },
        {
            "name": "fguillot/picofeed",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fguillot/picoFeed.git",
                "reference": "8ed3f1a9f777938611645d523ddc707a7cd0e7d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/8ed3f1a9f777938611645d523ddc707a7cd0e7d7",
                "reference": "8ed3f1a9f777938611645d523ddc707a7cd0e7d7",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "php": ">=5.3.0"
            },
            "suggest": {
                "ext-curl": "PicoFeed will use cURL if present"
            },
            "bin": [
                "picofeed"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PicoFeed": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot"
                }
            ],
            "description": "Modern library to handle RSS/Atom feeds",
            "homepage": "https://github.com/fguillot/picoFeed",
            "time": "2015-08-02 17:56:46"
        },
        {
            "name": "plasmaconduit/path",
            "version": "0.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/JosephMoniz/php-path.git",
                "reference": "7c19ff02615defcf0b56968589aa1b53b0ee7ebe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JosephMoniz/php-path/zipball/7c19ff02615defcf0b56968589aa1b53b0ee7ebe",
                "reference": "7c19ff02615defcf0b56968589aa1b53b0ee7ebe",
                "shasum": ""
            },
            "require-dev": {
                "phpspec/phpspec2": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "time": "2013-01-23 06:47:38"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "fguillot/picofeed": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}