Merge pull request #1128 from bradymiller/unique-insurance-report-cleanup_1
[openemr.git] / composer.lock
blobbd27ef1785a9685df2896a0d77f299646648770a
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": "f641c5916a7aacca3c7504f15711e1c9",
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.9",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/ADOdb/ADOdb.git",
67                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/f601748cca1ccb86dfd427620a1692a70e681075",
72                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075",
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"
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": "2016-12-21T17:19:42+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/phpexcel",
1309             "version": "1.8.1",
1310             "source": {
1311                 "type": "git",
1312                 "url": "https://github.com/PHPOffice/PHPExcel.git",
1313                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
1314             },
1315             "dist": {
1316                 "type": "zip",
1317                 "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1318                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1319                 "shasum": ""
1320             },
1321             "require": {
1322                 "ext-xml": "*",
1323                 "ext-xmlwriter": "*",
1324                 "php": ">=5.2.0"
1325             },
1326             "type": "library",
1327             "autoload": {
1328                 "psr-0": {
1329                     "PHPExcel": "Classes/"
1330                 }
1331             },
1332             "notification-url": "https://packagist.org/downloads/",
1333             "license": [
1334                 "LGPL"
1335             ],
1336             "authors": [
1337                 {
1338                     "name": "Maarten Balliauw",
1339                     "homepage": "http://blog.maartenballiauw.be"
1340                 },
1341                 {
1342                     "name": "Mark Baker"
1343                 },
1344                 {
1345                     "name": "Franck Lefevre",
1346                     "homepage": "http://blog.rootslabs.net"
1347                 },
1348                 {
1349                     "name": "Erik Tilt"
1350                 }
1351             ],
1352             "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1353             "homepage": "http://phpexcel.codeplex.com",
1354             "keywords": [
1355                 "OpenXML",
1356                 "excel",
1357                 "php",
1358                 "spreadsheet",
1359                 "xls",
1360                 "xlsx"
1361             ],
1362             "time": "2015-05-01T07:00:55+00:00"
1363         },
1364         {
1365             "name": "phpseclib/phpseclib",
1366             "version": "2.0.2",
1367             "source": {
1368                 "type": "git",
1369                 "url": "https://github.com/phpseclib/phpseclib.git",
1370                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1371             },
1372             "dist": {
1373                 "type": "zip",
1374                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1375                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1376                 "shasum": ""
1377             },
1378             "require": {
1379                 "php": ">=5.3.3"
1380             },
1381             "require-dev": {
1382                 "phing/phing": "~2.7",
1383                 "phpunit/phpunit": "~4.0",
1384                 "sami/sami": "~2.0",
1385                 "squizlabs/php_codesniffer": "~2.0"
1386             },
1387             "suggest": {
1388                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1389                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1390                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1391                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1392             },
1393             "type": "library",
1394             "autoload": {
1395                 "files": [
1396                     "phpseclib/bootstrap.php"
1397                 ],
1398                 "psr-4": {
1399                     "phpseclib\\": "phpseclib/"
1400                 }
1401             },
1402             "notification-url": "https://packagist.org/downloads/",
1403             "license": [
1404                 "MIT"
1405             ],
1406             "authors": [
1407                 {
1408                     "name": "Jim Wigginton",
1409                     "email": "terrafrost@php.net",
1410                     "role": "Lead Developer"
1411                 },
1412                 {
1413                     "name": "Patrick Monnerat",
1414                     "email": "pm@datasphere.ch",
1415                     "role": "Developer"
1416                 },
1417                 {
1418                     "name": "Andreas Fischer",
1419                     "email": "bantu@phpbb.com",
1420                     "role": "Developer"
1421                 },
1422                 {
1423                     "name": "Hans-Jürgen Petrich",
1424                     "email": "petrich@tronic-media.com",
1425                     "role": "Developer"
1426                 },
1427                 {
1428                     "name": "Graham Campbell",
1429                     "email": "graham@alt-three.com",
1430                     "role": "Developer"
1431                 }
1432             ],
1433             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1434             "homepage": "http://phpseclib.sourceforge.net",
1435             "keywords": [
1436                 "BigInteger",
1437                 "aes",
1438                 "asn.1",
1439                 "asn1",
1440                 "blowfish",
1441                 "crypto",
1442                 "cryptography",
1443                 "encryption",
1444                 "rsa",
1445                 "security",
1446                 "sftp",
1447                 "signature",
1448                 "signing",
1449                 "ssh",
1450                 "twofish",
1451                 "x.509",
1452                 "x509"
1453             ],
1454             "time": "2016-05-13T01:15:21+00:00"
1455         },
1456         {
1457             "name": "psr/log",
1458             "version": "1.0.2",
1459             "source": {
1460                 "type": "git",
1461                 "url": "https://github.com/php-fig/log.git",
1462                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1463             },
1464             "dist": {
1465                 "type": "zip",
1466                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1467                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1468                 "shasum": ""
1469             },
1470             "require": {
1471                 "php": ">=5.3.0"
1472             },
1473             "type": "library",
1474             "extra": {
1475                 "branch-alias": {
1476                     "dev-master": "1.0.x-dev"
1477                 }
1478             },
1479             "autoload": {
1480                 "psr-4": {
1481                     "Psr\\Log\\": "Psr/Log/"
1482                 }
1483             },
1484             "notification-url": "https://packagist.org/downloads/",
1485             "license": [
1486                 "MIT"
1487             ],
1488             "authors": [
1489                 {
1490                     "name": "PHP-FIG",
1491                     "homepage": "http://www.php-fig.org/"
1492                 }
1493             ],
1494             "description": "Common interface for logging libraries",
1495             "homepage": "https://github.com/php-fig/log",
1496             "keywords": [
1497                 "log",
1498                 "psr",
1499                 "psr-3"
1500             ],
1501             "time": "2016-10-10T12:19:37+00:00"
1502         },
1503         {
1504             "name": "rospdf/pdf-php",
1505             "version": "0.12.22",
1506             "source": {
1507                 "type": "git",
1508                 "url": "https://github.com/rospdf/pdf-php.git",
1509                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1510             },
1511             "dist": {
1512                 "type": "zip",
1513                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1514                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1515                 "shasum": ""
1516             },
1517             "require": {
1518                 "php": ">=5.3.2"
1519             },
1520             "require-dev": {
1521                 "squizlabs/php_codesniffer": "2.*"
1522             },
1523             "type": "library",
1524             "extra": {
1525                 "branch-alias": {
1526                     "dev-experimental": "0.13.x-dev",
1527                     "dev-master": "0.12.x-dev"
1528                 }
1529             },
1530             "autoload": {
1531                 "files": [
1532                     "src/Cpdf.php",
1533                     "src/Cezpdf.php"
1534                 ]
1535             },
1536             "notification-url": "https://packagist.org/downloads/",
1537             "license": [
1538                 "GPL-3.0"
1539             ],
1540             "authors": [
1541                 {
1542                     "name": "Ole Koeckemann",
1543                     "email": "ole1986@users.sourceforge.net",
1544                     "role": "Developer"
1545                 },
1546                 {
1547                     "name": "Lars Olesen",
1548                     "email": "lars@intraface.dk",
1549                     "role": "Developer"
1550                 },
1551                 {
1552                     "name": "Wayne Munro",
1553                     "email": "pdf@ros.co.nz",
1554                     "role": "Inactive"
1555                 }
1556             ],
1557             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1558             "homepage": "https://github.com/rospdf/pdf-php",
1559             "time": "2016-06-01T21:36:09+00:00"
1560         },
1561         {
1562             "name": "setasign/fpdi",
1563             "version": "1.6.2",
1564             "source": {
1565                 "type": "git",
1566                 "url": "https://github.com/Setasign/FPDI.git",
1567                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
1568             },
1569             "dist": {
1570                 "type": "zip",
1571                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1572                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1573                 "shasum": ""
1574             },
1575             "suggest": {
1576                 "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.",
1577                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1578                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1579             },
1580             "type": "library",
1581             "autoload": {
1582                 "classmap": [
1583                     "filters/",
1584                     "fpdi.php",
1585                     "fpdf_tpl.php",
1586                     "fpdi_pdf_parser.php",
1587                     "pdf_context.php"
1588                 ]
1589             },
1590             "notification-url": "https://packagist.org/downloads/",
1591             "license": [
1592                 "MIT"
1593             ],
1594             "authors": [
1595                 {
1596                     "name": "Jan Slabon",
1597                     "email": "jan.slabon@setasign.com",
1598                     "homepage": "https://www.setasign.com"
1599                 }
1600             ],
1601             "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.",
1602             "homepage": "https://www.setasign.com/fpdi",
1603             "keywords": [
1604                 "fpdf",
1605                 "fpdi",
1606                 "pdf"
1607             ],
1608             "time": "2017-05-11T14:25:49+00:00"
1609         },
1610         {
1611             "name": "smarty/smarty",
1612             "version": "v2.6.30",
1613             "source": {
1614                 "type": "git",
1615                 "url": "https://github.com/smarty-php/smarty.git",
1616                 "reference": "c5c9d6514ceaf15fe35345886668726829560f93"
1617             },
1618             "dist": {
1619                 "type": "zip",
1620                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c5c9d6514ceaf15fe35345886668726829560f93",
1621                 "reference": "c5c9d6514ceaf15fe35345886668726829560f93",
1622                 "shasum": ""
1623             },
1624             "require": {
1625                 "php": ">=5.2"
1626             },
1627             "type": "library",
1628             "extra": {
1629                 "branch-alias": {
1630                     "dev-master": "2.6.x-dev"
1631                 }
1632             },
1633             "autoload": {
1634                 "classmap": [
1635                     "libs/Smarty.class.php",
1636                     "libs/Smarty_Compiler.class.php",
1637                     "libs/Config_File.class.php"
1638                 ]
1639             },
1640             "notification-url": "https://packagist.org/downloads/",
1641             "license": [
1642                 "LGPL-3.0"
1643             ],
1644             "authors": [
1645                 {
1646                     "name": "Monte Ohrt",
1647                     "email": "monte@ohrt.com"
1648                 },
1649                 {
1650                     "name": "Uwe Tews",
1651                     "email": "uwe.tews@googlemail.com"
1652                 }
1653             ],
1654             "description": "Smarty - the compiling PHP template engine",
1655             "homepage": "http://www.smarty.net",
1656             "keywords": [
1657                 "templating"
1658             ],
1659             "time": "2016-07-19T18:31:12+00:00"
1660         },
1661         {
1662             "name": "stripe/stripe-php",
1663             "version": "v5.2.0",
1664             "source": {
1665                 "type": "git",
1666                 "url": "https://github.com/stripe/stripe-php.git",
1667                 "reference": "7b4a4c18a36c460291399c6a34920b7dabc11c57"
1668             },
1669             "dist": {
1670                 "type": "zip",
1671                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/7b4a4c18a36c460291399c6a34920b7dabc11c57",
1672                 "reference": "7b4a4c18a36c460291399c6a34920b7dabc11c57",
1673                 "shasum": ""
1674             },
1675             "require": {
1676                 "ext-curl": "*",
1677                 "ext-json": "*",
1678                 "ext-mbstring": "*",
1679                 "php": ">=5.3.3"
1680             },
1681             "require-dev": {
1682                 "phpunit/phpunit": "~4.0",
1683                 "satooshi/php-coveralls": "~0.6.1",
1684                 "squizlabs/php_codesniffer": "~2.0"
1685             },
1686             "type": "library",
1687             "extra": {
1688                 "branch-alias": {
1689                     "dev-master": "2.0-dev"
1690                 }
1691             },
1692             "autoload": {
1693                 "psr-4": {
1694                     "Stripe\\": "lib/"
1695                 }
1696             },
1697             "notification-url": "https://packagist.org/downloads/",
1698             "license": [
1699                 "MIT"
1700             ],
1701             "authors": [
1702                 {
1703                     "name": "Stripe and contributors",
1704                     "homepage": "https://github.com/stripe/stripe-php/contributors"
1705                 }
1706             ],
1707             "description": "Stripe PHP Library",
1708             "homepage": "https://stripe.com/",
1709             "keywords": [
1710                 "api",
1711                 "payment processing",
1712                 "stripe"
1713             ],
1714             "time": "2017-08-29T12:47:40+00:00"
1715         },
1716         {
1717             "name": "symfony/config",
1718             "version": "v2.8.24",
1719             "source": {
1720                 "type": "git",
1721                 "url": "https://github.com/symfony/config.git",
1722                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
1723             },
1724             "dist": {
1725                 "type": "zip",
1726                 "url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
1727                 "reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
1728                 "shasum": ""
1729             },
1730             "require": {
1731                 "php": ">=5.3.9",
1732                 "symfony/filesystem": "~2.3|~3.0.0"
1733             },
1734             "require-dev": {
1735                 "symfony/yaml": "~2.7|~3.0.0"
1736             },
1737             "suggest": {
1738                 "symfony/yaml": "To use the yaml reference dumper"
1739             },
1740             "type": "library",
1741             "extra": {
1742                 "branch-alias": {
1743                     "dev-master": "2.8-dev"
1744                 }
1745             },
1746             "autoload": {
1747                 "psr-4": {
1748                     "Symfony\\Component\\Config\\": ""
1749                 },
1750                 "exclude-from-classmap": [
1751                     "/Tests/"
1752                 ]
1753             },
1754             "notification-url": "https://packagist.org/downloads/",
1755             "license": [
1756                 "MIT"
1757             ],
1758             "authors": [
1759                 {
1760                     "name": "Fabien Potencier",
1761                     "email": "fabien@symfony.com"
1762                 },
1763                 {
1764                     "name": "Symfony Community",
1765                     "homepage": "https://symfony.com/contributors"
1766                 }
1767             ],
1768             "description": "Symfony Config Component",
1769             "homepage": "https://symfony.com",
1770             "time": "2017-04-12T14:07:15+00:00"
1771         },
1772         {
1773             "name": "symfony/console",
1774             "version": "v3.2.11",
1775             "source": {
1776                 "type": "git",
1777                 "url": "https://github.com/symfony/console.git",
1778                 "reference": "c091707512e290806794161201c0b021205583f2"
1779             },
1780             "dist": {
1781                 "type": "zip",
1782                 "url": "https://api.github.com/repos/symfony/console/zipball/c091707512e290806794161201c0b021205583f2",
1783                 "reference": "c091707512e290806794161201c0b021205583f2",
1784                 "shasum": ""
1785             },
1786             "require": {
1787                 "php": ">=5.5.9",
1788                 "symfony/debug": "~2.8|~3.0",
1789                 "symfony/polyfill-mbstring": "~1.0"
1790             },
1791             "require-dev": {
1792                 "psr/log": "~1.0",
1793                 "symfony/event-dispatcher": "~2.8|~3.0",
1794                 "symfony/filesystem": "~2.8|~3.0",
1795                 "symfony/process": "~2.8|~3.0"
1796             },
1797             "suggest": {
1798                 "psr/log": "For using the console logger",
1799                 "symfony/event-dispatcher": "",
1800                 "symfony/filesystem": "",
1801                 "symfony/process": ""
1802             },
1803             "type": "library",
1804             "extra": {
1805                 "branch-alias": {
1806                     "dev-master": "3.2-dev"
1807                 }
1808             },
1809             "autoload": {
1810                 "psr-4": {
1811                     "Symfony\\Component\\Console\\": ""
1812                 },
1813                 "exclude-from-classmap": [
1814                     "/Tests/"
1815                 ]
1816             },
1817             "notification-url": "https://packagist.org/downloads/",
1818             "license": [
1819                 "MIT"
1820             ],
1821             "authors": [
1822                 {
1823                     "name": "Fabien Potencier",
1824                     "email": "fabien@symfony.com"
1825                 },
1826                 {
1827                     "name": "Symfony Community",
1828                     "homepage": "https://symfony.com/contributors"
1829                 }
1830             ],
1831             "description": "Symfony Console Component",
1832             "homepage": "https://symfony.com",
1833             "time": "2017-07-03T08:06:20+00:00"
1834         },
1835         {
1836             "name": "symfony/debug",
1837             "version": "v3.3.4",
1838             "source": {
1839                 "type": "git",
1840                 "url": "https://github.com/symfony/debug.git",
1841                 "reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
1842             },
1843             "dist": {
1844                 "type": "zip",
1845                 "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
1846                 "reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
1847                 "shasum": ""
1848             },
1849             "require": {
1850                 "php": ">=5.5.9",
1851                 "psr/log": "~1.0"
1852             },
1853             "conflict": {
1854                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1855             },
1856             "require-dev": {
1857                 "symfony/http-kernel": "~2.8|~3.0"
1858             },
1859             "type": "library",
1860             "extra": {
1861                 "branch-alias": {
1862                     "dev-master": "3.3-dev"
1863                 }
1864             },
1865             "autoload": {
1866                 "psr-4": {
1867                     "Symfony\\Component\\Debug\\": ""
1868                 },
1869                 "exclude-from-classmap": [
1870                     "/Tests/"
1871                 ]
1872             },
1873             "notification-url": "https://packagist.org/downloads/",
1874             "license": [
1875                 "MIT"
1876             ],
1877             "authors": [
1878                 {
1879                     "name": "Fabien Potencier",
1880                     "email": "fabien@symfony.com"
1881                 },
1882                 {
1883                     "name": "Symfony Community",
1884                     "homepage": "https://symfony.com/contributors"
1885                 }
1886             ],
1887             "description": "Symfony Debug Component",
1888             "homepage": "https://symfony.com",
1889             "time": "2017-07-05T13:02:37+00:00"
1890         },
1891         {
1892             "name": "symfony/dependency-injection",
1893             "version": "v2.8.24",
1894             "source": {
1895                 "type": "git",
1896                 "url": "https://github.com/symfony/dependency-injection.git",
1897                 "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8"
1898             },
1899             "dist": {
1900                 "type": "zip",
1901                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/66d2e252262749e0f3c735c183e4562c72ffb8c8",
1902                 "reference": "66d2e252262749e0f3c735c183e4562c72ffb8c8",
1903                 "shasum": ""
1904             },
1905             "require": {
1906                 "php": ">=5.3.9"
1907             },
1908             "conflict": {
1909                 "symfony/expression-language": "<2.6"
1910             },
1911             "require-dev": {
1912                 "symfony/config": "~2.2|~3.0.0",
1913                 "symfony/expression-language": "~2.6|~3.0.0",
1914                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
1915             },
1916             "suggest": {
1917                 "symfony/config": "",
1918                 "symfony/expression-language": "For using expressions in service container configuration",
1919                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1920                 "symfony/yaml": ""
1921             },
1922             "type": "library",
1923             "extra": {
1924                 "branch-alias": {
1925                     "dev-master": "2.8-dev"
1926                 }
1927             },
1928             "autoload": {
1929                 "psr-4": {
1930                     "Symfony\\Component\\DependencyInjection\\": ""
1931                 },
1932                 "exclude-from-classmap": [
1933                     "/Tests/"
1934                 ]
1935             },
1936             "notification-url": "https://packagist.org/downloads/",
1937             "license": [
1938                 "MIT"
1939             ],
1940             "authors": [
1941                 {
1942                     "name": "Fabien Potencier",
1943                     "email": "fabien@symfony.com"
1944                 },
1945                 {
1946                     "name": "Symfony Community",
1947                     "homepage": "https://symfony.com/contributors"
1948                 }
1949             ],
1950             "description": "Symfony DependencyInjection Component",
1951             "homepage": "https://symfony.com",
1952             "time": "2017-06-14T00:55:24+00:00"
1953         },
1954         {
1955             "name": "symfony/event-dispatcher",
1956             "version": "v2.8.24",
1957             "source": {
1958                 "type": "git",
1959                 "url": "https://github.com/symfony/event-dispatcher.git",
1960                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
1961             },
1962             "dist": {
1963                 "type": "zip",
1964                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
1965                 "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
1966                 "shasum": ""
1967             },
1968             "require": {
1969                 "php": ">=5.3.9"
1970             },
1971             "require-dev": {
1972                 "psr/log": "~1.0",
1973                 "symfony/config": "^2.0.5|~3.0.0",
1974                 "symfony/dependency-injection": "~2.6|~3.0.0",
1975                 "symfony/expression-language": "~2.6|~3.0.0",
1976                 "symfony/stopwatch": "~2.3|~3.0.0"
1977             },
1978             "suggest": {
1979                 "symfony/dependency-injection": "",
1980                 "symfony/http-kernel": ""
1981             },
1982             "type": "library",
1983             "extra": {
1984                 "branch-alias": {
1985                     "dev-master": "2.8-dev"
1986                 }
1987             },
1988             "autoload": {
1989                 "psr-4": {
1990                     "Symfony\\Component\\EventDispatcher\\": ""
1991                 },
1992                 "exclude-from-classmap": [
1993                     "/Tests/"
1994                 ]
1995             },
1996             "notification-url": "https://packagist.org/downloads/",
1997             "license": [
1998                 "MIT"
1999             ],
2000             "authors": [
2001                 {
2002                     "name": "Fabien Potencier",
2003                     "email": "fabien@symfony.com"
2004                 },
2005                 {
2006                     "name": "Symfony Community",
2007                     "homepage": "https://symfony.com/contributors"
2008                 }
2009             ],
2010             "description": "Symfony EventDispatcher Component",
2011             "homepage": "https://symfony.com",
2012             "time": "2017-06-02T07:47:27+00:00"
2013         },
2014         {
2015             "name": "symfony/filesystem",
2016             "version": "v3.0.9",
2017             "source": {
2018                 "type": "git",
2019                 "url": "https://github.com/symfony/filesystem.git",
2020                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
2021             },
2022             "dist": {
2023                 "type": "zip",
2024                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
2025                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
2026                 "shasum": ""
2027             },
2028             "require": {
2029                 "php": ">=5.5.9"
2030             },
2031             "type": "library",
2032             "extra": {
2033                 "branch-alias": {
2034                     "dev-master": "3.0-dev"
2035                 }
2036             },
2037             "autoload": {
2038                 "psr-4": {
2039                     "Symfony\\Component\\Filesystem\\": ""
2040                 },
2041                 "exclude-from-classmap": [
2042                     "/Tests/"
2043                 ]
2044             },
2045             "notification-url": "https://packagist.org/downloads/",
2046             "license": [
2047                 "MIT"
2048             ],
2049             "authors": [
2050                 {
2051                     "name": "Fabien Potencier",
2052                     "email": "fabien@symfony.com"
2053                 },
2054                 {
2055                     "name": "Symfony Community",
2056                     "homepage": "https://symfony.com/contributors"
2057                 }
2058             ],
2059             "description": "Symfony Filesystem Component",
2060             "homepage": "https://symfony.com",
2061             "time": "2016-07-20T05:43:46+00:00"
2062         },
2063         {
2064             "name": "symfony/http-foundation",
2065             "version": "v2.8.24",
2066             "source": {
2067                 "type": "git",
2068                 "url": "https://github.com/symfony/http-foundation.git",
2069                 "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231"
2070             },
2071             "dist": {
2072                 "type": "zip",
2073                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
2074                 "reference": "2b592ca5fe2ad7ee8a92d409d2b830277ad58231",
2075                 "shasum": ""
2076             },
2077             "require": {
2078                 "php": ">=5.3.9",
2079                 "symfony/polyfill-mbstring": "~1.1",
2080                 "symfony/polyfill-php54": "~1.0",
2081                 "symfony/polyfill-php55": "~1.0"
2082             },
2083             "require-dev": {
2084                 "symfony/expression-language": "~2.4|~3.0.0"
2085             },
2086             "type": "library",
2087             "extra": {
2088                 "branch-alias": {
2089                     "dev-master": "2.8-dev"
2090                 }
2091             },
2092             "autoload": {
2093                 "psr-4": {
2094                     "Symfony\\Component\\HttpFoundation\\": ""
2095                 },
2096                 "exclude-from-classmap": [
2097                     "/Tests/"
2098                 ]
2099             },
2100             "notification-url": "https://packagist.org/downloads/",
2101             "license": [
2102                 "MIT"
2103             ],
2104             "authors": [
2105                 {
2106                     "name": "Fabien Potencier",
2107                     "email": "fabien@symfony.com"
2108                 },
2109                 {
2110                     "name": "Symfony Community",
2111                     "homepage": "https://symfony.com/contributors"
2112                 }
2113             ],
2114             "description": "Symfony HttpFoundation Component",
2115             "homepage": "https://symfony.com",
2116             "time": "2017-06-20T23:27:56+00:00"
2117         },
2118         {
2119             "name": "symfony/polyfill-mbstring",
2120             "version": "v1.4.0",
2121             "source": {
2122                 "type": "git",
2123                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2124                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
2125             },
2126             "dist": {
2127                 "type": "zip",
2128                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
2129                 "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
2130                 "shasum": ""
2131             },
2132             "require": {
2133                 "php": ">=5.3.3"
2134             },
2135             "suggest": {
2136                 "ext-mbstring": "For best performance"
2137             },
2138             "type": "library",
2139             "extra": {
2140                 "branch-alias": {
2141                     "dev-master": "1.4-dev"
2142                 }
2143             },
2144             "autoload": {
2145                 "psr-4": {
2146                     "Symfony\\Polyfill\\Mbstring\\": ""
2147                 },
2148                 "files": [
2149                     "bootstrap.php"
2150                 ]
2151             },
2152             "notification-url": "https://packagist.org/downloads/",
2153             "license": [
2154                 "MIT"
2155             ],
2156             "authors": [
2157                 {
2158                     "name": "Nicolas Grekas",
2159                     "email": "p@tchwork.com"
2160                 },
2161                 {
2162                     "name": "Symfony Community",
2163                     "homepage": "https://symfony.com/contributors"
2164                 }
2165             ],
2166             "description": "Symfony polyfill for the Mbstring extension",
2167             "homepage": "https://symfony.com",
2168             "keywords": [
2169                 "compatibility",
2170                 "mbstring",
2171                 "polyfill",
2172                 "portable",
2173                 "shim"
2174             ],
2175             "time": "2017-06-09T14:24:12+00:00"
2176         },
2177         {
2178             "name": "symfony/polyfill-php54",
2179             "version": "v1.4.0",
2180             "source": {
2181                 "type": "git",
2182                 "url": "https://github.com/symfony/polyfill-php54.git",
2183                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
2184             },
2185             "dist": {
2186                 "type": "zip",
2187                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
2188                 "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
2189                 "shasum": ""
2190             },
2191             "require": {
2192                 "php": ">=5.3.3"
2193             },
2194             "type": "library",
2195             "extra": {
2196                 "branch-alias": {
2197                     "dev-master": "1.4-dev"
2198                 }
2199             },
2200             "autoload": {
2201                 "psr-4": {
2202                     "Symfony\\Polyfill\\Php54\\": ""
2203                 },
2204                 "files": [
2205                     "bootstrap.php"
2206                 ],
2207                 "classmap": [
2208                     "Resources/stubs"
2209                 ]
2210             },
2211             "notification-url": "https://packagist.org/downloads/",
2212             "license": [
2213                 "MIT"
2214             ],
2215             "authors": [
2216                 {
2217                     "name": "Nicolas Grekas",
2218                     "email": "p@tchwork.com"
2219                 },
2220                 {
2221                     "name": "Symfony Community",
2222                     "homepage": "https://symfony.com/contributors"
2223                 }
2224             ],
2225             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2226             "homepage": "https://symfony.com",
2227             "keywords": [
2228                 "compatibility",
2229                 "polyfill",
2230                 "portable",
2231                 "shim"
2232             ],
2233             "time": "2017-06-09T08:25:21+00:00"
2234         },
2235         {
2236             "name": "symfony/polyfill-php55",
2237             "version": "v1.4.0",
2238             "source": {
2239                 "type": "git",
2240                 "url": "https://github.com/symfony/polyfill-php55.git",
2241                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
2242             },
2243             "dist": {
2244                 "type": "zip",
2245                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
2246                 "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
2247                 "shasum": ""
2248             },
2249             "require": {
2250                 "ircmaxell/password-compat": "~1.0",
2251                 "php": ">=5.3.3"
2252             },
2253             "type": "library",
2254             "extra": {
2255                 "branch-alias": {
2256                     "dev-master": "1.4-dev"
2257                 }
2258             },
2259             "autoload": {
2260                 "psr-4": {
2261                     "Symfony\\Polyfill\\Php55\\": ""
2262                 },
2263                 "files": [
2264                     "bootstrap.php"
2265                 ]
2266             },
2267             "notification-url": "https://packagist.org/downloads/",
2268             "license": [
2269                 "MIT"
2270             ],
2271             "authors": [
2272                 {
2273                     "name": "Nicolas Grekas",
2274                     "email": "p@tchwork.com"
2275                 },
2276                 {
2277                     "name": "Symfony Community",
2278                     "homepage": "https://symfony.com/contributors"
2279                 }
2280             ],
2281             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2282             "homepage": "https://symfony.com",
2283             "keywords": [
2284                 "compatibility",
2285                 "polyfill",
2286                 "portable",
2287                 "shim"
2288             ],
2289             "time": "2017-06-09T08:25:21+00:00"
2290         },
2291         {
2292             "name": "symfony/process",
2293             "version": "v3.3.6",
2294             "source": {
2295                 "type": "git",
2296                 "url": "https://github.com/symfony/process.git",
2297                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
2298             },
2299             "dist": {
2300                 "type": "zip",
2301                 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
2302                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
2303                 "shasum": ""
2304             },
2305             "require": {
2306                 "php": ">=5.5.9"
2307             },
2308             "type": "library",
2309             "extra": {
2310                 "branch-alias": {
2311                     "dev-master": "3.3-dev"
2312                 }
2313             },
2314             "autoload": {
2315                 "psr-4": {
2316                     "Symfony\\Component\\Process\\": ""
2317                 },
2318                 "exclude-from-classmap": [
2319                     "/Tests/"
2320                 ]
2321             },
2322             "notification-url": "https://packagist.org/downloads/",
2323             "license": [
2324                 "MIT"
2325             ],
2326             "authors": [
2327                 {
2328                     "name": "Fabien Potencier",
2329                     "email": "fabien@symfony.com"
2330                 },
2331                 {
2332                     "name": "Symfony Community",
2333                     "homepage": "https://symfony.com/contributors"
2334                 }
2335             ],
2336             "description": "Symfony Process Component",
2337             "homepage": "https://symfony.com",
2338             "time": "2017-07-13T13:05:09+00:00"
2339         },
2340         {
2341             "name": "symfony/yaml",
2342             "version": "v2.8.24",
2343             "source": {
2344                 "type": "git",
2345                 "url": "https://github.com/symfony/yaml.git",
2346                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
2347             },
2348             "dist": {
2349                 "type": "zip",
2350                 "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2351                 "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
2352                 "shasum": ""
2353             },
2354             "require": {
2355                 "php": ">=5.3.9"
2356             },
2357             "type": "library",
2358             "extra": {
2359                 "branch-alias": {
2360                     "dev-master": "2.8-dev"
2361                 }
2362             },
2363             "autoload": {
2364                 "psr-4": {
2365                     "Symfony\\Component\\Yaml\\": ""
2366                 },
2367                 "exclude-from-classmap": [
2368                     "/Tests/"
2369                 ]
2370             },
2371             "notification-url": "https://packagist.org/downloads/",
2372             "license": [
2373                 "MIT"
2374             ],
2375             "authors": [
2376                 {
2377                     "name": "Fabien Potencier",
2378                     "email": "fabien@symfony.com"
2379                 },
2380                 {
2381                     "name": "Symfony Community",
2382                     "homepage": "https://symfony.com/contributors"
2383                 }
2384             ],
2385             "description": "Symfony Yaml Component",
2386             "homepage": "https://symfony.com",
2387             "time": "2017-06-01T20:52:29+00:00"
2388         },
2389         {
2390             "name": "twig/twig",
2391             "version": "v1.33.2",
2392             "source": {
2393                 "type": "git",
2394                 "url": "https://github.com/twigphp/Twig.git",
2395                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
2396             },
2397             "dist": {
2398                 "type": "zip",
2399                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2400                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2401                 "shasum": ""
2402             },
2403             "require": {
2404                 "php": ">=5.2.7"
2405             },
2406             "require-dev": {
2407                 "psr/container": "^1.0",
2408                 "symfony/debug": "~2.7",
2409                 "symfony/phpunit-bridge": "~3.3@dev"
2410             },
2411             "type": "library",
2412             "extra": {
2413                 "branch-alias": {
2414                     "dev-master": "1.33-dev"
2415                 }
2416             },
2417             "autoload": {
2418                 "psr-0": {
2419                     "Twig_": "lib/"
2420                 }
2421             },
2422             "notification-url": "https://packagist.org/downloads/",
2423             "license": [
2424                 "BSD-3-Clause"
2425             ],
2426             "authors": [
2427                 {
2428                     "name": "Fabien Potencier",
2429                     "email": "fabien@symfony.com",
2430                     "homepage": "http://fabien.potencier.org",
2431                     "role": "Lead Developer"
2432                 },
2433                 {
2434                     "name": "Armin Ronacher",
2435                     "email": "armin.ronacher@active-4.com",
2436                     "role": "Project Founder"
2437                 },
2438                 {
2439                     "name": "Twig Team",
2440                     "homepage": "http://twig.sensiolabs.org/contributors",
2441                     "role": "Contributors"
2442                 }
2443             ],
2444             "description": "Twig, the flexible, fast, and secure template language for PHP",
2445             "homepage": "http://twig.sensiolabs.org",
2446             "keywords": [
2447                 "templating"
2448             ],
2449             "time": "2017-04-20T17:39:48+00:00"
2450         },
2451         {
2452             "name": "vlucas/phpdotenv",
2453             "version": "v2.4.0",
2454             "source": {
2455                 "type": "git",
2456                 "url": "https://github.com/vlucas/phpdotenv.git",
2457                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2458             },
2459             "dist": {
2460                 "type": "zip",
2461                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2462                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2463                 "shasum": ""
2464             },
2465             "require": {
2466                 "php": ">=5.3.9"
2467             },
2468             "require-dev": {
2469                 "phpunit/phpunit": "^4.8 || ^5.0"
2470             },
2471             "type": "library",
2472             "extra": {
2473                 "branch-alias": {
2474                     "dev-master": "2.4-dev"
2475                 }
2476             },
2477             "autoload": {
2478                 "psr-4": {
2479                     "Dotenv\\": "src/"
2480                 }
2481             },
2482             "notification-url": "https://packagist.org/downloads/",
2483             "license": [
2484                 "BSD-3-Clause-Attribution"
2485             ],
2486             "authors": [
2487                 {
2488                     "name": "Vance Lucas",
2489                     "email": "vance@vancelucas.com",
2490                     "homepage": "http://www.vancelucas.com"
2491                 }
2492             ],
2493             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2494             "keywords": [
2495                 "dotenv",
2496                 "env",
2497                 "environment"
2498             ],
2499             "time": "2016-09-01T10:05:43+00:00"
2500         },
2501         {
2502             "name": "zendframework/zendframework",
2503             "version": "2.4.9",
2504             "source": {
2505                 "type": "git",
2506                 "url": "https://github.com/zendframework/zendframework.git",
2507                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
2508             },
2509             "dist": {
2510                 "type": "zip",
2511                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
2512                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
2513                 "shasum": ""
2514             },
2515             "require": {
2516                 "php": ">=5.3.23",
2517                 "zendframework/zendxml": "^1.0.1"
2518             },
2519             "replace": {
2520                 "zendframework/zend-authentication": "self.version",
2521                 "zendframework/zend-barcode": "self.version",
2522                 "zendframework/zend-cache": "self.version",
2523                 "zendframework/zend-captcha": "self.version",
2524                 "zendframework/zend-code": "self.version",
2525                 "zendframework/zend-config": "self.version",
2526                 "zendframework/zend-console": "self.version",
2527                 "zendframework/zend-crypt": "self.version",
2528                 "zendframework/zend-db": "self.version",
2529                 "zendframework/zend-debug": "self.version",
2530                 "zendframework/zend-di": "self.version",
2531                 "zendframework/zend-dom": "self.version",
2532                 "zendframework/zend-escaper": "self.version",
2533                 "zendframework/zend-eventmanager": "self.version",
2534                 "zendframework/zend-feed": "self.version",
2535                 "zendframework/zend-file": "self.version",
2536                 "zendframework/zend-filter": "self.version",
2537                 "zendframework/zend-form": "self.version",
2538                 "zendframework/zend-http": "self.version",
2539                 "zendframework/zend-i18n": "self.version",
2540                 "zendframework/zend-inputfilter": "self.version",
2541                 "zendframework/zend-json": "self.version",
2542                 "zendframework/zend-ldap": "self.version",
2543                 "zendframework/zend-loader": "self.version",
2544                 "zendframework/zend-log": "self.version",
2545                 "zendframework/zend-mail": "self.version",
2546                 "zendframework/zend-math": "self.version",
2547                 "zendframework/zend-memory": "self.version",
2548                 "zendframework/zend-mime": "self.version",
2549                 "zendframework/zend-modulemanager": "self.version",
2550                 "zendframework/zend-mvc": "self.version",
2551                 "zendframework/zend-navigation": "self.version",
2552                 "zendframework/zend-paginator": "self.version",
2553                 "zendframework/zend-permissions-acl": "self.version",
2554                 "zendframework/zend-permissions-rbac": "self.version",
2555                 "zendframework/zend-progressbar": "self.version",
2556                 "zendframework/zend-resources": "self.version",
2557                 "zendframework/zend-serializer": "self.version",
2558                 "zendframework/zend-server": "self.version",
2559                 "zendframework/zend-servicemanager": "self.version",
2560                 "zendframework/zend-session": "self.version",
2561                 "zendframework/zend-soap": "self.version",
2562                 "zendframework/zend-stdlib": "self.version",
2563                 "zendframework/zend-tag": "self.version",
2564                 "zendframework/zend-test": "self.version",
2565                 "zendframework/zend-text": "self.version",
2566                 "zendframework/zend-uri": "self.version",
2567                 "zendframework/zend-validator": "self.version",
2568                 "zendframework/zend-version": "self.version",
2569                 "zendframework/zend-view": "self.version",
2570                 "zendframework/zend-xmlrpc": "self.version"
2571             },
2572             "require-dev": {
2573                 "doctrine/annotations": "~1.0",
2574                 "fabpot/php-cs-fixer": "~1.0",
2575                 "ircmaxell/random-lib": "~1.1",
2576                 "mikey179/vfsstream": "~1.2",
2577                 "phpunit/phpcov": "~2.0",
2578                 "phpunit/phpunit": "~4.6",
2579                 "satooshi/php-coveralls": "dev-master"
2580             },
2581             "suggest": {
2582                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
2583                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
2584                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2585                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2586                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
2587                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
2588             },
2589             "bin": [
2590                 "bin/classmap_generator.php",
2591                 "bin/pluginmap_generator.php",
2592                 "bin/templatemap_generator.php"
2593             ],
2594             "type": "library",
2595             "extra": {
2596                 "branch-alias": {
2597                     "dev-master": "2.4-dev",
2598                     "dev-develop": "2.5-dev"
2599                 }
2600             },
2601             "autoload": {
2602                 "psr-4": {
2603                     "Zend\\": "library/Zend/"
2604                 }
2605             },
2606             "notification-url": "https://packagist.org/downloads/",
2607             "license": [
2608                 "BSD-3-Clause"
2609             ],
2610             "description": "Zend Framework 2",
2611             "homepage": "http://framework.zend.com/",
2612             "keywords": [
2613                 "framework",
2614                 "zf2"
2615             ],
2616             "time": "2015-11-23T17:34:23+00:00"
2617         },
2618         {
2619             "name": "zendframework/zendxml",
2620             "version": "1.0.2",
2621             "source": {
2622                 "type": "git",
2623                 "url": "https://github.com/zendframework/ZendXml.git",
2624                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
2625             },
2626             "dist": {
2627                 "type": "zip",
2628                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2629                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2630                 "shasum": ""
2631             },
2632             "require": {
2633                 "php": "^5.3.3 || ^7.0"
2634             },
2635             "require-dev": {
2636                 "phpunit/phpunit": "^3.7 || ^4.0",
2637                 "squizlabs/php_codesniffer": "^1.5"
2638             },
2639             "type": "library",
2640             "extra": {
2641                 "branch-alias": {
2642                     "dev-master": "1.0-dev"
2643                 }
2644             },
2645             "autoload": {
2646                 "psr-0": {
2647                     "ZendXml\\": "library/"
2648                 }
2649             },
2650             "notification-url": "https://packagist.org/downloads/",
2651             "license": [
2652                 "BSD-3-Clause"
2653             ],
2654             "description": "Utility library for XML usage, best practices, and security in PHP",
2655             "homepage": "http://packages.zendframework.com/",
2656             "keywords": [
2657                 "security",
2658                 "xml",
2659                 "zf2"
2660             ],
2661             "time": "2016-02-04T21:02:08+00:00"
2662         }
2663     ],
2664     "packages-dev": [],
2665     "aliases": [],
2666     "minimum-stability": "stable",
2667     "stability-flags": {
2668         "doctrine/couchdb": 10
2669     },
2670     "prefer-stable": false,
2671     "prefer-lowest": false,
2672     "platform": [],
2673     "platform-dev": []