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