patient delete bug fix for tabs layout (#682)
[openemr.git] / composer.lock
blobcfbad2d4662465afd6d6f3200734dcc085359aac
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": "e76d4e1b3adb97977360c1af6a7434f8",
8     "content-hash": "32548ae1fb456b8332a2cc3ac770d741",
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.9",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/ADOdb/ADOdb.git",
68                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/f601748cca1ccb86dfd427620a1692a70e681075",
73                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075",
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.org/",
107             "keywords": [
108                 "abstraction",
109                 "database",
110                 "layer",
111                 "library",
112                 "php"
113             ],
114             "time": "2016-12-21 17:19:42"
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": "mpdf/mpdf",
929             "version": "v6.1.3",
930             "source": {
931                 "type": "git",
932                 "url": "https://github.com/mpdf/mpdf.git",
933                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
934             },
935             "dist": {
936                 "type": "zip",
937                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
938                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
939                 "shasum": ""
940             },
941             "require": {
942                 "ext-mbstring": "*",
943                 "php": ">=5.4.0",
944                 "setasign/fpdi": "1.6.*"
945             },
946             "require-dev": {
947                 "phpunit/phpunit": "^4.7"
948             },
949             "suggest": {
950                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
951             },
952             "type": "library",
953             "autoload": {
954                 "classmap": [
955                     "mpdf.php",
956                     "classes"
957                 ]
958             },
959             "notification-url": "https://packagist.org/downloads/",
960             "license": [
961                 "GPL-2.0"
962             ],
963             "authors": [
964                 {
965                     "name": "Ian Back",
966                     "role": "Developer"
967                 }
968             ],
969             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
970             "homepage": "http://mpdf.github.io",
971             "keywords": [
972                 "pdf",
973                 "php",
974                 "utf-8"
975             ],
976             "time": "2016-12-12 10:42:18"
977         },
978         {
979             "name": "paragonie/random_compat",
980             "version": "v2.0.4",
981             "source": {
982                 "type": "git",
983                 "url": "https://github.com/paragonie/random_compat.git",
984                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
985             },
986             "dist": {
987                 "type": "zip",
988                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
989                 "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
990                 "shasum": ""
991             },
992             "require": {
993                 "php": ">=5.2.0"
994             },
995             "require-dev": {
996                 "phpunit/phpunit": "4.*|5.*"
997             },
998             "suggest": {
999                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1000             },
1001             "type": "library",
1002             "autoload": {
1003                 "files": [
1004                     "lib/random.php"
1005                 ]
1006             },
1007             "notification-url": "https://packagist.org/downloads/",
1008             "license": [
1009                 "MIT"
1010             ],
1011             "authors": [
1012                 {
1013                     "name": "Paragon Initiative Enterprises",
1014                     "email": "security@paragonie.com",
1015                     "homepage": "https://paragonie.com"
1016                 }
1017             ],
1018             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1019             "keywords": [
1020                 "csprng",
1021                 "pseudorandom",
1022                 "random"
1023             ],
1024             "time": "2016-11-07 23:38:38"
1025         },
1026         {
1027             "name": "phenx/php-font-lib",
1028             "version": "0.4",
1029             "source": {
1030                 "type": "git",
1031                 "url": "https://github.com/PhenX/php-font-lib.git",
1032                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
1033             },
1034             "dist": {
1035                 "type": "zip",
1036                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1037                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1038                 "shasum": ""
1039             },
1040             "type": "library",
1041             "autoload": {
1042                 "psr-0": {
1043                     "FontLib\\": "src/"
1044                 }
1045             },
1046             "notification-url": "https://packagist.org/downloads/",
1047             "license": [
1048                 "LGPL-3.0"
1049             ],
1050             "authors": [
1051                 {
1052                     "name": "Fabien Ménager",
1053                     "email": "fabien.menager@gmail.com"
1054                 }
1055             ],
1056             "description": "A library to read, parse, export and make subsets of different types of font files.",
1057             "homepage": "https://github.com/PhenX/php-font-lib",
1058             "time": "2015-05-06 20:02:39"
1059         },
1060         {
1061             "name": "phenx/php-svg-lib",
1062             "version": "0.1",
1063             "source": {
1064                 "type": "git",
1065                 "url": "https://github.com/PhenX/php-svg-lib.git",
1066                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
1067             },
1068             "dist": {
1069                 "type": "zip",
1070                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
1071                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
1072                 "shasum": ""
1073             },
1074             "type": "library",
1075             "autoload": {
1076                 "psr-0": {
1077                     "Svg\\": "src/"
1078                 }
1079             },
1080             "notification-url": "https://packagist.org/downloads/",
1081             "license": [
1082                 "LGPL-3.0"
1083             ],
1084             "authors": [
1085                 {
1086                     "name": "Fabien Ménager",
1087                     "email": "fabien.menager@gmail.com"
1088                 }
1089             ],
1090             "description": "A library to read, parse and export to PDF SVG files.",
1091             "homepage": "https://github.com/PhenX/php-svg-lib",
1092             "time": "2015-05-06 18:49:49"
1093         },
1094         {
1095             "name": "phpmailer/phpmailer",
1096             "version": "v5.2.16",
1097             "source": {
1098                 "type": "git",
1099                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1100                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
1101             },
1102             "dist": {
1103                 "type": "zip",
1104                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1105                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1106                 "shasum": ""
1107             },
1108             "require": {
1109                 "php": ">=5.0.0"
1110             },
1111             "require-dev": {
1112                 "phpdocumentor/phpdocumentor": "*",
1113                 "phpunit/phpunit": "4.7.*"
1114             },
1115             "suggest": {
1116                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
1117             },
1118             "type": "library",
1119             "autoload": {
1120                 "classmap": [
1121                     "class.phpmailer.php",
1122                     "class.phpmaileroauth.php",
1123                     "class.phpmaileroauthgoogle.php",
1124                     "class.smtp.php",
1125                     "class.pop3.php",
1126                     "extras/EasyPeasyICS.php",
1127                     "extras/ntlm_sasl_client.php"
1128                 ]
1129             },
1130             "notification-url": "https://packagist.org/downloads/",
1131             "license": [
1132                 "LGPL-2.1"
1133             ],
1134             "authors": [
1135                 {
1136                     "name": "Jim Jagielski",
1137                     "email": "jimjag@gmail.com"
1138                 },
1139                 {
1140                     "name": "Marcus Bointon",
1141                     "email": "phpmailer@synchromedia.co.uk"
1142                 },
1143                 {
1144                     "name": "Andy Prevost",
1145                     "email": "codeworxtech@users.sourceforge.net"
1146                 },
1147                 {
1148                     "name": "Brent R. Matzelle"
1149                 }
1150             ],
1151             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1152             "time": "2016-06-06 09:09:37"
1153         },
1154         {
1155             "name": "phpseclib/phpseclib",
1156             "version": "2.0.2",
1157             "source": {
1158                 "type": "git",
1159                 "url": "https://github.com/phpseclib/phpseclib.git",
1160                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1161             },
1162             "dist": {
1163                 "type": "zip",
1164                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1165                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1166                 "shasum": ""
1167             },
1168             "require": {
1169                 "php": ">=5.3.3"
1170             },
1171             "require-dev": {
1172                 "phing/phing": "~2.7",
1173                 "phpunit/phpunit": "~4.0",
1174                 "sami/sami": "~2.0",
1175                 "squizlabs/php_codesniffer": "~2.0"
1176             },
1177             "suggest": {
1178                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1179                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1180                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1181                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1182             },
1183             "type": "library",
1184             "autoload": {
1185                 "files": [
1186                     "phpseclib/bootstrap.php"
1187                 ],
1188                 "psr-4": {
1189                     "phpseclib\\": "phpseclib/"
1190                 }
1191             },
1192             "notification-url": "https://packagist.org/downloads/",
1193             "license": [
1194                 "MIT"
1195             ],
1196             "authors": [
1197                 {
1198                     "name": "Jim Wigginton",
1199                     "email": "terrafrost@php.net",
1200                     "role": "Lead Developer"
1201                 },
1202                 {
1203                     "name": "Patrick Monnerat",
1204                     "email": "pm@datasphere.ch",
1205                     "role": "Developer"
1206                 },
1207                 {
1208                     "name": "Andreas Fischer",
1209                     "email": "bantu@phpbb.com",
1210                     "role": "Developer"
1211                 },
1212                 {
1213                     "name": "Hans-Jürgen Petrich",
1214                     "email": "petrich@tronic-media.com",
1215                     "role": "Developer"
1216                 },
1217                 {
1218                     "name": "Graham Campbell",
1219                     "email": "graham@alt-three.com",
1220                     "role": "Developer"
1221                 }
1222             ],
1223             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1224             "homepage": "http://phpseclib.sourceforge.net",
1225             "keywords": [
1226                 "BigInteger",
1227                 "aes",
1228                 "asn.1",
1229                 "asn1",
1230                 "blowfish",
1231                 "crypto",
1232                 "cryptography",
1233                 "encryption",
1234                 "rsa",
1235                 "security",
1236                 "sftp",
1237                 "signature",
1238                 "signing",
1239                 "ssh",
1240                 "twofish",
1241                 "x.509",
1242                 "x509"
1243             ],
1244             "time": "2016-05-13 01:15:21"
1245         },
1246         {
1247             "name": "psr/log",
1248             "version": "1.0.2",
1249             "source": {
1250                 "type": "git",
1251                 "url": "https://github.com/php-fig/log.git",
1252                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1253             },
1254             "dist": {
1255                 "type": "zip",
1256                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1257                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1258                 "shasum": ""
1259             },
1260             "require": {
1261                 "php": ">=5.3.0"
1262             },
1263             "type": "library",
1264             "extra": {
1265                 "branch-alias": {
1266                     "dev-master": "1.0.x-dev"
1267                 }
1268             },
1269             "autoload": {
1270                 "psr-4": {
1271                     "Psr\\Log\\": "Psr/Log/"
1272                 }
1273             },
1274             "notification-url": "https://packagist.org/downloads/",
1275             "license": [
1276                 "MIT"
1277             ],
1278             "authors": [
1279                 {
1280                     "name": "PHP-FIG",
1281                     "homepage": "http://www.php-fig.org/"
1282                 }
1283             ],
1284             "description": "Common interface for logging libraries",
1285             "homepage": "https://github.com/php-fig/log",
1286             "keywords": [
1287                 "log",
1288                 "psr",
1289                 "psr-3"
1290             ],
1291             "time": "2016-10-10 12:19:37"
1292         },
1293         {
1294             "name": "rospdf/pdf-php",
1295             "version": "0.12.22",
1296             "source": {
1297                 "type": "git",
1298                 "url": "https://github.com/rospdf/pdf-php.git",
1299                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1300             },
1301             "dist": {
1302                 "type": "zip",
1303                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1304                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1305                 "shasum": ""
1306             },
1307             "require": {
1308                 "php": ">=5.3.2"
1309             },
1310             "require-dev": {
1311                 "squizlabs/php_codesniffer": "2.*"
1312             },
1313             "type": "library",
1314             "extra": {
1315                 "branch-alias": {
1316                     "dev-experimental": "0.13.x-dev",
1317                     "dev-master": "0.12.x-dev"
1318                 }
1319             },
1320             "autoload": {
1321                 "files": [
1322                     "src/Cpdf.php",
1323                     "src/Cezpdf.php"
1324                 ]
1325             },
1326             "notification-url": "https://packagist.org/downloads/",
1327             "license": [
1328                 "GPL-3.0"
1329             ],
1330             "authors": [
1331                 {
1332                     "name": "Ole Koeckemann",
1333                     "email": "ole1986@users.sourceforge.net",
1334                     "role": "Developer"
1335                 },
1336                 {
1337                     "name": "Lars Olesen",
1338                     "email": "lars@intraface.dk",
1339                     "role": "Developer"
1340                 },
1341                 {
1342                     "name": "Wayne Munro",
1343                     "email": "pdf@ros.co.nz",
1344                     "role": "Inactive"
1345                 }
1346             ],
1347             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1348             "homepage": "https://github.com/rospdf/pdf-php",
1349             "time": "2016-06-01 21:36:09"
1350         },
1351         {
1352             "name": "setasign/fpdi",
1353             "version": "1.6.1",
1354             "source": {
1355                 "type": "git",
1356                 "url": "https://github.com/Setasign/FPDI.git",
1357                 "reference": "5b899b2b41463bf261aa69840fd30b50950a500c"
1358             },
1359             "dist": {
1360                 "type": "zip",
1361                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/5b899b2b41463bf261aa69840fd30b50950a500c",
1362                 "reference": "5b899b2b41463bf261aa69840fd30b50950a500c",
1363                 "shasum": ""
1364             },
1365             "suggest": {
1366                 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
1367                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1368                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1369             },
1370             "type": "library",
1371             "autoload": {
1372                 "classmap": [
1373                     "filters/",
1374                     "fpdi.php",
1375                     "fpdf_tpl.php",
1376                     "fpdi_pdf_parser.php",
1377                     "pdf_context.php"
1378                 ]
1379             },
1380             "notification-url": "https://packagist.org/downloads/",
1381             "license": [
1382                 "MIT"
1383             ],
1384             "authors": [
1385                 {
1386                     "name": "Jan Slabon",
1387                     "email": "jan.slabon@setasign.com",
1388                     "homepage": "https://www.setasign.com"
1389                 }
1390             ],
1391             "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
1392             "homepage": "https://www.setasign.com/fpdi",
1393             "keywords": [
1394                 "fpdf",
1395                 "fpdi",
1396                 "pdf"
1397             ],
1398             "time": "2015-11-30 10:53:14"
1399         },
1400         {
1401             "name": "smarty/smarty",
1402             "version": "v2.6.29",
1403             "source": {
1404                 "type": "git",
1405                 "url": "https://github.com/smarty-php/smarty.git",
1406                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1407             },
1408             "dist": {
1409                 "type": "zip",
1410                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1411                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1412                 "shasum": ""
1413             },
1414             "require": {
1415                 "php": ">=5.2"
1416             },
1417             "type": "library",
1418             "extra": {
1419                 "branch-alias": {
1420                     "dev-master": "2.6.x-dev"
1421                 }
1422             },
1423             "autoload": {
1424                 "classmap": [
1425                     "libs/Smarty.class.php",
1426                     "libs/Smarty_Compiler.class.php",
1427                     "libs/Config_File.class.php"
1428                 ]
1429             },
1430             "notification-url": "https://packagist.org/downloads/",
1431             "license": [
1432                 "LGPL-3.0"
1433             ],
1434             "authors": [
1435                 {
1436                     "name": "Monte Ohrt",
1437                     "email": "monte@ohrt.com"
1438                 },
1439                 {
1440                     "name": "Uwe Tews",
1441                     "email": "uwe.tews@googlemail.com"
1442                 }
1443             ],
1444             "description": "Smarty - the compiling PHP template engine",
1445             "homepage": "http://www.smarty.net",
1446             "keywords": [
1447                 "templating"
1448             ],
1449             "time": "2015-06-21 13:10:14"
1450         },
1451         {
1452             "name": "symfony/console",
1453             "version": "v3.2.2",
1454             "source": {
1455                 "type": "git",
1456                 "url": "https://github.com/symfony/console.git",
1457                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd"
1458             },
1459             "dist": {
1460                 "type": "zip",
1461                 "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd",
1462                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd",
1463                 "shasum": ""
1464             },
1465             "require": {
1466                 "php": ">=5.5.9",
1467                 "symfony/debug": "~2.8|~3.0",
1468                 "symfony/polyfill-mbstring": "~1.0"
1469             },
1470             "require-dev": {
1471                 "psr/log": "~1.0",
1472                 "symfony/event-dispatcher": "~2.8|~3.0",
1473                 "symfony/filesystem": "~2.8|~3.0",
1474                 "symfony/process": "~2.8|~3.0"
1475             },
1476             "suggest": {
1477                 "psr/log": "For using the console logger",
1478                 "symfony/event-dispatcher": "",
1479                 "symfony/filesystem": "",
1480                 "symfony/process": ""
1481             },
1482             "type": "library",
1483             "extra": {
1484                 "branch-alias": {
1485                     "dev-master": "3.2-dev"
1486                 }
1487             },
1488             "autoload": {
1489                 "psr-4": {
1490                     "Symfony\\Component\\Console\\": ""
1491                 },
1492                 "exclude-from-classmap": [
1493                     "/Tests/"
1494                 ]
1495             },
1496             "notification-url": "https://packagist.org/downloads/",
1497             "license": [
1498                 "MIT"
1499             ],
1500             "authors": [
1501                 {
1502                     "name": "Fabien Potencier",
1503                     "email": "fabien@symfony.com"
1504                 },
1505                 {
1506                     "name": "Symfony Community",
1507                     "homepage": "https://symfony.com/contributors"
1508                 }
1509             ],
1510             "description": "Symfony Console Component",
1511             "homepage": "https://symfony.com",
1512             "time": "2017-01-08 20:47:33"
1513         },
1514         {
1515             "name": "symfony/debug",
1516             "version": "v3.2.2",
1517             "source": {
1518                 "type": "git",
1519                 "url": "https://github.com/symfony/debug.git",
1520                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05"
1521             },
1522             "dist": {
1523                 "type": "zip",
1524                 "url": "https://api.github.com/repos/symfony/debug/zipball/810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1525                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1526                 "shasum": ""
1527             },
1528             "require": {
1529                 "php": ">=5.5.9",
1530                 "psr/log": "~1.0"
1531             },
1532             "conflict": {
1533                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1534             },
1535             "require-dev": {
1536                 "symfony/class-loader": "~2.8|~3.0",
1537                 "symfony/http-kernel": "~2.8|~3.0"
1538             },
1539             "type": "library",
1540             "extra": {
1541                 "branch-alias": {
1542                     "dev-master": "3.2-dev"
1543                 }
1544             },
1545             "autoload": {
1546                 "psr-4": {
1547                     "Symfony\\Component\\Debug\\": ""
1548                 },
1549                 "exclude-from-classmap": [
1550                     "/Tests/"
1551                 ]
1552             },
1553             "notification-url": "https://packagist.org/downloads/",
1554             "license": [
1555                 "MIT"
1556             ],
1557             "authors": [
1558                 {
1559                     "name": "Fabien Potencier",
1560                     "email": "fabien@symfony.com"
1561                 },
1562                 {
1563                     "name": "Symfony Community",
1564                     "homepage": "https://symfony.com/contributors"
1565                 }
1566             ],
1567             "description": "Symfony Debug Component",
1568             "homepage": "https://symfony.com",
1569             "time": "2017-01-02 20:32:22"
1570         },
1571         {
1572             "name": "symfony/polyfill-mbstring",
1573             "version": "v1.3.0",
1574             "source": {
1575                 "type": "git",
1576                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1577                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1578             },
1579             "dist": {
1580                 "type": "zip",
1581                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1582                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1583                 "shasum": ""
1584             },
1585             "require": {
1586                 "php": ">=5.3.3"
1587             },
1588             "suggest": {
1589                 "ext-mbstring": "For best performance"
1590             },
1591             "type": "library",
1592             "extra": {
1593                 "branch-alias": {
1594                     "dev-master": "1.3-dev"
1595                 }
1596             },
1597             "autoload": {
1598                 "psr-4": {
1599                     "Symfony\\Polyfill\\Mbstring\\": ""
1600                 },
1601                 "files": [
1602                     "bootstrap.php"
1603                 ]
1604             },
1605             "notification-url": "https://packagist.org/downloads/",
1606             "license": [
1607                 "MIT"
1608             ],
1609             "authors": [
1610                 {
1611                     "name": "Nicolas Grekas",
1612                     "email": "p@tchwork.com"
1613                 },
1614                 {
1615                     "name": "Symfony Community",
1616                     "homepage": "https://symfony.com/contributors"
1617                 }
1618             ],
1619             "description": "Symfony polyfill for the Mbstring extension",
1620             "homepage": "https://symfony.com",
1621             "keywords": [
1622                 "compatibility",
1623                 "mbstring",
1624                 "polyfill",
1625                 "portable",
1626                 "shim"
1627             ],
1628             "time": "2016-11-14 01:06:16"
1629         },
1630         {
1631             "name": "zendframework/zendframework",
1632             "version": "2.4.9",
1633             "source": {
1634                 "type": "git",
1635                 "url": "https://github.com/zendframework/zendframework.git",
1636                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
1637             },
1638             "dist": {
1639                 "type": "zip",
1640                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
1641                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
1642                 "shasum": ""
1643             },
1644             "require": {
1645                 "php": ">=5.3.23",
1646                 "zendframework/zendxml": "^1.0.1"
1647             },
1648             "replace": {
1649                 "zendframework/zend-authentication": "self.version",
1650                 "zendframework/zend-barcode": "self.version",
1651                 "zendframework/zend-cache": "self.version",
1652                 "zendframework/zend-captcha": "self.version",
1653                 "zendframework/zend-code": "self.version",
1654                 "zendframework/zend-config": "self.version",
1655                 "zendframework/zend-console": "self.version",
1656                 "zendframework/zend-crypt": "self.version",
1657                 "zendframework/zend-db": "self.version",
1658                 "zendframework/zend-debug": "self.version",
1659                 "zendframework/zend-di": "self.version",
1660                 "zendframework/zend-dom": "self.version",
1661                 "zendframework/zend-escaper": "self.version",
1662                 "zendframework/zend-eventmanager": "self.version",
1663                 "zendframework/zend-feed": "self.version",
1664                 "zendframework/zend-file": "self.version",
1665                 "zendframework/zend-filter": "self.version",
1666                 "zendframework/zend-form": "self.version",
1667                 "zendframework/zend-http": "self.version",
1668                 "zendframework/zend-i18n": "self.version",
1669                 "zendframework/zend-inputfilter": "self.version",
1670                 "zendframework/zend-json": "self.version",
1671                 "zendframework/zend-ldap": "self.version",
1672                 "zendframework/zend-loader": "self.version",
1673                 "zendframework/zend-log": "self.version",
1674                 "zendframework/zend-mail": "self.version",
1675                 "zendframework/zend-math": "self.version",
1676                 "zendframework/zend-memory": "self.version",
1677                 "zendframework/zend-mime": "self.version",
1678                 "zendframework/zend-modulemanager": "self.version",
1679                 "zendframework/zend-mvc": "self.version",
1680                 "zendframework/zend-navigation": "self.version",
1681                 "zendframework/zend-paginator": "self.version",
1682                 "zendframework/zend-permissions-acl": "self.version",
1683                 "zendframework/zend-permissions-rbac": "self.version",
1684                 "zendframework/zend-progressbar": "self.version",
1685                 "zendframework/zend-resources": "self.version",
1686                 "zendframework/zend-serializer": "self.version",
1687                 "zendframework/zend-server": "self.version",
1688                 "zendframework/zend-servicemanager": "self.version",
1689                 "zendframework/zend-session": "self.version",
1690                 "zendframework/zend-soap": "self.version",
1691                 "zendframework/zend-stdlib": "self.version",
1692                 "zendframework/zend-tag": "self.version",
1693                 "zendframework/zend-test": "self.version",
1694                 "zendframework/zend-text": "self.version",
1695                 "zendframework/zend-uri": "self.version",
1696                 "zendframework/zend-validator": "self.version",
1697                 "zendframework/zend-version": "self.version",
1698                 "zendframework/zend-view": "self.version",
1699                 "zendframework/zend-xmlrpc": "self.version"
1700             },
1701             "require-dev": {
1702                 "doctrine/annotations": "~1.0",
1703                 "fabpot/php-cs-fixer": "~1.0",
1704                 "ircmaxell/random-lib": "~1.1",
1705                 "mikey179/vfsstream": "~1.2",
1706                 "phpunit/phpcov": "~2.0",
1707                 "phpunit/phpunit": "~4.6",
1708                 "satooshi/php-coveralls": "dev-master"
1709             },
1710             "suggest": {
1711                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
1712                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
1713                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
1714                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
1715                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
1716                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
1717             },
1718             "bin": [
1719                 "bin/classmap_generator.php",
1720                 "bin/pluginmap_generator.php",
1721                 "bin/templatemap_generator.php"
1722             ],
1723             "type": "library",
1724             "extra": {
1725                 "branch-alias": {
1726                     "dev-master": "2.4-dev",
1727                     "dev-develop": "2.5-dev"
1728                 }
1729             },
1730             "autoload": {
1731                 "psr-4": {
1732                     "Zend\\": "library/Zend/"
1733                 }
1734             },
1735             "notification-url": "https://packagist.org/downloads/",
1736             "license": [
1737                 "BSD-3-Clause"
1738             ],
1739             "description": "Zend Framework 2",
1740             "homepage": "http://framework.zend.com/",
1741             "keywords": [
1742                 "framework",
1743                 "zf2"
1744             ],
1745             "time": "2015-11-23 17:34:23"
1746         },
1747         {
1748             "name": "zendframework/zendxml",
1749             "version": "1.0.2",
1750             "source": {
1751                 "type": "git",
1752                 "url": "https://github.com/zendframework/ZendXml.git",
1753                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
1754             },
1755             "dist": {
1756                 "type": "zip",
1757                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1758                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
1759                 "shasum": ""
1760             },
1761             "require": {
1762                 "php": "^5.3.3 || ^7.0"
1763             },
1764             "require-dev": {
1765                 "phpunit/phpunit": "^3.7 || ^4.0",
1766                 "squizlabs/php_codesniffer": "^1.5"
1767             },
1768             "type": "library",
1769             "extra": {
1770                 "branch-alias": {
1771                     "dev-master": "1.0-dev"
1772                 }
1773             },
1774             "autoload": {
1775                 "psr-0": {
1776                     "ZendXml\\": "library/"
1777                 }
1778             },
1779             "notification-url": "https://packagist.org/downloads/",
1780             "license": [
1781                 "BSD-3-Clause"
1782             ],
1783             "description": "Utility library for XML usage, best practices, and security in PHP",
1784             "homepage": "http://packages.zendframework.com/",
1785             "keywords": [
1786                 "security",
1787                 "xml",
1788                 "zf2"
1789             ],
1790             "time": "2016-02-04 21:02:08"
1791         }
1792     ],
1793     "packages-dev": [
1794         {
1795             "name": "phing/phing",
1796             "version": "2.14.0",
1797             "source": {
1798                 "type": "git",
1799                 "url": "https://github.com/phingofficial/phing.git",
1800                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
1801             },
1802             "dist": {
1803                 "type": "zip",
1804                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
1805                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
1806                 "shasum": ""
1807             },
1808             "require": {
1809                 "php": ">=5.2.0"
1810             },
1811             "require-dev": {
1812                 "ext-pdo_sqlite": "*",
1813                 "lastcraft/simpletest": "@dev",
1814                 "mikey179/vfsstream": "^1.6",
1815                 "pdepend/pdepend": "2.x",
1816                 "pear/archive_tar": "1.4.x",
1817                 "pear/http_request2": "dev-trunk",
1818                 "pear/net_growl": "dev-trunk",
1819                 "pear/pear-core-minimal": "1.10.1",
1820                 "pear/versioncontrol_git": "@dev",
1821                 "pear/versioncontrol_svn": "~0.5",
1822                 "phpdocumentor/phpdocumentor": "2.x",
1823                 "phploc/phploc": "~2.0.6",
1824                 "phpmd/phpmd": "~2.2",
1825                 "phpunit/phpunit": ">=3.7",
1826                 "sebastian/git": "~1.0",
1827                 "sebastian/phpcpd": "2.x",
1828                 "squizlabs/php_codesniffer": "~2.2",
1829                 "symfony/yaml": "~2.7"
1830             },
1831             "suggest": {
1832                 "pdepend/pdepend": "PHP version of JDepend",
1833                 "pear/archive_tar": "Tar file management class",
1834                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1835                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1836                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1837                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1838                 "phpmd/phpmd": "PHP version of PMD tool",
1839                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1840                 "phpunit/phpunit": "The PHP Unit Testing Framework",
1841                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1842                 "tedivm/jshrink": "Javascript Minifier built in PHP"
1843             },
1844             "bin": [
1845                 "bin/phing"
1846             ],
1847             "type": "library",
1848             "extra": {
1849                 "branch-alias": {
1850                     "dev-master": "2.14.x-dev"
1851                 }
1852             },
1853             "autoload": {
1854                 "classmap": [
1855                     "classes/phing/"
1856                 ]
1857             },
1858             "notification-url": "https://packagist.org/downloads/",
1859             "include-path": [
1860                 "classes"
1861             ],
1862             "license": [
1863                 "LGPL-3.0"
1864             ],
1865             "authors": [
1866                 {
1867                     "name": "Michiel Rook",
1868                     "email": "mrook@php.net"
1869                 },
1870                 {
1871                     "name": "Phing Community",
1872                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1873                 }
1874             ],
1875             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1876             "homepage": "https://www.phing.info/",
1877             "keywords": [
1878                 "build",
1879                 "phing",
1880                 "task",
1881                 "tool"
1882             ],
1883             "time": "2016-03-10 21:39:23"
1884         }
1885     ],
1886     "aliases": [],
1887     "minimum-stability": "stable",
1888     "stability-flags": {
1889         "doctrine/couchdb": 10
1890     },
1891     "prefer-stable": false,
1892     "prefer-lowest": false,
1893     "platform": [],
1894     "platform-dev": []