xref: /webtrees/composer.lock (revision 1e71bdc0ba6fc5add8fed9a3beb51cfca09e47dd)
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": "0b11096befc214bc3cb443c2f7793f28",
8    "packages": [
9        {
10            "name": "bombayworks/zendframework1",
11            "version": "v1.12.11",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/bombayworks/zendframework1.git",
15                "reference": "64447e39d4c7a08ba17d2087a89caab713804d27"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/bombayworks/zendframework1/zipball/64447e39d4c7a08ba17d2087a89caab713804d27",
20                "reference": "64447e39d4c7a08ba17d2087a89caab713804d27",
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": "2015-02-11 16:00:41"
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": "fisharebest/algorithm",
107            "version": "1.0.0",
108            "source": {
109                "type": "git",
110                "url": "https://github.com/fisharebest/algorithm.git",
111                "reference": "ddfbf31e7b1ef49f227409a41261770ed3fb467b"
112            },
113            "dist": {
114                "type": "zip",
115                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/ddfbf31e7b1ef49f227409a41261770ed3fb467b",
116                "reference": "ddfbf31e7b1ef49f227409a41261770ed3fb467b",
117                "shasum": ""
118            },
119            "require": {
120                "php": ">=5.3.0"
121            },
122            "require-dev": {
123                "phpunit/phpunit": "*",
124                "satooshi/php-coveralls": "*"
125            },
126            "type": "library",
127            "autoload": {
128                "psr-4": {
129                    "Fisharebest\\Algorithm\\": "src/"
130                }
131            },
132            "notification-url": "https://packagist.org/downloads/",
133            "license": [
134                "GPL-3.0+"
135            ],
136            "authors": [
137                {
138                    "name": "Greg Roach",
139                    "email": "greg@subaqua.co.uk",
140                    "role": "Developer"
141                }
142            ],
143            "description": "Implementation of standard algorithms in PHP.",
144            "homepage": "https://github.com/fisharebest/algorithm",
145            "keywords": [
146                "Algorithm",
147                "dijkstra"
148            ],
149            "time": "2015-02-15 21:38:53"
150        },
151        {
152            "name": "fisharebest/ext-calendar",
153            "version": "1.3.0",
154            "source": {
155                "type": "git",
156                "url": "https://github.com/fisharebest/ext-calendar.git",
157                "reference": "1498941b9b83222312bb957b5a425df075421443"
158            },
159            "dist": {
160                "type": "zip",
161                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/1498941b9b83222312bb957b5a425df075421443",
162                "reference": "1498941b9b83222312bb957b5a425df075421443",
163                "shasum": ""
164            },
165            "require": {
166                "php": ">=5.3.0"
167            },
168            "require-dev": {
169                "phpunit/phpunit": "*",
170                "satooshi/php-coveralls": "*"
171            },
172            "type": "library",
173            "autoload": {
174                "psr-4": {
175                    "Fisharebest\\ExtCalendar\\": "src/"
176                }
177            },
178            "notification-url": "https://packagist.org/downloads/",
179            "license": [
180                "GPL-3.0+"
181            ],
182            "authors": [
183                {
184                    "name": "Greg Roach",
185                    "email": "fisharebest@gmail.com",
186                    "role": "Developer"
187                }
188            ],
189            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Optional PHP shims for servers without the ext/calendar extension.",
190            "homepage": "https://github.com/fisharebest/ext-calendar",
191            "keywords": [
192                "Jalali",
193                "arabic",
194                "calendar",
195                "ext-calendar",
196                "french",
197                "gregorian",
198                "hebrew",
199                "hijri",
200                "jewish",
201                "julian",
202                "julian day",
203                "julian day number",
204                "persian",
205                "shamsi"
206            ],
207            "time": "2014-10-31 19:49:13"
208        },
209        {
210            "name": "fisharebest/localization",
211            "version": "1.4.0",
212            "source": {
213                "type": "git",
214                "url": "https://github.com/fisharebest/localization.git",
215                "reference": "72153e73c7771d61835e00d42f47794417ae53b6"
216            },
217            "dist": {
218                "type": "zip",
219                "url": "https://api.github.com/repos/fisharebest/localization/zipball/72153e73c7771d61835e00d42f47794417ae53b6",
220                "reference": "72153e73c7771d61835e00d42f47794417ae53b6",
221                "shasum": ""
222            },
223            "require": {
224                "php": ">=5.3.0"
225            },
226            "require-dev": {
227                "phpunit/phpunit": "*",
228                "satooshi/php-coveralls": "*"
229            },
230            "type": "library",
231            "autoload": {
232                "psr-4": {
233                    "Fisharebest\\Localization\\": "src/"
234                }
235            },
236            "notification-url": "https://packagist.org/downloads/",
237            "license": [
238                "GPL-3.0+"
239            ],
240            "authors": [
241                {
242                    "name": "Greg Roach",
243                    "email": "fisharebest@gmail.com",
244                    "role": "Developer"
245                }
246            ],
247            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
248            "homepage": "https://github.com/fisharebest/localization",
249            "keywords": [
250                "cldr",
251                "gettext",
252                "i18n",
253                "l10n",
254                "language",
255                "locale",
256                "localization",
257                "script",
258                "translate",
259                "translation"
260            ],
261            "time": "2015-03-27 22:05:59"
262        },
263        {
264            "name": "ircmaxell/password-compat",
265            "version": "v1.0.4",
266            "source": {
267                "type": "git",
268                "url": "https://github.com/ircmaxell/password_compat.git",
269                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
270            },
271            "dist": {
272                "type": "zip",
273                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
274                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
275                "shasum": ""
276            },
277            "require-dev": {
278                "phpunit/phpunit": "4.*"
279            },
280            "type": "library",
281            "autoload": {
282                "files": [
283                    "lib/password.php"
284                ]
285            },
286            "notification-url": "https://packagist.org/downloads/",
287            "license": [
288                "MIT"
289            ],
290            "authors": [
291                {
292                    "name": "Anthony Ferrara",
293                    "email": "ircmaxell@php.net",
294                    "homepage": "http://blog.ircmaxell.com"
295                }
296            ],
297            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
298            "homepage": "https://github.com/ircmaxell/password_compat",
299            "keywords": [
300                "hashing",
301                "password"
302            ],
303            "time": "2014-11-20 16:49:30"
304        },
305        {
306            "name": "michelf/php-markdown",
307            "version": "1.5.0",
308            "source": {
309                "type": "git",
310                "url": "https://github.com/michelf/php-markdown.git",
311                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
312            },
313            "dist": {
314                "type": "zip",
315                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
316                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
317                "shasum": ""
318            },
319            "require": {
320                "php": ">=5.3.0"
321            },
322            "type": "library",
323            "extra": {
324                "branch-alias": {
325                    "dev-lib": "1.4.x-dev"
326                }
327            },
328            "autoload": {
329                "psr-0": {
330                    "Michelf": ""
331                }
332            },
333            "notification-url": "https://packagist.org/downloads/",
334            "license": [
335                "BSD-3-Clause"
336            ],
337            "authors": [
338                {
339                    "name": "John Gruber",
340                    "homepage": "http://daringfireball.net/"
341                },
342                {
343                    "name": "Michel Fortin",
344                    "email": "michel.fortin@michelf.ca",
345                    "homepage": "https://michelf.ca/",
346                    "role": "Developer"
347                }
348            ],
349            "description": "PHP Markdown",
350            "homepage": "https://michelf.ca/projects/php-markdown/",
351            "keywords": [
352                "markdown"
353            ],
354            "time": "2015-03-01 12:03:08"
355        },
356        {
357            "name": "patchwork/utf8",
358            "version": "v1.2.1",
359            "source": {
360                "type": "git",
361                "url": "https://github.com/tchwork/utf8.git",
362                "reference": "01f0ed1628db7794e2d4e336f55a09daef4248a5"
363            },
364            "dist": {
365                "type": "zip",
366                "url": "https://api.github.com/repos/tchwork/utf8/zipball/01f0ed1628db7794e2d4e336f55a09daef4248a5",
367                "reference": "01f0ed1628db7794e2d4e336f55a09daef4248a5",
368                "shasum": ""
369            },
370            "require": {
371                "lib-pcre": ">=7.3",
372                "php": ">=5.3.0"
373            },
374            "suggest": {
375                "ext-iconv": "Use iconv for best performance",
376                "ext-intl": "Use Intl for best performance",
377                "ext-mbstring": "Use Mbstring for best performance",
378                "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
379            },
380            "type": "library",
381            "extra": {
382                "branch-alias": {
383                    "dev-master": "1.2-dev"
384                }
385            },
386            "autoload": {
387                "psr-0": {
388                    "Patchwork": "class/",
389                    "Normalizer": "class/"
390                }
391            },
392            "notification-url": "https://packagist.org/downloads/",
393            "license": [
394                "(Apache-2.0 or GPL-2.0)"
395            ],
396            "authors": [
397                {
398                    "name": "Nicolas Grekas",
399                    "email": "p@tchwork.com"
400                }
401            ],
402            "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
403            "homepage": "https://github.com/tchwork/utf8",
404            "keywords": [
405                "grapheme",
406                "i18n",
407                "unicode",
408                "utf-8",
409                "utf8"
410            ],
411            "time": "2015-01-29 08:36:50"
412        },
413        {
414            "name": "pclzip/pclzip",
415            "version": "2.8.2",
416            "source": {
417                "type": "git",
418                "url": "https://github.com/ivanlanin/pclzip.git",
419                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
420            },
421            "dist": {
422                "type": "zip",
423                "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
424                "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
425                "shasum": ""
426            },
427            "type": "library",
428            "autoload": {
429                "classmap": [
430                    "pclzip.lib.php"
431                ]
432            },
433            "notification-url": "https://packagist.org/downloads/",
434            "license": [
435                "LGPL-2.1"
436            ],
437            "authors": [
438                {
439                    "name": "Vincent Blavet"
440                }
441            ],
442            "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
443            "homepage": "http://www.phpconcept.net/pclzip",
444            "keywords": [
445                "php",
446                "zip"
447            ],
448            "time": "2014-06-05 11:42:24"
449        },
450        {
451            "name": "rhumsaa/uuid",
452            "version": "2.8.0",
453            "source": {
454                "type": "git",
455                "url": "https://github.com/ramsey/uuid.git",
456                "reference": "cca98c652cac412c9c2f109c69e5532f313435fc"
457            },
458            "dist": {
459                "type": "zip",
460                "url": "https://api.github.com/repos/ramsey/uuid/zipball/cca98c652cac412c9c2f109c69e5532f313435fc",
461                "reference": "cca98c652cac412c9c2f109c69e5532f313435fc",
462                "shasum": ""
463            },
464            "require": {
465                "php": ">=5.3.3"
466            },
467            "require-dev": {
468                "doctrine/dbal": ">=2.3",
469                "moontoast/math": "~1.1",
470                "phpunit/phpunit": "~4.1",
471                "satooshi/php-coveralls": "~0.6",
472                "symfony/console": "~2.3"
473            },
474            "suggest": {
475                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
476                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
477                "symfony/console": "Support for use of the bin/uuid command line tool."
478            },
479            "bin": [
480                "bin/uuid"
481            ],
482            "type": "library",
483            "extra": {
484                "branch-alias": {
485                    "dev-master": "2.8.x-dev"
486                }
487            },
488            "autoload": {
489                "psr-4": {
490                    "Rhumsaa\\Uuid\\": "src/"
491                }
492            },
493            "notification-url": "https://packagist.org/downloads/",
494            "license": [
495                "MIT"
496            ],
497            "authors": [
498                {
499                    "name": "Marijn Huizendveld",
500                    "email": "marijn.huizendveld@gmail.com"
501                },
502                {
503                    "name": "Ben Ramsey",
504                    "homepage": "http://benramsey.com"
505                }
506            ],
507            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
508            "homepage": "https://github.com/ramsey/uuid",
509            "keywords": [
510                "guid",
511                "identifier",
512                "uuid"
513            ],
514            "time": "2014-11-09 18:42:56"
515        },
516        {
517            "name": "tecnick.com/tcpdf",
518            "version": "6.2.6",
519            "source": {
520                "type": "git",
521                "url": "https://github.com/tecnickcom/TCPDF.git",
522                "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb"
523            },
524            "dist": {
525                "type": "zip",
526                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
527                "reference": "a2e8f5b505a7a14a4ed960313c4baf699fd1f4bb",
528                "shasum": ""
529            },
530            "require": {
531                "php": ">=5.3.0"
532            },
533            "type": "library",
534            "autoload": {
535                "classmap": [
536                    "fonts",
537                    "config",
538                    "include",
539                    "tcpdf.php",
540                    "tcpdf_parser.php",
541                    "tcpdf_import.php",
542                    "tcpdf_barcodes_1d.php",
543                    "tcpdf_barcodes_2d.php",
544                    "include/tcpdf_colors.php",
545                    "include/tcpdf_filters.php",
546                    "include/tcpdf_font_data.php",
547                    "include/tcpdf_fonts.php",
548                    "include/tcpdf_images.php",
549                    "include/tcpdf_static.php",
550                    "include/barcodes/datamatrix.php",
551                    "include/barcodes/pdf417.php",
552                    "include/barcodes/qrcode.php"
553                ]
554            },
555            "notification-url": "https://packagist.org/downloads/",
556            "license": [
557                "LGPLv3"
558            ],
559            "authors": [
560                {
561                    "name": "Nicola Asuni",
562                    "email": "info@tecnick.com",
563                    "homepage": "http://nicolaasuni.tecnick.com"
564                }
565            ],
566            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
567            "homepage": "http://www.tcpdf.org/",
568            "keywords": [
569                "PDFD32000-2008",
570                "TCPDF",
571                "barcodes",
572                "datamatrix",
573                "pdf",
574                "pdf417",
575                "qrcode"
576            ],
577            "time": "2015-01-28 18:51:40"
578        }
579    ],
580    "packages-dev": [],
581    "aliases": [],
582    "minimum-stability": "stable",
583    "stability-flags": [],
584    "prefer-stable": false,
585    "prefer-lowest": false,
586    "platform": [],
587    "platform-dev": []
588}
589