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