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