add support of rtl on datepicker openemr (#486)
[openemr.git] / composer.lock
blobf686369573d5681fb20c5655ad050e3dbf574cc1
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": "8f5c9938fab7266cfa439ceb871eddd6",
8     "content-hash": "6673c965c018b9dd31dc1a45931d1a2d",
9     "packages": [
10         {
11             "name": "adldap2/adldap2",
12             "version": "v7.0.4",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Adldap2/Adldap2.git",
16                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/e54d75b9847ceeba868cf987585ccb898936fbd2",
21                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2",
22                 "shasum": ""
23             },
24             "require": {
25                 "ext-ldap": "*",
26                 "illuminate/support": "~5.0",
27                 "php": ">=5.5.9"
28             },
29             "require-dev": {
30                 "mockery/mockery": "~0.9",
31                 "phpunit/phpunit": "~4.8|~5.6"
32             },
33             "type": "library",
34             "autoload": {
35                 "psr-4": {
36                     "Adldap\\": "src/"
37                 }
38             },
39             "notification-url": "https://packagist.org/downloads/",
40             "license": [
41                 "MIT"
42             ],
43             "authors": [
44                 {
45                     "name": "Steve Bauman",
46                     "email": "steven_bauman@outlook.com",
47                     "role": "Developer"
48                 }
49             ],
50             "description": "A PHP LDAP Package for Active Directory Manipulation.",
51             "keywords": [
52                 "active directory",
53                 "ad",
54                 "adLDAP",
55                 "adldap2",
56                 "directory",
57                 "ldap",
58                 "windows"
59             ],
60             "time": "2017-01-30 21:45:45"
61         },
62         {
63             "name": "adodb/adodb-php",
64             "version": "v5.20.2",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/ADOdb/ADOdb.git",
68                 "reference": "17979685639d642791c546202ebe3f03d6b0a7d7"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/17979685639d642791c546202ebe3f03d6b0a7d7",
73                 "reference": "17979685639d642791c546202ebe3f03d6b0a7d7",
74                 "shasum": ""
75             },
76             "require": {
77                 "php": ">=5.3.2"
78             },
79             "type": "library",
80             "autoload": {
81                 "files": [
82                     "adodb.inc.php"
83                 ]
84             },
85             "notification-url": "https://packagist.org/downloads/",
86             "license": [
87                 "BSD-3-Clause",
88                 "LGPL-2.1"
89             ],
90             "authors": [
91                 {
92                     "name": "John Lim",
93                     "email": "jlim@natsoft.com",
94                     "role": "Author"
95                 },
96                 {
97                     "name": "Damien Regad",
98                     "role": "Current maintainer"
99                 },
100                 {
101                     "name": "Mark Newnham",
102                     "role": "Developer"
103                 }
104             ],
105             "description": "ADOdb is a PHP database abstraction layer library",
106             "homepage": "http://adodb.sourceforge.net/",
107             "keywords": [
108                 "abstraction",
109                 "database",
110                 "layer",
111                 "library",
112                 "php"
113             ],
114             "time": "2015-12-27 15:22:27"
115         },
116         {
117             "name": "doctrine/annotations",
118             "version": "v1.3.1",
119             "source": {
120                 "type": "git",
121                 "url": "https://github.com/doctrine/annotations.git",
122                 "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
123             },
124             "dist": {
125                 "type": "zip",
126                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
127                 "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
128                 "shasum": ""
129             },
130             "require": {
131                 "doctrine/lexer": "1.*",
132                 "php": "^5.6 || ^7.0"
133             },
134             "require-dev": {
135                 "doctrine/cache": "1.*",
136                 "phpunit/phpunit": "^5.6.1"
137             },
138             "type": "library",
139             "extra": {
140                 "branch-alias": {
141                     "dev-master": "1.4.x-dev"
142                 }
143             },
144             "autoload": {
145                 "psr-4": {
146                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
147                 }
148             },
149             "notification-url": "https://packagist.org/downloads/",
150             "license": [
151                 "MIT"
152             ],
153             "authors": [
154                 {
155                     "name": "Roman Borschel",
156                     "email": "roman@code-factory.org"
157                 },
158                 {
159                     "name": "Benjamin Eberlei",
160                     "email": "kontakt@beberlei.de"
161                 },
162                 {
163                     "name": "Guilherme Blanco",
164                     "email": "guilhermeblanco@gmail.com"
165                 },
166                 {
167                     "name": "Jonathan Wage",
168                     "email": "jonwage@gmail.com"
169                 },
170                 {
171                     "name": "Johannes Schmitt",
172                     "email": "schmittjoh@gmail.com"
173                 }
174             ],
175             "description": "Docblock Annotations Parser",
176             "homepage": "http://www.doctrine-project.org",
177             "keywords": [
178                 "annotations",
179                 "docblock",
180                 "parser"
181             ],
182             "time": "2016-12-30 15:59:45"
183         },
184         {
185             "name": "doctrine/cache",
186             "version": "v1.6.1",
187             "source": {
188                 "type": "git",
189                 "url": "https://github.com/doctrine/cache.git",
190                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
191             },
192             "dist": {
193                 "type": "zip",
194                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
195                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
196                 "shasum": ""
197             },
198             "require": {
199                 "php": "~5.5|~7.0"
200             },
201             "conflict": {
202                 "doctrine/common": ">2.2,<2.4"
203             },
204             "require-dev": {
205                 "phpunit/phpunit": "~4.8|~5.0",
206                 "predis/predis": "~1.0",
207                 "satooshi/php-coveralls": "~0.6"
208             },
209             "type": "library",
210             "extra": {
211                 "branch-alias": {
212                     "dev-master": "1.6.x-dev"
213                 }
214             },
215             "autoload": {
216                 "psr-4": {
217                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
218                 }
219             },
220             "notification-url": "https://packagist.org/downloads/",
221             "license": [
222                 "MIT"
223             ],
224             "authors": [
225                 {
226                     "name": "Roman Borschel",
227                     "email": "roman@code-factory.org"
228                 },
229                 {
230                     "name": "Benjamin Eberlei",
231                     "email": "kontakt@beberlei.de"
232                 },
233                 {
234                     "name": "Guilherme Blanco",
235                     "email": "guilhermeblanco@gmail.com"
236                 },
237                 {
238                     "name": "Jonathan Wage",
239                     "email": "jonwage@gmail.com"
240                 },
241                 {
242                     "name": "Johannes Schmitt",
243                     "email": "schmittjoh@gmail.com"
244                 }
245             ],
246             "description": "Caching library offering an object-oriented API for many cache backends",
247             "homepage": "http://www.doctrine-project.org",
248             "keywords": [
249                 "cache",
250                 "caching"
251             ],
252             "time": "2016-10-29 11:16:17"
253         },
254         {
255             "name": "doctrine/collections",
256             "version": "v1.4.0",
257             "source": {
258                 "type": "git",
259                 "url": "https://github.com/doctrine/collections.git",
260                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
261             },
262             "dist": {
263                 "type": "zip",
264                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
265                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
266                 "shasum": ""
267             },
268             "require": {
269                 "php": "^5.6 || ^7.0"
270             },
271             "require-dev": {
272                 "doctrine/coding-standard": "~0.1@dev",
273                 "phpunit/phpunit": "^5.7"
274             },
275             "type": "library",
276             "extra": {
277                 "branch-alias": {
278                     "dev-master": "1.3.x-dev"
279                 }
280             },
281             "autoload": {
282                 "psr-0": {
283                     "Doctrine\\Common\\Collections\\": "lib/"
284                 }
285             },
286             "notification-url": "https://packagist.org/downloads/",
287             "license": [
288                 "MIT"
289             ],
290             "authors": [
291                 {
292                     "name": "Roman Borschel",
293                     "email": "roman@code-factory.org"
294                 },
295                 {
296                     "name": "Benjamin Eberlei",
297                     "email": "kontakt@beberlei.de"
298                 },
299                 {
300                     "name": "Guilherme Blanco",
301                     "email": "guilhermeblanco@gmail.com"
302                 },
303                 {
304                     "name": "Jonathan Wage",
305                     "email": "jonwage@gmail.com"
306                 },
307                 {
308                     "name": "Johannes Schmitt",
309                     "email": "schmittjoh@gmail.com"
310                 }
311             ],
312             "description": "Collections Abstraction library",
313             "homepage": "http://www.doctrine-project.org",
314             "keywords": [
315                 "array",
316                 "collections",
317                 "iterator"
318             ],
319             "time": "2017-01-03 10:49:41"
320         },
321         {
322             "name": "doctrine/common",
323             "version": "v2.5.0",
324             "source": {
325                 "type": "git",
326                 "url": "https://github.com/doctrine/common.git",
327                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
328             },
329             "dist": {
330                 "type": "zip",
331                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
332                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
333                 "shasum": ""
334             },
335             "require": {
336                 "doctrine/annotations": "1.*",
337                 "doctrine/cache": "1.*",
338                 "doctrine/collections": "1.*",
339                 "doctrine/inflector": "1.*",
340                 "doctrine/lexer": "1.*",
341                 "php": ">=5.3.2"
342             },
343             "require-dev": {
344                 "phpunit/phpunit": "~3.7"
345             },
346             "type": "library",
347             "extra": {
348                 "branch-alias": {
349                     "dev-master": "2.6.x-dev"
350                 }
351             },
352             "autoload": {
353                 "psr-0": {
354                     "Doctrine\\Common\\": "lib/"
355                 }
356             },
357             "notification-url": "https://packagist.org/downloads/",
358             "license": [
359                 "MIT"
360             ],
361             "authors": [
362                 {
363                     "name": "Roman Borschel",
364                     "email": "roman@code-factory.org"
365                 },
366                 {
367                     "name": "Benjamin Eberlei",
368                     "email": "kontakt@beberlei.de"
369                 },
370                 {
371                     "name": "Guilherme Blanco",
372                     "email": "guilhermeblanco@gmail.com"
373                 },
374                 {
375                     "name": "Jonathan Wage",
376                     "email": "jonwage@gmail.com"
377                 },
378                 {
379                     "name": "Johannes Schmitt",
380                     "email": "schmittjoh@gmail.com"
381                 }
382             ],
383             "description": "Common Library for Doctrine projects",
384             "homepage": "http://www.doctrine-project.org",
385             "keywords": [
386                 "annotations",
387                 "collections",
388                 "eventmanager",
389                 "persistence",
390                 "spl"
391             ],
392             "time": "2015-04-02 19:55:44"
393         },
394         {
395             "name": "doctrine/couchdb",
396             "version": "1.0.0-beta2",
397             "source": {
398                 "type": "git",
399                 "url": "https://github.com/doctrine/couchdb-client.git",
400                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4"
401             },
402             "dist": {
403                 "type": "zip",
404                 "url": "https://api.github.com/repos/doctrine/couchdb-client/zipball/5e8d808eba8d790d178e5558c182c648a12ec8e4",
405                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4",
406                 "shasum": ""
407             },
408             "require": {
409                 "doctrine/common": "@stable",
410                 "php": ">=5.3.2"
411             },
412             "type": "library",
413             "extra": {
414                 "branch-alias": {
415                     "dev-master": "1.0-dev"
416                 }
417             },
418             "autoload": {
419                 "psr-0": {
420                     "Doctrine\\CouchDB": "lib/"
421                 }
422             },
423             "notification-url": "https://packagist.org/downloads/",
424             "license": [
425                 "LGPL"
426             ],
427             "authors": [
428                 {
429                     "name": "Benjamin Eberlei",
430                     "email": "kontakt@beberlei.de"
431                 },
432                 {
433                     "name": "Lukas Kahwe Smith",
434                     "email": "smith@pooteeweet.org"
435                 }
436             ],
437             "description": "CouchDB Client",
438             "homepage": "http://www.doctrine-project.org",
439             "keywords": [
440                 "couchdb",
441                 "persistence"
442             ],
443             "time": "2015-07-06 16:08:10"
444         },
445         {
446             "name": "doctrine/dbal",
447             "version": "v2.5.10",
448             "source": {
449                 "type": "git",
450                 "url": "https://github.com/doctrine/dbal.git",
451                 "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b"
452             },
453             "dist": {
454                 "type": "zip",
455                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/fc376f7a61498e18520cd6fa083752a4ca08072b",
456                 "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b",
457                 "shasum": ""
458             },
459             "require": {
460                 "doctrine/common": ">=2.4,<2.8-dev",
461                 "php": ">=5.3.2"
462             },
463             "require-dev": {
464                 "phpunit/phpunit": "4.*",
465                 "symfony/console": "2.*||^3.0"
466             },
467             "suggest": {
468                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
469             },
470             "bin": [
471                 "bin/doctrine-dbal"
472             ],
473             "type": "library",
474             "extra": {
475                 "branch-alias": {
476                     "dev-master": "2.5.x-dev"
477                 }
478             },
479             "autoload": {
480                 "psr-0": {
481                     "Doctrine\\DBAL\\": "lib/"
482                 }
483             },
484             "notification-url": "https://packagist.org/downloads/",
485             "license": [
486                 "MIT"
487             ],
488             "authors": [
489                 {
490                     "name": "Roman Borschel",
491                     "email": "roman@code-factory.org"
492                 },
493                 {
494                     "name": "Benjamin Eberlei",
495                     "email": "kontakt@beberlei.de"
496                 },
497                 {
498                     "name": "Guilherme Blanco",
499                     "email": "guilhermeblanco@gmail.com"
500                 },
501                 {
502                     "name": "Jonathan Wage",
503                     "email": "jonwage@gmail.com"
504                 }
505             ],
506             "description": "Database Abstraction Layer",
507             "homepage": "http://www.doctrine-project.org",
508             "keywords": [
509                 "database",
510                 "dbal",
511                 "persistence",
512                 "queryobject"
513             ],
514             "time": "2017-01-23 23:17:10"
515         },
516         {
517             "name": "doctrine/inflector",
518             "version": "v1.1.0",
519             "source": {
520                 "type": "git",
521                 "url": "https://github.com/doctrine/inflector.git",
522                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
523             },
524             "dist": {
525                 "type": "zip",
526                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
527                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
528                 "shasum": ""
529             },
530             "require": {
531                 "php": ">=5.3.2"
532             },
533             "require-dev": {
534                 "phpunit/phpunit": "4.*"
535             },
536             "type": "library",
537             "extra": {
538                 "branch-alias": {
539                     "dev-master": "1.1.x-dev"
540                 }
541             },
542             "autoload": {
543                 "psr-0": {
544                     "Doctrine\\Common\\Inflector\\": "lib/"
545                 }
546             },
547             "notification-url": "https://packagist.org/downloads/",
548             "license": [
549                 "MIT"
550             ],
551             "authors": [
552                 {
553                     "name": "Roman Borschel",
554                     "email": "roman@code-factory.org"
555                 },
556                 {
557                     "name": "Benjamin Eberlei",
558                     "email": "kontakt@beberlei.de"
559                 },
560                 {
561                     "name": "Guilherme Blanco",
562                     "email": "guilhermeblanco@gmail.com"
563                 },
564                 {
565                     "name": "Jonathan Wage",
566                     "email": "jonwage@gmail.com"
567                 },
568                 {
569                     "name": "Johannes Schmitt",
570                     "email": "schmittjoh@gmail.com"
571                 }
572             ],
573             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
574             "homepage": "http://www.doctrine-project.org",
575             "keywords": [
576                 "inflection",
577                 "pluralize",
578                 "singularize",
579                 "string"
580             ],
581             "time": "2015-11-06 14:35:42"
582         },
583         {
584             "name": "doctrine/instantiator",
585             "version": "1.0.5",
586             "source": {
587                 "type": "git",
588                 "url": "https://github.com/doctrine/instantiator.git",
589                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
590             },
591             "dist": {
592                 "type": "zip",
593                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
594                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
595                 "shasum": ""
596             },
597             "require": {
598                 "php": ">=5.3,<8.0-DEV"
599             },
600             "require-dev": {
601                 "athletic/athletic": "~0.1.8",
602                 "ext-pdo": "*",
603                 "ext-phar": "*",
604                 "phpunit/phpunit": "~4.0",
605                 "squizlabs/php_codesniffer": "~2.0"
606             },
607             "type": "library",
608             "extra": {
609                 "branch-alias": {
610                     "dev-master": "1.0.x-dev"
611                 }
612             },
613             "autoload": {
614                 "psr-4": {
615                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
616                 }
617             },
618             "notification-url": "https://packagist.org/downloads/",
619             "license": [
620                 "MIT"
621             ],
622             "authors": [
623                 {
624                     "name": "Marco Pivetta",
625                     "email": "ocramius@gmail.com",
626                     "homepage": "http://ocramius.github.com/"
627                 }
628             ],
629             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
630             "homepage": "https://github.com/doctrine/instantiator",
631             "keywords": [
632                 "constructor",
633                 "instantiate"
634             ],
635             "time": "2015-06-14 21:17:01"
636         },
637         {
638             "name": "doctrine/lexer",
639             "version": "v1.0.1",
640             "source": {
641                 "type": "git",
642                 "url": "https://github.com/doctrine/lexer.git",
643                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
644             },
645             "dist": {
646                 "type": "zip",
647                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
648                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
649                 "shasum": ""
650             },
651             "require": {
652                 "php": ">=5.3.2"
653             },
654             "type": "library",
655             "extra": {
656                 "branch-alias": {
657                     "dev-master": "1.0.x-dev"
658                 }
659             },
660             "autoload": {
661                 "psr-0": {
662                     "Doctrine\\Common\\Lexer\\": "lib/"
663                 }
664             },
665             "notification-url": "https://packagist.org/downloads/",
666             "license": [
667                 "MIT"
668             ],
669             "authors": [
670                 {
671                     "name": "Roman Borschel",
672                     "email": "roman@code-factory.org"
673                 },
674                 {
675                     "name": "Guilherme Blanco",
676                     "email": "guilhermeblanco@gmail.com"
677                 },
678                 {
679                     "name": "Johannes Schmitt",
680                     "email": "schmittjoh@gmail.com"
681                 }
682             ],
683             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
684             "homepage": "http://www.doctrine-project.org",
685             "keywords": [
686                 "lexer",
687                 "parser"
688             ],
689             "time": "2014-09-09 13:34:57"
690         },
691         {
692             "name": "doctrine/orm",
693             "version": "v2.5.5",
694             "source": {
695                 "type": "git",
696                 "url": "https://github.com/doctrine/doctrine2.git",
697                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
698             },
699             "dist": {
700                 "type": "zip",
701                 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
702                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
703                 "shasum": ""
704             },
705             "require": {
706                 "doctrine/cache": "~1.4",
707                 "doctrine/collections": "~1.2",
708                 "doctrine/common": ">=2.5-dev,<2.7-dev",
709                 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
710                 "doctrine/instantiator": "~1.0.1",
711                 "ext-pdo": "*",
712                 "php": ">=5.4",
713                 "symfony/console": "~2.5|~3.0"
714             },
715             "require-dev": {
716                 "phpunit/phpunit": "~4.0",
717                 "symfony/yaml": "~2.3|~3.0"
718             },
719             "suggest": {
720                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
721             },
722             "bin": [
723                 "bin/doctrine",
724                 "bin/doctrine.php"
725             ],
726             "type": "library",
727             "extra": {
728                 "branch-alias": {
729                     "dev-master": "2.6.x-dev"
730                 }
731             },
732             "autoload": {
733                 "psr-0": {
734                     "Doctrine\\ORM\\": "lib/"
735                 }
736             },
737             "notification-url": "https://packagist.org/downloads/",
738             "license": [
739                 "MIT"
740             ],
741             "authors": [
742                 {
743                     "name": "Roman Borschel",
744                     "email": "roman@code-factory.org"
745                 },
746                 {
747                     "name": "Benjamin Eberlei",
748                     "email": "kontakt@beberlei.de"
749                 },
750                 {
751                     "name": "Guilherme Blanco",
752                     "email": "guilhermeblanco@gmail.com"
753                 },
754                 {
755                     "name": "Jonathan Wage",
756                     "email": "jonwage@gmail.com"
757                 }
758             ],
759             "description": "Object-Relational-Mapper for PHP",
760             "homepage": "http://www.doctrine-project.org",
761             "keywords": [
762                 "database",
763                 "orm"
764             ],
765             "time": "2016-09-10 18:51:13"
766         },
767         {
768             "name": "dompdf/dompdf",
769             "version": "v0.7.0",
770             "source": {
771                 "type": "git",
772                 "url": "https://github.com/dompdf/dompdf.git",
773                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
774             },
775             "dist": {
776                 "type": "zip",
777                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
778                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
779                 "shasum": ""
780             },
781             "require": {
782                 "ext-dom": "*",
783                 "ext-gd": "*",
784                 "ext-mbstring": "*",
785                 "phenx/php-font-lib": "0.4.*",
786                 "phenx/php-svg-lib": "0.1.*",
787                 "php": ">=5.3.0"
788             },
789             "require-dev": {
790                 "phpunit/phpunit": "3.7.*"
791             },
792             "type": "library",
793             "extra": {
794                 "branch-alias": {
795                     "dev-develop": "0.7-dev"
796                 }
797             },
798             "autoload": {
799                 "psr-4": {
800                     "Dompdf\\": "src/"
801                 },
802                 "classmap": [
803                     "lib/"
804                 ]
805             },
806             "notification-url": "https://packagist.org/downloads/",
807             "license": [
808                 "LGPL-2.1"
809             ],
810             "authors": [
811                 {
812                     "name": "Fabien Ménager",
813                     "email": "fabien.menager@gmail.com"
814                 },
815                 {
816                     "name": "Brian Sweeney",
817                     "email": "eclecticgeek@gmail.com"
818                 },
819                 {
820                     "name": "Gabriel Bull",
821                     "email": "me@gabrielbull.com"
822                 }
823             ],
824             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
825             "homepage": "https://github.com/dompdf/dompdf",
826             "time": "2016-05-11 00:36:29"
827         },
828         {
829             "name": "illuminate/contracts",
830             "version": "v5.4.0",
831             "source": {
832                 "type": "git",
833                 "url": "https://github.com/illuminate/contracts.git",
834                 "reference": "4ec919d294aca396d172e644b243b49885cd2cc7"
835             },
836             "dist": {
837                 "type": "zip",
838                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/4ec919d294aca396d172e644b243b49885cd2cc7",
839                 "reference": "4ec919d294aca396d172e644b243b49885cd2cc7",
840                 "shasum": ""
841             },
842             "require": {
843                 "php": ">=5.6.4"
844             },
845             "type": "library",
846             "extra": {
847                 "branch-alias": {
848                     "dev-master": "5.4-dev"
849                 }
850             },
851             "autoload": {
852                 "psr-4": {
853                     "Illuminate\\Contracts\\": ""
854                 }
855             },
856             "notification-url": "https://packagist.org/downloads/",
857             "license": [
858                 "MIT"
859             ],
860             "authors": [
861                 {
862                     "name": "Taylor Otwell",
863                     "email": "taylor@laravel.com"
864                 }
865             ],
866             "description": "The Illuminate Contracts package.",
867             "homepage": "https://laravel.com",
868             "time": "2017-01-18 20:23:54"
869         },
870         {
871             "name": "illuminate/support",
872             "version": "v5.4.0",
873             "source": {
874                 "type": "git",
875                 "url": "https://github.com/illuminate/support.git",
876                 "reference": "7abd69eb3f83004664ab40f8e9c6914935c30752"
877             },
878             "dist": {
879                 "type": "zip",
880                 "url": "https://api.github.com/repos/illuminate/support/zipball/7abd69eb3f83004664ab40f8e9c6914935c30752",
881                 "reference": "7abd69eb3f83004664ab40f8e9c6914935c30752",
882                 "shasum": ""
883             },
884             "require": {
885                 "doctrine/inflector": "~1.0",
886                 "ext-mbstring": "*",
887                 "illuminate/contracts": "5.4.*",
888                 "paragonie/random_compat": "~1.4|~2.0",
889                 "php": ">=5.6.4"
890             },
891             "replace": {
892                 "tightenco/collect": "self.version"
893             },
894             "suggest": {
895                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
896                 "symfony/process": "Required to use the composer class (~3.2).",
897                 "symfony/var-dumper": "Required to use the dd function (~3.2)."
898             },
899             "type": "library",
900             "extra": {
901                 "branch-alias": {
902                     "dev-master": "5.4-dev"
903                 }
904             },
905             "autoload": {
906                 "psr-4": {
907                     "Illuminate\\Support\\": ""
908                 },
909                 "files": [
910                     "helpers.php"
911                 ]
912             },
913             "notification-url": "https://packagist.org/downloads/",
914             "license": [
915                 "MIT"
916             ],
917             "authors": [
918                 {
919                     "name": "Taylor Otwell",
920                     "email": "taylor@laravel.com"
921                 }
922             ],
923             "description": "The Illuminate Support package.",
924             "homepage": "https://laravel.com",
925             "time": "2017-01-24 13:12:44"
926         },
927         {
928             "name": "paragonie/random_compat",
929             "version": "v2.0.4",
930             "source": {
931                 "type": "git",
932                 "url": "https://github.com/paragonie/random_compat.git",
933                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
934             },
935             "dist": {
936                 "type": "zip",
937                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
938                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
939                 "shasum": ""
940             },
941             "require": {
942                 "php": ">=5.2.0"
943             },
944             "require-dev": {
945                 "phpunit/phpunit": "4.*|5.*"
946             },
947             "suggest": {
948                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
949             },
950             "type": "library",
951             "autoload": {
952                 "files": [
953                     "lib/random.php"
954                 ]
955             },
956             "notification-url": "https://packagist.org/downloads/",
957             "license": [
958                 "MIT"
959             ],
960             "authors": [
961                 {
962                     "name": "Paragon Initiative Enterprises",
963                     "email": "security@paragonie.com",
964                     "homepage": "https://paragonie.com"
965                 }
966             ],
967             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
968             "keywords": [
969                 "csprng",
970                 "pseudorandom",
971                 "random"
972             ],
973             "time": "2016-11-07 23:38:38"
974         },
975         {
976             "name": "phenx/php-font-lib",
977             "version": "0.4",
978             "source": {
979                 "type": "git",
980                 "url": "https://github.com/PhenX/php-font-lib.git",
981                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
982             },
983             "dist": {
984                 "type": "zip",
985                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
986                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
987                 "shasum": ""
988             },
989             "type": "library",
990             "autoload": {
991                 "psr-0": {
992                     "FontLib\\": "src/"
993                 }
994             },
995             "notification-url": "https://packagist.org/downloads/",
996             "license": [
997                 "LGPL-3.0"
998             ],
999             "authors": [
1000                 {
1001                     "name": "Fabien Ménager",
1002                     "email": "fabien.menager@gmail.com"
1003                 }
1004             ],
1005             "description": "A library to read, parse, export and make subsets of different types of font files.",
1006             "homepage": "https://github.com/PhenX/php-font-lib",
1007             "time": "2015-05-06 20:02:39"
1008         },
1009         {
1010             "name": "phenx/php-svg-lib",
1011             "version": "0.1",
1012             "source": {
1013                 "type": "git",
1014                 "url": "https://github.com/PhenX/php-svg-lib.git",
1015                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
1016             },
1017             "dist": {
1018                 "type": "zip",
1019                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
1020                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
1021                 "shasum": ""
1022             },
1023             "type": "library",
1024             "autoload": {
1025                 "psr-0": {
1026                     "Svg\\": "src/"
1027                 }
1028             },
1029             "notification-url": "https://packagist.org/downloads/",
1030             "license": [
1031                 "LGPL-3.0"
1032             ],
1033             "authors": [
1034                 {
1035                     "name": "Fabien Ménager",
1036                     "email": "fabien.menager@gmail.com"
1037                 }
1038             ],
1039             "description": "A library to read, parse and export to PDF SVG files.",
1040             "homepage": "https://github.com/PhenX/php-svg-lib",
1041             "time": "2015-05-06 18:49:49"
1042         },
1043         {
1044             "name": "phpmailer/phpmailer",
1045             "version": "v5.2.16",
1046             "source": {
1047                 "type": "git",
1048                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1049                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
1050             },
1051             "dist": {
1052                 "type": "zip",
1053                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1054                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1055                 "shasum": ""
1056             },
1057             "require": {
1058                 "php": ">=5.0.0"
1059             },
1060             "require-dev": {
1061                 "phpdocumentor/phpdocumentor": "*",
1062                 "phpunit/phpunit": "4.7.*"
1063             },
1064             "suggest": {
1065                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
1066             },
1067             "type": "library",
1068             "autoload": {
1069                 "classmap": [
1070                     "class.phpmailer.php",
1071                     "class.phpmaileroauth.php",
1072                     "class.phpmaileroauthgoogle.php",
1073                     "class.smtp.php",
1074                     "class.pop3.php",
1075                     "extras/EasyPeasyICS.php",
1076                     "extras/ntlm_sasl_client.php"
1077                 ]
1078             },
1079             "notification-url": "https://packagist.org/downloads/",
1080             "license": [
1081                 "LGPL-2.1"
1082             ],
1083             "authors": [
1084                 {
1085                     "name": "Jim Jagielski",
1086                     "email": "jimjag@gmail.com"
1087                 },
1088                 {
1089                     "name": "Marcus Bointon",
1090                     "email": "phpmailer@synchromedia.co.uk"
1091                 },
1092                 {
1093                     "name": "Andy Prevost",
1094                     "email": "codeworxtech@users.sourceforge.net"
1095                 },
1096                 {
1097                     "name": "Brent R. Matzelle"
1098                 }
1099             ],
1100             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1101             "time": "2016-06-06 09:09:37"
1102         },
1103         {
1104             "name": "phpseclib/phpseclib",
1105             "version": "2.0.2",
1106             "source": {
1107                 "type": "git",
1108                 "url": "https://github.com/phpseclib/phpseclib.git",
1109                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1110             },
1111             "dist": {
1112                 "type": "zip",
1113                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1114                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1115                 "shasum": ""
1116             },
1117             "require": {
1118                 "php": ">=5.3.3"
1119             },
1120             "require-dev": {
1121                 "phing/phing": "~2.7",
1122                 "phpunit/phpunit": "~4.0",
1123                 "sami/sami": "~2.0",
1124                 "squizlabs/php_codesniffer": "~2.0"
1125             },
1126             "suggest": {
1127                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1128                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1129                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1130                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1131             },
1132             "type": "library",
1133             "autoload": {
1134                 "files": [
1135                     "phpseclib/bootstrap.php"
1136                 ],
1137                 "psr-4": {
1138                     "phpseclib\\": "phpseclib/"
1139                 }
1140             },
1141             "notification-url": "https://packagist.org/downloads/",
1142             "license": [
1143                 "MIT"
1144             ],
1145             "authors": [
1146                 {
1147                     "name": "Jim Wigginton",
1148                     "email": "terrafrost@php.net",
1149                     "role": "Lead Developer"
1150                 },
1151                 {
1152                     "name": "Patrick Monnerat",
1153                     "email": "pm@datasphere.ch",
1154                     "role": "Developer"
1155                 },
1156                 {
1157                     "name": "Andreas Fischer",
1158                     "email": "bantu@phpbb.com",
1159                     "role": "Developer"
1160                 },
1161                 {
1162                     "name": "Hans-Jürgen Petrich",
1163                     "email": "petrich@tronic-media.com",
1164                     "role": "Developer"
1165                 },
1166                 {
1167                     "name": "Graham Campbell",
1168                     "email": "graham@alt-three.com",
1169                     "role": "Developer"
1170                 }
1171             ],
1172             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1173             "homepage": "http://phpseclib.sourceforge.net",
1174             "keywords": [
1175                 "BigInteger",
1176                 "aes",
1177                 "asn.1",
1178                 "asn1",
1179                 "blowfish",
1180                 "crypto",
1181                 "cryptography",
1182                 "encryption",
1183                 "rsa",
1184                 "security",
1185                 "sftp",
1186                 "signature",
1187                 "signing",
1188                 "ssh",
1189                 "twofish",
1190                 "x.509",
1191                 "x509"
1192             ],
1193             "time": "2016-05-13 01:15:21"
1194         },
1195         {
1196             "name": "psr/log",
1197             "version": "1.0.2",
1198             "source": {
1199                 "type": "git",
1200                 "url": "https://github.com/php-fig/log.git",
1201                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1202             },
1203             "dist": {
1204                 "type": "zip",
1205                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1206                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1207                 "shasum": ""
1208             },
1209             "require": {
1210                 "php": ">=5.3.0"
1211             },
1212             "type": "library",
1213             "extra": {
1214                 "branch-alias": {
1215                     "dev-master": "1.0.x-dev"
1216                 }
1217             },
1218             "autoload": {
1219                 "psr-4": {
1220                     "Psr\\Log\\": "Psr/Log/"
1221                 }
1222             },
1223             "notification-url": "https://packagist.org/downloads/",
1224             "license": [
1225                 "MIT"
1226             ],
1227             "authors": [
1228                 {
1229                     "name": "PHP-FIG",
1230                     "homepage": "http://www.php-fig.org/"
1231                 }
1232             ],
1233             "description": "Common interface for logging libraries",
1234             "homepage": "https://github.com/php-fig/log",
1235             "keywords": [
1236                 "log",
1237                 "psr",
1238                 "psr-3"
1239             ],
1240             "time": "2016-10-10 12:19:37"
1241         },
1242         {
1243             "name": "rospdf/pdf-php",
1244             "version": "0.12.22",
1245             "source": {
1246                 "type": "git",
1247                 "url": "https://github.com/rospdf/pdf-php.git",
1248                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1249             },
1250             "dist": {
1251                 "type": "zip",
1252                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1253                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1254                 "shasum": ""
1255             },
1256             "require": {
1257                 "php": ">=5.3.2"
1258             },
1259             "require-dev": {
1260                 "squizlabs/php_codesniffer": "2.*"
1261             },
1262             "type": "library",
1263             "extra": {
1264                 "branch-alias": {
1265                     "dev-experimental": "0.13.x-dev",
1266                     "dev-master": "0.12.x-dev"
1267                 }
1268             },
1269             "autoload": {
1270                 "files": [
1271                     "src/Cpdf.php",
1272                     "src/Cezpdf.php"
1273                 ]
1274             },
1275             "notification-url": "https://packagist.org/downloads/",
1276             "license": [
1277                 "GPL-3.0"
1278             ],
1279             "authors": [
1280                 {
1281                     "name": "Ole Koeckemann",
1282                     "email": "ole1986@users.sourceforge.net",
1283                     "role": "Developer"
1284                 },
1285                 {
1286                     "name": "Lars Olesen",
1287                     "email": "lars@intraface.dk",
1288                     "role": "Developer"
1289                 },
1290                 {
1291                     "name": "Wayne Munro",
1292                     "email": "pdf@ros.co.nz",
1293                     "role": "Inactive"
1294                 }
1295             ],
1296             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1297             "homepage": "https://github.com/rospdf/pdf-php",
1298             "time": "2016-06-01 21:36:09"
1299         },
1300         {
1301             "name": "smarty/smarty",
1302             "version": "v2.6.29",
1303             "source": {
1304                 "type": "git",
1305                 "url": "https://github.com/smarty-php/smarty.git",
1306                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1307             },
1308             "dist": {
1309                 "type": "zip",
1310                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1311                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1312                 "shasum": ""
1313             },
1314             "require": {
1315                 "php": ">=5.2"
1316             },
1317             "type": "library",
1318             "extra": {
1319                 "branch-alias": {
1320                     "dev-master": "2.6.x-dev"
1321                 }
1322             },
1323             "autoload": {
1324                 "classmap": [
1325                     "libs/Smarty.class.php",
1326                     "libs/Smarty_Compiler.class.php",
1327                     "libs/Config_File.class.php"
1328                 ]
1329             },
1330             "notification-url": "https://packagist.org/downloads/",
1331             "license": [
1332                 "LGPL-3.0"
1333             ],
1334             "authors": [
1335                 {
1336                     "name": "Monte Ohrt",
1337                     "email": "monte@ohrt.com"
1338                 },
1339                 {
1340                     "name": "Uwe Tews",
1341                     "email": "uwe.tews@googlemail.com"
1342                 }
1343             ],
1344             "description": "Smarty - the compiling PHP template engine",
1345             "homepage": "http://www.smarty.net",
1346             "keywords": [
1347                 "templating"
1348             ],
1349             "time": "2015-06-21 13:10:14"
1350         },
1351         {
1352             "name": "symfony/console",
1353             "version": "v3.2.2",
1354             "source": {
1355                 "type": "git",
1356                 "url": "https://github.com/symfony/console.git",
1357                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd"
1358             },
1359             "dist": {
1360                 "type": "zip",
1361                 "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd",
1362                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd",
1363                 "shasum": ""
1364             },
1365             "require": {
1366                 "php": ">=5.5.9",
1367                 "symfony/debug": "~2.8|~3.0",
1368                 "symfony/polyfill-mbstring": "~1.0"
1369             },
1370             "require-dev": {
1371                 "psr/log": "~1.0",
1372                 "symfony/event-dispatcher": "~2.8|~3.0",
1373                 "symfony/filesystem": "~2.8|~3.0",
1374                 "symfony/process": "~2.8|~3.0"
1375             },
1376             "suggest": {
1377                 "psr/log": "For using the console logger",
1378                 "symfony/event-dispatcher": "",
1379                 "symfony/filesystem": "",
1380                 "symfony/process": ""
1381             },
1382             "type": "library",
1383             "extra": {
1384                 "branch-alias": {
1385                     "dev-master": "3.2-dev"
1386                 }
1387             },
1388             "autoload": {
1389                 "psr-4": {
1390                     "Symfony\\Component\\Console\\": ""
1391                 },
1392                 "exclude-from-classmap": [
1393                     "/Tests/"
1394                 ]
1395             },
1396             "notification-url": "https://packagist.org/downloads/",
1397             "license": [
1398                 "MIT"
1399             ],
1400             "authors": [
1401                 {
1402                     "name": "Fabien Potencier",
1403                     "email": "fabien@symfony.com"
1404                 },
1405                 {
1406                     "name": "Symfony Community",
1407                     "homepage": "https://symfony.com/contributors"
1408                 }
1409             ],
1410             "description": "Symfony Console Component",
1411             "homepage": "https://symfony.com",
1412             "time": "2017-01-08 20:47:33"
1413         },
1414         {
1415             "name": "symfony/debug",
1416             "version": "v3.2.2",
1417             "source": {
1418                 "type": "git",
1419                 "url": "https://github.com/symfony/debug.git",
1420                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05"
1421             },
1422             "dist": {
1423                 "type": "zip",
1424                 "url": "https://api.github.com/repos/symfony/debug/zipball/810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1425                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1426                 "shasum": ""
1427             },
1428             "require": {
1429                 "php": ">=5.5.9",
1430                 "psr/log": "~1.0"
1431             },
1432             "conflict": {
1433                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1434             },
1435             "require-dev": {
1436                 "symfony/class-loader": "~2.8|~3.0",
1437                 "symfony/http-kernel": "~2.8|~3.0"
1438             },
1439             "type": "library",
1440             "extra": {
1441                 "branch-alias": {
1442                     "dev-master": "3.2-dev"
1443                 }
1444             },
1445             "autoload": {
1446                 "psr-4": {
1447                     "Symfony\\Component\\Debug\\": ""
1448                 },
1449                 "exclude-from-classmap": [
1450                     "/Tests/"
1451                 ]
1452             },
1453             "notification-url": "https://packagist.org/downloads/",
1454             "license": [
1455                 "MIT"
1456             ],
1457             "authors": [
1458                 {
1459                     "name": "Fabien Potencier",
1460                     "email": "fabien@symfony.com"
1461                 },
1462                 {
1463                     "name": "Symfony Community",
1464                     "homepage": "https://symfony.com/contributors"
1465                 }
1466             ],
1467             "description": "Symfony Debug Component",
1468             "homepage": "https://symfony.com",
1469             "time": "2017-01-02 20:32:22"
1470         },
1471         {
1472             "name": "symfony/polyfill-mbstring",
1473             "version": "v1.3.0",
1474             "source": {
1475                 "type": "git",
1476                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1477                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1478             },
1479             "dist": {
1480                 "type": "zip",
1481                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1482                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1483                 "shasum": ""
1484             },
1485             "require": {
1486                 "php": ">=5.3.3"
1487             },
1488             "suggest": {
1489                 "ext-mbstring": "For best performance"
1490             },
1491             "type": "library",
1492             "extra": {
1493                 "branch-alias": {
1494                     "dev-master": "1.3-dev"
1495                 }
1496             },
1497             "autoload": {
1498                 "psr-4": {
1499                     "Symfony\\Polyfill\\Mbstring\\": ""
1500                 },
1501                 "files": [
1502                     "bootstrap.php"
1503                 ]
1504             },
1505             "notification-url": "https://packagist.org/downloads/",
1506             "license": [
1507                 "MIT"
1508             ],
1509             "authors": [
1510                 {
1511                     "name": "Nicolas Grekas",
1512                     "email": "p@tchwork.com"
1513                 },
1514                 {
1515                     "name": "Symfony Community",
1516                     "homepage": "https://symfony.com/contributors"
1517                 }
1518             ],
1519             "description": "Symfony polyfill for the Mbstring extension",
1520             "homepage": "https://symfony.com",
1521             "keywords": [
1522                 "compatibility",
1523                 "mbstring",
1524                 "polyfill",
1525                 "portable",
1526                 "shim"
1527             ],
1528             "time": "2016-11-14 01:06:16"
1529         },
1530         {
1531             "name": "zendframework/zendframework",
1532             "version": "2.4.9",
1533             "source": {
1534                 "type": "git",
1535                 "url": "https://github.com/zendframework/zendframework.git",
1536                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
1537             },
1538             "dist": {
1539                 "type": "zip",
1540                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
1541                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
1542                 "shasum": ""
1543             },
1544             "require": {
1545                 "php": ">=5.3.23",
1546                 "zendframework/zendxml": "^1.0.1"
1547             },
1548             "replace": {
1549                 "zendframework/zend-authentication": "self.version",
1550                 "zendframework/zend-barcode": "self.version",
1551                 "zendframework/zend-cache": "self.version",
1552                 "zendframework/zend-captcha": "self.version",
1553                 "zendframework/zend-code": "self.version",
1554                 "zendframework/zend-config": "self.version",
1555                 "zendframework/zend-console": "self.version",
1556                 "zendframework/zend-crypt": "self.version",
1557                 "zendframework/zend-db": "self.version",
1558                 "zendframework/zend-debug": "self.version",
1559                 "zendframework/zend-di": "self.version",
1560                 "zendframework/zend-dom": "self.version",
1561                 "zendframework/zend-escaper": "self.version",
1562                 "zendframework/zend-eventmanager": "self.version",
1563                 "zendframework/zend-feed": "self.version",
1564                 "zendframework/zend-file": "self.version",
1565                 "zendframework/zend-filter": "self.version",
1566                 "zendframework/zend-form": "self.version",
1567                 "zendframework/zend-http": "self.version",
1568                 "zendframework/zend-i18n": "self.version",
1569                 "zendframework/zend-inputfilter": "self.version",
1570                 "zendframework/zend-json": "self.version",
1571                 "zendframework/zend-ldap": "self.version",
1572                 "zendframework/zend-loader": "self.version",
1573                 "zendframework/zend-log": "self.version",
1574                 "zendframework/zend-mail": "self.version",
1575                 "zendframework/zend-math": "self.version",
1576                 "zendframework/zend-memory": "self.version",
1577                 "zendframework/zend-mime": "self.version",
1578                 "zendframework/zend-modulemanager": "self.version",
1579                 "zendframework/zend-mvc": "self.version",
1580                 "zendframework/zend-navigation": "self.version",
1581                 "zendframework/zend-paginator": "self.version",
1582                 "zendframework/zend-permissions-acl": "self.version",
1583                 "zendframework/zend-permissions-rbac": "self.version",
1584                 "zendframework/zend-progressbar": "self.version",
1585                 "zendframework/zend-resources": "self.version",
1586                 "zendframework/zend-serializer": "self.version",
1587                 "zendframework/zend-server": "self.version",
1588                 "zendframework/zend-servicemanager": "self.version",
1589                 "zendframework/zend-session": "self.version",
1590                 "zendframework/zend-soap": "self.version",
1591                 "zendframework/zend-stdlib": "self.version",
1592                 "zendframework/zend-tag": "self.version",
1593                 "zendframework/zend-test": "self.version",
1594                 "zendframework/zend-text": "self.version",
1595                 "zendframework/zend-uri": "self.version",
1596                 "zendframework/zend-validator": "self.version",
1597                 "zendframework/zend-version": "self.version",
1598                 "zendframework/zend-view": "self.version",
1599                 "zendframework/zend-xmlrpc": "self.version"
1600             },
1601             "require-dev": {
1602                 "doctrine/annotations": "~1.0",
1603                 "fabpot/php-cs-fixer": "~1.0",
1604                 "ircmaxell/random-lib": "~1.1",
1605                 "mikey179/vfsstream": "~1.2",
1606                 "phpunit/phpcov": "~2.0",
1607                 "phpunit/phpunit": "~4.6",
1608                 "satooshi/php-coveralls": "dev-master"
1609             },
1610             "suggest": {
1611                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
1612                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
1613                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
1614                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
1615                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
1616                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
1617             },
1618             "bin": [
1619                 "bin/classmap_generator.php",
1620                 "bin/pluginmap_generator.php",
1621                 "bin/templatemap_generator.php"
1622             ],
1623             "type": "library",
1624             "extra": {
1625                 "branch-alias": {
1626                     "dev-master": "2.4-dev",
1627                     "dev-develop": "2.5-dev"
1628                 }
1629             },
1630             "autoload": {
1631                 "psr-4": {
1632                     "Zend\\": "library/Zend/"
1633                 }
1634             },
1635             "notification-url": "https://packagist.org/downloads/",
1636             "license": [
1637                 "BSD-3-Clause"
1638             ],
1639             "description": "Zend Framework 2",
1640             "homepage": "http://framework.zend.com/",
1641             "keywords": [
1642                 "framework",
1643                 "zf2"
1644             ],
1645             "time": "2015-11-23 17:34:23"
1646         },
1647         {
1648             "name": "zendframework/zendxml",
1649             "version": "1.0.2",
1650             "source": {
1651                 "type": "git",
1652                 "url": "https://github.com/zendframework/ZendXml.git",
1653                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
1654             },
1655             "dist": {
1656                 "type": "zip",
1657                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1658                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1659                 "shasum": ""
1660             },
1661             "require": {
1662                 "php": "^5.3.3 || ^7.0"
1663             },
1664             "require-dev": {
1665                 "phpunit/phpunit": "^3.7 || ^4.0",
1666                 "squizlabs/php_codesniffer": "^1.5"
1667             },
1668             "type": "library",
1669             "extra": {
1670                 "branch-alias": {
1671                     "dev-master": "1.0-dev"
1672                 }
1673             },
1674             "autoload": {
1675                 "psr-0": {
1676                     "ZendXml\\": "library/"
1677                 }
1678             },
1679             "notification-url": "https://packagist.org/downloads/",
1680             "license": [
1681                 "BSD-3-Clause"
1682             ],
1683             "description": "Utility library for XML usage, best practices, and security in PHP",
1684             "homepage": "http://packages.zendframework.com/",
1685             "keywords": [
1686                 "security",
1687                 "xml",
1688                 "zf2"
1689             ],
1690             "time": "2016-02-04 21:02:08"
1691         }
1692     ],
1693     "packages-dev": [
1694         {
1695             "name": "phing/phing",
1696             "version": "2.14.0",
1697             "source": {
1698                 "type": "git",
1699                 "url": "https://github.com/phingofficial/phing.git",
1700                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
1701             },
1702             "dist": {
1703                 "type": "zip",
1704                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
1705                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
1706                 "shasum": ""
1707             },
1708             "require": {
1709                 "php": ">=5.2.0"
1710             },
1711             "require-dev": {
1712                 "ext-pdo_sqlite": "*",
1713                 "lastcraft/simpletest": "@dev",
1714                 "mikey179/vfsstream": "^1.6",
1715                 "pdepend/pdepend": "2.x",
1716                 "pear/archive_tar": "1.4.x",
1717                 "pear/http_request2": "dev-trunk",
1718                 "pear/net_growl": "dev-trunk",
1719                 "pear/pear-core-minimal": "1.10.1",
1720                 "pear/versioncontrol_git": "@dev",
1721                 "pear/versioncontrol_svn": "~0.5",
1722                 "phpdocumentor/phpdocumentor": "2.x",
1723                 "phploc/phploc": "~2.0.6",
1724                 "phpmd/phpmd": "~2.2",
1725                 "phpunit/phpunit": ">=3.7",
1726                 "sebastian/git": "~1.0",
1727                 "sebastian/phpcpd": "2.x",
1728                 "squizlabs/php_codesniffer": "~2.2",
1729                 "symfony/yaml": "~2.7"
1730             },
1731             "suggest": {
1732                 "pdepend/pdepend": "PHP version of JDepend",
1733                 "pear/archive_tar": "Tar file management class",
1734                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1735                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1736                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1737                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1738                 "phpmd/phpmd": "PHP version of PMD tool",
1739                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1740                 "phpunit/phpunit": "The PHP Unit Testing Framework",
1741                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1742                 "tedivm/jshrink": "Javascript Minifier built in PHP"
1743             },
1744             "bin": [
1745                 "bin/phing"
1746             ],
1747             "type": "library",
1748             "extra": {
1749                 "branch-alias": {
1750                     "dev-master": "2.14.x-dev"
1751                 }
1752             },
1753             "autoload": {
1754                 "classmap": [
1755                     "classes/phing/"
1756                 ]
1757             },
1758             "notification-url": "https://packagist.org/downloads/",
1759             "include-path": [
1760                 "classes"
1761             ],
1762             "license": [
1763                 "LGPL-3.0"
1764             ],
1765             "authors": [
1766                 {
1767                     "name": "Michiel Rook",
1768                     "email": "mrook@php.net"
1769                 },
1770                 {
1771                     "name": "Phing Community",
1772                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1773                 }
1774             ],
1775             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1776             "homepage": "https://www.phing.info/",
1777             "keywords": [
1778                 "build",
1779                 "phing",
1780                 "task",
1781                 "tool"
1782             ],
1783             "time": "2016-03-10 21:39:23"
1784         }
1785     ],
1786     "aliases": [],
1787     "minimum-stability": "stable",
1788     "stability-flags": {
1789         "doctrine/couchdb": 10
1790     },
1791     "prefer-stable": false,
1792     "prefer-lowest": false,
1793     "platform": [],
1794     "platform-dev": []