xref: /webtrees/composer.lock (revision ed285daa12bd7bf5fef583fe91b97c238dbf606f)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
5    ],
6    "hash": "ee294f74bbc203e88b588cd07880c42c",
7    "packages": [
8        {
9            "name": "bombayworks/zendframework1",
10            "version": "v1.12.5",
11            "source": {
12                "type": "git",
13                "url": "https://github.com/bombayworks/zendframework1.git",
14                "reference": "3f8af440199be5eb31cc9e73c196278227bb73af"
15            },
16            "dist": {
17                "type": "zip",
18                "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/3f8af440199be5eb31cc9e73c196278227bb73af",
19                "reference": "3f8af440199be5eb31cc9e73c196278227bb73af",
20                "shasum": ""
21            },
22            "require": {
23                "php": ">=5.2.11"
24            },
25            "require-dev": {
26                "phpunit/dbunit": "1.3.*",
27                "phpunit/phpunit": "3.7.*"
28            },
29            "bin": [
30                "bin/zf.sh",
31                "bin/zf.php"
32            ],
33            "type": "library",
34            "extra": {
35                "branch-alias": {
36                    "dev-master": "1.12.x-dev"
37                }
38            },
39            "autoload": {
40                "psr-0": {
41                    "Zend_": "library/",
42                    "ZendX_": "extras/library/"
43                }
44            },
45            "notification-url": "https://packagist.org/downloads/",
46            "include-path": [
47                "library/",
48                "extras/library/"
49            ],
50            "license": [
51                "BSD-3-Clause"
52            ],
53            "description": "Zend Framework 1",
54            "homepage": "http://framework.zend.com/",
55            "keywords": [
56                "ZF1",
57                "framework"
58            ],
59            "time": "2014-03-07 17:08:56"
60        },
61        {
62            "name": "ezyang/htmlpurifier",
63            "version": "v4.6.0",
64            "source": {
65                "type": "git",
66                "url": "https://github.com/ezyang/htmlpurifier.git",
67                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
68            },
69            "dist": {
70                "type": "zip",
71                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
72                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
73                "shasum": ""
74            },
75            "require": {
76                "php": ">=5.2"
77            },
78            "type": "library",
79            "autoload": {
80                "psr-0": {
81                    "HTMLPurifier": "library/"
82                },
83                "files": [
84                    "library/HTMLPurifier.composer.php"
85                ]
86            },
87            "notification-url": "https://packagist.org/downloads/",
88            "license": [
89                "LGPL"
90            ],
91            "authors": [
92                {
93                    "name": "Edward Z. Yang",
94                    "email": "admin@htmlpurifier.org",
95                    "homepage": "http://ezyang.com",
96                    "role": "Developer"
97                }
98            ],
99            "description": "Standards compliant HTML filter written in PHP",
100            "homepage": "http://htmlpurifier.org/",
101            "keywords": [
102                "html"
103            ],
104            "time": "2013-11-30 08:25:19"
105        },
106        {
107            "name": "michelf/php-markdown",
108            "version": "1.4.0",
109            "source": {
110                "type": "git",
111                "url": "https://github.com/michelf/php-markdown.git",
112                "reference": "96d8150406f67e683ef4acc09fef91785fef1266"
113            },
114            "dist": {
115                "type": "zip",
116                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/96d8150406f67e683ef4acc09fef91785fef1266",
117                "reference": "96d8150406f67e683ef4acc09fef91785fef1266",
118                "shasum": ""
119            },
120            "require": {
121                "php": ">=5.3.0"
122            },
123            "type": "library",
124            "extra": {
125                "branch-alias": {
126                    "dev-lib": "1.4.x-dev"
127                }
128            },
129            "autoload": {
130                "psr-0": {
131                    "Michelf": ""
132                }
133            },
134            "notification-url": "https://packagist.org/downloads/",
135            "license": [
136                "BSD-3-Clause"
137            ],
138            "authors": [
139                {
140                    "name": "Michel Fortin",
141                    "email": "michel.fortin@michelf.ca",
142                    "homepage": "http://michelf.ca/",
143                    "role": "Developer"
144                },
145                {
146                    "name": "John Gruber",
147                    "homepage": "http://daringfireball.net/"
148                }
149            ],
150            "description": "PHP Markdown",
151            "homepage": "http://michelf.ca/projects/php-markdown/",
152            "keywords": [
153                "markdown"
154            ],
155            "time": "2013-11-29 17:09:24"
156        },
157        {
158            "name": "patchwork/utf8",
159            "version": "v1.1.21",
160            "source": {
161                "type": "git",
162                "url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git",
163                "reference": "f45ba8bc7962b7356847724989a6949b68d975a2"
164            },
165            "dist": {
166                "type": "zip",
167                "url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/f45ba8bc7962b7356847724989a6949b68d975a2",
168                "reference": "f45ba8bc7962b7356847724989a6949b68d975a2",
169                "shasum": ""
170            },
171            "require": {
172                "lib-pcre": ">=7.3",
173                "php": ">=5.3.0"
174            },
175            "suggest": {
176                "ext-iconv": "Use iconv for best performance",
177                "ext-intl": "Use Intl for best performance",
178                "ext-mbstring": "Use Mbstring for best performance"
179            },
180            "type": "library",
181            "autoload": {
182                "psr-0": {
183                    "Patchwork": "class/",
184                    "Normalizer": "class/"
185                }
186            },
187            "notification-url": "https://packagist.org/downloads/",
188            "license": [
189                "(Apache-2.0 or GPL-2.0)"
190            ],
191            "authors": [
192                {
193                    "name": "Nicolas Grekas",
194                    "email": "p@tchwork.com",
195                    "role": "Developer"
196                }
197            ],
198            "description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP",
199            "homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8",
200            "keywords": [
201                "i18n",
202                "unicode",
203                "utf-8",
204                "utf8"
205            ],
206            "time": "2014-03-26 10:52:02"
207        },
208        {
209            "name": "tecnick.com/tcpdf",
210            "version": "6.0.062",
211            "source": {
212                "type": "git",
213                "url": "git://git.code.sf.net/p/tcpdf/code",
214                "reference": "cada5f0ef8c1bb0799f2694ea501db437b02a2ea"
215            },
216            "require": {
217                "php": ">=5.3.0"
218            },
219            "type": "library",
220            "autoload": {
221                "classmap": [
222                    "fonts",
223                    "config",
224                    "include",
225                    "tcpdf.php",
226                    "tcpdf_parser.php",
227                    "tcpdf_import.php",
228                    "tcpdf_barcodes_1d.php",
229                    "tcpdf_barcodes_2d.php",
230                    "include/tcpdf_colors.php",
231                    "include/tcpdf_filters.php",
232                    "include/tcpdf_font_data.php",
233                    "include/tcpdf_fonts.php",
234                    "include/tcpdf_images.php",
235                    "include/tcpdf_static.php",
236                    "include/barcodes/datamatrix.php",
237                    "include/barcodes/pdf417.php",
238                    "include/barcodes/qrcode.php"
239                ]
240            },
241            "notification-url": "https://packagist.org/downloads/",
242            "license": [
243                "LGPLv3"
244            ],
245            "authors": [
246                {
247                    "name": "Nicola Asuni",
248                    "email": "info@tecnick.com",
249                    "homepage": "http://nicolaasuni.tecnick.com"
250                }
251            ],
252            "description": "TCPDF is a PHP class for generating PDF documents.",
253            "homepage": "http://www.tcpdf.org/",
254            "keywords": [
255                "PDFD32000-2008",
256                "TCPDF",
257                "barcodes",
258                "datamatrix",
259                "pdf",
260                "pdf417",
261                "qrcode"
262            ],
263            "time": "2014-03-02 10:22:27"
264        }
265    ],
266    "packages-dev": [
267
268    ],
269    "aliases": [
270
271    ],
272    "minimum-stability": "stable",
273    "stability-flags": [
274
275    ],
276    "platform": [
277
278    ],
279    "platform-dev": [
280
281    ]
282}
283