Merge pull request #1505 from bradymiller/medex-updates
[openemr.git] / composer.lock
blob4dfac01ab4d1a6dec1ab720d21d18e6ea5ae9266
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     "content-hash": "65d7be6a127ddd23d5106f5bae1e0b14",
8     "packages": [
9         {
10             "name": "adldap2/adldap2",
11             "version": "v7.0.4",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/Adldap2/Adldap2.git",
15                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/e54d75b9847ceeba868cf987585ccb898936fbd2",
20                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-ldap": "*",
25                 "illuminate/support": "~5.0",
26                 "php": ">=5.5.9"
27             },
28             "require-dev": {
29                 "mockery/mockery": "~0.9",
30                 "phpunit/phpunit": "~4.8|~5.6"
31             },
32             "type": "library",
33             "autoload": {
34                 "psr-4": {
35                     "Adldap\\": "src/"
36                 }
37             },
38             "notification-url": "https://packagist.org/downloads/",
39             "license": [
40                 "MIT"
41             ],
42             "authors": [
43                 {
44                     "name": "Steve Bauman",
45                     "email": "steven_bauman@outlook.com",
46                     "role": "Developer"
47                 }
48             ],
49             "description": "A PHP LDAP Package for Active Directory Manipulation.",
50             "keywords": [
51                 "active directory",
52                 "ad",
53                 "adLDAP",
54                 "adldap2",
55                 "directory",
56                 "ldap",
57                 "windows"
58             ],
59             "time": "2017-01-30T21:45:45+00:00"
60         },
61         {
62             "name": "adodb/adodb-php",
63             "version": "v5.20.10",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/ADOdb/ADOdb.git",
67                 "reference": "2db8794c142ecc9ca9c5398737bb35ca39031fe3"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/2db8794c142ecc9ca9c5398737bb35ca39031fe3",
72                 "reference": "2db8794c142ecc9ca9c5398737bb35ca39031fe3",
73                 "shasum": ""
74             },
75             "require": {
76                 "php": ">=5.3.2"
77             },
78             "type": "library",
79             "autoload": {
80                 "files": [
81                     "adodb.inc.php"
82                 ]
83             },
84             "notification-url": "https://packagist.org/downloads/",
85             "license": [
86                 "BSD-3-Clause",
87                 "LGPL-2.1-or-later"
88             ],
89             "authors": [
90                 {
91                     "name": "John Lim",
92                     "email": "jlim@natsoft.com",
93                     "role": "Author"
94                 },
95                 {
96                     "name": "Damien Regad",
97                     "role": "Current maintainer"
98                 },
99                 {
100                     "name": "Mark Newnham",
101                     "role": "Developer"
102                 }
103             ],
104             "description": "ADOdb is a PHP database abstraction layer library",
105             "homepage": "http://adodb.org/",
106             "keywords": [
107                 "abstraction",
108                 "database",
109                 "layer",
110                 "library",
111                 "php"
112             ],
113             "time": "2018-03-08T22:32:18+00:00"
114         },
115         {
116             "name": "doctrine/annotations",
117             "version": "v1.4.0",
118             "source": {
119                 "type": "git",
120                 "url": "https://github.com/doctrine/annotations.git",
121                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
122             },
123             "dist": {
124                 "type": "zip",
125                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
126                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
127                 "shasum": ""
128             },
129             "require": {
130                 "doctrine/lexer": "1.*",
131                 "php": "^5.6 || ^7.0"
132             },
133             "require-dev": {
134                 "doctrine/cache": "1.*",
135                 "phpunit/phpunit": "^5.7"
136             },
137             "type": "library",
138             "extra": {
139                 "branch-alias": {
140                     "dev-master": "1.4.x-dev"
141                 }
142             },
143             "autoload": {
144                 "psr-4": {
145                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
146                 }
147             },
148             "notification-url": "https://packagist.org/downloads/",
149             "license": [
150                 "MIT"
151             ],
152             "authors": [
153                 {
154                     "name": "Roman Borschel",
155                     "email": "roman@code-factory.org"
156                 },
157                 {
158                     "name": "Benjamin Eberlei",
159                     "email": "kontakt@beberlei.de"
160                 },
161                 {
162                     "name": "Guilherme Blanco",
163                     "email": "guilhermeblanco@gmail.com"
164                 },
165                 {
166                     "name": "Jonathan Wage",
167                     "email": "jonwage@gmail.com"
168                 },
169                 {
170                     "name": "Johannes Schmitt",
171                     "email": "schmittjoh@gmail.com"
172                 }
173             ],
174             "description": "Docblock Annotations Parser",
175             "homepage": "http://www.doctrine-project.org",
176             "keywords": [
177                 "annotations",
178                 "docblock",
179                 "parser"
180             ],
181             "time": "2017-02-24T16:22:25+00:00"
182         },
183         {
184             "name": "doctrine/cache",
185             "version": "v1.6.1",
186             "source": {
187                 "type": "git",
188                 "url": "https://github.com/doctrine/cache.git",
189                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
190             },
191             "dist": {
192                 "type": "zip",
193                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
194                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
195                 "shasum": ""
196             },
197             "require": {
198                 "php": "~5.5|~7.0"
199             },
200             "conflict": {
201                 "doctrine/common": ">2.2,<2.4"
202             },
203             "require-dev": {
204                 "phpunit/phpunit": "~4.8|~5.0",
205                 "predis/predis": "~1.0",
206                 "satooshi/php-coveralls": "~0.6"
207             },
208             "type": "library",
209             "extra": {
210                 "branch-alias": {
211                     "dev-master": "1.6.x-dev"
212                 }
213             },
214             "autoload": {
215                 "psr-4": {
216                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
217                 }
218             },
219             "notification-url": "https://packagist.org/downloads/",
220             "license": [
221                 "MIT"
222             ],
223             "authors": [
224                 {
225                     "name": "Roman Borschel",
226                     "email": "roman@code-factory.org"
227                 },
228                 {
229                     "name": "Benjamin Eberlei",
230                     "email": "kontakt@beberlei.de"
231                 },
232                 {
233                     "name": "Guilherme Blanco",
234                     "email": "guilhermeblanco@gmail.com"
235                 },
236                 {
237                     "name": "Jonathan Wage",
238                     "email": "jonwage@gmail.com"
239                 },
240                 {
241                     "name": "Johannes Schmitt",
242                     "email": "schmittjoh@gmail.com"
243                 }
244             ],
245             "description": "Caching library offering an object-oriented API for many cache backends",
246             "homepage": "http://www.doctrine-project.org",
247             "keywords": [
248                 "cache",
249                 "caching"
250             ],
251             "time": "2016-10-29T11:16:17+00:00"
252         },
253         {
254             "name": "doctrine/collections",
255             "version": "v1.4.0",
256             "source": {
257                 "type": "git",
258                 "url": "https://github.com/doctrine/collections.git",
259                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
260             },
261             "dist": {
262                 "type": "zip",
263                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
264                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
265                 "shasum": ""
266             },
267             "require": {
268                 "php": "^5.6 || ^7.0"
269             },
270             "require-dev": {
271                 "doctrine/coding-standard": "~0.1@dev",
272                 "phpunit/phpunit": "^5.7"
273             },
274             "type": "library",
275             "extra": {
276                 "branch-alias": {
277                     "dev-master": "1.3.x-dev"
278                 }
279             },
280             "autoload": {
281                 "psr-0": {
282                     "Doctrine\\Common\\Collections\\": "lib/"
283                 }
284             },
285             "notification-url": "https://packagist.org/downloads/",
286             "license": [
287                 "MIT"
288             ],
289             "authors": [
290                 {
291                     "name": "Roman Borschel",
292                     "email": "roman@code-factory.org"
293                 },
294                 {
295                     "name": "Benjamin Eberlei",
296                     "email": "kontakt@beberlei.de"
297                 },
298                 {
299                     "name": "Guilherme Blanco",
300                     "email": "guilhermeblanco@gmail.com"
301                 },
302                 {
303                     "name": "Jonathan Wage",
304                     "email": "jonwage@gmail.com"
305                 },
306                 {
307                     "name": "Johannes Schmitt",
308                     "email": "schmittjoh@gmail.com"
309                 }
310             ],
311             "description": "Collections Abstraction library",
312             "homepage": "http://www.doctrine-project.org",
313             "keywords": [
314                 "array",
315                 "collections",
316                 "iterator"
317             ],
318             "time": "2017-01-03T10:49:41+00:00"
319         },
320         {
321             "name": "doctrine/common",
322             "version": "v2.5.0",
323             "source": {
324                 "type": "git",
325                 "url": "https://github.com/doctrine/common.git",
326                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
327             },
328             "dist": {
329                 "type": "zip",
330                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
331                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
332                 "shasum": ""
333             },
334             "require": {
335                 "doctrine/annotations": "1.*",
336                 "doctrine/cache": "1.*",
337                 "doctrine/collections": "1.*",
338                 "doctrine/inflector": "1.*",
339                 "doctrine/lexer": "1.*",
340                 "php": ">=5.3.2"
341             },
342             "require-dev": {
343                 "phpunit/phpunit": "~3.7"
344             },
345             "type": "library",
346             "extra": {
347                 "branch-alias": {
348                     "dev-master": "2.6.x-dev"
349                 }
350             },
351             "autoload": {
352                 "psr-0": {
353                     "Doctrine\\Common\\": "lib/"
354                 }
355             },
356             "notification-url": "https://packagist.org/downloads/",
357             "license": [
358                 "MIT"
359             ],
360             "authors": [
361                 {
362                     "name": "Roman Borschel",
363                     "email": "roman@code-factory.org"
364                 },
365                 {
366                     "name": "Benjamin Eberlei",
367                     "email": "kontakt@beberlei.de"
368                 },
369                 {
370                     "name": "Guilherme Blanco",
371                     "email": "guilhermeblanco@gmail.com"
372                 },
373                 {
374                     "name": "Jonathan Wage",
375                     "email": "jonwage@gmail.com"
376                 },
377                 {
378                     "name": "Johannes Schmitt",
379                     "email": "schmittjoh@gmail.com"
380                 }
381             ],
382             "description": "Common Library for Doctrine projects",
383             "homepage": "http://www.doctrine-project.org",
384             "keywords": [
385                 "annotations",
386                 "collections",
387                 "eventmanager",
388                 "persistence",
389                 "spl"
390             ],
391             "time": "2015-04-02T19:55:44+00:00"
392         },
393         {
394             "name": "doctrine/couchdb",
395             "version": "1.0.0-beta2",
396             "source": {
397                 "type": "git",
398                 "url": "https://github.com/doctrine/couchdb-client.git",
399                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4"
400             },
401             "dist": {
402                 "type": "zip",
403                 "url": "https://api.github.com/repos/doctrine/couchdb-client/zipball/5e8d808eba8d790d178e5558c182c648a12ec8e4",
404                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4",
405                 "shasum": ""
406             },
407             "require": {
408                 "doctrine/common": "@stable",
409                 "php": ">=5.3.2"
410             },
411             "type": "library",
412             "extra": {
413                 "branch-alias": {
414                     "dev-master": "1.0-dev"
415                 }
416             },
417             "autoload": {
418                 "psr-0": {
419                     "Doctrine\\CouchDB": "lib/"
420                 }
421             },
422             "notification-url": "https://packagist.org/downloads/",
423             "license": [
424                 "LGPL"
425             ],
426             "authors": [
427                 {
428                     "name": "Benjamin Eberlei",
429                     "email": "kontakt@beberlei.de"
430                 },
431                 {
432                     "name": "Lukas Kahwe Smith",
433                     "email": "smith@pooteeweet.org"
434                 }
435             ],
436             "description": "CouchDB Client",
437             "homepage": "http://www.doctrine-project.org",
438             "keywords": [
439                 "couchdb",
440                 "persistence"
441             ],
442             "time": "2015-07-06T16:08:10+00:00"
443         },
444         {
445             "name": "doctrine/dbal",
446             "version": "v2.5.12",
447             "source": {
448                 "type": "git",
449                 "url": "https://github.com/doctrine/dbal.git",
450                 "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
451             },
452             "dist": {
453                 "type": "zip",
454                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
455                 "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
456                 "shasum": ""
457             },
458             "require": {
459                 "doctrine/common": ">=2.4,<2.8-dev",
460                 "php": ">=5.3.2"
461             },
462             "require-dev": {
463                 "phpunit/phpunit": "4.*",
464                 "symfony/console": "2.*||^3.0"
465             },
466             "suggest": {
467                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
468             },
469             "bin": [
470                 "bin/doctrine-dbal"
471             ],
472             "type": "library",
473             "extra": {
474                 "branch-alias": {
475                     "dev-master": "2.5.x-dev"
476                 }
477             },
478             "autoload": {
479                 "psr-0": {
480                     "Doctrine\\DBAL\\": "lib/"
481                 }
482             },
483             "notification-url": "https://packagist.org/downloads/",
484             "license": [
485                 "MIT"
486             ],
487             "authors": [
488                 {
489                     "name": "Roman Borschel",
490                     "email": "roman@code-factory.org"
491                 },
492                 {
493                     "name": "Benjamin Eberlei",
494                     "email": "kontakt@beberlei.de"
495                 },
496                 {
497                     "name": "Guilherme Blanco",
498                     "email": "guilhermeblanco@gmail.com"
499                 },
500                 {
501                     "name": "Jonathan Wage",
502                     "email": "jonwage@gmail.com"
503                 }
504             ],
505             "description": "Database Abstraction Layer",
506             "homepage": "http://www.doctrine-project.org",
507             "keywords": [
508                 "database",
509                 "dbal",
510                 "persistence",
511                 "queryobject"
512             ],
513             "time": "2017-02-08T12:53:47+00:00"
514         },
515         {
516             "name": "doctrine/inflector",
517             "version": "v1.1.0",
518             "source": {
519                 "type": "git",
520                 "url": "https://github.com/doctrine/inflector.git",
521                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
522             },
523             "dist": {
524                 "type": "zip",
525                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
526                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
527                 "shasum": ""
528             },
529             "require": {
530                 "php": ">=5.3.2"
531             },
532             "require-dev": {
533                 "phpunit/phpunit": "4.*"
534             },
535             "type": "library",
536             "extra": {
537                 "branch-alias": {
538                     "dev-master": "1.1.x-dev"
539                 }
540             },
541             "autoload": {
542                 "psr-0": {
543                     "Doctrine\\Common\\Inflector\\": "lib/"
544                 }
545             },
546             "notification-url": "https://packagist.org/downloads/",
547             "license": [
548                 "MIT"
549             ],
550             "authors": [
551                 {
552                     "name": "Roman Borschel",
553                     "email": "roman@code-factory.org"
554                 },
555                 {
556                     "name": "Benjamin Eberlei",
557                     "email": "kontakt@beberlei.de"
558                 },
559                 {
560                     "name": "Guilherme Blanco",
561                     "email": "guilhermeblanco@gmail.com"
562                 },
563                 {
564                     "name": "Jonathan Wage",
565                     "email": "jonwage@gmail.com"
566                 },
567                 {
568                     "name": "Johannes Schmitt",
569                     "email": "schmittjoh@gmail.com"
570                 }
571             ],
572             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
573             "homepage": "http://www.doctrine-project.org",
574             "keywords": [
575                 "inflection",
576                 "pluralize",
577                 "singularize",
578                 "string"
579             ],
580             "time": "2015-11-06T14:35:42+00:00"
581         },
582         {
583             "name": "doctrine/instantiator",
584             "version": "1.0.5",
585             "source": {
586                 "type": "git",
587                 "url": "https://github.com/doctrine/instantiator.git",
588                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
589             },
590             "dist": {
591                 "type": "zip",
592                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
593                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
594                 "shasum": ""
595             },
596             "require": {
597                 "php": ">=5.3,<8.0-DEV"
598             },
599             "require-dev": {
600                 "athletic/athletic": "~0.1.8",
601                 "ext-pdo": "*",
602                 "ext-phar": "*",
603                 "phpunit/phpunit": "~4.0",
604                 "squizlabs/php_codesniffer": "~2.0"
605             },
606             "type": "library",
607             "extra": {
608                 "branch-alias": {
609                     "dev-master": "1.0.x-dev"
610                 }
611             },
612             "autoload": {
613                 "psr-4": {
614                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
615                 }
616             },
617             "notification-url": "https://packagist.org/downloads/",
618             "license": [
619                 "MIT"
620             ],
621             "authors": [
622                 {
623                     "name": "Marco Pivetta",
624                     "email": "ocramius@gmail.com",
625                     "homepage": "http://ocramius.github.com/"
626                 }
627             ],
628             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
629             "homepage": "https://github.com/doctrine/instantiator",
630             "keywords": [
631                 "constructor",
632                 "instantiate"
633             ],
634             "time": "2015-06-14T21:17:01+00:00"
635         },
636         {
637             "name": "doctrine/lexer",
638             "version": "v1.0.1",
639             "source": {
640                 "type": "git",
641                 "url": "https://github.com/doctrine/lexer.git",
642                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
643             },
644             "dist": {
645                 "type": "zip",
646                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
647                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
648                 "shasum": ""
649             },
650             "require": {
651                 "php": ">=5.3.2"
652             },
653             "type": "library",
654             "extra": {
655                 "branch-alias": {
656                     "dev-master": "1.0.x-dev"
657                 }
658             },
659             "autoload": {
660                 "psr-0": {
661                     "Doctrine\\Common\\Lexer\\": "lib/"
662                 }
663             },
664             "notification-url": "https://packagist.org/downloads/",
665             "license": [
666                 "MIT"
667             ],
668             "authors": [
669                 {
670                     "name": "Roman Borschel",
671                     "email": "roman@code-factory.org"
672                 },
673                 {
674                     "name": "Guilherme Blanco",
675                     "email": "guilhermeblanco@gmail.com"
676                 },
677                 {
678                     "name": "Johannes Schmitt",
679                     "email": "schmittjoh@gmail.com"
680                 }
681             ],
682             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
683             "homepage": "http://www.doctrine-project.org",
684             "keywords": [
685                 "lexer",
686                 "parser"
687             ],
688             "time": "2014-09-09T13:34:57+00:00"
689         },
690         {
691             "name": "doctrine/orm",
692             "version": "v2.5.5",
693             "source": {
694                 "type": "git",
695                 "url": "https://github.com/doctrine/doctrine2.git",
696                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
697             },
698             "dist": {
699                 "type": "zip",
700                 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
701                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
702                 "shasum": ""
703             },
704             "require": {
705                 "doctrine/cache": "~1.4",
706                 "doctrine/collections": "~1.2",
707                 "doctrine/common": ">=2.5-dev,<2.7-dev",
708                 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
709                 "doctrine/instantiator": "~1.0.1",
710                 "ext-pdo": "*",
711                 "php": ">=5.4",
712                 "symfony/console": "~2.5|~3.0"
713             },
714             "require-dev": {
715                 "phpunit/phpunit": "~4.0",
716                 "symfony/yaml": "~2.3|~3.0"
717             },
718             "suggest": {
719                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
720             },
721             "bin": [
722                 "bin/doctrine",
723                 "bin/doctrine.php"
724             ],
725             "type": "library",
726             "extra": {
727                 "branch-alias": {
728                     "dev-master": "2.6.x-dev"
729                 }
730             },
731             "autoload": {
732                 "psr-0": {
733                     "Doctrine\\ORM\\": "lib/"
734                 }
735             },
736             "notification-url": "https://packagist.org/downloads/",
737             "license": [
738                 "MIT"
739             ],
740             "authors": [
741                 {
742                     "name": "Roman Borschel",
743                     "email": "roman@code-factory.org"
744                 },
745                 {
746                     "name": "Benjamin Eberlei",
747                     "email": "kontakt@beberlei.de"
748                 },
749                 {
750                     "name": "Guilherme Blanco",
751                     "email": "guilhermeblanco@gmail.com"
752                 },
753                 {
754                     "name": "Jonathan Wage",
755                     "email": "jonwage@gmail.com"
756                 }
757             ],
758             "description": "Object-Relational-Mapper for PHP",
759             "homepage": "http://www.doctrine-project.org",
760             "keywords": [
761                 "database",
762                 "orm"
763             ],
764             "time": "2016-09-10T18:51:13+00:00"
765         },
766         {
767             "name": "dompdf/dompdf",
768             "version": "v0.7.0",
769             "source": {
770                 "type": "git",
771                 "url": "https://github.com/dompdf/dompdf.git",
772                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
773             },
774             "dist": {
775                 "type": "zip",
776                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
777                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
778                 "shasum": ""
779             },
780             "require": {
781                 "ext-dom": "*",
782                 "ext-gd": "*",
783                 "ext-mbstring": "*",
784                 "phenx/php-font-lib": "0.4.*",
785                 "phenx/php-svg-lib": "0.1.*",
786                 "php": ">=5.3.0"
787             },
788             "require-dev": {
789                 "phpunit/phpunit": "3.7.*"
790             },
791             "type": "library",
792             "extra": {
793                 "branch-alias": {
794                     "dev-develop": "0.7-dev"
795                 }
796             },
797             "autoload": {
798                 "psr-4": {
799                     "Dompdf\\": "src/"
800                 },
801                 "classmap": [
802                     "lib/"
803                 ]
804             },
805             "notification-url": "https://packagist.org/downloads/",
806             "license": [
807                 "LGPL-2.1"
808             ],
809             "authors": [
810                 {
811                     "name": "Fabien Ménager",
812                     "email": "fabien.menager@gmail.com"
813                 },
814                 {
815                     "name": "Brian Sweeney",
816                     "email": "eclecticgeek@gmail.com"
817                 },
818                 {
819                     "name": "Gabriel Bull",
820                     "email": "me@gabrielbull.com"
821                 }
822             ],
823             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
824             "homepage": "https://github.com/dompdf/dompdf",
825             "time": "2016-05-11T00:36:29+00:00"
826         },
827         {
828             "name": "ezyang/htmlpurifier",
829             "version": "v4.9.3",
830             "source": {
831                 "type": "git",
832                 "url": "https://github.com/ezyang/htmlpurifier.git",
833                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
834             },
835             "dist": {
836                 "type": "zip",
837                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
838                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
839                 "shasum": ""
840             },
841             "require": {
842                 "php": ">=5.2"
843             },
844             "require-dev": {
845                 "simpletest/simpletest": "^1.1"
846             },
847             "type": "library",
848             "autoload": {
849                 "psr-0": {
850                     "HTMLPurifier": "library/"
851                 },
852                 "files": [
853                     "library/HTMLPurifier.composer.php"
854                 ]
855             },
856             "notification-url": "https://packagist.org/downloads/",
857             "license": [
858                 "LGPL"
859             ],
860             "authors": [
861                 {
862                     "name": "Edward Z. Yang",
863                     "email": "admin@htmlpurifier.org",
864                     "homepage": "http://ezyang.com"
865                 }
866             ],
867             "description": "Standards compliant HTML filter written in PHP",
868             "homepage": "http://htmlpurifier.org/",
869             "keywords": [
870                 "html"
871             ],
872             "time": "2017-06-03T02:28:16+00:00"
873         },
874         {
875             "name": "illuminate/contracts",
876             "version": "v5.4.27",
877             "source": {
878                 "type": "git",
879                 "url": "https://github.com/illuminate/contracts.git",
880                 "reference": "31f0193eb14aa3ee07841dc254081425616e79f0"
881             },
882             "dist": {
883                 "type": "zip",
884                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/31f0193eb14aa3ee07841dc254081425616e79f0",
885                 "reference": "31f0193eb14aa3ee07841dc254081425616e79f0",
886                 "shasum": ""
887             },
888             "require": {
889                 "php": ">=5.6.4"
890             },
891             "type": "library",
892             "extra": {
893                 "branch-alias": {
894                     "dev-master": "5.4-dev"
895                 }
896             },
897             "autoload": {
898                 "psr-4": {
899                     "Illuminate\\Contracts\\": ""
900                 }
901             },
902             "notification-url": "https://packagist.org/downloads/",
903             "license": [
904                 "MIT"
905             ],
906             "authors": [
907                 {
908                     "name": "Taylor Otwell",
909                     "email": "taylor@laravel.com"
910                 }
911             ],
912             "description": "The Illuminate Contracts package.",
913             "homepage": "https://laravel.com",
914             "time": "2017-04-19T20:17:43+00:00"
915         },
916         {
917             "name": "illuminate/support",
918             "version": "v5.4.27",
919             "source": {
920                 "type": "git",
921                 "url": "https://github.com/illuminate/support.git",
922                 "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d"
923             },
924             "dist": {
925                 "type": "zip",
926                 "url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d",
927                 "reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d",
928                 "shasum": ""
929             },
930             "require": {
931                 "doctrine/inflector": "~1.0",
932                 "ext-mbstring": "*",
933                 "illuminate/contracts": "5.4.*",
934                 "paragonie/random_compat": "~1.4|~2.0",
935                 "php": ">=5.6.4"
936             },
937             "replace": {
938                 "tightenco/collect": "self.version"
939             },
940             "suggest": {
941                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
942                 "symfony/process": "Required to use the composer class (~3.2).",
943                 "symfony/var-dumper": "Required to use the dd function (~3.2)."
944             },
945             "type": "library",
946             "extra": {
947                 "branch-alias": {
948                     "dev-master": "5.4-dev"
949                 }
950             },
951             "autoload": {
952                 "psr-4": {
953                     "Illuminate\\Support\\": ""
954                 },
955                 "files": [
956                     "helpers.php"
957                 ]
958             },
959             "notification-url": "https://packagist.org/downloads/",
960             "license": [
961                 "MIT"
962             ],
963             "authors": [
964                 {
965                     "name": "Taylor Otwell",
966                     "email": "taylor@laravel.com"
967                 }
968             ],
969             "description": "The Illuminate Support package.",
970             "homepage": "https://laravel.com",
971             "time": "2017-06-15T12:35:32+00:00"
972         },
973         {
974             "name": "ircmaxell/password-compat",
975             "version": "v1.0.4",
976             "source": {
977                 "type": "git",
978                 "url": "https://github.com/ircmaxell/password_compat.git",
979                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
980             },
981             "dist": {
982                 "type": "zip",
983                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
984                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
985                 "shasum": ""
986             },
987             "require-dev": {
988                 "phpunit/phpunit": "4.*"
989             },
990             "type": "library",
991             "autoload": {
992                 "files": [
993                     "lib/password.php"
994                 ]
995             },
996             "notification-url": "https://packagist.org/downloads/",
997             "license": [
998                 "MIT"
999             ],
1000             "authors": [
1001                 {
1002                     "name": "Anthony Ferrara",
1003                     "email": "ircmaxell@php.net",
1004                     "homepage": "http://blog.ircmaxell.com"
1005                 }
1006             ],
1007             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1008             "homepage": "https://github.com/ircmaxell/password_compat",
1009             "keywords": [
1010                 "hashing",
1011                 "password"
1012             ],
1013             "time": "2014-11-20T16:49:30+00:00"
1014         },
1015         {
1016             "name": "knplabs/knp-snappy",
1017             "version": "v0.5.0",
1018             "source": {
1019                 "type": "git",
1020                 "url": "https://github.com/KnpLabs/snappy.git",
1021                 "reference": "370da31fa92a8e583e34558c589e630647617a38"
1022             },
1023             "dist": {
1024                 "type": "zip",
1025                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/370da31fa92a8e583e34558c589e630647617a38",
1026                 "reference": "370da31fa92a8e583e34558c589e630647617a38",
1027                 "shasum": ""
1028             },
1029             "require": {
1030                 "php": ">=5.6",
1031                 "symfony/process": "~2.3|~3.0"
1032             },
1033             "require-dev": {
1034                 "phpunit/phpunit": "~4.7"
1035             },
1036             "suggest": {
1037                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1038                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1039                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1040                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1041                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1042             },
1043             "type": "library",
1044             "extra": {
1045                 "branch-alias": {
1046                     "dev-master": "0.5.x-dev"
1047                 }
1048             },
1049             "autoload": {
1050                 "psr-4": {
1051                     "Knp\\Snappy\\": "src/Knp/Snappy"
1052                 }
1053             },
1054             "notification-url": "https://packagist.org/downloads/",
1055             "license": [
1056                 "MIT"
1057             ],
1058             "authors": [
1059                 {
1060                     "name": "KnpLabs Team",
1061                     "homepage": "http://knplabs.com"
1062                 },
1063                 {
1064                     "name": "Symfony Community",
1065                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1066                 }
1067             ],
1068             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1069             "homepage": "http://github.com/KnpLabs/snappy",
1070             "keywords": [
1071                 "knp",
1072                 "knplabs",
1073                 "pdf",
1074                 "snapshot",
1075                 "thumbnail",
1076                 "wkhtmltopdf"
1077             ],
1078             "time": "2017-06-16T07:50:40+00:00"
1079         },
1080         {
1081             "name": "mpdf/mpdf",
1082             "version": "v6.1.3",
1083             "source": {
1084                 "type": "git",
1085                 "url": "https://github.com/mpdf/mpdf.git",
1086                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
1087             },
1088             "dist": {
1089                 "type": "zip",
1090                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1091                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1092                 "shasum": ""
1093             },
1094             "require": {
1095                 "ext-mbstring": "*",
1096                 "php": ">=5.4.0",
1097                 "setasign/fpdi": "1.6.*"
1098             },
1099             "require-dev": {
1100                 "phpunit/phpunit": "^4.7"
1101             },
1102             "suggest": {
1103                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1104             },
1105             "type": "library",
1106             "autoload": {
1107                 "classmap": [
1108                     "mpdf.php",
1109                     "classes"
1110                 ]
1111             },
1112             "notification-url": "https://packagist.org/downloads/",
1113             "license": [
1114                 "GPL-2.0"
1115             ],
1116             "authors": [
1117                 {
1118                     "name": "Ian Back",
1119                     "role": "Developer"
1120                 }
1121             ],
1122             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1123             "homepage": "http://mpdf.github.io",
1124             "keywords": [
1125                 "pdf",
1126                 "php",
1127                 "utf-8"
1128             ],
1129             "time": "2016-12-12T10:42:18+00:00"
1130         },
1131         {
1132             "name": "paragonie/random_compat",
1133             "version": "v2.0.10",
1134             "source": {
1135                 "type": "git",
1136                 "url": "https://github.com/paragonie/random_compat.git",
1137                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
1138             },
1139             "dist": {
1140                 "type": "zip",
1141                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1142                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1143                 "shasum": ""
1144             },
1145             "require": {
1146                 "php": ">=5.2.0"
1147             },
1148             "require-dev": {
1149                 "phpunit/phpunit": "4.*|5.*"
1150             },
1151             "suggest": {
1152                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1153             },
1154             "type": "library",
1155             "autoload": {
1156                 "files": [
1157                     "lib/random.php"
1158                 ]
1159             },
1160             "notification-url": "https://packagist.org/downloads/",
1161             "license": [
1162                 "MIT"
1163             ],
1164             "authors": [
1165                 {
1166                     "name": "Paragon Initiative Enterprises",
1167                     "email": "security@paragonie.com",
1168                     "homepage": "https://paragonie.com"
1169                 }
1170             ],
1171             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1172             "keywords": [
1173                 "csprng",
1174                 "pseudorandom",
1175                 "random"
1176             ],
1177             "time": "2017-03-13T16:27:32+00:00"
1178         },
1179         {
1180             "name": "phenx/php-font-lib",
1181             "version": "0.4",
1182             "source": {
1183                 "type": "git",
1184                 "url": "https://github.com/PhenX/php-font-lib.git",
1185                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
1186             },
1187             "dist": {
1188                 "type": "zip",
1189                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1190                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1191                 "shasum": ""
1192             },
1193             "type": "library",
1194             "autoload": {
1195                 "psr-0": {
1196                     "FontLib\\": "src/"
1197                 }
1198             },
1199             "notification-url": "https://packagist.org/downloads/",
1200             "license": [
1201                 "LGPL-3.0"
1202             ],
1203             "authors": [
1204                 {
1205                     "name": "Fabien Ménager",
1206                     "email": "fabien.menager@gmail.com"
1207                 }
1208             ],
1209             "description": "A library to read, parse, export and make subsets of different types of font files.",
1210             "homepage": "https://github.com/PhenX/php-font-lib",
1211             "time": "2015-05-06T20:02:39+00:00"
1212         },
1213         {
1214             "name": "phenx/php-svg-lib",
1215             "version": "0.1",
1216             "source": {
1217                 "type": "git",
1218                 "url": "https://github.com/PhenX/php-svg-lib.git",
1219                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
1220             },
1221             "dist": {
1222                 "type": "zip",
1223                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
1224                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
1225                 "shasum": ""
1226             },
1227             "type": "library",
1228             "autoload": {
1229                 "psr-0": {
1230                     "Svg\\": "src/"
1231                 }
1232             },
1233             "notification-url": "https://packagist.org/downloads/",
1234             "license": [
1235                 "LGPL-3.0"
1236             ],
1237             "authors": [
1238                 {
1239                     "name": "Fabien Ménager",
1240                     "email": "fabien.menager@gmail.com"
1241                 }
1242             ],
1243             "description": "A library to read, parse and export to PDF SVG files.",
1244             "homepage": "https://github.com/PhenX/php-svg-lib",
1245             "time": "2015-05-06T18:49:49+00:00"
1246         },
1247         {
1248             "name": "phpmailer/phpmailer",
1249             "version": "v5.2.16",
1250             "source": {
1251                 "type": "git",
1252                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1253                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
1254             },
1255             "dist": {
1256                 "type": "zip",
1257                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1258                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1259                 "shasum": ""
1260             },
1261             "require": {
1262                 "php": ">=5.0.0"
1263             },
1264             "require-dev": {
1265                 "phpdocumentor/phpdocumentor": "*",
1266                 "phpunit/phpunit": "4.7.*"
1267             },
1268             "suggest": {
1269                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
1270             },
1271             "type": "library",
1272             "autoload": {
1273                 "classmap": [
1274                     "class.phpmailer.php",
1275                     "class.phpmaileroauth.php",
1276                     "class.phpmaileroauthgoogle.php",
1277                     "class.smtp.php",
1278                     "class.pop3.php",
1279                     "extras/EasyPeasyICS.php",
1280                     "extras/ntlm_sasl_client.php"
1281                 ]
1282             },
1283             "notification-url": "https://packagist.org/downloads/",
1284             "license": [
1285                 "LGPL-2.1"
1286             ],
1287             "authors": [
1288                 {
1289                     "name": "Jim Jagielski",
1290                     "email": "jimjag@gmail.com"
1291                 },
1292                 {
1293                     "name": "Marcus Bointon",
1294                     "email": "phpmailer@synchromedia.co.uk"
1295                 },
1296                 {
1297                     "name": "Andy Prevost",
1298                     "email": "codeworxtech@users.sourceforge.net"
1299                 },
1300                 {
1301                     "name": "Brent R. Matzelle"
1302                 }
1303             ],
1304             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1305             "time": "2016-06-06T09:09:37+00:00"
1306         },
1307         {
1308             "name": "phpoffice/phpspreadsheet",
1309             "version": "1.0.0",
1310             "source": {
1311                 "type": "git",
1312                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
1313                 "reference": "691b68de9b87cf6e398df46482741a4f667a9391"
1314             },
1315             "dist": {
1316                 "type": "zip",
1317                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/691b68de9b87cf6e398df46482741a4f667a9391",
1318                 "reference": "691b68de9b87cf6e398df46482741a4f667a9391",
1319                 "shasum": ""
1320             },
1321             "require": {
1322                 "ext-ctype": "*",
1323                 "ext-dom": "*",
1324                 "ext-gd": "*",
1325                 "ext-iconv": "*",
1326                 "ext-libxml": "*",
1327                 "ext-mbstring": "*",
1328                 "ext-simplexml": "*",
1329                 "ext-xml": "*",
1330                 "ext-xmlreader": "*",
1331                 "ext-xmlwriter": "*",
1332                 "ext-zip": "*",
1333                 "ext-zlib": "*",
1334                 "php": "^5.6|^7.0",
1335                 "psr/simple-cache": "^1.0"
1336             },
1337             "require-dev": {
1338                 "dompdf/dompdf": "^0.8.0",
1339                 "friendsofphp/php-cs-fixer": "^2.7",
1340                 "jpgraph/jpgraph": "^4.0",
1341                 "mpdf/mpdf": "^7.0.0",
1342                 "phpunit/phpunit": "^5.7",
1343                 "squizlabs/php_codesniffer": "^2.7",
1344                 "tecnickcom/tcpdf": "^6.2"
1345             },
1346             "suggest": {
1347                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
1348                 "ext-dom": "Option to read and write HTML files",
1349                 "ext-gd": "Required for exact column width autocalculation",
1350                 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
1351                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
1352                 "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
1353             },
1354             "type": "library",
1355             "autoload": {
1356                 "psr-4": {
1357                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
1358                 }
1359             },
1360             "notification-url": "https://packagist.org/downloads/",
1361             "license": [
1362                 "LGPL-2.1"
1363             ],
1364             "authors": [
1365                 {
1366                     "name": "Maarten Balliauw",
1367                     "homepage": "http://blog.maartenballiauw.be"
1368                 },
1369                 {
1370                     "name": "Erik Tilt"
1371                 },
1372                 {
1373                     "name": "Franck Lefevre",
1374                     "homepage": "http://rootslabs.net"
1375                 },
1376                 {
1377                     "name": "Mark Baker",
1378                     "homepage": "http://markbakeruk.net"
1379                 }
1380             ],
1381             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1382             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
1383             "keywords": [
1384                 "OpenXML",
1385                 "excel",
1386                 "gnumeric",
1387                 "ods",
1388                 "php",
1389                 "spreadsheet",
1390                 "xls",
1391                 "xlsx"
1392             ],
1393             "time": "2017-12-25T01:53:53+00:00"
1394         },
1395         {
1396             "name": "phpseclib/phpseclib",
1397             "version": "2.0.10",
1398             "source": {
1399                 "type": "git",
1400                 "url": "https://github.com/phpseclib/phpseclib.git",
1401                 "reference": "d305b780829ea4252ed9400b3f5937c2c99b51d4"
1402             },
1403             "dist": {
1404                 "type": "zip",
1405                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d305b780829ea4252ed9400b3f5937c2c99b51d4",
1406                 "reference": "d305b780829ea4252ed9400b3f5937c2c99b51d4",
1407                 "shasum": ""
1408             },
1409             "require": {
1410                 "php": ">=5.3.3"
1411             },
1412             "require-dev": {
1413                 "phing/phing": "~2.7",
1414                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
1415                 "sami/sami": "~2.0",
1416                 "squizlabs/php_codesniffer": "~2.0"
1417             },
1418             "suggest": {
1419                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1420                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1421                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1422                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1423             },
1424             "type": "library",
1425             "autoload": {
1426                 "files": [
1427                     "phpseclib/bootstrap.php"
1428                 ],
1429                 "psr-4": {
1430                     "phpseclib\\": "phpseclib/"
1431                 }
1432             },
1433             "notification-url": "https://packagist.org/downloads/",
1434             "license": [
1435                 "MIT"
1436             ],
1437             "authors": [
1438                 {
1439                     "name": "Jim Wigginton",
1440                     "email": "terrafrost@php.net",
1441                     "role": "Lead Developer"
1442                 },
1443                 {
1444                     "name": "Patrick Monnerat",
1445                     "email": "pm@datasphere.ch",
1446                     "role": "Developer"
1447                 },
1448                 {
1449                     "name": "Andreas Fischer",
1450                     "email": "bantu@phpbb.com",
1451                     "role": "Developer"
1452                 },
1453                 {
1454                     "name": "Hans-Jürgen Petrich",
1455                     "email": "petrich@tronic-media.com",
1456                     "role": "Developer"
1457                 },
1458                 {
1459                     "name": "Graham Campbell",
1460                     "email": "graham@alt-three.com",
1461                     "role": "Developer"
1462                 }
1463             ],
1464             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1465             "homepage": "http://phpseclib.sourceforge.net",
1466             "keywords": [
1467                 "BigInteger",
1468                 "aes",
1469                 "asn.1",
1470                 "asn1",
1471                 "blowfish",
1472                 "crypto",
1473                 "cryptography",
1474                 "encryption",
1475                 "rsa",
1476                 "security",
1477                 "sftp",
1478                 "signature",
1479                 "signing",
1480                 "ssh",
1481                 "twofish",
1482                 "x.509",
1483                 "x509"
1484             ],
1485             "time": "2018-02-19T04:29:13+00:00"
1486         },
1487         {
1488             "name": "psr/log",
1489             "version": "1.0.2",
1490             "source": {
1491                 "type": "git",
1492                 "url": "https://github.com/php-fig/log.git",
1493                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1494             },
1495             "dist": {
1496                 "type": "zip",
1497                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1498                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1499                 "shasum": ""
1500             },
1501             "require": {
1502                 "php": ">=5.3.0"
1503             },
1504             "type": "library",
1505             "extra": {
1506                 "branch-alias": {
1507                     "dev-master": "1.0.x-dev"
1508                 }
1509             },
1510             "autoload": {
1511                 "psr-4": {
1512                     "Psr\\Log\\": "Psr/Log/"
1513                 }
1514             },
1515             "notification-url": "https://packagist.org/downloads/",
1516             "license": [
1517                 "MIT"
1518             ],
1519             "authors": [
1520                 {
1521                     "name": "PHP-FIG",
1522                     "homepage": "http://www.php-fig.org/"
1523                 }
1524             ],
1525             "description": "Common interface for logging libraries",
1526             "homepage": "https://github.com/php-fig/log",
1527             "keywords": [
1528                 "log",
1529                 "psr",
1530                 "psr-3"
1531             ],
1532             "time": "2016-10-10T12:19:37+00:00"
1533         },
1534         {
1535             "name": "psr/simple-cache",
1536             "version": "1.0.0",
1537             "source": {
1538                 "type": "git",
1539                 "url": "https://github.com/php-fig/simple-cache.git",
1540                 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
1541             },
1542             "dist": {
1543                 "type": "zip",
1544                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
1545                 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
1546                 "shasum": ""
1547             },
1548             "require": {
1549                 "php": ">=5.3.0"
1550             },
1551             "type": "library",
1552             "extra": {
1553                 "branch-alias": {
1554                     "dev-master": "1.0.x-dev"
1555                 }
1556             },
1557             "autoload": {
1558                 "psr-4": {
1559                     "Psr\\SimpleCache\\": "src/"
1560                 }
1561             },
1562             "notification-url": "https://packagist.org/downloads/",
1563             "license": [
1564                 "MIT"
1565             ],
1566             "authors": [
1567                 {
1568                     "name": "PHP-FIG",
1569                     "homepage": "http://www.php-fig.org/"
1570                 }
1571             ],
1572             "description": "Common interfaces for simple caching",
1573             "keywords": [
1574                 "cache",
1575                 "caching",
1576                 "psr",
1577                 "psr-16",
1578                 "simple-cache"
1579             ],
1580             "time": "2017-01-02T13:31:39+00:00"
1581         },
1582         {
1583             "name": "rospdf/pdf-php",
1584             "version": "0.12.22",
1585             "source": {
1586                 "type": "git",
1587                 "url": "https://github.com/rospdf/pdf-php.git",
1588                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1589             },
1590             "dist": {
1591                 "type": "zip",
1592                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1593                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1594                 "shasum": ""
1595             },
1596             "require": {
1597                 "php": ">=5.3.2"
1598             },
1599             "require-dev": {
1600                 "squizlabs/php_codesniffer": "2.*"
1601             },
1602             "type": "library",
1603             "extra": {
1604                 "branch-alias": {
1605                     "dev-experimental": "0.13.x-dev",
1606                     "dev-master": "0.12.x-dev"
1607                 }
1608             },
1609             "autoload": {
1610                 "files": [
1611                     "src/Cpdf.php",
1612                     "src/Cezpdf.php"
1613                 ]
1614             },
1615             "notification-url": "https://packagist.org/downloads/",
1616             "license": [
1617                 "GPL-3.0"
1618             ],
1619             "authors": [
1620                 {
1621                     "name": "Ole Koeckemann",
1622                     "email": "ole1986@users.sourceforge.net",
1623                     "role": "Developer"
1624                 },
1625                 {
1626                     "name": "Lars Olesen",
1627                     "email": "lars@intraface.dk",
1628                     "role": "Developer"
1629                 },
1630                 {
1631                     "name": "Wayne Munro",
1632                     "email": "pdf@ros.co.nz",
1633                     "role": "Inactive"
1634                 }
1635             ],
1636             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1637             "homepage": "https://github.com/rospdf/pdf-php",
1638             "time": "2016-06-01T21:36:09+00:00"
1639         },
1640         {
1641             "name": "setasign/fpdi",
1642             "version": "1.6.2",
1643             "source": {
1644                 "type": "git",
1645                 "url": "https://github.com/Setasign/FPDI.git",
1646                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
1647             },
1648             "dist": {
1649                 "type": "zip",
1650                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1651                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1652                 "shasum": ""
1653             },
1654             "suggest": {
1655                 "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.",
1656                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1657                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1658             },
1659             "type": "library",
1660             "autoload": {
1661                 "classmap": [
1662                     "filters/",
1663                     "fpdi.php",
1664                     "fpdf_tpl.php",
1665                     "fpdi_pdf_parser.php",
1666                     "pdf_context.php"
1667                 ]
1668             },
1669             "notification-url": "https://packagist.org/downloads/",
1670             "license": [
1671                 "MIT"
1672             ],
1673             "authors": [
1674                 {
1675                     "name": "Jan Slabon",
1676                     "email": "jan.slabon@setasign.com",
1677                     "homepage": "https://www.setasign.com"
1678                 }
1679             ],
1680             "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.",
1681             "homepage": "https://www.setasign.com/fpdi",
1682             "keywords": [
1683                 "fpdf",
1684                 "fpdi",
1685                 "pdf"
1686             ],
1687             "time": "2017-05-11T14:25:49+00:00"
1688         },
1689         {
1690             "name": "smarty/smarty",
1691             "version": "v2.6.31",
1692             "source": {
1693                 "type": "git",
1694                 "url": "https://github.com/smarty-php/smarty.git",
1695                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49"
1696             },
1697             "dist": {
1698                 "type": "zip",
1699                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49",
1700                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49",
1701                 "shasum": ""
1702             },
1703             "require": {
1704                 "php": ">=5.2"
1705             },
1706             "type": "library",
1707             "extra": {
1708                 "branch-alias": {
1709                     "dev-master": "2.6.x-dev"
1710                 }
1711             },
1712             "autoload": {
1713                 "classmap": [
1714                     "libs/Smarty.class.php",
1715                     "libs/Smarty_Compiler.class.php",
1716                     "libs/Config_File.class.php"
1717                 ]
1718             },
1719             "notification-url": "https://packagist.org/downloads/",
1720             "license": [
1721                 "LGPL-3.0"
1722             ],
1723             "authors": [
1724                 {
1725                     "name": "Monte Ohrt",
1726                     "email": "monte@ohrt.com"
1727                 },
1728                 {
1729                     "name": "Uwe Tews",
1730                     "email": "uwe.tews@googlemail.com"
1731                 }
1732             ],
1733             "description": "Smarty - the compiling PHP template engine",
1734             "homepage": "http://www.smarty.net",
1735             "keywords": [
1736                 "templating"
1737             ],
1738             "time": "2017-11-03T06:39:13+00:00"
1739         },
1740         {
1741             "name": "stripe/stripe-php",
1742             "version": "v5.2.0",
1743             "source": {
1744                 "type": "git",
1745                 "url": "https://github.com/stripe/stripe-php.git",
1746                 "reference": "7b4a4c18a36c460291399c6a34920b7dabc11c57"
1747             },
1748             "dist": {
1749                 "type": "zip",
1750                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/7b4a4c18a36c460291399c6a34920b7dabc11c57",
1751                 "reference": "7b4a4c18a36c460291399c6a34920b7dabc11c57",
1752                 "shasum": ""
1753             },
1754             "require": {
1755                 "ext-curl": "*",
1756                 "ext-json": "*",
1757                 "ext-mbstring": "*",
1758                 "php": ">=5.3.3"
1759             },
1760             "require-dev": {
1761                 "phpunit/phpunit": "~4.0",
1762                 "satooshi/php-coveralls": "~0.6.1",
1763                 "squizlabs/php_codesniffer": "~2.0"
1764             },
1765             "type": "library",
1766             "extra": {
1767                 "branch-alias": {
1768                     "dev-master": "2.0-dev"
1769                 }
1770             },
1771             "autoload": {
1772                 "psr-4": {
1773                     "Stripe\\": "lib/"
1774                 }
1775             },
1776             "notification-url": "https://packagist.org/downloads/",
1777             "license": [
1778                 "MIT"
1779             ],
1780             "authors": [
1781                 {
1782                     "name": "Stripe and contributors",
1783                     "homepage": "https://github.com/stripe/stripe-php/contributors"
1784                 }
1785             ],
1786             "description": "Stripe PHP Library",
1787             "homepage": "https://stripe.com/",
1788             "keywords": [
1789                 "api",
1790                 "payment processing",
1791                 "stripe"
1792             ],
1793             "time": "2017-08-29T12:47:40+00:00"
1794         },
1795         {
1796             "name": "symfony/config",
1797             "version": "v2.8.24",
1798             "source": {
1799                 "type": "git",
1800                 "url": "https://github.com/symfony/config.git",
1801                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
1802             },
1803             "dist": {
1804                 "type": "zip",
1805                 "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
1806                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
1807                 "shasum": ""
1808             },
1809             "require": {
1810                 "php": ">=5.3.9",
1811                 "symfony/filesystem": "~2.3|~3.0.0"
1812             },
1813             "require-dev": {
1814                 "symfony/yaml": "~2.7|~3.0.0"
1815             },
1816             "suggest": {
1817                 "symfony/yaml": "To use the yaml reference dumper"
1818             },
1819             "type": "library",
1820             "extra": {
1821                 "branch-alias": {
1822                     "dev-master": "2.8-dev"
1823                 }
1824             },
1825             "autoload": {
1826                 "psr-4": {
1827                     "Symfony\\Component\\Config\\": ""
1828                 },
1829                 "exclude-from-classmap": [
1830                     "/Tests/"
1831                 ]
1832             },
1833             "notification-url": "https://packagist.org/downloads/",
1834             "license": [
1835                 "MIT"
1836             ],
1837             "authors": [
1838                 {
1839                     "name": "Fabien Potencier",
1840                     "email": "fabien@symfony.com"
1841                 },
1842                 {
1843                     "name": "Symfony Community",
1844                     "homepage": "https://symfony.com/contributors"
1845                 }
1846             ],
1847             "description": "Symfony Config Component",
1848             "homepage": "https://symfony.com",
1849             "time": "2017-04-12T14:07:15+00:00"
1850         },
1851         {
1852             "name": "symfony/console",
1853             "version": "v3.2.11",
1854             "source": {
1855                 "type": "git",
1856                 "url": "https://github.com/symfony/console.git",
1857                 "reference": "c091707512e290806794161201c0b021205583f2"
1858             },
1859             "dist": {
1860                 "type": "zip",
1861                 "url": "https://api.github.com/repos/symfony/console/zipball/c091707512e290806794161201c0b021205583f2",
1862                 "reference": "c091707512e290806794161201c0b021205583f2",
1863                 "shasum": ""
1864             },
1865             "require": {
1866                 "php": ">=5.5.9",
1867                 "symfony/debug": "~2.8|~3.0",
1868                 "symfony/polyfill-mbstring": "~1.0"
1869             },
1870             "require-dev": {
1871                 "psr/log": "~1.0",
1872                 "symfony/event-dispatcher": "~2.8|~3.0",
1873                 "symfony/filesystem": "~2.8|~3.0",
1874                 "symfony/process": "~2.8|~3.0"
1875             },
1876             "suggest": {
1877                 "psr/log": "For using the console logger",
1878                 "symfony/event-dispatcher": "",
1879                 "symfony/filesystem": "",
1880                 "symfony/process": ""
1881             },
1882             "type": "library",
1883             "extra": {
1884                 "branch-alias": {
1885                     "dev-master": "3.2-dev"
1886                 }
1887             },
1888             "autoload": {
1889                 "psr-4": {
1890                     "Symfony\\Component\\Console\\": ""
1891                 },
1892                 "exclude-from-classmap": [
1893                     "/Tests/"
1894                 ]
1895             },
1896             "notification-url": "https://packagist.org/downloads/",
1897             "license": [
1898                 "MIT"
1899             ],
1900             "authors": [
1901                 {
1902                     "name": "Fabien Potencier",
1903                     "email": "fabien@symfony.com"
1904                 },
1905                 {
1906                     "name": "Symfony Community",
1907                     "homepage": "https://symfony.com/contributors"
1908                 }
1909             ],
1910             "description": "Symfony Console Component",
1911             "homepage": "https://symfony.com",
1912             "time": "2017-07-03T08:06:20+00:00"
1913         },
1914         {
1915             "name": "symfony/debug",
1916             "version": "v3.3.4",
1917             "source": {
1918                 "type": "git",
1919                 "url": "https://github.com/symfony/debug.git",
1920                 "reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
1921             },
1922             "dist": {
1923                 "type": "zip",
1924                 "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
1925                 "reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
1926                 "shasum": ""
1927             },
1928             "require": {
1929                 "php": ">=5.5.9",
1930                 "psr/log": "~1.0"
1931             },
1932             "conflict": {
1933                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1934             },
1935             "require-dev": {
1936                 "symfony/http-kernel": "~2.8|~3.0"
1937             },
1938             "type": "library",
1939             "extra": {
1940                 "branch-alias": {
1941                     "dev-master": "3.3-dev"
1942                 }
1943             },
1944             "autoload": {
1945                 "psr-4": {
1946                     "Symfony\\Component\\Debug\\": ""
1947                 },
1948                 "exclude-from-classmap": [
1949                     "/Tests/"
1950                 ]
1951             },
1952             "notification-url": "https://packagist.org/downloads/",
1953             "license": [
1954                 "MIT"
1955             ],
1956             "authors": [
1957                 {
1958                     "name": "Fabien Potencier",
1959                     "email": "fabien@symfony.com"
1960                 },
1961                 {
1962                     "name": "Symfony Community",
1963                     "homepage": "https://symfony.com/contributors"
1964                 }
1965             ],
1966             "description": "Symfony Debug Component",
1967             "homepage": "https://symfony.com",
1968             "time": "2017-07-05T13:02:37+00:00"
1969         },
1970         {
1971             "name": "symfony/dependency-injection",
1972             "version": "v2.8.24",
1973             "source": {
1974                 "type": "git",
1975                 "url": "https://github.com/symfony/dependency-injection.git",
1976                 "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8"
1977             },
1978             "dist": {
1979                 "type": "zip",
1980                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/66d2e252262749e0f3c735c183e4562c72ffb8c8",
1981                 "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8",
1982                 "shasum": ""
1983             },
1984             "require": {
1985                 "php": ">=5.3.9"
1986             },
1987             "conflict": {
1988                 "symfony/expression-language": "<2.6"
1989             },
1990             "require-dev": {
1991                 "symfony/config": "~2.2|~3.0.0",
1992                 "symfony/expression-language": "~2.6|~3.0.0",
1993                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
1994             },
1995             "suggest": {
1996                 "symfony/config": "",
1997                 "symfony/expression-language": "For using expressions in service container configuration",
1998                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1999                 "symfony/yaml": ""
2000             },
2001             "type": "library",
2002             "extra": {
2003                 "branch-alias": {
2004                     "dev-master": "2.8-dev"
2005                 }
2006             },
2007             "autoload": {
2008                 "psr-4": {
2009                     "Symfony\\Component\\DependencyInjection\\": ""
2010                 },
2011                 "exclude-from-classmap": [
2012                     "/Tests/"
2013                 ]
2014             },
2015             "notification-url": "https://packagist.org/downloads/",
2016             "license": [
2017                 "MIT"
2018             ],
2019             "authors": [
2020                 {
2021                     "name": "Fabien Potencier",
2022                     "email": "fabien@symfony.com"
2023                 },
2024                 {
2025                     "name": "Symfony Community",
2026                     "homepage": "https://symfony.com/contributors"
2027                 }
2028             ],
2029             "description": "Symfony DependencyInjection Component",
2030             "homepage": "https://symfony.com",
2031             "time": "2017-06-14T00:55:24+00:00"
2032         },
2033         {
2034             "name": "symfony/event-dispatcher",
2035             "version": "v2.8.24",
2036             "source": {
2037                 "type": "git",
2038                 "url": "https://github.com/symfony/event-dispatcher.git",
2039                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
2040             },
2041             "dist": {
2042                 "type": "zip",
2043                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
2044                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
2045                 "shasum": ""
2046             },
2047             "require": {
2048                 "php": ">=5.3.9"
2049             },
2050             "require-dev": {
2051                 "psr/log": "~1.0",
2052                 "symfony/config": "^2.0.5|~3.0.0",
2053                 "symfony/dependency-injection": "~2.6|~3.0.0",
2054                 "symfony/expression-language": "~2.6|~3.0.0",
2055                 "symfony/stopwatch": "~2.3|~3.0.0"
2056             },
2057             "suggest": {
2058                 "symfony/dependency-injection": "",
2059                 "symfony/http-kernel": ""
2060             },
2061             "type": "library",
2062             "extra": {
2063                 "branch-alias": {
2064                     "dev-master": "2.8-dev"
2065                 }
2066             },
2067             "autoload": {
2068                 "psr-4": {
2069                     "Symfony\\Component\\EventDispatcher\\": ""
2070                 },
2071                 "exclude-from-classmap": [
2072                     "/Tests/"
2073                 ]
2074             },
2075             "notification-url": "https://packagist.org/downloads/",
2076             "license": [
2077                 "MIT"
2078             ],
2079             "authors": [
2080                 {
2081                     "name": "Fabien Potencier",
2082                     "email": "fabien@symfony.com"
2083                 },
2084                 {
2085                     "name": "Symfony Community",
2086                     "homepage": "https://symfony.com/contributors"
2087                 }
2088             ],
2089             "description": "Symfony EventDispatcher Component",
2090             "homepage": "https://symfony.com",
2091             "time": "2017-06-02T07:47:27+00:00"
2092         },
2093         {
2094             "name": "symfony/filesystem",
2095             "version": "v3.0.9",
2096             "source": {
2097                 "type": "git",
2098                 "url": "https://github.com/symfony/filesystem.git",
2099                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
2100             },
2101             "dist": {
2102                 "type": "zip",
2103                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
2104                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
2105                 "shasum": ""
2106             },
2107             "require": {
2108                 "php": ">=5.5.9"
2109             },
2110             "type": "library",
2111             "extra": {
2112                 "branch-alias": {
2113                     "dev-master": "3.0-dev"
2114                 }
2115             },
2116             "autoload": {
2117                 "psr-4": {
2118                     "Symfony\\Component\\Filesystem\\": ""
2119                 },
2120                 "exclude-from-classmap": [
2121                     "/Tests/"
2122                 ]
2123             },
2124             "notification-url": "https://packagist.org/downloads/",
2125             "license": [
2126                 "MIT"
2127             ],
2128             "authors": [
2129                 {
2130                     "name": "Fabien Potencier",
2131                     "email": "fabien@symfony.com"
2132                 },
2133                 {
2134                     "name": "Symfony Community",
2135                     "homepage": "https://symfony.com/contributors"
2136                 }
2137             ],
2138             "description": "Symfony Filesystem Component",
2139             "homepage": "https://symfony.com",
2140             "time": "2016-07-20T05:43:46+00:00"
2141         },
2142         {
2143             "name": "symfony/http-foundation",
2144             "version": "v2.8.24",
2145             "source": {
2146                 "type": "git",
2147                 "url": "https://github.com/symfony/http-foundation.git",
2148                 "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231"
2149             },
2150             "dist": {
2151                 "type": "zip",
2152                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
2153                 "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
2154                 "shasum": ""
2155             },
2156             "require": {
2157                 "php": ">=5.3.9",
2158                 "symfony/polyfill-mbstring": "~1.1",
2159                 "symfony/polyfill-php54": "~1.0",
2160                 "symfony/polyfill-php55": "~1.0"
2161             },
2162             "require-dev": {
2163                 "symfony/expression-language": "~2.4|~3.0.0"
2164             },
2165             "type": "library",
2166             "extra": {
2167                 "branch-alias": {
2168                     "dev-master": "2.8-dev"
2169                 }
2170             },
2171             "autoload": {
2172                 "psr-4": {
2173                     "Symfony\\Component\\HttpFoundation\\": ""
2174                 },
2175                 "exclude-from-classmap": [
2176                     "/Tests/"
2177                 ]
2178             },
2179             "notification-url": "https://packagist.org/downloads/",
2180             "license": [
2181                 "MIT"
2182             ],
2183             "authors": [
2184                 {
2185                     "name": "Fabien Potencier",
2186                     "email": "fabien@symfony.com"
2187                 },
2188                 {
2189                     "name": "Symfony Community",
2190                     "homepage": "https://symfony.com/contributors"
2191                 }
2192             ],
2193             "description": "Symfony HttpFoundation Component",
2194             "homepage": "https://symfony.com",
2195             "time": "2017-06-20T23:27:56+00:00"
2196         },
2197         {
2198             "name": "symfony/polyfill-mbstring",
2199             "version": "v1.4.0",
2200             "source": {
2201                 "type": "git",
2202                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2203                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
2204             },
2205             "dist": {
2206                 "type": "zip",
2207                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
2208                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
2209                 "shasum": ""
2210             },
2211             "require": {
2212                 "php": ">=5.3.3"
2213             },
2214             "suggest": {
2215                 "ext-mbstring": "For best performance"
2216             },
2217             "type": "library",
2218             "extra": {
2219                 "branch-alias": {
2220                     "dev-master": "1.4-dev"
2221                 }
2222             },
2223             "autoload": {
2224                 "psr-4": {
2225                     "Symfony\\Polyfill\\Mbstring\\": ""
2226                 },
2227                 "files": [
2228                     "bootstrap.php"
2229                 ]
2230             },
2231             "notification-url": "https://packagist.org/downloads/",
2232             "license": [
2233                 "MIT"
2234             ],
2235             "authors": [
2236                 {
2237                     "name": "Nicolas Grekas",
2238                     "email": "p@tchwork.com"
2239                 },
2240                 {
2241                     "name": "Symfony Community",
2242                     "homepage": "https://symfony.com/contributors"
2243                 }
2244             ],
2245             "description": "Symfony polyfill for the Mbstring extension",
2246             "homepage": "https://symfony.com",
2247             "keywords": [
2248                 "compatibility",
2249                 "mbstring",
2250                 "polyfill",
2251                 "portable",
2252                 "shim"
2253             ],
2254             "time": "2017-06-09T14:24:12+00:00"
2255         },
2256         {
2257             "name": "symfony/polyfill-php54",
2258             "version": "v1.4.0",
2259             "source": {
2260                 "type": "git",
2261                 "url": "https://github.com/symfony/polyfill-php54.git",
2262                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
2263             },
2264             "dist": {
2265                 "type": "zip",
2266                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
2267                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
2268                 "shasum": ""
2269             },
2270             "require": {
2271                 "php": ">=5.3.3"
2272             },
2273             "type": "library",
2274             "extra": {
2275                 "branch-alias": {
2276                     "dev-master": "1.4-dev"
2277                 }
2278             },
2279             "autoload": {
2280                 "psr-4": {
2281                     "Symfony\\Polyfill\\Php54\\": ""
2282                 },
2283                 "files": [
2284                     "bootstrap.php"
2285                 ],
2286                 "classmap": [
2287                     "Resources/stubs"
2288                 ]
2289             },
2290             "notification-url": "https://packagist.org/downloads/",
2291             "license": [
2292                 "MIT"
2293             ],
2294             "authors": [
2295                 {
2296                     "name": "Nicolas Grekas",
2297                     "email": "p@tchwork.com"
2298                 },
2299                 {
2300                     "name": "Symfony Community",
2301                     "homepage": "https://symfony.com/contributors"
2302                 }
2303             ],
2304             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2305             "homepage": "https://symfony.com",
2306             "keywords": [
2307                 "compatibility",
2308                 "polyfill",
2309                 "portable",
2310                 "shim"
2311             ],
2312             "time": "2017-06-09T08:25:21+00:00"
2313         },
2314         {
2315             "name": "symfony/polyfill-php55",
2316             "version": "v1.4.0",
2317             "source": {
2318                 "type": "git",
2319                 "url": "https://github.com/symfony/polyfill-php55.git",
2320                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
2321             },
2322             "dist": {
2323                 "type": "zip",
2324                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
2325                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
2326                 "shasum": ""
2327             },
2328             "require": {
2329                 "ircmaxell/password-compat": "~1.0",
2330                 "php": ">=5.3.3"
2331             },
2332             "type": "library",
2333             "extra": {
2334                 "branch-alias": {
2335                     "dev-master": "1.4-dev"
2336                 }
2337             },
2338             "autoload": {
2339                 "psr-4": {
2340                     "Symfony\\Polyfill\\Php55\\": ""
2341                 },
2342                 "files": [
2343                     "bootstrap.php"
2344                 ]
2345             },
2346             "notification-url": "https://packagist.org/downloads/",
2347             "license": [
2348                 "MIT"
2349             ],
2350             "authors": [
2351                 {
2352                     "name": "Nicolas Grekas",
2353                     "email": "p@tchwork.com"
2354                 },
2355                 {
2356                     "name": "Symfony Community",
2357                     "homepage": "https://symfony.com/contributors"
2358                 }
2359             ],
2360             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2361             "homepage": "https://symfony.com",
2362             "keywords": [
2363                 "compatibility",
2364                 "polyfill",
2365                 "portable",
2366                 "shim"
2367             ],
2368             "time": "2017-06-09T08:25:21+00:00"
2369         },
2370         {
2371             "name": "symfony/process",
2372             "version": "v3.3.6",
2373             "source": {
2374                 "type": "git",
2375                 "url": "https://github.com/symfony/process.git",
2376                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
2377             },
2378             "dist": {
2379                 "type": "zip",
2380                 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
2381                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
2382                 "shasum": ""
2383             },
2384             "require": {
2385                 "php": ">=5.5.9"
2386             },
2387             "type": "library",
2388             "extra": {
2389                 "branch-alias": {
2390                     "dev-master": "3.3-dev"
2391                 }
2392             },
2393             "autoload": {
2394                 "psr-4": {
2395                     "Symfony\\Component\\Process\\": ""
2396                 },
2397                 "exclude-from-classmap": [
2398                     "/Tests/"
2399                 ]
2400             },
2401             "notification-url": "https://packagist.org/downloads/",
2402             "license": [
2403                 "MIT"
2404             ],
2405             "authors": [
2406                 {
2407                     "name": "Fabien Potencier",
2408                     "email": "fabien@symfony.com"
2409                 },
2410                 {
2411                     "name": "Symfony Community",
2412                     "homepage": "https://symfony.com/contributors"
2413                 }
2414             ],
2415             "description": "Symfony Process Component",
2416             "homepage": "https://symfony.com",
2417             "time": "2017-07-13T13:05:09+00:00"
2418         },
2419         {
2420             "name": "symfony/yaml",
2421             "version": "v2.8.24",
2422             "source": {
2423                 "type": "git",
2424                 "url": "https://github.com/symfony/yaml.git",
2425                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
2426             },
2427             "dist": {
2428                 "type": "zip",
2429                 "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2430                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2431                 "shasum": ""
2432             },
2433             "require": {
2434                 "php": ">=5.3.9"
2435             },
2436             "type": "library",
2437             "extra": {
2438                 "branch-alias": {
2439                     "dev-master": "2.8-dev"
2440                 }
2441             },
2442             "autoload": {
2443                 "psr-4": {
2444                     "Symfony\\Component\\Yaml\\": ""
2445                 },
2446                 "exclude-from-classmap": [
2447                     "/Tests/"
2448                 ]
2449             },
2450             "notification-url": "https://packagist.org/downloads/",
2451             "license": [
2452                 "MIT"
2453             ],
2454             "authors": [
2455                 {
2456                     "name": "Fabien Potencier",
2457                     "email": "fabien@symfony.com"
2458                 },
2459                 {
2460                     "name": "Symfony Community",
2461                     "homepage": "https://symfony.com/contributors"
2462                 }
2463             ],
2464             "description": "Symfony Yaml Component",
2465             "homepage": "https://symfony.com",
2466             "time": "2017-06-01T20:52:29+00:00"
2467         },
2468         {
2469             "name": "twig/twig",
2470             "version": "v1.33.2",
2471             "source": {
2472                 "type": "git",
2473                 "url": "https://github.com/twigphp/Twig.git",
2474                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
2475             },
2476             "dist": {
2477                 "type": "zip",
2478                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2479                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2480                 "shasum": ""
2481             },
2482             "require": {
2483                 "php": ">=5.2.7"
2484             },
2485             "require-dev": {
2486                 "psr/container": "^1.0",
2487                 "symfony/debug": "~2.7",
2488                 "symfony/phpunit-bridge": "~3.3@dev"
2489             },
2490             "type": "library",
2491             "extra": {
2492                 "branch-alias": {
2493                     "dev-master": "1.33-dev"
2494                 }
2495             },
2496             "autoload": {
2497                 "psr-0": {
2498                     "Twig_": "lib/"
2499                 }
2500             },
2501             "notification-url": "https://packagist.org/downloads/",
2502             "license": [
2503                 "BSD-3-Clause"
2504             ],
2505             "authors": [
2506                 {
2507                     "name": "Fabien Potencier",
2508                     "email": "fabien@symfony.com",
2509                     "homepage": "http://fabien.potencier.org",
2510                     "role": "Lead Developer"
2511                 },
2512                 {
2513                     "name": "Armin Ronacher",
2514                     "email": "armin.ronacher@active-4.com",
2515                     "role": "Project Founder"
2516                 },
2517                 {
2518                     "name": "Twig Team",
2519                     "homepage": "http://twig.sensiolabs.org/contributors",
2520                     "role": "Contributors"
2521                 }
2522             ],
2523             "description": "Twig, the flexible, fast, and secure template language for PHP",
2524             "homepage": "http://twig.sensiolabs.org",
2525             "keywords": [
2526                 "templating"
2527             ],
2528             "time": "2017-04-20T17:39:48+00:00"
2529         },
2530         {
2531             "name": "vlucas/phpdotenv",
2532             "version": "v2.4.0",
2533             "source": {
2534                 "type": "git",
2535                 "url": "https://github.com/vlucas/phpdotenv.git",
2536                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2537             },
2538             "dist": {
2539                 "type": "zip",
2540                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2541                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2542                 "shasum": ""
2543             },
2544             "require": {
2545                 "php": ">=5.3.9"
2546             },
2547             "require-dev": {
2548                 "phpunit/phpunit": "^4.8 || ^5.0"
2549             },
2550             "type": "library",
2551             "extra": {
2552                 "branch-alias": {
2553                     "dev-master": "2.4-dev"
2554                 }
2555             },
2556             "autoload": {
2557                 "psr-4": {
2558                     "Dotenv\\": "src/"
2559                 }
2560             },
2561             "notification-url": "https://packagist.org/downloads/",
2562             "license": [
2563                 "BSD-3-Clause-Attribution"
2564             ],
2565             "authors": [
2566                 {
2567                     "name": "Vance Lucas",
2568                     "email": "vance@vancelucas.com",
2569                     "homepage": "http://www.vancelucas.com"
2570                 }
2571             ],
2572             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2573             "keywords": [
2574                 "dotenv",
2575                 "env",
2576                 "environment"
2577             ],
2578             "time": "2016-09-01T10:05:43+00:00"
2579         },
2580         {
2581             "name": "zendframework/zendframework",
2582             "version": "2.4.9",
2583             "source": {
2584                 "type": "git",
2585                 "url": "https://github.com/zendframework/zendframework.git",
2586                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
2587             },
2588             "dist": {
2589                 "type": "zip",
2590                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
2591                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
2592                 "shasum": ""
2593             },
2594             "require": {
2595                 "php": ">=5.3.23",
2596                 "zendframework/zendxml": "^1.0.1"
2597             },
2598             "replace": {
2599                 "zendframework/zend-authentication": "self.version",
2600                 "zendframework/zend-barcode": "self.version",
2601                 "zendframework/zend-cache": "self.version",
2602                 "zendframework/zend-captcha": "self.version",
2603                 "zendframework/zend-code": "self.version",
2604                 "zendframework/zend-config": "self.version",
2605                 "zendframework/zend-console": "self.version",
2606                 "zendframework/zend-crypt": "self.version",
2607                 "zendframework/zend-db": "self.version",
2608                 "zendframework/zend-debug": "self.version",
2609                 "zendframework/zend-di": "self.version",
2610                 "zendframework/zend-dom": "self.version",
2611                 "zendframework/zend-escaper": "self.version",
2612                 "zendframework/zend-eventmanager": "self.version",
2613                 "zendframework/zend-feed": "self.version",
2614                 "zendframework/zend-file": "self.version",
2615                 "zendframework/zend-filter": "self.version",
2616                 "zendframework/zend-form": "self.version",
2617                 "zendframework/zend-http": "self.version",
2618                 "zendframework/zend-i18n": "self.version",
2619                 "zendframework/zend-inputfilter": "self.version",
2620                 "zendframework/zend-json": "self.version",
2621                 "zendframework/zend-ldap": "self.version",
2622                 "zendframework/zend-loader": "self.version",
2623                 "zendframework/zend-log": "self.version",
2624                 "zendframework/zend-mail": "self.version",
2625                 "zendframework/zend-math": "self.version",
2626                 "zendframework/zend-memory": "self.version",
2627                 "zendframework/zend-mime": "self.version",
2628                 "zendframework/zend-modulemanager": "self.version",
2629                 "zendframework/zend-mvc": "self.version",
2630                 "zendframework/zend-navigation": "self.version",
2631                 "zendframework/zend-paginator": "self.version",
2632                 "zendframework/zend-permissions-acl": "self.version",
2633                 "zendframework/zend-permissions-rbac": "self.version",
2634                 "zendframework/zend-progressbar": "self.version",
2635                 "zendframework/zend-resources": "self.version",
2636                 "zendframework/zend-serializer": "self.version",
2637                 "zendframework/zend-server": "self.version",
2638                 "zendframework/zend-servicemanager": "self.version",
2639                 "zendframework/zend-session": "self.version",
2640                 "zendframework/zend-soap": "self.version",
2641                 "zendframework/zend-stdlib": "self.version",
2642                 "zendframework/zend-tag": "self.version",
2643                 "zendframework/zend-test": "self.version",
2644                 "zendframework/zend-text": "self.version",
2645                 "zendframework/zend-uri": "self.version",
2646                 "zendframework/zend-validator": "self.version",
2647                 "zendframework/zend-version": "self.version",
2648                 "zendframework/zend-view": "self.version",
2649                 "zendframework/zend-xmlrpc": "self.version"
2650             },
2651             "require-dev": {
2652                 "doctrine/annotations": "~1.0",
2653                 "fabpot/php-cs-fixer": "~1.0",
2654                 "ircmaxell/random-lib": "~1.1",
2655                 "mikey179/vfsstream": "~1.2",
2656                 "phpunit/phpcov": "~2.0",
2657                 "phpunit/phpunit": "~4.6",
2658                 "satooshi/php-coveralls": "dev-master"
2659             },
2660             "suggest": {
2661                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
2662                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
2663                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2664                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2665                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
2666                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
2667             },
2668             "bin": [
2669                 "bin/classmap_generator.php",
2670                 "bin/pluginmap_generator.php",
2671                 "bin/templatemap_generator.php"
2672             ],
2673             "type": "library",
2674             "extra": {
2675                 "branch-alias": {
2676                     "dev-master": "2.4-dev",
2677                     "dev-develop": "2.5-dev"
2678                 }
2679             },
2680             "autoload": {
2681                 "psr-4": {
2682                     "Zend\\": "library/Zend/"
2683                 }
2684             },
2685             "notification-url": "https://packagist.org/downloads/",
2686             "license": [
2687                 "BSD-3-Clause"
2688             ],
2689             "description": "Zend Framework 2",
2690             "homepage": "http://framework.zend.com/",
2691             "keywords": [
2692                 "framework",
2693                 "zf2"
2694             ],
2695             "time": "2015-11-23T17:34:23+00:00"
2696         },
2697         {
2698             "name": "zendframework/zendxml",
2699             "version": "1.0.2",
2700             "source": {
2701                 "type": "git",
2702                 "url": "https://github.com/zendframework/ZendXml.git",
2703                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
2704             },
2705             "dist": {
2706                 "type": "zip",
2707                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2708                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2709                 "shasum": ""
2710             },
2711             "require": {
2712                 "php": "^5.3.3 || ^7.0"
2713             },
2714             "require-dev": {
2715                 "phpunit/phpunit": "^3.7 || ^4.0",
2716                 "squizlabs/php_codesniffer": "^1.5"
2717             },
2718             "type": "library",
2719             "extra": {
2720                 "branch-alias": {
2721                     "dev-master": "1.0-dev"
2722                 }
2723             },
2724             "autoload": {
2725                 "psr-0": {
2726                     "ZendXml\\": "library/"
2727                 }
2728             },
2729             "notification-url": "https://packagist.org/downloads/",
2730             "license": [
2731                 "BSD-3-Clause"
2732             ],
2733             "description": "Utility library for XML usage, best practices, and security in PHP",
2734             "homepage": "http://packages.zendframework.com/",
2735             "keywords": [
2736                 "security",
2737                 "xml",
2738                 "zf2"
2739             ],
2740             "time": "2016-02-04T21:02:08+00:00"
2741         }
2742     ],
2743     "packages-dev": [],
2744     "aliases": [],
2745     "minimum-stability": "stable",
2746     "stability-flags": {
2747         "doctrine/couchdb": 10
2748     },
2749     "prefer-stable": false,
2750     "prefer-lowest": false,
2751     "platform": [],
2752     "platform-dev": []