styling adjustments (#822)
[openemr.git] / composer.lock
blob6bf213bdc9c3ca62ce0eb4fc124cd9ee62624c0b
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "673e5d47772939187154a2069de36448",
8     "content-hash": "c24eb1300ec692362d6f9069856ef18f",
9     "packages": [
10         {
11             "name": "adldap2/adldap2",
12             "version": "v7.0.4",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Adldap2/Adldap2.git",
16                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/e54d75b9847ceeba868cf987585ccb898936fbd2",
21                 "reference": "e54d75b9847ceeba868cf987585ccb898936fbd2",
22                 "shasum": ""
23             },
24             "require": {
25                 "ext-ldap": "*",
26                 "illuminate/support": "~5.0",
27                 "php": ">=5.5.9"
28             },
29             "require-dev": {
30                 "mockery/mockery": "~0.9",
31                 "phpunit/phpunit": "~4.8|~5.6"
32             },
33             "type": "library",
34             "autoload": {
35                 "psr-4": {
36                     "Adldap\\": "src/"
37                 }
38             },
39             "notification-url": "https://packagist.org/downloads/",
40             "license": [
41                 "MIT"
42             ],
43             "authors": [
44                 {
45                     "name": "Steve Bauman",
46                     "email": "steven_bauman@outlook.com",
47                     "role": "Developer"
48                 }
49             ],
50             "description": "A PHP LDAP Package for Active Directory Manipulation.",
51             "keywords": [
52                 "active directory",
53                 "ad",
54                 "adLDAP",
55                 "adldap2",
56                 "directory",
57                 "ldap",
58                 "windows"
59             ],
60             "time": "2017-01-30 21:45:45"
61         },
62         {
63             "name": "adodb/adodb-php",
64             "version": "v5.20.9",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/ADOdb/ADOdb.git",
68                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/f601748cca1ccb86dfd427620a1692a70e681075",
73                 "reference": "f601748cca1ccb86dfd427620a1692a70e681075",
74                 "shasum": ""
75             },
76             "require": {
77                 "php": ">=5.3.2"
78             },
79             "type": "library",
80             "autoload": {
81                 "files": [
82                     "adodb.inc.php"
83                 ]
84             },
85             "notification-url": "https://packagist.org/downloads/",
86             "license": [
87                 "BSD-3-Clause",
88                 "LGPL-2.1"
89             ],
90             "authors": [
91                 {
92                     "name": "John Lim",
93                     "email": "jlim@natsoft.com",
94                     "role": "Author"
95                 },
96                 {
97                     "name": "Damien Regad",
98                     "role": "Current maintainer"
99                 },
100                 {
101                     "name": "Mark Newnham",
102                     "role": "Developer"
103                 }
104             ],
105             "description": "ADOdb is a PHP database abstraction layer library",
106             "homepage": "http://adodb.org/",
107             "keywords": [
108                 "abstraction",
109                 "database",
110                 "layer",
111                 "library",
112                 "php"
113             ],
114             "time": "2016-12-21 17:19:42"
115         },
116         {
117             "name": "doctrine/annotations",
118             "version": "v1.4.0",
119             "source": {
120                 "type": "git",
121                 "url": "https://github.com/doctrine/annotations.git",
122                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
123             },
124             "dist": {
125                 "type": "zip",
126                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
127                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
128                 "shasum": ""
129             },
130             "require": {
131                 "doctrine/lexer": "1.*",
132                 "php": "^5.6 || ^7.0"
133             },
134             "require-dev": {
135                 "doctrine/cache": "1.*",
136                 "phpunit/phpunit": "^5.7"
137             },
138             "type": "library",
139             "extra": {
140                 "branch-alias": {
141                     "dev-master": "1.4.x-dev"
142                 }
143             },
144             "autoload": {
145                 "psr-4": {
146                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
147                 }
148             },
149             "notification-url": "https://packagist.org/downloads/",
150             "license": [
151                 "MIT"
152             ],
153             "authors": [
154                 {
155                     "name": "Roman Borschel",
156                     "email": "roman@code-factory.org"
157                 },
158                 {
159                     "name": "Benjamin Eberlei",
160                     "email": "kontakt@beberlei.de"
161                 },
162                 {
163                     "name": "Guilherme Blanco",
164                     "email": "guilhermeblanco@gmail.com"
165                 },
166                 {
167                     "name": "Jonathan Wage",
168                     "email": "jonwage@gmail.com"
169                 },
170                 {
171                     "name": "Johannes Schmitt",
172                     "email": "schmittjoh@gmail.com"
173                 }
174             ],
175             "description": "Docblock Annotations Parser",
176             "homepage": "http://www.doctrine-project.org",
177             "keywords": [
178                 "annotations",
179                 "docblock",
180                 "parser"
181             ],
182             "time": "2017-02-24 16:22:25"
183         },
184         {
185             "name": "doctrine/cache",
186             "version": "v1.6.1",
187             "source": {
188                 "type": "git",
189                 "url": "https://github.com/doctrine/cache.git",
190                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
191             },
192             "dist": {
193                 "type": "zip",
194                 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
195                 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
196                 "shasum": ""
197             },
198             "require": {
199                 "php": "~5.5|~7.0"
200             },
201             "conflict": {
202                 "doctrine/common": ">2.2,<2.4"
203             },
204             "require-dev": {
205                 "phpunit/phpunit": "~4.8|~5.0",
206                 "predis/predis": "~1.0",
207                 "satooshi/php-coveralls": "~0.6"
208             },
209             "type": "library",
210             "extra": {
211                 "branch-alias": {
212                     "dev-master": "1.6.x-dev"
213                 }
214             },
215             "autoload": {
216                 "psr-4": {
217                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
218                 }
219             },
220             "notification-url": "https://packagist.org/downloads/",
221             "license": [
222                 "MIT"
223             ],
224             "authors": [
225                 {
226                     "name": "Roman Borschel",
227                     "email": "roman@code-factory.org"
228                 },
229                 {
230                     "name": "Benjamin Eberlei",
231                     "email": "kontakt@beberlei.de"
232                 },
233                 {
234                     "name": "Guilherme Blanco",
235                     "email": "guilhermeblanco@gmail.com"
236                 },
237                 {
238                     "name": "Jonathan Wage",
239                     "email": "jonwage@gmail.com"
240                 },
241                 {
242                     "name": "Johannes Schmitt",
243                     "email": "schmittjoh@gmail.com"
244                 }
245             ],
246             "description": "Caching library offering an object-oriented API for many cache backends",
247             "homepage": "http://www.doctrine-project.org",
248             "keywords": [
249                 "cache",
250                 "caching"
251             ],
252             "time": "2016-10-29 11:16:17"
253         },
254         {
255             "name": "doctrine/collections",
256             "version": "v1.4.0",
257             "source": {
258                 "type": "git",
259                 "url": "https://github.com/doctrine/collections.git",
260                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
261             },
262             "dist": {
263                 "type": "zip",
264                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
265                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
266                 "shasum": ""
267             },
268             "require": {
269                 "php": "^5.6 || ^7.0"
270             },
271             "require-dev": {
272                 "doctrine/coding-standard": "~0.1@dev",
273                 "phpunit/phpunit": "^5.7"
274             },
275             "type": "library",
276             "extra": {
277                 "branch-alias": {
278                     "dev-master": "1.3.x-dev"
279                 }
280             },
281             "autoload": {
282                 "psr-0": {
283                     "Doctrine\\Common\\Collections\\": "lib/"
284                 }
285             },
286             "notification-url": "https://packagist.org/downloads/",
287             "license": [
288                 "MIT"
289             ],
290             "authors": [
291                 {
292                     "name": "Roman Borschel",
293                     "email": "roman@code-factory.org"
294                 },
295                 {
296                     "name": "Benjamin Eberlei",
297                     "email": "kontakt@beberlei.de"
298                 },
299                 {
300                     "name": "Guilherme Blanco",
301                     "email": "guilhermeblanco@gmail.com"
302                 },
303                 {
304                     "name": "Jonathan Wage",
305                     "email": "jonwage@gmail.com"
306                 },
307                 {
308                     "name": "Johannes Schmitt",
309                     "email": "schmittjoh@gmail.com"
310                 }
311             ],
312             "description": "Collections Abstraction library",
313             "homepage": "http://www.doctrine-project.org",
314             "keywords": [
315                 "array",
316                 "collections",
317                 "iterator"
318             ],
319             "time": "2017-01-03 10:49:41"
320         },
321         {
322             "name": "doctrine/common",
323             "version": "v2.5.0",
324             "source": {
325                 "type": "git",
326                 "url": "https://github.com/doctrine/common.git",
327                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
328             },
329             "dist": {
330                 "type": "zip",
331                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
332                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
333                 "shasum": ""
334             },
335             "require": {
336                 "doctrine/annotations": "1.*",
337                 "doctrine/cache": "1.*",
338                 "doctrine/collections": "1.*",
339                 "doctrine/inflector": "1.*",
340                 "doctrine/lexer": "1.*",
341                 "php": ">=5.3.2"
342             },
343             "require-dev": {
344                 "phpunit/phpunit": "~3.7"
345             },
346             "type": "library",
347             "extra": {
348                 "branch-alias": {
349                     "dev-master": "2.6.x-dev"
350                 }
351             },
352             "autoload": {
353                 "psr-0": {
354                     "Doctrine\\Common\\": "lib/"
355                 }
356             },
357             "notification-url": "https://packagist.org/downloads/",
358             "license": [
359                 "MIT"
360             ],
361             "authors": [
362                 {
363                     "name": "Roman Borschel",
364                     "email": "roman@code-factory.org"
365                 },
366                 {
367                     "name": "Benjamin Eberlei",
368                     "email": "kontakt@beberlei.de"
369                 },
370                 {
371                     "name": "Guilherme Blanco",
372                     "email": "guilhermeblanco@gmail.com"
373                 },
374                 {
375                     "name": "Jonathan Wage",
376                     "email": "jonwage@gmail.com"
377                 },
378                 {
379                     "name": "Johannes Schmitt",
380                     "email": "schmittjoh@gmail.com"
381                 }
382             ],
383             "description": "Common Library for Doctrine projects",
384             "homepage": "http://www.doctrine-project.org",
385             "keywords": [
386                 "annotations",
387                 "collections",
388                 "eventmanager",
389                 "persistence",
390                 "spl"
391             ],
392             "time": "2015-04-02 19:55:44"
393         },
394         {
395             "name": "doctrine/couchdb",
396             "version": "1.0.0-beta2",
397             "source": {
398                 "type": "git",
399                 "url": "https://github.com/doctrine/couchdb-client.git",
400                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4"
401             },
402             "dist": {
403                 "type": "zip",
404                 "url": "https://api.github.com/repos/doctrine/couchdb-client/zipball/5e8d808eba8d790d178e5558c182c648a12ec8e4",
405                 "reference": "5e8d808eba8d790d178e5558c182c648a12ec8e4",
406                 "shasum": ""
407             },
408             "require": {
409                 "doctrine/common": "@stable",
410                 "php": ">=5.3.2"
411             },
412             "type": "library",
413             "extra": {
414                 "branch-alias": {
415                     "dev-master": "1.0-dev"
416                 }
417             },
418             "autoload": {
419                 "psr-0": {
420                     "Doctrine\\CouchDB": "lib/"
421                 }
422             },
423             "notification-url": "https://packagist.org/downloads/",
424             "license": [
425                 "LGPL"
426             ],
427             "authors": [
428                 {
429                     "name": "Benjamin Eberlei",
430                     "email": "kontakt@beberlei.de"
431                 },
432                 {
433                     "name": "Lukas Kahwe Smith",
434                     "email": "smith@pooteeweet.org"
435                 }
436             ],
437             "description": "CouchDB Client",
438             "homepage": "http://www.doctrine-project.org",
439             "keywords": [
440                 "couchdb",
441                 "persistence"
442             ],
443             "time": "2015-07-06 16:08:10"
444         },
445         {
446             "name": "doctrine/dbal",
447             "version": "v2.5.12",
448             "source": {
449                 "type": "git",
450                 "url": "https://github.com/doctrine/dbal.git",
451                 "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
452             },
453             "dist": {
454                 "type": "zip",
455                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
456                 "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
457                 "shasum": ""
458             },
459             "require": {
460                 "doctrine/common": ">=2.4,<2.8-dev",
461                 "php": ">=5.3.2"
462             },
463             "require-dev": {
464                 "phpunit/phpunit": "4.*",
465                 "symfony/console": "2.*||^3.0"
466             },
467             "suggest": {
468                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
469             },
470             "bin": [
471                 "bin/doctrine-dbal"
472             ],
473             "type": "library",
474             "extra": {
475                 "branch-alias": {
476                     "dev-master": "2.5.x-dev"
477                 }
478             },
479             "autoload": {
480                 "psr-0": {
481                     "Doctrine\\DBAL\\": "lib/"
482                 }
483             },
484             "notification-url": "https://packagist.org/downloads/",
485             "license": [
486                 "MIT"
487             ],
488             "authors": [
489                 {
490                     "name": "Roman Borschel",
491                     "email": "roman@code-factory.org"
492                 },
493                 {
494                     "name": "Benjamin Eberlei",
495                     "email": "kontakt@beberlei.de"
496                 },
497                 {
498                     "name": "Guilherme Blanco",
499                     "email": "guilhermeblanco@gmail.com"
500                 },
501                 {
502                     "name": "Jonathan Wage",
503                     "email": "jonwage@gmail.com"
504                 }
505             ],
506             "description": "Database Abstraction Layer",
507             "homepage": "http://www.doctrine-project.org",
508             "keywords": [
509                 "database",
510                 "dbal",
511                 "persistence",
512                 "queryobject"
513             ],
514             "time": "2017-02-08 12:53:47"
515         },
516         {
517             "name": "doctrine/inflector",
518             "version": "v1.1.0",
519             "source": {
520                 "type": "git",
521                 "url": "https://github.com/doctrine/inflector.git",
522                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
523             },
524             "dist": {
525                 "type": "zip",
526                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
527                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
528                 "shasum": ""
529             },
530             "require": {
531                 "php": ">=5.3.2"
532             },
533             "require-dev": {
534                 "phpunit/phpunit": "4.*"
535             },
536             "type": "library",
537             "extra": {
538                 "branch-alias": {
539                     "dev-master": "1.1.x-dev"
540                 }
541             },
542             "autoload": {
543                 "psr-0": {
544                     "Doctrine\\Common\\Inflector\\": "lib/"
545                 }
546             },
547             "notification-url": "https://packagist.org/downloads/",
548             "license": [
549                 "MIT"
550             ],
551             "authors": [
552                 {
553                     "name": "Roman Borschel",
554                     "email": "roman@code-factory.org"
555                 },
556                 {
557                     "name": "Benjamin Eberlei",
558                     "email": "kontakt@beberlei.de"
559                 },
560                 {
561                     "name": "Guilherme Blanco",
562                     "email": "guilhermeblanco@gmail.com"
563                 },
564                 {
565                     "name": "Jonathan Wage",
566                     "email": "jonwage@gmail.com"
567                 },
568                 {
569                     "name": "Johannes Schmitt",
570                     "email": "schmittjoh@gmail.com"
571                 }
572             ],
573             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
574             "homepage": "http://www.doctrine-project.org",
575             "keywords": [
576                 "inflection",
577                 "pluralize",
578                 "singularize",
579                 "string"
580             ],
581             "time": "2015-11-06 14:35:42"
582         },
583         {
584             "name": "doctrine/instantiator",
585             "version": "1.0.5",
586             "source": {
587                 "type": "git",
588                 "url": "https://github.com/doctrine/instantiator.git",
589                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
590             },
591             "dist": {
592                 "type": "zip",
593                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
594                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
595                 "shasum": ""
596             },
597             "require": {
598                 "php": ">=5.3,<8.0-DEV"
599             },
600             "require-dev": {
601                 "athletic/athletic": "~0.1.8",
602                 "ext-pdo": "*",
603                 "ext-phar": "*",
604                 "phpunit/phpunit": "~4.0",
605                 "squizlabs/php_codesniffer": "~2.0"
606             },
607             "type": "library",
608             "extra": {
609                 "branch-alias": {
610                     "dev-master": "1.0.x-dev"
611                 }
612             },
613             "autoload": {
614                 "psr-4": {
615                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
616                 }
617             },
618             "notification-url": "https://packagist.org/downloads/",
619             "license": [
620                 "MIT"
621             ],
622             "authors": [
623                 {
624                     "name": "Marco Pivetta",
625                     "email": "ocramius@gmail.com",
626                     "homepage": "http://ocramius.github.com/"
627                 }
628             ],
629             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
630             "homepage": "https://github.com/doctrine/instantiator",
631             "keywords": [
632                 "constructor",
633                 "instantiate"
634             ],
635             "time": "2015-06-14 21:17:01"
636         },
637         {
638             "name": "doctrine/lexer",
639             "version": "v1.0.1",
640             "source": {
641                 "type": "git",
642                 "url": "https://github.com/doctrine/lexer.git",
643                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
644             },
645             "dist": {
646                 "type": "zip",
647                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
648                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
649                 "shasum": ""
650             },
651             "require": {
652                 "php": ">=5.3.2"
653             },
654             "type": "library",
655             "extra": {
656                 "branch-alias": {
657                     "dev-master": "1.0.x-dev"
658                 }
659             },
660             "autoload": {
661                 "psr-0": {
662                     "Doctrine\\Common\\Lexer\\": "lib/"
663                 }
664             },
665             "notification-url": "https://packagist.org/downloads/",
666             "license": [
667                 "MIT"
668             ],
669             "authors": [
670                 {
671                     "name": "Roman Borschel",
672                     "email": "roman@code-factory.org"
673                 },
674                 {
675                     "name": "Guilherme Blanco",
676                     "email": "guilhermeblanco@gmail.com"
677                 },
678                 {
679                     "name": "Johannes Schmitt",
680                     "email": "schmittjoh@gmail.com"
681                 }
682             ],
683             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
684             "homepage": "http://www.doctrine-project.org",
685             "keywords": [
686                 "lexer",
687                 "parser"
688             ],
689             "time": "2014-09-09 13:34:57"
690         },
691         {
692             "name": "doctrine/orm",
693             "version": "v2.5.5",
694             "source": {
695                 "type": "git",
696                 "url": "https://github.com/doctrine/doctrine2.git",
697                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45"
698             },
699             "dist": {
700                 "type": "zip",
701                 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
702                 "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45",
703                 "shasum": ""
704             },
705             "require": {
706                 "doctrine/cache": "~1.4",
707                 "doctrine/collections": "~1.2",
708                 "doctrine/common": ">=2.5-dev,<2.7-dev",
709                 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
710                 "doctrine/instantiator": "~1.0.1",
711                 "ext-pdo": "*",
712                 "php": ">=5.4",
713                 "symfony/console": "~2.5|~3.0"
714             },
715             "require-dev": {
716                 "phpunit/phpunit": "~4.0",
717                 "symfony/yaml": "~2.3|~3.0"
718             },
719             "suggest": {
720                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
721             },
722             "bin": [
723                 "bin/doctrine",
724                 "bin/doctrine.php"
725             ],
726             "type": "library",
727             "extra": {
728                 "branch-alias": {
729                     "dev-master": "2.6.x-dev"
730                 }
731             },
732             "autoload": {
733                 "psr-0": {
734                     "Doctrine\\ORM\\": "lib/"
735                 }
736             },
737             "notification-url": "https://packagist.org/downloads/",
738             "license": [
739                 "MIT"
740             ],
741             "authors": [
742                 {
743                     "name": "Roman Borschel",
744                     "email": "roman@code-factory.org"
745                 },
746                 {
747                     "name": "Benjamin Eberlei",
748                     "email": "kontakt@beberlei.de"
749                 },
750                 {
751                     "name": "Guilherme Blanco",
752                     "email": "guilhermeblanco@gmail.com"
753                 },
754                 {
755                     "name": "Jonathan Wage",
756                     "email": "jonwage@gmail.com"
757                 }
758             ],
759             "description": "Object-Relational-Mapper for PHP",
760             "homepage": "http://www.doctrine-project.org",
761             "keywords": [
762                 "database",
763                 "orm"
764             ],
765             "time": "2016-09-10 18:51:13"
766         },
767         {
768             "name": "dompdf/dompdf",
769             "version": "v0.7.0",
770             "source": {
771                 "type": "git",
772                 "url": "https://github.com/dompdf/dompdf.git",
773                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
774             },
775             "dist": {
776                 "type": "zip",
777                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
778                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
779                 "shasum": ""
780             },
781             "require": {
782                 "ext-dom": "*",
783                 "ext-gd": "*",
784                 "ext-mbstring": "*",
785                 "phenx/php-font-lib": "0.4.*",
786                 "phenx/php-svg-lib": "0.1.*",
787                 "php": ">=5.3.0"
788             },
789             "require-dev": {
790                 "phpunit/phpunit": "3.7.*"
791             },
792             "type": "library",
793             "extra": {
794                 "branch-alias": {
795                     "dev-develop": "0.7-dev"
796                 }
797             },
798             "autoload": {
799                 "psr-4": {
800                     "Dompdf\\": "src/"
801                 },
802                 "classmap": [
803                     "lib/"
804                 ]
805             },
806             "notification-url": "https://packagist.org/downloads/",
807             "license": [
808                 "LGPL-2.1"
809             ],
810             "authors": [
811                 {
812                     "name": "Fabien Ménager",
813                     "email": "fabien.menager@gmail.com"
814                 },
815                 {
816                     "name": "Brian Sweeney",
817                     "email": "eclecticgeek@gmail.com"
818                 },
819                 {
820                     "name": "Gabriel Bull",
821                     "email": "me@gabrielbull.com"
822                 }
823             ],
824             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
825             "homepage": "https://github.com/dompdf/dompdf",
826             "time": "2016-05-11 00:36:29"
827         },
828         {
829             "name": "illuminate/contracts",
830             "version": "v5.4.19",
831             "source": {
832                 "type": "git",
833                 "url": "https://github.com/illuminate/contracts.git",
834                 "reference": "ab2825726bee46a67c8cc66789852189dbef74a9"
835             },
836             "dist": {
837                 "type": "zip",
838                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/ab2825726bee46a67c8cc66789852189dbef74a9",
839                 "reference": "ab2825726bee46a67c8cc66789852189dbef74a9",
840                 "shasum": ""
841             },
842             "require": {
843                 "php": ">=5.6.4"
844             },
845             "type": "library",
846             "extra": {
847                 "branch-alias": {
848                     "dev-master": "5.4-dev"
849                 }
850             },
851             "autoload": {
852                 "psr-4": {
853                     "Illuminate\\Contracts\\": ""
854                 }
855             },
856             "notification-url": "https://packagist.org/downloads/",
857             "license": [
858                 "MIT"
859             ],
860             "authors": [
861                 {
862                     "name": "Taylor Otwell",
863                     "email": "taylor@laravel.com"
864                 }
865             ],
866             "description": "The Illuminate Contracts package.",
867             "homepage": "https://laravel.com",
868             "time": "2017-03-29 13:17:47"
869         },
870         {
871             "name": "illuminate/support",
872             "version": "v5.4.19",
873             "source": {
874                 "type": "git",
875                 "url": "https://github.com/illuminate/support.git",
876                 "reference": "b8cb37e15331c59da51c8ee5838038baa22d7955"
877             },
878             "dist": {
879                 "type": "zip",
880                 "url": "https://api.github.com/repos/illuminate/support/zipball/b8cb37e15331c59da51c8ee5838038baa22d7955",
881                 "reference": "b8cb37e15331c59da51c8ee5838038baa22d7955",
882                 "shasum": ""
883             },
884             "require": {
885                 "doctrine/inflector": "~1.0",
886                 "ext-mbstring": "*",
887                 "illuminate/contracts": "5.4.*",
888                 "paragonie/random_compat": "~1.4|~2.0",
889                 "php": ">=5.6.4"
890             },
891             "replace": {
892                 "tightenco/collect": "self.version"
893             },
894             "suggest": {
895                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
896                 "symfony/process": "Required to use the composer class (~3.2).",
897                 "symfony/var-dumper": "Required to use the dd function (~3.2)."
898             },
899             "type": "library",
900             "extra": {
901                 "branch-alias": {
902                     "dev-master": "5.4-dev"
903                 }
904             },
905             "autoload": {
906                 "psr-4": {
907                     "Illuminate\\Support\\": ""
908                 },
909                 "files": [
910                     "helpers.php"
911                 ]
912             },
913             "notification-url": "https://packagist.org/downloads/",
914             "license": [
915                 "MIT"
916             ],
917             "authors": [
918                 {
919                     "name": "Taylor Otwell",
920                     "email": "taylor@laravel.com"
921                 }
922             ],
923             "description": "The Illuminate Support package.",
924             "homepage": "https://laravel.com",
925             "time": "2017-04-09 14:34:57"
926         },
927         {
928             "name": "ircmaxell/password-compat",
929             "version": "v1.0.4",
930             "source": {
931                 "type": "git",
932                 "url": "https://github.com/ircmaxell/password_compat.git",
933                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
934             },
935             "dist": {
936                 "type": "zip",
937                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
938                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
939                 "shasum": ""
940             },
941             "require-dev": {
942                 "phpunit/phpunit": "4.*"
943             },
944             "type": "library",
945             "autoload": {
946                 "files": [
947                     "lib/password.php"
948                 ]
949             },
950             "notification-url": "https://packagist.org/downloads/",
951             "license": [
952                 "MIT"
953             ],
954             "authors": [
955                 {
956                     "name": "Anthony Ferrara",
957                     "email": "ircmaxell@php.net",
958                     "homepage": "http://blog.ircmaxell.com"
959                 }
960             ],
961             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
962             "homepage": "https://github.com/ircmaxell/password_compat",
963             "keywords": [
964                 "hashing",
965                 "password"
966             ],
967             "time": "2014-11-20 16:49:30"
968         },
969         {
970             "name": "mpdf/mpdf",
971             "version": "v6.1.3",
972             "source": {
973                 "type": "git",
974                 "url": "https://github.com/mpdf/mpdf.git",
975                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
976             },
977             "dist": {
978                 "type": "zip",
979                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
980                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
981                 "shasum": ""
982             },
983             "require": {
984                 "ext-mbstring": "*",
985                 "php": ">=5.4.0",
986                 "setasign/fpdi": "1.6.*"
987             },
988             "require-dev": {
989                 "phpunit/phpunit": "^4.7"
990             },
991             "suggest": {
992                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
993             },
994             "type": "library",
995             "autoload": {
996                 "classmap": [
997                     "mpdf.php",
998                     "classes"
999                 ]
1000             },
1001             "notification-url": "https://packagist.org/downloads/",
1002             "license": [
1003                 "GPL-2.0"
1004             ],
1005             "authors": [
1006                 {
1007                     "name": "Ian Back",
1008                     "role": "Developer"
1009                 }
1010             ],
1011             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1012             "homepage": "http://mpdf.github.io",
1013             "keywords": [
1014                 "pdf",
1015                 "php",
1016                 "utf-8"
1017             ],
1018             "time": "2016-12-12 10:42:18"
1019         },
1020         {
1021             "name": "paragonie/random_compat",
1022             "version": "v2.0.10",
1023             "source": {
1024                 "type": "git",
1025                 "url": "https://github.com/paragonie/random_compat.git",
1026                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
1027             },
1028             "dist": {
1029                 "type": "zip",
1030                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1031                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1032                 "shasum": ""
1033             },
1034             "require": {
1035                 "php": ">=5.2.0"
1036             },
1037             "require-dev": {
1038                 "phpunit/phpunit": "4.*|5.*"
1039             },
1040             "suggest": {
1041                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1042             },
1043             "type": "library",
1044             "autoload": {
1045                 "files": [
1046                     "lib/random.php"
1047                 ]
1048             },
1049             "notification-url": "https://packagist.org/downloads/",
1050             "license": [
1051                 "MIT"
1052             ],
1053             "authors": [
1054                 {
1055                     "name": "Paragon Initiative Enterprises",
1056                     "email": "security@paragonie.com",
1057                     "homepage": "https://paragonie.com"
1058                 }
1059             ],
1060             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1061             "keywords": [
1062                 "csprng",
1063                 "pseudorandom",
1064                 "random"
1065             ],
1066             "time": "2017-03-13 16:27:32"
1067         },
1068         {
1069             "name": "phenx/php-font-lib",
1070             "version": "0.4",
1071             "source": {
1072                 "type": "git",
1073                 "url": "https://github.com/PhenX/php-font-lib.git",
1074                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
1075             },
1076             "dist": {
1077                 "type": "zip",
1078                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1079                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1080                 "shasum": ""
1081             },
1082             "type": "library",
1083             "autoload": {
1084                 "psr-0": {
1085                     "FontLib\\": "src/"
1086                 }
1087             },
1088             "notification-url": "https://packagist.org/downloads/",
1089             "license": [
1090                 "LGPL-3.0"
1091             ],
1092             "authors": [
1093                 {
1094                     "name": "Fabien Ménager",
1095                     "email": "fabien.menager@gmail.com"
1096                 }
1097             ],
1098             "description": "A library to read, parse, export and make subsets of different types of font files.",
1099             "homepage": "https://github.com/PhenX/php-font-lib",
1100             "time": "2015-05-06 20:02:39"
1101         },
1102         {
1103             "name": "phenx/php-svg-lib",
1104             "version": "0.1",
1105             "source": {
1106                 "type": "git",
1107                 "url": "https://github.com/PhenX/php-svg-lib.git",
1108                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
1109             },
1110             "dist": {
1111                 "type": "zip",
1112                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
1113                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
1114                 "shasum": ""
1115             },
1116             "type": "library",
1117             "autoload": {
1118                 "psr-0": {
1119                     "Svg\\": "src/"
1120                 }
1121             },
1122             "notification-url": "https://packagist.org/downloads/",
1123             "license": [
1124                 "LGPL-3.0"
1125             ],
1126             "authors": [
1127                 {
1128                     "name": "Fabien Ménager",
1129                     "email": "fabien.menager@gmail.com"
1130                 }
1131             ],
1132             "description": "A library to read, parse and export to PDF SVG files.",
1133             "homepage": "https://github.com/PhenX/php-svg-lib",
1134             "time": "2015-05-06 18:49:49"
1135         },
1136         {
1137             "name": "phing/phing",
1138             "version": "2.14.0",
1139             "source": {
1140                 "type": "git",
1141                 "url": "https://github.com/phingofficial/phing.git",
1142                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
1143             },
1144             "dist": {
1145                 "type": "zip",
1146                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
1147                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
1148                 "shasum": ""
1149             },
1150             "require": {
1151                 "php": ">=5.2.0"
1152             },
1153             "require-dev": {
1154                 "ext-pdo_sqlite": "*",
1155                 "lastcraft/simpletest": "@dev",
1156                 "mikey179/vfsstream": "^1.6",
1157                 "pdepend/pdepend": "2.x",
1158                 "pear/archive_tar": "1.4.x",
1159                 "pear/http_request2": "dev-trunk",
1160                 "pear/net_growl": "dev-trunk",
1161                 "pear/pear-core-minimal": "1.10.1",
1162                 "pear/versioncontrol_git": "@dev",
1163                 "pear/versioncontrol_svn": "~0.5",
1164                 "phpdocumentor/phpdocumentor": "2.x",
1165                 "phploc/phploc": "~2.0.6",
1166                 "phpmd/phpmd": "~2.2",
1167                 "phpunit/phpunit": ">=3.7",
1168                 "sebastian/git": "~1.0",
1169                 "sebastian/phpcpd": "2.x",
1170                 "squizlabs/php_codesniffer": "~2.2",
1171                 "symfony/yaml": "~2.7"
1172             },
1173             "suggest": {
1174                 "pdepend/pdepend": "PHP version of JDepend",
1175                 "pear/archive_tar": "Tar file management class",
1176                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1177                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1178                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1179                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1180                 "phpmd/phpmd": "PHP version of PMD tool",
1181                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1182                 "phpunit/phpunit": "The PHP Unit Testing Framework",
1183                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1184                 "tedivm/jshrink": "Javascript Minifier built in PHP"
1185             },
1186             "bin": [
1187                 "bin/phing"
1188             ],
1189             "type": "library",
1190             "extra": {
1191                 "branch-alias": {
1192                     "dev-master": "2.14.x-dev"
1193                 }
1194             },
1195             "autoload": {
1196                 "classmap": [
1197                     "classes/phing/"
1198                 ]
1199             },
1200             "notification-url": "https://packagist.org/downloads/",
1201             "include-path": [
1202                 "classes"
1203             ],
1204             "license": [
1205                 "LGPL-3.0"
1206             ],
1207             "authors": [
1208                 {
1209                     "name": "Michiel Rook",
1210                     "email": "mrook@php.net"
1211                 },
1212                 {
1213                     "name": "Phing Community",
1214                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1215                 }
1216             ],
1217             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1218             "homepage": "https://www.phing.info/",
1219             "keywords": [
1220                 "build",
1221                 "phing",
1222                 "task",
1223                 "tool"
1224             ],
1225             "time": "2016-03-10 21:39:23"
1226         },
1227         {
1228             "name": "phpmailer/phpmailer",
1229             "version": "v5.2.16",
1230             "source": {
1231                 "type": "git",
1232                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1233                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
1234             },
1235             "dist": {
1236                 "type": "zip",
1237                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1238                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1239                 "shasum": ""
1240             },
1241             "require": {
1242                 "php": ">=5.0.0"
1243             },
1244             "require-dev": {
1245                 "phpdocumentor/phpdocumentor": "*",
1246                 "phpunit/phpunit": "4.7.*"
1247             },
1248             "suggest": {
1249                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
1250             },
1251             "type": "library",
1252             "autoload": {
1253                 "classmap": [
1254                     "class.phpmailer.php",
1255                     "class.phpmaileroauth.php",
1256                     "class.phpmaileroauthgoogle.php",
1257                     "class.smtp.php",
1258                     "class.pop3.php",
1259                     "extras/EasyPeasyICS.php",
1260                     "extras/ntlm_sasl_client.php"
1261                 ]
1262             },
1263             "notification-url": "https://packagist.org/downloads/",
1264             "license": [
1265                 "LGPL-2.1"
1266             ],
1267             "authors": [
1268                 {
1269                     "name": "Jim Jagielski",
1270                     "email": "jimjag@gmail.com"
1271                 },
1272                 {
1273                     "name": "Marcus Bointon",
1274                     "email": "phpmailer@synchromedia.co.uk"
1275                 },
1276                 {
1277                     "name": "Andy Prevost",
1278                     "email": "codeworxtech@users.sourceforge.net"
1279                 },
1280                 {
1281                     "name": "Brent R. Matzelle"
1282                 }
1283             ],
1284             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1285             "time": "2016-06-06 09:09:37"
1286         },
1287         {
1288             "name": "phpoffice/phpexcel",
1289             "version": "1.8.1",
1290             "source": {
1291                 "type": "git",
1292                 "url": "https://github.com/PHPOffice/PHPExcel.git",
1293                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
1294             },
1295             "dist": {
1296                 "type": "zip",
1297                 "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1298                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1299                 "shasum": ""
1300             },
1301             "require": {
1302                 "ext-xml": "*",
1303                 "ext-xmlwriter": "*",
1304                 "php": ">=5.2.0"
1305             },
1306             "type": "library",
1307             "autoload": {
1308                 "psr-0": {
1309                     "PHPExcel": "Classes/"
1310                 }
1311             },
1312             "notification-url": "https://packagist.org/downloads/",
1313             "license": [
1314                 "LGPL"
1315             ],
1316             "authors": [
1317                 {
1318                     "name": "Maarten Balliauw",
1319                     "homepage": "http://blog.maartenballiauw.be"
1320                 },
1321                 {
1322                     "name": "Mark Baker"
1323                 },
1324                 {
1325                     "name": "Franck Lefevre",
1326                     "homepage": "http://blog.rootslabs.net"
1327                 },
1328                 {
1329                     "name": "Erik Tilt"
1330                 }
1331             ],
1332             "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1333             "homepage": "http://phpexcel.codeplex.com",
1334             "keywords": [
1335                 "OpenXML",
1336                 "excel",
1337                 "php",
1338                 "spreadsheet",
1339                 "xls",
1340                 "xlsx"
1341             ],
1342             "time": "2015-05-01 07:00:55"
1343         },
1344         {
1345             "name": "phpseclib/phpseclib",
1346             "version": "2.0.2",
1347             "source": {
1348                 "type": "git",
1349                 "url": "https://github.com/phpseclib/phpseclib.git",
1350                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1351             },
1352             "dist": {
1353                 "type": "zip",
1354                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1355                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1356                 "shasum": ""
1357             },
1358             "require": {
1359                 "php": ">=5.3.3"
1360             },
1361             "require-dev": {
1362                 "phing/phing": "~2.7",
1363                 "phpunit/phpunit": "~4.0",
1364                 "sami/sami": "~2.0",
1365                 "squizlabs/php_codesniffer": "~2.0"
1366             },
1367             "suggest": {
1368                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1369                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1370                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1371                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1372             },
1373             "type": "library",
1374             "autoload": {
1375                 "files": [
1376                     "phpseclib/bootstrap.php"
1377                 ],
1378                 "psr-4": {
1379                     "phpseclib\\": "phpseclib/"
1380                 }
1381             },
1382             "notification-url": "https://packagist.org/downloads/",
1383             "license": [
1384                 "MIT"
1385             ],
1386             "authors": [
1387                 {
1388                     "name": "Jim Wigginton",
1389                     "email": "terrafrost@php.net",
1390                     "role": "Lead Developer"
1391                 },
1392                 {
1393                     "name": "Patrick Monnerat",
1394                     "email": "pm@datasphere.ch",
1395                     "role": "Developer"
1396                 },
1397                 {
1398                     "name": "Andreas Fischer",
1399                     "email": "bantu@phpbb.com",
1400                     "role": "Developer"
1401                 },
1402                 {
1403                     "name": "Hans-Jürgen Petrich",
1404                     "email": "petrich@tronic-media.com",
1405                     "role": "Developer"
1406                 },
1407                 {
1408                     "name": "Graham Campbell",
1409                     "email": "graham@alt-three.com",
1410                     "role": "Developer"
1411                 }
1412             ],
1413             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1414             "homepage": "http://phpseclib.sourceforge.net",
1415             "keywords": [
1416                 "BigInteger",
1417                 "aes",
1418                 "asn.1",
1419                 "asn1",
1420                 "blowfish",
1421                 "crypto",
1422                 "cryptography",
1423                 "encryption",
1424                 "rsa",
1425                 "security",
1426                 "sftp",
1427                 "signature",
1428                 "signing",
1429                 "ssh",
1430                 "twofish",
1431                 "x.509",
1432                 "x509"
1433             ],
1434             "time": "2016-05-13 01:15:21"
1435         },
1436         {
1437             "name": "psr/log",
1438             "version": "1.0.2",
1439             "source": {
1440                 "type": "git",
1441                 "url": "https://github.com/php-fig/log.git",
1442                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1443             },
1444             "dist": {
1445                 "type": "zip",
1446                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1447                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1448                 "shasum": ""
1449             },
1450             "require": {
1451                 "php": ">=5.3.0"
1452             },
1453             "type": "library",
1454             "extra": {
1455                 "branch-alias": {
1456                     "dev-master": "1.0.x-dev"
1457                 }
1458             },
1459             "autoload": {
1460                 "psr-4": {
1461                     "Psr\\Log\\": "Psr/Log/"
1462                 }
1463             },
1464             "notification-url": "https://packagist.org/downloads/",
1465             "license": [
1466                 "MIT"
1467             ],
1468             "authors": [
1469                 {
1470                     "name": "PHP-FIG",
1471                     "homepage": "http://www.php-fig.org/"
1472                 }
1473             ],
1474             "description": "Common interface for logging libraries",
1475             "homepage": "https://github.com/php-fig/log",
1476             "keywords": [
1477                 "log",
1478                 "psr",
1479                 "psr-3"
1480             ],
1481             "time": "2016-10-10 12:19:37"
1482         },
1483         {
1484             "name": "rospdf/pdf-php",
1485             "version": "0.12.22",
1486             "source": {
1487                 "type": "git",
1488                 "url": "https://github.com/rospdf/pdf-php.git",
1489                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1490             },
1491             "dist": {
1492                 "type": "zip",
1493                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1494                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1495                 "shasum": ""
1496             },
1497             "require": {
1498                 "php": ">=5.3.2"
1499             },
1500             "require-dev": {
1501                 "squizlabs/php_codesniffer": "2.*"
1502             },
1503             "type": "library",
1504             "extra": {
1505                 "branch-alias": {
1506                     "dev-experimental": "0.13.x-dev",
1507                     "dev-master": "0.12.x-dev"
1508                 }
1509             },
1510             "autoload": {
1511                 "files": [
1512                     "src/Cpdf.php",
1513                     "src/Cezpdf.php"
1514                 ]
1515             },
1516             "notification-url": "https://packagist.org/downloads/",
1517             "license": [
1518                 "GPL-3.0"
1519             ],
1520             "authors": [
1521                 {
1522                     "name": "Ole Koeckemann",
1523                     "email": "ole1986@users.sourceforge.net",
1524                     "role": "Developer"
1525                 },
1526                 {
1527                     "name": "Lars Olesen",
1528                     "email": "lars@intraface.dk",
1529                     "role": "Developer"
1530                 },
1531                 {
1532                     "name": "Wayne Munro",
1533                     "email": "pdf@ros.co.nz",
1534                     "role": "Inactive"
1535                 }
1536             ],
1537             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1538             "homepage": "https://github.com/rospdf/pdf-php",
1539             "time": "2016-06-01 21:36:09"
1540         },
1541         {
1542             "name": "setasign/fpdi",
1543             "version": "1.6.2",
1544             "source": {
1545                 "type": "git",
1546                 "url": "https://github.com/Setasign/FPDI.git",
1547                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
1548             },
1549             "dist": {
1550                 "type": "zip",
1551                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1552                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1553                 "shasum": ""
1554             },
1555             "suggest": {
1556                 "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.",
1557                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1558                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1559             },
1560             "type": "library",
1561             "autoload": {
1562                 "classmap": [
1563                     "filters/",
1564                     "fpdi.php",
1565                     "fpdf_tpl.php",
1566                     "fpdi_pdf_parser.php",
1567                     "pdf_context.php"
1568                 ]
1569             },
1570             "notification-url": "https://packagist.org/downloads/",
1571             "license": [
1572                 "MIT"
1573             ],
1574             "authors": [
1575                 {
1576                     "name": "Jan Slabon",
1577                     "email": "jan.slabon@setasign.com",
1578                     "homepage": "https://www.setasign.com"
1579                 }
1580             ],
1581             "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.",
1582             "homepage": "https://www.setasign.com/fpdi",
1583             "keywords": [
1584                 "fpdf",
1585                 "fpdi",
1586                 "pdf"
1587             ],
1588             "time": "2017-05-11 14:25:49"
1589         },
1590         {
1591             "name": "smarty/smarty",
1592             "version": "v2.6.29",
1593             "source": {
1594                 "type": "git",
1595                 "url": "https://github.com/smarty-php/smarty.git",
1596                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1597             },
1598             "dist": {
1599                 "type": "zip",
1600                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1601                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1602                 "shasum": ""
1603             },
1604             "require": {
1605                 "php": ">=5.2"
1606             },
1607             "type": "library",
1608             "extra": {
1609                 "branch-alias": {
1610                     "dev-master": "2.6.x-dev"
1611                 }
1612             },
1613             "autoload": {
1614                 "classmap": [
1615                     "libs/Smarty.class.php",
1616                     "libs/Smarty_Compiler.class.php",
1617                     "libs/Config_File.class.php"
1618                 ]
1619             },
1620             "notification-url": "https://packagist.org/downloads/",
1621             "license": [
1622                 "LGPL-3.0"
1623             ],
1624             "authors": [
1625                 {
1626                     "name": "Monte Ohrt",
1627                     "email": "monte@ohrt.com"
1628                 },
1629                 {
1630                     "name": "Uwe Tews",
1631                     "email": "uwe.tews@googlemail.com"
1632                 }
1633             ],
1634             "description": "Smarty - the compiling PHP template engine",
1635             "homepage": "http://www.smarty.net",
1636             "keywords": [
1637                 "templating"
1638             ],
1639             "time": "2015-06-21 13:10:14"
1640         },
1641         {
1642             "name": "symfony/console",
1643             "version": "v3.2.8",
1644             "source": {
1645                 "type": "git",
1646                 "url": "https://github.com/symfony/console.git",
1647                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"
1648             },
1649             "dist": {
1650                 "type": "zip",
1651                 "url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
1652                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
1653                 "shasum": ""
1654             },
1655             "require": {
1656                 "php": ">=5.5.9",
1657                 "symfony/debug": "~2.8|~3.0",
1658                 "symfony/polyfill-mbstring": "~1.0"
1659             },
1660             "require-dev": {
1661                 "psr/log": "~1.0",
1662                 "symfony/event-dispatcher": "~2.8|~3.0",
1663                 "symfony/filesystem": "~2.8|~3.0",
1664                 "symfony/process": "~2.8|~3.0"
1665             },
1666             "suggest": {
1667                 "psr/log": "For using the console logger",
1668                 "symfony/event-dispatcher": "",
1669                 "symfony/filesystem": "",
1670                 "symfony/process": ""
1671             },
1672             "type": "library",
1673             "extra": {
1674                 "branch-alias": {
1675                     "dev-master": "3.2-dev"
1676                 }
1677             },
1678             "autoload": {
1679                 "psr-4": {
1680                     "Symfony\\Component\\Console\\": ""
1681                 },
1682                 "exclude-from-classmap": [
1683                     "/Tests/"
1684                 ]
1685             },
1686             "notification-url": "https://packagist.org/downloads/",
1687             "license": [
1688                 "MIT"
1689             ],
1690             "authors": [
1691                 {
1692                     "name": "Fabien Potencier",
1693                     "email": "fabien@symfony.com"
1694                 },
1695                 {
1696                     "name": "Symfony Community",
1697                     "homepage": "https://symfony.com/contributors"
1698                 }
1699             ],
1700             "description": "Symfony Console Component",
1701             "homepage": "https://symfony.com",
1702             "time": "2017-04-26 01:39:17"
1703         },
1704         {
1705             "name": "symfony/debug",
1706             "version": "v3.2.8",
1707             "source": {
1708                 "type": "git",
1709                 "url": "https://github.com/symfony/debug.git",
1710                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686"
1711             },
1712             "dist": {
1713                 "type": "zip",
1714                 "url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
1715                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
1716                 "shasum": ""
1717             },
1718             "require": {
1719                 "php": ">=5.5.9",
1720                 "psr/log": "~1.0"
1721             },
1722             "conflict": {
1723                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1724             },
1725             "require-dev": {
1726                 "symfony/class-loader": "~2.8|~3.0",
1727                 "symfony/http-kernel": "~2.8|~3.0"
1728             },
1729             "type": "library",
1730             "extra": {
1731                 "branch-alias": {
1732                     "dev-master": "3.2-dev"
1733                 }
1734             },
1735             "autoload": {
1736                 "psr-4": {
1737                     "Symfony\\Component\\Debug\\": ""
1738                 },
1739                 "exclude-from-classmap": [
1740                     "/Tests/"
1741                 ]
1742             },
1743             "notification-url": "https://packagist.org/downloads/",
1744             "license": [
1745                 "MIT"
1746             ],
1747             "authors": [
1748                 {
1749                     "name": "Fabien Potencier",
1750                     "email": "fabien@symfony.com"
1751                 },
1752                 {
1753                     "name": "Symfony Community",
1754                     "homepage": "https://symfony.com/contributors"
1755                 }
1756             ],
1757             "description": "Symfony Debug Component",
1758             "homepage": "https://symfony.com",
1759             "time": "2017-04-19 20:17:50"
1760         },
1761         {
1762             "name": "symfony/http-foundation",
1763             "version": "v2.8.20",
1764             "source": {
1765                 "type": "git",
1766                 "url": "https://github.com/symfony/http-foundation.git",
1767                 "reference": "cfa9013809ad18514855144d14bb321cf4673561"
1768             },
1769             "dist": {
1770                 "type": "zip",
1771                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cfa9013809ad18514855144d14bb321cf4673561",
1772                 "reference": "cfa9013809ad18514855144d14bb321cf4673561",
1773                 "shasum": ""
1774             },
1775             "require": {
1776                 "php": ">=5.3.9",
1777                 "symfony/polyfill-mbstring": "~1.1",
1778                 "symfony/polyfill-php54": "~1.0",
1779                 "symfony/polyfill-php55": "~1.0"
1780             },
1781             "require-dev": {
1782                 "symfony/expression-language": "~2.4|~3.0.0"
1783             },
1784             "type": "library",
1785             "extra": {
1786                 "branch-alias": {
1787                     "dev-master": "2.8-dev"
1788                 }
1789             },
1790             "autoload": {
1791                 "psr-4": {
1792                     "Symfony\\Component\\HttpFoundation\\": ""
1793                 },
1794                 "exclude-from-classmap": [
1795                     "/Tests/"
1796                 ]
1797             },
1798             "notification-url": "https://packagist.org/downloads/",
1799             "license": [
1800                 "MIT"
1801             ],
1802             "authors": [
1803                 {
1804                     "name": "Fabien Potencier",
1805                     "email": "fabien@symfony.com"
1806                 },
1807                 {
1808                     "name": "Symfony Community",
1809                     "homepage": "https://symfony.com/contributors"
1810                 }
1811             ],
1812             "description": "Symfony HttpFoundation Component",
1813             "homepage": "https://symfony.com",
1814             "time": "2017-05-01 14:31:55"
1815         },
1816         {
1817             "name": "symfony/polyfill-mbstring",
1818             "version": "v1.3.0",
1819             "source": {
1820                 "type": "git",
1821                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1822                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1823             },
1824             "dist": {
1825                 "type": "zip",
1826                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1827                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1828                 "shasum": ""
1829             },
1830             "require": {
1831                 "php": ">=5.3.3"
1832             },
1833             "suggest": {
1834                 "ext-mbstring": "For best performance"
1835             },
1836             "type": "library",
1837             "extra": {
1838                 "branch-alias": {
1839                     "dev-master": "1.3-dev"
1840                 }
1841             },
1842             "autoload": {
1843                 "psr-4": {
1844                     "Symfony\\Polyfill\\Mbstring\\": ""
1845                 },
1846                 "files": [
1847                     "bootstrap.php"
1848                 ]
1849             },
1850             "notification-url": "https://packagist.org/downloads/",
1851             "license": [
1852                 "MIT"
1853             ],
1854             "authors": [
1855                 {
1856                     "name": "Nicolas Grekas",
1857                     "email": "p@tchwork.com"
1858                 },
1859                 {
1860                     "name": "Symfony Community",
1861                     "homepage": "https://symfony.com/contributors"
1862                 }
1863             ],
1864             "description": "Symfony polyfill for the Mbstring extension",
1865             "homepage": "https://symfony.com",
1866             "keywords": [
1867                 "compatibility",
1868                 "mbstring",
1869                 "polyfill",
1870                 "portable",
1871                 "shim"
1872             ],
1873             "time": "2016-11-14 01:06:16"
1874         },
1875         {
1876             "name": "symfony/polyfill-php54",
1877             "version": "v1.3.0",
1878             "source": {
1879                 "type": "git",
1880                 "url": "https://github.com/symfony/polyfill-php54.git",
1881                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
1882             },
1883             "dist": {
1884                 "type": "zip",
1885                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1886                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1887                 "shasum": ""
1888             },
1889             "require": {
1890                 "php": ">=5.3.3"
1891             },
1892             "type": "library",
1893             "extra": {
1894                 "branch-alias": {
1895                     "dev-master": "1.3-dev"
1896                 }
1897             },
1898             "autoload": {
1899                 "psr-4": {
1900                     "Symfony\\Polyfill\\Php54\\": ""
1901                 },
1902                 "files": [
1903                     "bootstrap.php"
1904                 ],
1905                 "classmap": [
1906                     "Resources/stubs"
1907                 ]
1908             },
1909             "notification-url": "https://packagist.org/downloads/",
1910             "license": [
1911                 "MIT"
1912             ],
1913             "authors": [
1914                 {
1915                     "name": "Nicolas Grekas",
1916                     "email": "p@tchwork.com"
1917                 },
1918                 {
1919                     "name": "Symfony Community",
1920                     "homepage": "https://symfony.com/contributors"
1921                 }
1922             ],
1923             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
1924             "homepage": "https://symfony.com",
1925             "keywords": [
1926                 "compatibility",
1927                 "polyfill",
1928                 "portable",
1929                 "shim"
1930             ],
1931             "time": "2016-11-14 01:06:16"
1932         },
1933         {
1934             "name": "symfony/polyfill-php55",
1935             "version": "v1.3.0",
1936             "source": {
1937                 "type": "git",
1938                 "url": "https://github.com/symfony/polyfill-php55.git",
1939                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
1940             },
1941             "dist": {
1942                 "type": "zip",
1943                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
1944                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
1945                 "shasum": ""
1946             },
1947             "require": {
1948                 "ircmaxell/password-compat": "~1.0",
1949                 "php": ">=5.3.3"
1950             },
1951             "type": "library",
1952             "extra": {
1953                 "branch-alias": {
1954                     "dev-master": "1.3-dev"
1955                 }
1956             },
1957             "autoload": {
1958                 "psr-4": {
1959                     "Symfony\\Polyfill\\Php55\\": ""
1960                 },
1961                 "files": [
1962                     "bootstrap.php"
1963                 ]
1964             },
1965             "notification-url": "https://packagist.org/downloads/",
1966             "license": [
1967                 "MIT"
1968             ],
1969             "authors": [
1970                 {
1971                     "name": "Nicolas Grekas",
1972                     "email": "p@tchwork.com"
1973                 },
1974                 {
1975                     "name": "Symfony Community",
1976                     "homepage": "https://symfony.com/contributors"
1977                 }
1978             ],
1979             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
1980             "homepage": "https://symfony.com",
1981             "keywords": [
1982                 "compatibility",
1983                 "polyfill",
1984                 "portable",
1985                 "shim"
1986             ],
1987             "time": "2016-11-14 01:06:16"
1988         },
1989         {
1990             "name": "symfony/yaml",
1991             "version": "v2.8.20",
1992             "source": {
1993                 "type": "git",
1994                 "url": "https://github.com/symfony/yaml.git",
1995                 "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
1996             },
1997             "dist": {
1998                 "type": "zip",
1999                 "url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
2000                 "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
2001                 "shasum": ""
2002             },
2003             "require": {
2004                 "php": ">=5.3.9"
2005             },
2006             "type": "library",
2007             "extra": {
2008                 "branch-alias": {
2009                     "dev-master": "2.8-dev"
2010                 }
2011             },
2012             "autoload": {
2013                 "psr-4": {
2014                     "Symfony\\Component\\Yaml\\": ""
2015                 },
2016                 "exclude-from-classmap": [
2017                     "/Tests/"
2018                 ]
2019             },
2020             "notification-url": "https://packagist.org/downloads/",
2021             "license": [
2022                 "MIT"
2023             ],
2024             "authors": [
2025                 {
2026                     "name": "Fabien Potencier",
2027                     "email": "fabien@symfony.com"
2028                 },
2029                 {
2030                     "name": "Symfony Community",
2031                     "homepage": "https://symfony.com/contributors"
2032                 }
2033             ],
2034             "description": "Symfony Yaml Component",
2035             "homepage": "https://symfony.com",
2036             "time": "2017-05-01 14:31:55"
2037         },
2038         {
2039             "name": "twig/twig",
2040             "version": "v1.33.2",
2041             "source": {
2042                 "type": "git",
2043                 "url": "https://github.com/twigphp/Twig.git",
2044                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
2045             },
2046             "dist": {
2047                 "type": "zip",
2048                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2049                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2050                 "shasum": ""
2051             },
2052             "require": {
2053                 "php": ">=5.2.7"
2054             },
2055             "require-dev": {
2056                 "psr/container": "^1.0",
2057                 "symfony/debug": "~2.7",
2058                 "symfony/phpunit-bridge": "~3.3@dev"
2059             },
2060             "type": "library",
2061             "extra": {
2062                 "branch-alias": {
2063                     "dev-master": "1.33-dev"
2064                 }
2065             },
2066             "autoload": {
2067                 "psr-0": {
2068                     "Twig_": "lib/"
2069                 }
2070             },
2071             "notification-url": "https://packagist.org/downloads/",
2072             "license": [
2073                 "BSD-3-Clause"
2074             ],
2075             "authors": [
2076                 {
2077                     "name": "Fabien Potencier",
2078                     "email": "fabien@symfony.com",
2079                     "homepage": "http://fabien.potencier.org",
2080                     "role": "Lead Developer"
2081                 },
2082                 {
2083                     "name": "Armin Ronacher",
2084                     "email": "armin.ronacher@active-4.com",
2085                     "role": "Project Founder"
2086                 },
2087                 {
2088                     "name": "Twig Team",
2089                     "homepage": "http://twig.sensiolabs.org/contributors",
2090                     "role": "Contributors"
2091                 }
2092             ],
2093             "description": "Twig, the flexible, fast, and secure template language for PHP",
2094             "homepage": "http://twig.sensiolabs.org",
2095             "keywords": [
2096                 "templating"
2097             ],
2098             "time": "2017-04-20 17:39:48"
2099         },
2100         {
2101             "name": "vlucas/phpdotenv",
2102             "version": "v2.4.0",
2103             "source": {
2104                 "type": "git",
2105                 "url": "https://github.com/vlucas/phpdotenv.git",
2106                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2107             },
2108             "dist": {
2109                 "type": "zip",
2110                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2111                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2112                 "shasum": ""
2113             },
2114             "require": {
2115                 "php": ">=5.3.9"
2116             },
2117             "require-dev": {
2118                 "phpunit/phpunit": "^4.8 || ^5.0"
2119             },
2120             "type": "library",
2121             "extra": {
2122                 "branch-alias": {
2123                     "dev-master": "2.4-dev"
2124                 }
2125             },
2126             "autoload": {
2127                 "psr-4": {
2128                     "Dotenv\\": "src/"
2129                 }
2130             },
2131             "notification-url": "https://packagist.org/downloads/",
2132             "license": [
2133                 "BSD-3-Clause-Attribution"
2134             ],
2135             "authors": [
2136                 {
2137                     "name": "Vance Lucas",
2138                     "email": "vance@vancelucas.com",
2139                     "homepage": "http://www.vancelucas.com"
2140                 }
2141             ],
2142             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2143             "keywords": [
2144                 "dotenv",
2145                 "env",
2146                 "environment"
2147             ],
2148             "time": "2016-09-01 10:05:43"
2149         },
2150         {
2151             "name": "zendframework/zendframework",
2152             "version": "2.4.9",
2153             "source": {
2154                 "type": "git",
2155                 "url": "https://github.com/zendframework/zendframework.git",
2156                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
2157             },
2158             "dist": {
2159                 "type": "zip",
2160                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
2161                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
2162                 "shasum": ""
2163             },
2164             "require": {
2165                 "php": ">=5.3.23",
2166                 "zendframework/zendxml": "^1.0.1"
2167             },
2168             "replace": {
2169                 "zendframework/zend-authentication": "self.version",
2170                 "zendframework/zend-barcode": "self.version",
2171                 "zendframework/zend-cache": "self.version",
2172                 "zendframework/zend-captcha": "self.version",
2173                 "zendframework/zend-code": "self.version",
2174                 "zendframework/zend-config": "self.version",
2175                 "zendframework/zend-console": "self.version",
2176                 "zendframework/zend-crypt": "self.version",
2177                 "zendframework/zend-db": "self.version",
2178                 "zendframework/zend-debug": "self.version",
2179                 "zendframework/zend-di": "self.version",
2180                 "zendframework/zend-dom": "self.version",
2181                 "zendframework/zend-escaper": "self.version",
2182                 "zendframework/zend-eventmanager": "self.version",
2183                 "zendframework/zend-feed": "self.version",
2184                 "zendframework/zend-file": "self.version",
2185                 "zendframework/zend-filter": "self.version",
2186                 "zendframework/zend-form": "self.version",
2187                 "zendframework/zend-http": "self.version",
2188                 "zendframework/zend-i18n": "self.version",
2189                 "zendframework/zend-inputfilter": "self.version",
2190                 "zendframework/zend-json": "self.version",
2191                 "zendframework/zend-ldap": "self.version",
2192                 "zendframework/zend-loader": "self.version",
2193                 "zendframework/zend-log": "self.version",
2194                 "zendframework/zend-mail": "self.version",
2195                 "zendframework/zend-math": "self.version",
2196                 "zendframework/zend-memory": "self.version",
2197                 "zendframework/zend-mime": "self.version",
2198                 "zendframework/zend-modulemanager": "self.version",
2199                 "zendframework/zend-mvc": "self.version",
2200                 "zendframework/zend-navigation": "self.version",
2201                 "zendframework/zend-paginator": "self.version",
2202                 "zendframework/zend-permissions-acl": "self.version",
2203                 "zendframework/zend-permissions-rbac": "self.version",
2204                 "zendframework/zend-progressbar": "self.version",
2205                 "zendframework/zend-resources": "self.version",
2206                 "zendframework/zend-serializer": "self.version",
2207                 "zendframework/zend-server": "self.version",
2208                 "zendframework/zend-servicemanager": "self.version",
2209                 "zendframework/zend-session": "self.version",
2210                 "zendframework/zend-soap": "self.version",
2211                 "zendframework/zend-stdlib": "self.version",
2212                 "zendframework/zend-tag": "self.version",
2213                 "zendframework/zend-test": "self.version",
2214                 "zendframework/zend-text": "self.version",
2215                 "zendframework/zend-uri": "self.version",
2216                 "zendframework/zend-validator": "self.version",
2217                 "zendframework/zend-version": "self.version",
2218                 "zendframework/zend-view": "self.version",
2219                 "zendframework/zend-xmlrpc": "self.version"
2220             },
2221             "require-dev": {
2222                 "doctrine/annotations": "~1.0",
2223                 "fabpot/php-cs-fixer": "~1.0",
2224                 "ircmaxell/random-lib": "~1.1",
2225                 "mikey179/vfsstream": "~1.2",
2226                 "phpunit/phpcov": "~2.0",
2227                 "phpunit/phpunit": "~4.6",
2228                 "satooshi/php-coveralls": "dev-master"
2229             },
2230             "suggest": {
2231                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
2232                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
2233                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2234                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2235                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
2236                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
2237             },
2238             "bin": [
2239                 "bin/classmap_generator.php",
2240                 "bin/pluginmap_generator.php",
2241                 "bin/templatemap_generator.php"
2242             ],
2243             "type": "library",
2244             "extra": {
2245                 "branch-alias": {
2246                     "dev-master": "2.4-dev",
2247                     "dev-develop": "2.5-dev"
2248                 }
2249             },
2250             "autoload": {
2251                 "psr-4": {
2252                     "Zend\\": "library/Zend/"
2253                 }
2254             },
2255             "notification-url": "https://packagist.org/downloads/",
2256             "license": [
2257                 "BSD-3-Clause"
2258             ],
2259             "description": "Zend Framework 2",
2260             "homepage": "http://framework.zend.com/",
2261             "keywords": [
2262                 "framework",
2263                 "zf2"
2264             ],
2265             "time": "2015-11-23 17:34:23"
2266         },
2267         {
2268             "name": "zendframework/zendxml",
2269             "version": "1.0.2",
2270             "source": {
2271                 "type": "git",
2272                 "url": "https://github.com/zendframework/ZendXml.git",
2273                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
2274             },
2275             "dist": {
2276                 "type": "zip",
2277                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2278                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2279                 "shasum": ""
2280             },
2281             "require": {
2282                 "php": "^5.3.3 || ^7.0"
2283             },
2284             "require-dev": {
2285                 "phpunit/phpunit": "^3.7 || ^4.0",
2286                 "squizlabs/php_codesniffer": "^1.5"
2287             },
2288             "type": "library",
2289             "extra": {
2290                 "branch-alias": {
2291                     "dev-master": "1.0-dev"
2292                 }
2293             },
2294             "autoload": {
2295                 "psr-0": {
2296                     "ZendXml\\": "library/"
2297                 }
2298             },
2299             "notification-url": "https://packagist.org/downloads/",
2300             "license": [
2301                 "BSD-3-Clause"
2302             ],
2303             "description": "Utility library for XML usage, best practices, and security in PHP",
2304             "homepage": "http://packages.zendframework.com/",
2305             "keywords": [
2306                 "security",
2307                 "xml",
2308                 "zf2"
2309             ],
2310             "time": "2016-02-04 21:02:08"
2311         }
2312     ],
2313     "packages-dev": [
2314         {
2315             "name": "myclabs/deep-copy",
2316             "version": "1.6.1",
2317             "source": {
2318                 "type": "git",
2319                 "url": "https://github.com/myclabs/DeepCopy.git",
2320                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2321             },
2322             "dist": {
2323                 "type": "zip",
2324                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2325                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2326                 "shasum": ""
2327             },
2328             "require": {
2329                 "php": ">=5.4.0"
2330             },
2331             "require-dev": {
2332                 "doctrine/collections": "1.*",
2333                 "phpunit/phpunit": "~4.1"
2334             },
2335             "type": "library",
2336             "autoload": {
2337                 "psr-4": {
2338                     "DeepCopy\\": "src/DeepCopy/"
2339                 }
2340             },
2341             "notification-url": "https://packagist.org/downloads/",
2342             "license": [
2343                 "MIT"
2344             ],
2345             "description": "Create deep copies (clones) of your objects",
2346             "homepage": "https://github.com/myclabs/DeepCopy",
2347             "keywords": [
2348                 "clone",
2349                 "copy",
2350                 "duplicate",
2351                 "object",
2352                 "object graph"
2353             ],
2354             "time": "2017-04-12 18:52:22"
2355         },
2356         {
2357             "name": "phpdocumentor/reflection-common",
2358             "version": "1.0",
2359             "source": {
2360                 "type": "git",
2361                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2362                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2363             },
2364             "dist": {
2365                 "type": "zip",
2366                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2367                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2368                 "shasum": ""
2369             },
2370             "require": {
2371                 "php": ">=5.5"
2372             },
2373             "require-dev": {
2374                 "phpunit/phpunit": "^4.6"
2375             },
2376             "type": "library",
2377             "extra": {
2378                 "branch-alias": {
2379                     "dev-master": "1.0.x-dev"
2380                 }
2381             },
2382             "autoload": {
2383                 "psr-4": {
2384                     "phpDocumentor\\Reflection\\": [
2385                         "src"
2386                     ]
2387                 }
2388             },
2389             "notification-url": "https://packagist.org/downloads/",
2390             "license": [
2391                 "MIT"
2392             ],
2393             "authors": [
2394                 {
2395                     "name": "Jaap van Otterdijk",
2396                     "email": "opensource@ijaap.nl"
2397                 }
2398             ],
2399             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2400             "homepage": "http://www.phpdoc.org",
2401             "keywords": [
2402                 "FQSEN",
2403                 "phpDocumentor",
2404                 "phpdoc",
2405                 "reflection",
2406                 "static analysis"
2407             ],
2408             "time": "2015-12-27 11:43:31"
2409         },
2410         {
2411             "name": "phpdocumentor/reflection-docblock",
2412             "version": "3.1.1",
2413             "source": {
2414                 "type": "git",
2415                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2416                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2417             },
2418             "dist": {
2419                 "type": "zip",
2420                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2421                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2422                 "shasum": ""
2423             },
2424             "require": {
2425                 "php": ">=5.5",
2426                 "phpdocumentor/reflection-common": "^1.0@dev",
2427                 "phpdocumentor/type-resolver": "^0.2.0",
2428                 "webmozart/assert": "^1.0"
2429             },
2430             "require-dev": {
2431                 "mockery/mockery": "^0.9.4",
2432                 "phpunit/phpunit": "^4.4"
2433             },
2434             "type": "library",
2435             "autoload": {
2436                 "psr-4": {
2437                     "phpDocumentor\\Reflection\\": [
2438                         "src/"
2439                     ]
2440                 }
2441             },
2442             "notification-url": "https://packagist.org/downloads/",
2443             "license": [
2444                 "MIT"
2445             ],
2446             "authors": [
2447                 {
2448                     "name": "Mike van Riel",
2449                     "email": "me@mikevanriel.com"
2450                 }
2451             ],
2452             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2453             "time": "2016-09-30 07:12:33"
2454         },
2455         {
2456             "name": "phpdocumentor/type-resolver",
2457             "version": "0.2.1",
2458             "source": {
2459                 "type": "git",
2460                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2461                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2462             },
2463             "dist": {
2464                 "type": "zip",
2465                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2466                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2467                 "shasum": ""
2468             },
2469             "require": {
2470                 "php": ">=5.5",
2471                 "phpdocumentor/reflection-common": "^1.0"
2472             },
2473             "require-dev": {
2474                 "mockery/mockery": "^0.9.4",
2475                 "phpunit/phpunit": "^5.2||^4.8.24"
2476             },
2477             "type": "library",
2478             "extra": {
2479                 "branch-alias": {
2480                     "dev-master": "1.0.x-dev"
2481                 }
2482             },
2483             "autoload": {
2484                 "psr-4": {
2485                     "phpDocumentor\\Reflection\\": [
2486                         "src/"
2487                     ]
2488                 }
2489             },
2490             "notification-url": "https://packagist.org/downloads/",
2491             "license": [
2492                 "MIT"
2493             ],
2494             "authors": [
2495                 {
2496                     "name": "Mike van Riel",
2497                     "email": "me@mikevanriel.com"
2498                 }
2499             ],
2500             "time": "2016-11-25 06:54:22"
2501         },
2502         {
2503             "name": "phpspec/prophecy",
2504             "version": "v1.7.0",
2505             "source": {
2506                 "type": "git",
2507                 "url": "https://github.com/phpspec/prophecy.git",
2508                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2509             },
2510             "dist": {
2511                 "type": "zip",
2512                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2513                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2514                 "shasum": ""
2515             },
2516             "require": {
2517                 "doctrine/instantiator": "^1.0.2",
2518                 "php": "^5.3|^7.0",
2519                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2520                 "sebastian/comparator": "^1.1|^2.0",
2521                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2522             },
2523             "require-dev": {
2524                 "phpspec/phpspec": "^2.5|^3.2",
2525                 "phpunit/phpunit": "^4.8 || ^5.6.5"
2526             },
2527             "type": "library",
2528             "extra": {
2529                 "branch-alias": {
2530                     "dev-master": "1.6.x-dev"
2531                 }
2532             },
2533             "autoload": {
2534                 "psr-0": {
2535                     "Prophecy\\": "src/"
2536                 }
2537             },
2538             "notification-url": "https://packagist.org/downloads/",
2539             "license": [
2540                 "MIT"
2541             ],
2542             "authors": [
2543                 {
2544                     "name": "Konstantin Kudryashov",
2545                     "email": "ever.zet@gmail.com",
2546                     "homepage": "http://everzet.com"
2547                 },
2548                 {
2549                     "name": "Marcello Duarte",
2550                     "email": "marcello.duarte@gmail.com"
2551                 }
2552             ],
2553             "description": "Highly opinionated mocking framework for PHP 5.3+",
2554             "homepage": "https://github.com/phpspec/prophecy",
2555             "keywords": [
2556                 "Double",
2557                 "Dummy",
2558                 "fake",
2559                 "mock",
2560                 "spy",
2561                 "stub"
2562             ],
2563             "time": "2017-03-02 20:05:34"
2564         },
2565         {
2566             "name": "phpunit/php-code-coverage",
2567             "version": "4.0.8",
2568             "source": {
2569                 "type": "git",
2570                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2571                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2572             },
2573             "dist": {
2574                 "type": "zip",
2575                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2576                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2577                 "shasum": ""
2578             },
2579             "require": {
2580                 "ext-dom": "*",
2581                 "ext-xmlwriter": "*",
2582                 "php": "^5.6 || ^7.0",
2583                 "phpunit/php-file-iterator": "^1.3",
2584                 "phpunit/php-text-template": "^1.2",
2585                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2586                 "sebastian/code-unit-reverse-lookup": "^1.0",
2587                 "sebastian/environment": "^1.3.2 || ^2.0",
2588                 "sebastian/version": "^1.0 || ^2.0"
2589             },
2590             "require-dev": {
2591                 "ext-xdebug": "^2.1.4",
2592                 "phpunit/phpunit": "^5.7"
2593             },
2594             "suggest": {
2595                 "ext-xdebug": "^2.5.1"
2596             },
2597             "type": "library",
2598             "extra": {
2599                 "branch-alias": {
2600                     "dev-master": "4.0.x-dev"
2601                 }
2602             },
2603             "autoload": {
2604                 "classmap": [
2605                     "src/"
2606                 ]
2607             },
2608             "notification-url": "https://packagist.org/downloads/",
2609             "license": [
2610                 "BSD-3-Clause"
2611             ],
2612             "authors": [
2613                 {
2614                     "name": "Sebastian Bergmann",
2615                     "email": "sb@sebastian-bergmann.de",
2616                     "role": "lead"
2617                 }
2618             ],
2619             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2620             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2621             "keywords": [
2622                 "coverage",
2623                 "testing",
2624                 "xunit"
2625             ],
2626             "time": "2017-04-02 07:44:40"
2627         },
2628         {
2629             "name": "phpunit/php-file-iterator",
2630             "version": "1.4.2",
2631             "source": {
2632                 "type": "git",
2633                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2634                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2635             },
2636             "dist": {
2637                 "type": "zip",
2638                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2639                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2640                 "shasum": ""
2641             },
2642             "require": {
2643                 "php": ">=5.3.3"
2644             },
2645             "type": "library",
2646             "extra": {
2647                 "branch-alias": {
2648                     "dev-master": "1.4.x-dev"
2649                 }
2650             },
2651             "autoload": {
2652                 "classmap": [
2653                     "src/"
2654                 ]
2655             },
2656             "notification-url": "https://packagist.org/downloads/",
2657             "license": [
2658                 "BSD-3-Clause"
2659             ],
2660             "authors": [
2661                 {
2662                     "name": "Sebastian Bergmann",
2663                     "email": "sb@sebastian-bergmann.de",
2664                     "role": "lead"
2665                 }
2666             ],
2667             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2668             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2669             "keywords": [
2670                 "filesystem",
2671                 "iterator"
2672             ],
2673             "time": "2016-10-03 07:40:28"
2674         },
2675         {
2676             "name": "phpunit/php-text-template",
2677             "version": "1.2.1",
2678             "source": {
2679                 "type": "git",
2680                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2681                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2682             },
2683             "dist": {
2684                 "type": "zip",
2685                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2686                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2687                 "shasum": ""
2688             },
2689             "require": {
2690                 "php": ">=5.3.3"
2691             },
2692             "type": "library",
2693             "autoload": {
2694                 "classmap": [
2695                     "src/"
2696                 ]
2697             },
2698             "notification-url": "https://packagist.org/downloads/",
2699             "license": [
2700                 "BSD-3-Clause"
2701             ],
2702             "authors": [
2703                 {
2704                     "name": "Sebastian Bergmann",
2705                     "email": "sebastian@phpunit.de",
2706                     "role": "lead"
2707                 }
2708             ],
2709             "description": "Simple template engine.",
2710             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2711             "keywords": [
2712                 "template"
2713             ],
2714             "time": "2015-06-21 13:50:34"
2715         },
2716         {
2717             "name": "phpunit/php-timer",
2718             "version": "1.0.9",
2719             "source": {
2720                 "type": "git",
2721                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2722                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2723             },
2724             "dist": {
2725                 "type": "zip",
2726                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2727                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2728                 "shasum": ""
2729             },
2730             "require": {
2731                 "php": "^5.3.3 || ^7.0"
2732             },
2733             "require-dev": {
2734                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2735             },
2736             "type": "library",
2737             "extra": {
2738                 "branch-alias": {
2739                     "dev-master": "1.0-dev"
2740                 }
2741             },
2742             "autoload": {
2743                 "classmap": [
2744                     "src/"
2745                 ]
2746             },
2747             "notification-url": "https://packagist.org/downloads/",
2748             "license": [
2749                 "BSD-3-Clause"
2750             ],
2751             "authors": [
2752                 {
2753                     "name": "Sebastian Bergmann",
2754                     "email": "sb@sebastian-bergmann.de",
2755                     "role": "lead"
2756                 }
2757             ],
2758             "description": "Utility class for timing",
2759             "homepage": "https://github.com/sebastianbergmann/php-timer/",
2760             "keywords": [
2761                 "timer"
2762             ],
2763             "time": "2017-02-26 11:10:40"
2764         },
2765         {
2766             "name": "phpunit/php-token-stream",
2767             "version": "1.4.11",
2768             "source": {
2769                 "type": "git",
2770                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2771                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2772             },
2773             "dist": {
2774                 "type": "zip",
2775                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
2776                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2777                 "shasum": ""
2778             },
2779             "require": {
2780                 "ext-tokenizer": "*",
2781                 "php": ">=5.3.3"
2782             },
2783             "require-dev": {
2784                 "phpunit/phpunit": "~4.2"
2785             },
2786             "type": "library",
2787             "extra": {
2788                 "branch-alias": {
2789                     "dev-master": "1.4-dev"
2790                 }
2791             },
2792             "autoload": {
2793                 "classmap": [
2794                     "src/"
2795                 ]
2796             },
2797             "notification-url": "https://packagist.org/downloads/",
2798             "license": [
2799                 "BSD-3-Clause"
2800             ],
2801             "authors": [
2802                 {
2803                     "name": "Sebastian Bergmann",
2804                     "email": "sebastian@phpunit.de"
2805                 }
2806             ],
2807             "description": "Wrapper around PHP's tokenizer extension.",
2808             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2809             "keywords": [
2810                 "tokenizer"
2811             ],
2812             "time": "2017-02-27 10:12:30"
2813         },
2814         {
2815             "name": "phpunit/phpunit",
2816             "version": "5.7.0",
2817             "source": {
2818                 "type": "git",
2819                 "url": "https://github.com/sebastianbergmann/phpunit.git",
2820                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c"
2821             },
2822             "dist": {
2823                 "type": "zip",
2824                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2825                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2826                 "shasum": ""
2827             },
2828             "require": {
2829                 "ext-dom": "*",
2830                 "ext-json": "*",
2831                 "ext-libxml": "*",
2832                 "ext-mbstring": "*",
2833                 "ext-xml": "*",
2834                 "myclabs/deep-copy": "~1.3",
2835                 "php": "^5.6 || ^7.0",
2836                 "phpspec/prophecy": "^1.3.1",
2837                 "phpunit/php-code-coverage": "^4.0.3",
2838                 "phpunit/php-file-iterator": "~1.4",
2839                 "phpunit/php-text-template": "~1.2",
2840                 "phpunit/php-timer": "^1.0.6",
2841                 "phpunit/phpunit-mock-objects": "^3.2",
2842                 "sebastian/comparator": "~1.2.2",
2843                 "sebastian/diff": "~1.2",
2844                 "sebastian/environment": "^1.3.4 || ^2.0",
2845                 "sebastian/exporter": "~2.0",
2846                 "sebastian/global-state": "~1.0",
2847                 "sebastian/object-enumerator": "~2.0",
2848                 "sebastian/resource-operations": "~1.0",
2849                 "sebastian/version": "~1.0|~2.0",
2850                 "symfony/yaml": "~2.1|~3.0"
2851             },
2852             "conflict": {
2853                 "phpdocumentor/reflection-docblock": "3.0.2"
2854             },
2855             "require-dev": {
2856                 "ext-pdo": "*"
2857             },
2858             "suggest": {
2859                 "ext-xdebug": "*",
2860                 "phpunit/php-invoker": "~1.1"
2861             },
2862             "bin": [
2863                 "phpunit"
2864             ],
2865             "type": "library",
2866             "extra": {
2867                 "branch-alias": {
2868                     "dev-master": "5.7.x-dev"
2869                 }
2870             },
2871             "autoload": {
2872                 "classmap": [
2873                     "src/"
2874                 ]
2875             },
2876             "notification-url": "https://packagist.org/downloads/",
2877             "license": [
2878                 "BSD-3-Clause"
2879             ],
2880             "authors": [
2881                 {
2882                     "name": "Sebastian Bergmann",
2883                     "email": "sebastian@phpunit.de",
2884                     "role": "lead"
2885                 }
2886             ],
2887             "description": "The PHP Unit Testing framework.",
2888             "homepage": "https://phpunit.de/",
2889             "keywords": [
2890                 "phpunit",
2891                 "testing",
2892                 "xunit"
2893             ],
2894             "time": "2016-12-01 17:04:00"
2895         },
2896         {
2897             "name": "phpunit/phpunit-mock-objects",
2898             "version": "3.4.3",
2899             "source": {
2900                 "type": "git",
2901                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2902                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2903             },
2904             "dist": {
2905                 "type": "zip",
2906                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2907                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2908                 "shasum": ""
2909             },
2910             "require": {
2911                 "doctrine/instantiator": "^1.0.2",
2912                 "php": "^5.6 || ^7.0",
2913                 "phpunit/php-text-template": "^1.2",
2914                 "sebastian/exporter": "^1.2 || ^2.0"
2915             },
2916             "conflict": {
2917                 "phpunit/phpunit": "<5.4.0"
2918             },
2919             "require-dev": {
2920                 "phpunit/phpunit": "^5.4"
2921             },
2922             "suggest": {
2923                 "ext-soap": "*"
2924             },
2925             "type": "library",
2926             "extra": {
2927                 "branch-alias": {
2928                     "dev-master": "3.2.x-dev"
2929                 }
2930             },
2931             "autoload": {
2932                 "classmap": [
2933                     "src/"
2934                 ]
2935             },
2936             "notification-url": "https://packagist.org/downloads/",
2937             "license": [
2938                 "BSD-3-Clause"
2939             ],
2940             "authors": [
2941                 {
2942                     "name": "Sebastian Bergmann",
2943                     "email": "sb@sebastian-bergmann.de",
2944                     "role": "lead"
2945                 }
2946             ],
2947             "description": "Mock Object library for PHPUnit",
2948             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2949             "keywords": [
2950                 "mock",
2951                 "xunit"
2952             ],
2953             "time": "2016-12-08 20:27:08"
2954         },
2955         {
2956             "name": "sebastian/code-unit-reverse-lookup",
2957             "version": "1.0.1",
2958             "source": {
2959                 "type": "git",
2960                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2961                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2962             },
2963             "dist": {
2964                 "type": "zip",
2965                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2966                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2967                 "shasum": ""
2968             },
2969             "require": {
2970                 "php": "^5.6 || ^7.0"
2971             },
2972             "require-dev": {
2973                 "phpunit/phpunit": "^5.7 || ^6.0"
2974             },
2975             "type": "library",
2976             "extra": {
2977                 "branch-alias": {
2978                     "dev-master": "1.0.x-dev"
2979                 }
2980             },
2981             "autoload": {
2982                 "classmap": [
2983                     "src/"
2984                 ]
2985             },
2986             "notification-url": "https://packagist.org/downloads/",
2987             "license": [
2988                 "BSD-3-Clause"
2989             ],
2990             "authors": [
2991                 {
2992                     "name": "Sebastian Bergmann",
2993                     "email": "sebastian@phpunit.de"
2994                 }
2995             ],
2996             "description": "Looks up which function or method a line of code belongs to",
2997             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2998             "time": "2017-03-04 06:30:41"
2999         },
3000         {
3001             "name": "sebastian/comparator",
3002             "version": "1.2.4",
3003             "source": {
3004                 "type": "git",
3005                 "url": "https://github.com/sebastianbergmann/comparator.git",
3006                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3007             },
3008             "dist": {
3009                 "type": "zip",
3010                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3011                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3012                 "shasum": ""
3013             },
3014             "require": {
3015                 "php": ">=5.3.3",
3016                 "sebastian/diff": "~1.2",
3017                 "sebastian/exporter": "~1.2 || ~2.0"
3018             },
3019             "require-dev": {
3020                 "phpunit/phpunit": "~4.4"
3021             },
3022             "type": "library",
3023             "extra": {
3024                 "branch-alias": {
3025                     "dev-master": "1.2.x-dev"
3026                 }
3027             },
3028             "autoload": {
3029                 "classmap": [
3030                     "src/"
3031                 ]
3032             },
3033             "notification-url": "https://packagist.org/downloads/",
3034             "license": [
3035                 "BSD-3-Clause"
3036             ],
3037             "authors": [
3038                 {
3039                     "name": "Jeff Welch",
3040                     "email": "whatthejeff@gmail.com"
3041                 },
3042                 {
3043                     "name": "Volker Dusch",
3044                     "email": "github@wallbash.com"
3045                 },
3046                 {
3047                     "name": "Bernhard Schussek",
3048                     "email": "bschussek@2bepublished.at"
3049                 },
3050                 {
3051                     "name": "Sebastian Bergmann",
3052                     "email": "sebastian@phpunit.de"
3053                 }
3054             ],
3055             "description": "Provides the functionality to compare PHP values for equality",
3056             "homepage": "http://www.github.com/sebastianbergmann/comparator",
3057             "keywords": [
3058                 "comparator",
3059                 "compare",
3060                 "equality"
3061             ],
3062             "time": "2017-01-29 09:50:25"
3063         },
3064         {
3065             "name": "sebastian/diff",
3066             "version": "1.4.3",
3067             "source": {
3068                 "type": "git",
3069                 "url": "https://github.com/sebastianbergmann/diff.git",
3070                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3071             },
3072             "dist": {
3073                 "type": "zip",
3074                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3075                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3076                 "shasum": ""
3077             },
3078             "require": {
3079                 "php": "^5.3.3 || ^7.0"
3080             },
3081             "require-dev": {
3082                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3083             },
3084             "type": "library",
3085             "extra": {
3086                 "branch-alias": {
3087                     "dev-master": "1.4-dev"
3088                 }
3089             },
3090             "autoload": {
3091                 "classmap": [
3092                     "src/"
3093                 ]
3094             },
3095             "notification-url": "https://packagist.org/downloads/",
3096             "license": [
3097                 "BSD-3-Clause"
3098             ],
3099             "authors": [
3100                 {
3101                     "name": "Kore Nordmann",
3102                     "email": "mail@kore-nordmann.de"
3103                 },
3104                 {
3105                     "name": "Sebastian Bergmann",
3106                     "email": "sebastian@phpunit.de"
3107                 }
3108             ],
3109             "description": "Diff implementation",
3110             "homepage": "https://github.com/sebastianbergmann/diff",
3111             "keywords": [
3112                 "diff"
3113             ],
3114             "time": "2017-05-22 07:24:03"
3115         },
3116         {
3117             "name": "sebastian/environment",
3118             "version": "2.0.0",
3119             "source": {
3120                 "type": "git",
3121                 "url": "https://github.com/sebastianbergmann/environment.git",
3122                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3123             },
3124             "dist": {
3125                 "type": "zip",
3126                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3127                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3128                 "shasum": ""
3129             },
3130             "require": {
3131                 "php": "^5.6 || ^7.0"
3132             },
3133             "require-dev": {
3134                 "phpunit/phpunit": "^5.0"
3135             },
3136             "type": "library",
3137             "extra": {
3138                 "branch-alias": {
3139                     "dev-master": "2.0.x-dev"
3140                 }
3141             },
3142             "autoload": {
3143                 "classmap": [
3144                     "src/"
3145                 ]
3146             },
3147             "notification-url": "https://packagist.org/downloads/",
3148             "license": [
3149                 "BSD-3-Clause"
3150             ],
3151             "authors": [
3152                 {
3153                     "name": "Sebastian Bergmann",
3154                     "email": "sebastian@phpunit.de"
3155                 }
3156             ],
3157             "description": "Provides functionality to handle HHVM/PHP environments",
3158             "homepage": "http://www.github.com/sebastianbergmann/environment",
3159             "keywords": [
3160                 "Xdebug",
3161                 "environment",
3162                 "hhvm"
3163             ],
3164             "time": "2016-11-26 07:53:53"
3165         },
3166         {
3167             "name": "sebastian/exporter",
3168             "version": "2.0.0",
3169             "source": {
3170                 "type": "git",
3171                 "url": "https://github.com/sebastianbergmann/exporter.git",
3172                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3173             },
3174             "dist": {
3175                 "type": "zip",
3176                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3177                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3178                 "shasum": ""
3179             },
3180             "require": {
3181                 "php": ">=5.3.3",
3182                 "sebastian/recursion-context": "~2.0"
3183             },
3184             "require-dev": {
3185                 "ext-mbstring": "*",
3186                 "phpunit/phpunit": "~4.4"
3187             },
3188             "type": "library",
3189             "extra": {
3190                 "branch-alias": {
3191                     "dev-master": "2.0.x-dev"
3192                 }
3193             },
3194             "autoload": {
3195                 "classmap": [
3196                     "src/"
3197                 ]
3198             },
3199             "notification-url": "https://packagist.org/downloads/",
3200             "license": [
3201                 "BSD-3-Clause"
3202             ],
3203             "authors": [
3204                 {
3205                     "name": "Jeff Welch",
3206                     "email": "whatthejeff@gmail.com"
3207                 },
3208                 {
3209                     "name": "Volker Dusch",
3210                     "email": "github@wallbash.com"
3211                 },
3212                 {
3213                     "name": "Bernhard Schussek",
3214                     "email": "bschussek@2bepublished.at"
3215                 },
3216                 {
3217                     "name": "Sebastian Bergmann",
3218                     "email": "sebastian@phpunit.de"
3219                 },
3220                 {
3221                     "name": "Adam Harvey",
3222                     "email": "aharvey@php.net"
3223                 }
3224             ],
3225             "description": "Provides the functionality to export PHP variables for visualization",
3226             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3227             "keywords": [
3228                 "export",
3229                 "exporter"
3230             ],
3231             "time": "2016-11-19 08:54:04"
3232         },
3233         {
3234             "name": "sebastian/global-state",
3235             "version": "1.1.1",
3236             "source": {
3237                 "type": "git",
3238                 "url": "https://github.com/sebastianbergmann/global-state.git",
3239                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3240             },
3241             "dist": {
3242                 "type": "zip",
3243                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3244                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3245                 "shasum": ""
3246             },
3247             "require": {
3248                 "php": ">=5.3.3"
3249             },
3250             "require-dev": {
3251                 "phpunit/phpunit": "~4.2"
3252             },
3253             "suggest": {
3254                 "ext-uopz": "*"
3255             },
3256             "type": "library",
3257             "extra": {
3258                 "branch-alias": {
3259                     "dev-master": "1.0-dev"
3260                 }
3261             },
3262             "autoload": {
3263                 "classmap": [
3264                     "src/"
3265                 ]
3266             },
3267             "notification-url": "https://packagist.org/downloads/",
3268             "license": [
3269                 "BSD-3-Clause"
3270             ],
3271             "authors": [
3272                 {
3273                     "name": "Sebastian Bergmann",
3274                     "email": "sebastian@phpunit.de"
3275                 }
3276             ],
3277             "description": "Snapshotting of global state",
3278             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3279             "keywords": [
3280                 "global state"
3281             ],
3282             "time": "2015-10-12 03:26:01"
3283         },
3284         {
3285             "name": "sebastian/object-enumerator",
3286             "version": "2.0.1",
3287             "source": {
3288                 "type": "git",
3289                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3290                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3291             },
3292             "dist": {
3293                 "type": "zip",
3294                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3295                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3296                 "shasum": ""
3297             },
3298             "require": {
3299                 "php": ">=5.6",
3300                 "sebastian/recursion-context": "~2.0"
3301             },
3302             "require-dev": {
3303                 "phpunit/phpunit": "~5"
3304             },
3305             "type": "library",
3306             "extra": {
3307                 "branch-alias": {
3308                     "dev-master": "2.0.x-dev"
3309                 }
3310             },
3311             "autoload": {
3312                 "classmap": [
3313                     "src/"
3314                 ]
3315             },
3316             "notification-url": "https://packagist.org/downloads/",
3317             "license": [
3318                 "BSD-3-Clause"
3319             ],
3320             "authors": [
3321                 {
3322                     "name": "Sebastian Bergmann",
3323                     "email": "sebastian@phpunit.de"
3324                 }
3325             ],
3326             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3327             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3328             "time": "2017-02-18 15:18:39"
3329         },
3330         {
3331             "name": "sebastian/recursion-context",
3332             "version": "2.0.0",
3333             "source": {
3334                 "type": "git",
3335                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3336                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3337             },
3338             "dist": {
3339                 "type": "zip",
3340                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3341                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3342                 "shasum": ""
3343             },
3344             "require": {
3345                 "php": ">=5.3.3"
3346             },
3347             "require-dev": {
3348                 "phpunit/phpunit": "~4.4"
3349             },
3350             "type": "library",
3351             "extra": {
3352                 "branch-alias": {
3353                     "dev-master": "2.0.x-dev"
3354                 }
3355             },
3356             "autoload": {
3357                 "classmap": [
3358                     "src/"
3359                 ]
3360             },
3361             "notification-url": "https://packagist.org/downloads/",
3362             "license": [
3363                 "BSD-3-Clause"
3364             ],
3365             "authors": [
3366                 {
3367                     "name": "Jeff Welch",
3368                     "email": "whatthejeff@gmail.com"
3369                 },
3370                 {
3371                     "name": "Sebastian Bergmann",
3372                     "email": "sebastian@phpunit.de"
3373                 },
3374                 {
3375                     "name": "Adam Harvey",
3376                     "email": "aharvey@php.net"
3377                 }
3378             ],
3379             "description": "Provides functionality to recursively process PHP variables",
3380             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3381             "time": "2016-11-19 07:33:16"
3382         },
3383         {
3384             "name": "sebastian/resource-operations",
3385             "version": "1.0.0",
3386             "source": {
3387                 "type": "git",
3388                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3389                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3390             },
3391             "dist": {
3392                 "type": "zip",
3393                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3394                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3395                 "shasum": ""
3396             },
3397             "require": {
3398                 "php": ">=5.6.0"
3399             },
3400             "type": "library",
3401             "extra": {
3402                 "branch-alias": {
3403                     "dev-master": "1.0.x-dev"
3404                 }
3405             },
3406             "autoload": {
3407                 "classmap": [
3408                     "src/"
3409                 ]
3410             },
3411             "notification-url": "https://packagist.org/downloads/",
3412             "license": [
3413                 "BSD-3-Clause"
3414             ],
3415             "authors": [
3416                 {
3417                     "name": "Sebastian Bergmann",
3418                     "email": "sebastian@phpunit.de"
3419                 }
3420             ],
3421             "description": "Provides a list of PHP built-in functions that operate on resources",
3422             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3423             "time": "2015-07-28 20:34:47"
3424         },
3425         {
3426             "name": "sebastian/version",
3427             "version": "2.0.1",
3428             "source": {
3429                 "type": "git",
3430                 "url": "https://github.com/sebastianbergmann/version.git",
3431                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3432             },
3433             "dist": {
3434                 "type": "zip",
3435                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3436                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3437                 "shasum": ""
3438             },
3439             "require": {
3440                 "php": ">=5.6"
3441             },
3442             "type": "library",
3443             "extra": {
3444                 "branch-alias": {
3445                     "dev-master": "2.0.x-dev"
3446                 }
3447             },
3448             "autoload": {
3449                 "classmap": [
3450                     "src/"
3451                 ]
3452             },
3453             "notification-url": "https://packagist.org/downloads/",
3454             "license": [
3455                 "BSD-3-Clause"
3456             ],
3457             "authors": [
3458                 {
3459                     "name": "Sebastian Bergmann",
3460                     "email": "sebastian@phpunit.de",
3461                     "role": "lead"
3462                 }
3463             ],
3464             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3465             "homepage": "https://github.com/sebastianbergmann/version",
3466             "time": "2016-10-03 07:35:21"
3467         },
3468         {
3469             "name": "webmozart/assert",
3470             "version": "1.2.0",
3471             "source": {
3472                 "type": "git",
3473                 "url": "https://github.com/webmozart/assert.git",
3474                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3475             },
3476             "dist": {
3477                 "type": "zip",
3478                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3479                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3480                 "shasum": ""
3481             },
3482             "require": {
3483                 "php": "^5.3.3 || ^7.0"
3484             },
3485             "require-dev": {
3486                 "phpunit/phpunit": "^4.6",
3487                 "sebastian/version": "^1.0.1"
3488             },
3489             "type": "library",
3490             "extra": {
3491                 "branch-alias": {
3492                     "dev-master": "1.3-dev"
3493                 }
3494             },
3495             "autoload": {
3496                 "psr-4": {
3497                     "Webmozart\\Assert\\": "src/"
3498                 }
3499             },
3500             "notification-url": "https://packagist.org/downloads/",
3501             "license": [
3502                 "MIT"
3503             ],
3504             "authors": [
3505                 {
3506                     "name": "Bernhard Schussek",
3507                     "email": "bschussek@gmail.com"
3508                 }
3509             ],
3510             "description": "Assertions to validate method input/output with nice error messages.",
3511             "keywords": [
3512                 "assert",
3513                 "check",
3514                 "validate"
3515             ],
3516             "time": "2016-11-23 20:04:58"
3517         }
3518     ],
3519     "aliases": [],
3520     "minimum-stability": "stable",
3521     "stability-flags": {
3522         "doctrine/couchdb": 10
3523     },
3524     "prefer-stable": false,
3525     "prefer-lowest": false,
3526     "platform": [],
3527     "platform-dev": []