added symfony/yaml via composer
[openemr.git] / composer.lock
blob04d7b1d373030c132ea60c8c459df29b2cee3ea5
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": "59d04902669f452447eaf6005a6bef7c",
8     "content-hash": "4e47a6e41acbc5ff8ce6a25e3cc9fee5",
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": "phpseclib/phpseclib",
1289             "version": "2.0.2",
1290             "source": {
1291                 "type": "git",
1292                 "url": "https://github.com/phpseclib/phpseclib.git",
1293                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1294             },
1295             "dist": {
1296                 "type": "zip",
1297                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1298                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1299                 "shasum": ""
1300             },
1301             "require": {
1302                 "php": ">=5.3.3"
1303             },
1304             "require-dev": {
1305                 "phing/phing": "~2.7",
1306                 "phpunit/phpunit": "~4.0",
1307                 "sami/sami": "~2.0",
1308                 "squizlabs/php_codesniffer": "~2.0"
1309             },
1310             "suggest": {
1311                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1312                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1313                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1314                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1315             },
1316             "type": "library",
1317             "autoload": {
1318                 "files": [
1319                     "phpseclib/bootstrap.php"
1320                 ],
1321                 "psr-4": {
1322                     "phpseclib\\": "phpseclib/"
1323                 }
1324             },
1325             "notification-url": "https://packagist.org/downloads/",
1326             "license": [
1327                 "MIT"
1328             ],
1329             "authors": [
1330                 {
1331                     "name": "Jim Wigginton",
1332                     "email": "terrafrost@php.net",
1333                     "role": "Lead Developer"
1334                 },
1335                 {
1336                     "name": "Patrick Monnerat",
1337                     "email": "pm@datasphere.ch",
1338                     "role": "Developer"
1339                 },
1340                 {
1341                     "name": "Andreas Fischer",
1342                     "email": "bantu@phpbb.com",
1343                     "role": "Developer"
1344                 },
1345                 {
1346                     "name": "Hans-Jürgen Petrich",
1347                     "email": "petrich@tronic-media.com",
1348                     "role": "Developer"
1349                 },
1350                 {
1351                     "name": "Graham Campbell",
1352                     "email": "graham@alt-three.com",
1353                     "role": "Developer"
1354                 }
1355             ],
1356             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1357             "homepage": "http://phpseclib.sourceforge.net",
1358             "keywords": [
1359                 "BigInteger",
1360                 "aes",
1361                 "asn.1",
1362                 "asn1",
1363                 "blowfish",
1364                 "crypto",
1365                 "cryptography",
1366                 "encryption",
1367                 "rsa",
1368                 "security",
1369                 "sftp",
1370                 "signature",
1371                 "signing",
1372                 "ssh",
1373                 "twofish",
1374                 "x.509",
1375                 "x509"
1376             ],
1377             "time": "2016-05-13 01:15:21"
1378         },
1379         {
1380             "name": "psr/log",
1381             "version": "1.0.2",
1382             "source": {
1383                 "type": "git",
1384                 "url": "https://github.com/php-fig/log.git",
1385                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1386             },
1387             "dist": {
1388                 "type": "zip",
1389                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1390                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1391                 "shasum": ""
1392             },
1393             "require": {
1394                 "php": ">=5.3.0"
1395             },
1396             "type": "library",
1397             "extra": {
1398                 "branch-alias": {
1399                     "dev-master": "1.0.x-dev"
1400                 }
1401             },
1402             "autoload": {
1403                 "psr-4": {
1404                     "Psr\\Log\\": "Psr/Log/"
1405                 }
1406             },
1407             "notification-url": "https://packagist.org/downloads/",
1408             "license": [
1409                 "MIT"
1410             ],
1411             "authors": [
1412                 {
1413                     "name": "PHP-FIG",
1414                     "homepage": "http://www.php-fig.org/"
1415                 }
1416             ],
1417             "description": "Common interface for logging libraries",
1418             "homepage": "https://github.com/php-fig/log",
1419             "keywords": [
1420                 "log",
1421                 "psr",
1422                 "psr-3"
1423             ],
1424             "time": "2016-10-10 12:19:37"
1425         },
1426         {
1427             "name": "rospdf/pdf-php",
1428             "version": "0.12.22",
1429             "source": {
1430                 "type": "git",
1431                 "url": "https://github.com/rospdf/pdf-php.git",
1432                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1433             },
1434             "dist": {
1435                 "type": "zip",
1436                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1437                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1438                 "shasum": ""
1439             },
1440             "require": {
1441                 "php": ">=5.3.2"
1442             },
1443             "require-dev": {
1444                 "squizlabs/php_codesniffer": "2.*"
1445             },
1446             "type": "library",
1447             "extra": {
1448                 "branch-alias": {
1449                     "dev-experimental": "0.13.x-dev",
1450                     "dev-master": "0.12.x-dev"
1451                 }
1452             },
1453             "autoload": {
1454                 "files": [
1455                     "src/Cpdf.php",
1456                     "src/Cezpdf.php"
1457                 ]
1458             },
1459             "notification-url": "https://packagist.org/downloads/",
1460             "license": [
1461                 "GPL-3.0"
1462             ],
1463             "authors": [
1464                 {
1465                     "name": "Ole Koeckemann",
1466                     "email": "ole1986@users.sourceforge.net",
1467                     "role": "Developer"
1468                 },
1469                 {
1470                     "name": "Lars Olesen",
1471                     "email": "lars@intraface.dk",
1472                     "role": "Developer"
1473                 },
1474                 {
1475                     "name": "Wayne Munro",
1476                     "email": "pdf@ros.co.nz",
1477                     "role": "Inactive"
1478                 }
1479             ],
1480             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1481             "homepage": "https://github.com/rospdf/pdf-php",
1482             "time": "2016-06-01 21:36:09"
1483         },
1484         {
1485             "name": "setasign/fpdi",
1486             "version": "1.6.2",
1487             "source": {
1488                 "type": "git",
1489                 "url": "https://github.com/Setasign/FPDI.git",
1490                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
1491             },
1492             "dist": {
1493                 "type": "zip",
1494                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1495                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1496                 "shasum": ""
1497             },
1498             "suggest": {
1499                 "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.",
1500                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1501                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1502             },
1503             "type": "library",
1504             "autoload": {
1505                 "classmap": [
1506                     "filters/",
1507                     "fpdi.php",
1508                     "fpdf_tpl.php",
1509                     "fpdi_pdf_parser.php",
1510                     "pdf_context.php"
1511                 ]
1512             },
1513             "notification-url": "https://packagist.org/downloads/",
1514             "license": [
1515                 "MIT"
1516             ],
1517             "authors": [
1518                 {
1519                     "name": "Jan Slabon",
1520                     "email": "jan.slabon@setasign.com",
1521                     "homepage": "https://www.setasign.com"
1522                 }
1523             ],
1524             "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.",
1525             "homepage": "https://www.setasign.com/fpdi",
1526             "keywords": [
1527                 "fpdf",
1528                 "fpdi",
1529                 "pdf"
1530             ],
1531             "time": "2017-05-11 14:25:49"
1532         },
1533         {
1534             "name": "smarty/smarty",
1535             "version": "v2.6.29",
1536             "source": {
1537                 "type": "git",
1538                 "url": "https://github.com/smarty-php/smarty.git",
1539                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1540             },
1541             "dist": {
1542                 "type": "zip",
1543                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1544                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1545                 "shasum": ""
1546             },
1547             "require": {
1548                 "php": ">=5.2"
1549             },
1550             "type": "library",
1551             "extra": {
1552                 "branch-alias": {
1553                     "dev-master": "2.6.x-dev"
1554                 }
1555             },
1556             "autoload": {
1557                 "classmap": [
1558                     "libs/Smarty.class.php",
1559                     "libs/Smarty_Compiler.class.php",
1560                     "libs/Config_File.class.php"
1561                 ]
1562             },
1563             "notification-url": "https://packagist.org/downloads/",
1564             "license": [
1565                 "LGPL-3.0"
1566             ],
1567             "authors": [
1568                 {
1569                     "name": "Monte Ohrt",
1570                     "email": "monte@ohrt.com"
1571                 },
1572                 {
1573                     "name": "Uwe Tews",
1574                     "email": "uwe.tews@googlemail.com"
1575                 }
1576             ],
1577             "description": "Smarty - the compiling PHP template engine",
1578             "homepage": "http://www.smarty.net",
1579             "keywords": [
1580                 "templating"
1581             ],
1582             "time": "2015-06-21 13:10:14"
1583         },
1584         {
1585             "name": "symfony/console",
1586             "version": "v3.2.8",
1587             "source": {
1588                 "type": "git",
1589                 "url": "https://github.com/symfony/console.git",
1590                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"
1591             },
1592             "dist": {
1593                 "type": "zip",
1594                 "url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
1595                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
1596                 "shasum": ""
1597             },
1598             "require": {
1599                 "php": ">=5.5.9",
1600                 "symfony/debug": "~2.8|~3.0",
1601                 "symfony/polyfill-mbstring": "~1.0"
1602             },
1603             "require-dev": {
1604                 "psr/log": "~1.0",
1605                 "symfony/event-dispatcher": "~2.8|~3.0",
1606                 "symfony/filesystem": "~2.8|~3.0",
1607                 "symfony/process": "~2.8|~3.0"
1608             },
1609             "suggest": {
1610                 "psr/log": "For using the console logger",
1611                 "symfony/event-dispatcher": "",
1612                 "symfony/filesystem": "",
1613                 "symfony/process": ""
1614             },
1615             "type": "library",
1616             "extra": {
1617                 "branch-alias": {
1618                     "dev-master": "3.2-dev"
1619                 }
1620             },
1621             "autoload": {
1622                 "psr-4": {
1623                     "Symfony\\Component\\Console\\": ""
1624                 },
1625                 "exclude-from-classmap": [
1626                     "/Tests/"
1627                 ]
1628             },
1629             "notification-url": "https://packagist.org/downloads/",
1630             "license": [
1631                 "MIT"
1632             ],
1633             "authors": [
1634                 {
1635                     "name": "Fabien Potencier",
1636                     "email": "fabien@symfony.com"
1637                 },
1638                 {
1639                     "name": "Symfony Community",
1640                     "homepage": "https://symfony.com/contributors"
1641                 }
1642             ],
1643             "description": "Symfony Console Component",
1644             "homepage": "https://symfony.com",
1645             "time": "2017-04-26 01:39:17"
1646         },
1647         {
1648             "name": "symfony/debug",
1649             "version": "v3.2.8",
1650             "source": {
1651                 "type": "git",
1652                 "url": "https://github.com/symfony/debug.git",
1653                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686"
1654             },
1655             "dist": {
1656                 "type": "zip",
1657                 "url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
1658                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
1659                 "shasum": ""
1660             },
1661             "require": {
1662                 "php": ">=5.5.9",
1663                 "psr/log": "~1.0"
1664             },
1665             "conflict": {
1666                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1667             },
1668             "require-dev": {
1669                 "symfony/class-loader": "~2.8|~3.0",
1670                 "symfony/http-kernel": "~2.8|~3.0"
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\\Debug\\": ""
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 Debug Component",
1701             "homepage": "https://symfony.com",
1702             "time": "2017-04-19 20:17:50"
1703         },
1704         {
1705             "name": "symfony/http-foundation",
1706             "version": "v2.8.20",
1707             "source": {
1708                 "type": "git",
1709                 "url": "https://github.com/symfony/http-foundation.git",
1710                 "reference": "cfa9013809ad18514855144d14bb321cf4673561"
1711             },
1712             "dist": {
1713                 "type": "zip",
1714                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cfa9013809ad18514855144d14bb321cf4673561",
1715                 "reference": "cfa9013809ad18514855144d14bb321cf4673561",
1716                 "shasum": ""
1717             },
1718             "require": {
1719                 "php": ">=5.3.9",
1720                 "symfony/polyfill-mbstring": "~1.1",
1721                 "symfony/polyfill-php54": "~1.0",
1722                 "symfony/polyfill-php55": "~1.0"
1723             },
1724             "require-dev": {
1725                 "symfony/expression-language": "~2.4|~3.0.0"
1726             },
1727             "type": "library",
1728             "extra": {
1729                 "branch-alias": {
1730                     "dev-master": "2.8-dev"
1731                 }
1732             },
1733             "autoload": {
1734                 "psr-4": {
1735                     "Symfony\\Component\\HttpFoundation\\": ""
1736                 },
1737                 "exclude-from-classmap": [
1738                     "/Tests/"
1739                 ]
1740             },
1741             "notification-url": "https://packagist.org/downloads/",
1742             "license": [
1743                 "MIT"
1744             ],
1745             "authors": [
1746                 {
1747                     "name": "Fabien Potencier",
1748                     "email": "fabien@symfony.com"
1749                 },
1750                 {
1751                     "name": "Symfony Community",
1752                     "homepage": "https://symfony.com/contributors"
1753                 }
1754             ],
1755             "description": "Symfony HttpFoundation Component",
1756             "homepage": "https://symfony.com",
1757             "time": "2017-05-01 14:31:55"
1758         },
1759         {
1760             "name": "symfony/polyfill-mbstring",
1761             "version": "v1.3.0",
1762             "source": {
1763                 "type": "git",
1764                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1765                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1766             },
1767             "dist": {
1768                 "type": "zip",
1769                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1770                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1771                 "shasum": ""
1772             },
1773             "require": {
1774                 "php": ">=5.3.3"
1775             },
1776             "suggest": {
1777                 "ext-mbstring": "For best performance"
1778             },
1779             "type": "library",
1780             "extra": {
1781                 "branch-alias": {
1782                     "dev-master": "1.3-dev"
1783                 }
1784             },
1785             "autoload": {
1786                 "psr-4": {
1787                     "Symfony\\Polyfill\\Mbstring\\": ""
1788                 },
1789                 "files": [
1790                     "bootstrap.php"
1791                 ]
1792             },
1793             "notification-url": "https://packagist.org/downloads/",
1794             "license": [
1795                 "MIT"
1796             ],
1797             "authors": [
1798                 {
1799                     "name": "Nicolas Grekas",
1800                     "email": "p@tchwork.com"
1801                 },
1802                 {
1803                     "name": "Symfony Community",
1804                     "homepage": "https://symfony.com/contributors"
1805                 }
1806             ],
1807             "description": "Symfony polyfill for the Mbstring extension",
1808             "homepage": "https://symfony.com",
1809             "keywords": [
1810                 "compatibility",
1811                 "mbstring",
1812                 "polyfill",
1813                 "portable",
1814                 "shim"
1815             ],
1816             "time": "2016-11-14 01:06:16"
1817         },
1818         {
1819             "name": "symfony/polyfill-php54",
1820             "version": "v1.3.0",
1821             "source": {
1822                 "type": "git",
1823                 "url": "https://github.com/symfony/polyfill-php54.git",
1824                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
1825             },
1826             "dist": {
1827                 "type": "zip",
1828                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1829                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1830                 "shasum": ""
1831             },
1832             "require": {
1833                 "php": ">=5.3.3"
1834             },
1835             "type": "library",
1836             "extra": {
1837                 "branch-alias": {
1838                     "dev-master": "1.3-dev"
1839                 }
1840             },
1841             "autoload": {
1842                 "psr-4": {
1843                     "Symfony\\Polyfill\\Php54\\": ""
1844                 },
1845                 "files": [
1846                     "bootstrap.php"
1847                 ],
1848                 "classmap": [
1849                     "Resources/stubs"
1850                 ]
1851             },
1852             "notification-url": "https://packagist.org/downloads/",
1853             "license": [
1854                 "MIT"
1855             ],
1856             "authors": [
1857                 {
1858                     "name": "Nicolas Grekas",
1859                     "email": "p@tchwork.com"
1860                 },
1861                 {
1862                     "name": "Symfony Community",
1863                     "homepage": "https://symfony.com/contributors"
1864                 }
1865             ],
1866             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
1867             "homepage": "https://symfony.com",
1868             "keywords": [
1869                 "compatibility",
1870                 "polyfill",
1871                 "portable",
1872                 "shim"
1873             ],
1874             "time": "2016-11-14 01:06:16"
1875         },
1876         {
1877             "name": "symfony/polyfill-php55",
1878             "version": "v1.3.0",
1879             "source": {
1880                 "type": "git",
1881                 "url": "https://github.com/symfony/polyfill-php55.git",
1882                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
1883             },
1884             "dist": {
1885                 "type": "zip",
1886                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
1887                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
1888                 "shasum": ""
1889             },
1890             "require": {
1891                 "ircmaxell/password-compat": "~1.0",
1892                 "php": ">=5.3.3"
1893             },
1894             "type": "library",
1895             "extra": {
1896                 "branch-alias": {
1897                     "dev-master": "1.3-dev"
1898                 }
1899             },
1900             "autoload": {
1901                 "psr-4": {
1902                     "Symfony\\Polyfill\\Php55\\": ""
1903                 },
1904                 "files": [
1905                     "bootstrap.php"
1906                 ]
1907             },
1908             "notification-url": "https://packagist.org/downloads/",
1909             "license": [
1910                 "MIT"
1911             ],
1912             "authors": [
1913                 {
1914                     "name": "Nicolas Grekas",
1915                     "email": "p@tchwork.com"
1916                 },
1917                 {
1918                     "name": "Symfony Community",
1919                     "homepage": "https://symfony.com/contributors"
1920                 }
1921             ],
1922             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
1923             "homepage": "https://symfony.com",
1924             "keywords": [
1925                 "compatibility",
1926                 "polyfill",
1927                 "portable",
1928                 "shim"
1929             ],
1930             "time": "2016-11-14 01:06:16"
1931         },
1932         {
1933             "name": "symfony/yaml",
1934             "version": "v2.8.20",
1935             "source": {
1936                 "type": "git",
1937                 "url": "https://github.com/symfony/yaml.git",
1938                 "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
1939             },
1940             "dist": {
1941                 "type": "zip",
1942                 "url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
1943                 "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
1944                 "shasum": ""
1945             },
1946             "require": {
1947                 "php": ">=5.3.9"
1948             },
1949             "type": "library",
1950             "extra": {
1951                 "branch-alias": {
1952                     "dev-master": "2.8-dev"
1953                 }
1954             },
1955             "autoload": {
1956                 "psr-4": {
1957                     "Symfony\\Component\\Yaml\\": ""
1958                 },
1959                 "exclude-from-classmap": [
1960                     "/Tests/"
1961                 ]
1962             },
1963             "notification-url": "https://packagist.org/downloads/",
1964             "license": [
1965                 "MIT"
1966             ],
1967             "authors": [
1968                 {
1969                     "name": "Fabien Potencier",
1970                     "email": "fabien@symfony.com"
1971                 },
1972                 {
1973                     "name": "Symfony Community",
1974                     "homepage": "https://symfony.com/contributors"
1975                 }
1976             ],
1977             "description": "Symfony Yaml Component",
1978             "homepage": "https://symfony.com",
1979             "time": "2017-05-01 14:31:55"
1980         },
1981         {
1982             "name": "twig/twig",
1983             "version": "v1.33.2",
1984             "source": {
1985                 "type": "git",
1986                 "url": "https://github.com/twigphp/Twig.git",
1987                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
1988             },
1989             "dist": {
1990                 "type": "zip",
1991                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1992                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
1993                 "shasum": ""
1994             },
1995             "require": {
1996                 "php": ">=5.2.7"
1997             },
1998             "require-dev": {
1999                 "psr/container": "^1.0",
2000                 "symfony/debug": "~2.7",
2001                 "symfony/phpunit-bridge": "~3.3@dev"
2002             },
2003             "type": "library",
2004             "extra": {
2005                 "branch-alias": {
2006                     "dev-master": "1.33-dev"
2007                 }
2008             },
2009             "autoload": {
2010                 "psr-0": {
2011                     "Twig_": "lib/"
2012                 }
2013             },
2014             "notification-url": "https://packagist.org/downloads/",
2015             "license": [
2016                 "BSD-3-Clause"
2017             ],
2018             "authors": [
2019                 {
2020                     "name": "Fabien Potencier",
2021                     "email": "fabien@symfony.com",
2022                     "homepage": "http://fabien.potencier.org",
2023                     "role": "Lead Developer"
2024                 },
2025                 {
2026                     "name": "Armin Ronacher",
2027                     "email": "armin.ronacher@active-4.com",
2028                     "role": "Project Founder"
2029                 },
2030                 {
2031                     "name": "Twig Team",
2032                     "homepage": "http://twig.sensiolabs.org/contributors",
2033                     "role": "Contributors"
2034                 }
2035             ],
2036             "description": "Twig, the flexible, fast, and secure template language for PHP",
2037             "homepage": "http://twig.sensiolabs.org",
2038             "keywords": [
2039                 "templating"
2040             ],
2041             "time": "2017-04-20 17:39:48"
2042         },
2043         {
2044             "name": "vlucas/phpdotenv",
2045             "version": "v2.4.0",
2046             "source": {
2047                 "type": "git",
2048                 "url": "https://github.com/vlucas/phpdotenv.git",
2049                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2050             },
2051             "dist": {
2052                 "type": "zip",
2053                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2054                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2055                 "shasum": ""
2056             },
2057             "require": {
2058                 "php": ">=5.3.9"
2059             },
2060             "require-dev": {
2061                 "phpunit/phpunit": "^4.8 || ^5.0"
2062             },
2063             "type": "library",
2064             "extra": {
2065                 "branch-alias": {
2066                     "dev-master": "2.4-dev"
2067                 }
2068             },
2069             "autoload": {
2070                 "psr-4": {
2071                     "Dotenv\\": "src/"
2072                 }
2073             },
2074             "notification-url": "https://packagist.org/downloads/",
2075             "license": [
2076                 "BSD-3-Clause-Attribution"
2077             ],
2078             "authors": [
2079                 {
2080                     "name": "Vance Lucas",
2081                     "email": "vance@vancelucas.com",
2082                     "homepage": "http://www.vancelucas.com"
2083                 }
2084             ],
2085             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2086             "keywords": [
2087                 "dotenv",
2088                 "env",
2089                 "environment"
2090             ],
2091             "time": "2016-09-01 10:05:43"
2092         },
2093         {
2094             "name": "zendframework/zendframework",
2095             "version": "2.4.9",
2096             "source": {
2097                 "type": "git",
2098                 "url": "https://github.com/zendframework/zendframework.git",
2099                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
2100             },
2101             "dist": {
2102                 "type": "zip",
2103                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
2104                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
2105                 "shasum": ""
2106             },
2107             "require": {
2108                 "php": ">=5.3.23",
2109                 "zendframework/zendxml": "^1.0.1"
2110             },
2111             "replace": {
2112                 "zendframework/zend-authentication": "self.version",
2113                 "zendframework/zend-barcode": "self.version",
2114                 "zendframework/zend-cache": "self.version",
2115                 "zendframework/zend-captcha": "self.version",
2116                 "zendframework/zend-code": "self.version",
2117                 "zendframework/zend-config": "self.version",
2118                 "zendframework/zend-console": "self.version",
2119                 "zendframework/zend-crypt": "self.version",
2120                 "zendframework/zend-db": "self.version",
2121                 "zendframework/zend-debug": "self.version",
2122                 "zendframework/zend-di": "self.version",
2123                 "zendframework/zend-dom": "self.version",
2124                 "zendframework/zend-escaper": "self.version",
2125                 "zendframework/zend-eventmanager": "self.version",
2126                 "zendframework/zend-feed": "self.version",
2127                 "zendframework/zend-file": "self.version",
2128                 "zendframework/zend-filter": "self.version",
2129                 "zendframework/zend-form": "self.version",
2130                 "zendframework/zend-http": "self.version",
2131                 "zendframework/zend-i18n": "self.version",
2132                 "zendframework/zend-inputfilter": "self.version",
2133                 "zendframework/zend-json": "self.version",
2134                 "zendframework/zend-ldap": "self.version",
2135                 "zendframework/zend-loader": "self.version",
2136                 "zendframework/zend-log": "self.version",
2137                 "zendframework/zend-mail": "self.version",
2138                 "zendframework/zend-math": "self.version",
2139                 "zendframework/zend-memory": "self.version",
2140                 "zendframework/zend-mime": "self.version",
2141                 "zendframework/zend-modulemanager": "self.version",
2142                 "zendframework/zend-mvc": "self.version",
2143                 "zendframework/zend-navigation": "self.version",
2144                 "zendframework/zend-paginator": "self.version",
2145                 "zendframework/zend-permissions-acl": "self.version",
2146                 "zendframework/zend-permissions-rbac": "self.version",
2147                 "zendframework/zend-progressbar": "self.version",
2148                 "zendframework/zend-resources": "self.version",
2149                 "zendframework/zend-serializer": "self.version",
2150                 "zendframework/zend-server": "self.version",
2151                 "zendframework/zend-servicemanager": "self.version",
2152                 "zendframework/zend-session": "self.version",
2153                 "zendframework/zend-soap": "self.version",
2154                 "zendframework/zend-stdlib": "self.version",
2155                 "zendframework/zend-tag": "self.version",
2156                 "zendframework/zend-test": "self.version",
2157                 "zendframework/zend-text": "self.version",
2158                 "zendframework/zend-uri": "self.version",
2159                 "zendframework/zend-validator": "self.version",
2160                 "zendframework/zend-version": "self.version",
2161                 "zendframework/zend-view": "self.version",
2162                 "zendframework/zend-xmlrpc": "self.version"
2163             },
2164             "require-dev": {
2165                 "doctrine/annotations": "~1.0",
2166                 "fabpot/php-cs-fixer": "~1.0",
2167                 "ircmaxell/random-lib": "~1.1",
2168                 "mikey179/vfsstream": "~1.2",
2169                 "phpunit/phpcov": "~2.0",
2170                 "phpunit/phpunit": "~4.6",
2171                 "satooshi/php-coveralls": "dev-master"
2172             },
2173             "suggest": {
2174                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
2175                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
2176                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2177                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2178                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
2179                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
2180             },
2181             "bin": [
2182                 "bin/classmap_generator.php",
2183                 "bin/pluginmap_generator.php",
2184                 "bin/templatemap_generator.php"
2185             ],
2186             "type": "library",
2187             "extra": {
2188                 "branch-alias": {
2189                     "dev-master": "2.4-dev",
2190                     "dev-develop": "2.5-dev"
2191                 }
2192             },
2193             "autoload": {
2194                 "psr-4": {
2195                     "Zend\\": "library/Zend/"
2196                 }
2197             },
2198             "notification-url": "https://packagist.org/downloads/",
2199             "license": [
2200                 "BSD-3-Clause"
2201             ],
2202             "description": "Zend Framework 2",
2203             "homepage": "http://framework.zend.com/",
2204             "keywords": [
2205                 "framework",
2206                 "zf2"
2207             ],
2208             "time": "2015-11-23 17:34:23"
2209         },
2210         {
2211             "name": "zendframework/zendxml",
2212             "version": "1.0.2",
2213             "source": {
2214                 "type": "git",
2215                 "url": "https://github.com/zendframework/ZendXml.git",
2216                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
2217             },
2218             "dist": {
2219                 "type": "zip",
2220                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2221                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2222                 "shasum": ""
2223             },
2224             "require": {
2225                 "php": "^5.3.3 || ^7.0"
2226             },
2227             "require-dev": {
2228                 "phpunit/phpunit": "^3.7 || ^4.0",
2229                 "squizlabs/php_codesniffer": "^1.5"
2230             },
2231             "type": "library",
2232             "extra": {
2233                 "branch-alias": {
2234                     "dev-master": "1.0-dev"
2235                 }
2236             },
2237             "autoload": {
2238                 "psr-0": {
2239                     "ZendXml\\": "library/"
2240                 }
2241             },
2242             "notification-url": "https://packagist.org/downloads/",
2243             "license": [
2244                 "BSD-3-Clause"
2245             ],
2246             "description": "Utility library for XML usage, best practices, and security in PHP",
2247             "homepage": "http://packages.zendframework.com/",
2248             "keywords": [
2249                 "security",
2250                 "xml",
2251                 "zf2"
2252             ],
2253             "time": "2016-02-04 21:02:08"
2254         }
2255     ],
2256     "packages-dev": [
2257         {
2258             "name": "myclabs/deep-copy",
2259             "version": "1.6.1",
2260             "source": {
2261                 "type": "git",
2262                 "url": "https://github.com/myclabs/DeepCopy.git",
2263                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2264             },
2265             "dist": {
2266                 "type": "zip",
2267                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2268                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2269                 "shasum": ""
2270             },
2271             "require": {
2272                 "php": ">=5.4.0"
2273             },
2274             "require-dev": {
2275                 "doctrine/collections": "1.*",
2276                 "phpunit/phpunit": "~4.1"
2277             },
2278             "type": "library",
2279             "autoload": {
2280                 "psr-4": {
2281                     "DeepCopy\\": "src/DeepCopy/"
2282                 }
2283             },
2284             "notification-url": "https://packagist.org/downloads/",
2285             "license": [
2286                 "MIT"
2287             ],
2288             "description": "Create deep copies (clones) of your objects",
2289             "homepage": "https://github.com/myclabs/DeepCopy",
2290             "keywords": [
2291                 "clone",
2292                 "copy",
2293                 "duplicate",
2294                 "object",
2295                 "object graph"
2296             ],
2297             "time": "2017-04-12 18:52:22"
2298         },
2299         {
2300             "name": "phpdocumentor/reflection-common",
2301             "version": "1.0",
2302             "source": {
2303                 "type": "git",
2304                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2305                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2306             },
2307             "dist": {
2308                 "type": "zip",
2309                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2310                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2311                 "shasum": ""
2312             },
2313             "require": {
2314                 "php": ">=5.5"
2315             },
2316             "require-dev": {
2317                 "phpunit/phpunit": "^4.6"
2318             },
2319             "type": "library",
2320             "extra": {
2321                 "branch-alias": {
2322                     "dev-master": "1.0.x-dev"
2323                 }
2324             },
2325             "autoload": {
2326                 "psr-4": {
2327                     "phpDocumentor\\Reflection\\": [
2328                         "src"
2329                     ]
2330                 }
2331             },
2332             "notification-url": "https://packagist.org/downloads/",
2333             "license": [
2334                 "MIT"
2335             ],
2336             "authors": [
2337                 {
2338                     "name": "Jaap van Otterdijk",
2339                     "email": "opensource@ijaap.nl"
2340                 }
2341             ],
2342             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2343             "homepage": "http://www.phpdoc.org",
2344             "keywords": [
2345                 "FQSEN",
2346                 "phpDocumentor",
2347                 "phpdoc",
2348                 "reflection",
2349                 "static analysis"
2350             ],
2351             "time": "2015-12-27 11:43:31"
2352         },
2353         {
2354             "name": "phpdocumentor/reflection-docblock",
2355             "version": "3.1.1",
2356             "source": {
2357                 "type": "git",
2358                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2359                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2360             },
2361             "dist": {
2362                 "type": "zip",
2363                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2364                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2365                 "shasum": ""
2366             },
2367             "require": {
2368                 "php": ">=5.5",
2369                 "phpdocumentor/reflection-common": "^1.0@dev",
2370                 "phpdocumentor/type-resolver": "^0.2.0",
2371                 "webmozart/assert": "^1.0"
2372             },
2373             "require-dev": {
2374                 "mockery/mockery": "^0.9.4",
2375                 "phpunit/phpunit": "^4.4"
2376             },
2377             "type": "library",
2378             "autoload": {
2379                 "psr-4": {
2380                     "phpDocumentor\\Reflection\\": [
2381                         "src/"
2382                     ]
2383                 }
2384             },
2385             "notification-url": "https://packagist.org/downloads/",
2386             "license": [
2387                 "MIT"
2388             ],
2389             "authors": [
2390                 {
2391                     "name": "Mike van Riel",
2392                     "email": "me@mikevanriel.com"
2393                 }
2394             ],
2395             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2396             "time": "2016-09-30 07:12:33"
2397         },
2398         {
2399             "name": "phpdocumentor/type-resolver",
2400             "version": "0.2.1",
2401             "source": {
2402                 "type": "git",
2403                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2404                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2405             },
2406             "dist": {
2407                 "type": "zip",
2408                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2409                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2410                 "shasum": ""
2411             },
2412             "require": {
2413                 "php": ">=5.5",
2414                 "phpdocumentor/reflection-common": "^1.0"
2415             },
2416             "require-dev": {
2417                 "mockery/mockery": "^0.9.4",
2418                 "phpunit/phpunit": "^5.2||^4.8.24"
2419             },
2420             "type": "library",
2421             "extra": {
2422                 "branch-alias": {
2423                     "dev-master": "1.0.x-dev"
2424                 }
2425             },
2426             "autoload": {
2427                 "psr-4": {
2428                     "phpDocumentor\\Reflection\\": [
2429                         "src/"
2430                     ]
2431                 }
2432             },
2433             "notification-url": "https://packagist.org/downloads/",
2434             "license": [
2435                 "MIT"
2436             ],
2437             "authors": [
2438                 {
2439                     "name": "Mike van Riel",
2440                     "email": "me@mikevanriel.com"
2441                 }
2442             ],
2443             "time": "2016-11-25 06:54:22"
2444         },
2445         {
2446             "name": "phpspec/prophecy",
2447             "version": "v1.7.0",
2448             "source": {
2449                 "type": "git",
2450                 "url": "https://github.com/phpspec/prophecy.git",
2451                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2452             },
2453             "dist": {
2454                 "type": "zip",
2455                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2456                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2457                 "shasum": ""
2458             },
2459             "require": {
2460                 "doctrine/instantiator": "^1.0.2",
2461                 "php": "^5.3|^7.0",
2462                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2463                 "sebastian/comparator": "^1.1|^2.0",
2464                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2465             },
2466             "require-dev": {
2467                 "phpspec/phpspec": "^2.5|^3.2",
2468                 "phpunit/phpunit": "^4.8 || ^5.6.5"
2469             },
2470             "type": "library",
2471             "extra": {
2472                 "branch-alias": {
2473                     "dev-master": "1.6.x-dev"
2474                 }
2475             },
2476             "autoload": {
2477                 "psr-0": {
2478                     "Prophecy\\": "src/"
2479                 }
2480             },
2481             "notification-url": "https://packagist.org/downloads/",
2482             "license": [
2483                 "MIT"
2484             ],
2485             "authors": [
2486                 {
2487                     "name": "Konstantin Kudryashov",
2488                     "email": "ever.zet@gmail.com",
2489                     "homepage": "http://everzet.com"
2490                 },
2491                 {
2492                     "name": "Marcello Duarte",
2493                     "email": "marcello.duarte@gmail.com"
2494                 }
2495             ],
2496             "description": "Highly opinionated mocking framework for PHP 5.3+",
2497             "homepage": "https://github.com/phpspec/prophecy",
2498             "keywords": [
2499                 "Double",
2500                 "Dummy",
2501                 "fake",
2502                 "mock",
2503                 "spy",
2504                 "stub"
2505             ],
2506             "time": "2017-03-02 20:05:34"
2507         },
2508         {
2509             "name": "phpunit/php-code-coverage",
2510             "version": "4.0.8",
2511             "source": {
2512                 "type": "git",
2513                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2514                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2515             },
2516             "dist": {
2517                 "type": "zip",
2518                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2519                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2520                 "shasum": ""
2521             },
2522             "require": {
2523                 "ext-dom": "*",
2524                 "ext-xmlwriter": "*",
2525                 "php": "^5.6 || ^7.0",
2526                 "phpunit/php-file-iterator": "^1.3",
2527                 "phpunit/php-text-template": "^1.2",
2528                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2529                 "sebastian/code-unit-reverse-lookup": "^1.0",
2530                 "sebastian/environment": "^1.3.2 || ^2.0",
2531                 "sebastian/version": "^1.0 || ^2.0"
2532             },
2533             "require-dev": {
2534                 "ext-xdebug": "^2.1.4",
2535                 "phpunit/phpunit": "^5.7"
2536             },
2537             "suggest": {
2538                 "ext-xdebug": "^2.5.1"
2539             },
2540             "type": "library",
2541             "extra": {
2542                 "branch-alias": {
2543                     "dev-master": "4.0.x-dev"
2544                 }
2545             },
2546             "autoload": {
2547                 "classmap": [
2548                     "src/"
2549                 ]
2550             },
2551             "notification-url": "https://packagist.org/downloads/",
2552             "license": [
2553                 "BSD-3-Clause"
2554             ],
2555             "authors": [
2556                 {
2557                     "name": "Sebastian Bergmann",
2558                     "email": "sb@sebastian-bergmann.de",
2559                     "role": "lead"
2560                 }
2561             ],
2562             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2563             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2564             "keywords": [
2565                 "coverage",
2566                 "testing",
2567                 "xunit"
2568             ],
2569             "time": "2017-04-02 07:44:40"
2570         },
2571         {
2572             "name": "phpunit/php-file-iterator",
2573             "version": "1.4.2",
2574             "source": {
2575                 "type": "git",
2576                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2577                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2578             },
2579             "dist": {
2580                 "type": "zip",
2581                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2582                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2583                 "shasum": ""
2584             },
2585             "require": {
2586                 "php": ">=5.3.3"
2587             },
2588             "type": "library",
2589             "extra": {
2590                 "branch-alias": {
2591                     "dev-master": "1.4.x-dev"
2592                 }
2593             },
2594             "autoload": {
2595                 "classmap": [
2596                     "src/"
2597                 ]
2598             },
2599             "notification-url": "https://packagist.org/downloads/",
2600             "license": [
2601                 "BSD-3-Clause"
2602             ],
2603             "authors": [
2604                 {
2605                     "name": "Sebastian Bergmann",
2606                     "email": "sb@sebastian-bergmann.de",
2607                     "role": "lead"
2608                 }
2609             ],
2610             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2611             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2612             "keywords": [
2613                 "filesystem",
2614                 "iterator"
2615             ],
2616             "time": "2016-10-03 07:40:28"
2617         },
2618         {
2619             "name": "phpunit/php-text-template",
2620             "version": "1.2.1",
2621             "source": {
2622                 "type": "git",
2623                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2624                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2625             },
2626             "dist": {
2627                 "type": "zip",
2628                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2629                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2630                 "shasum": ""
2631             },
2632             "require": {
2633                 "php": ">=5.3.3"
2634             },
2635             "type": "library",
2636             "autoload": {
2637                 "classmap": [
2638                     "src/"
2639                 ]
2640             },
2641             "notification-url": "https://packagist.org/downloads/",
2642             "license": [
2643                 "BSD-3-Clause"
2644             ],
2645             "authors": [
2646                 {
2647                     "name": "Sebastian Bergmann",
2648                     "email": "sebastian@phpunit.de",
2649                     "role": "lead"
2650                 }
2651             ],
2652             "description": "Simple template engine.",
2653             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2654             "keywords": [
2655                 "template"
2656             ],
2657             "time": "2015-06-21 13:50:34"
2658         },
2659         {
2660             "name": "phpunit/php-timer",
2661             "version": "1.0.9",
2662             "source": {
2663                 "type": "git",
2664                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2665                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2666             },
2667             "dist": {
2668                 "type": "zip",
2669                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2670                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2671                 "shasum": ""
2672             },
2673             "require": {
2674                 "php": "^5.3.3 || ^7.0"
2675             },
2676             "require-dev": {
2677                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2678             },
2679             "type": "library",
2680             "extra": {
2681                 "branch-alias": {
2682                     "dev-master": "1.0-dev"
2683                 }
2684             },
2685             "autoload": {
2686                 "classmap": [
2687                     "src/"
2688                 ]
2689             },
2690             "notification-url": "https://packagist.org/downloads/",
2691             "license": [
2692                 "BSD-3-Clause"
2693             ],
2694             "authors": [
2695                 {
2696                     "name": "Sebastian Bergmann",
2697                     "email": "sb@sebastian-bergmann.de",
2698                     "role": "lead"
2699                 }
2700             ],
2701             "description": "Utility class for timing",
2702             "homepage": "https://github.com/sebastianbergmann/php-timer/",
2703             "keywords": [
2704                 "timer"
2705             ],
2706             "time": "2017-02-26 11:10:40"
2707         },
2708         {
2709             "name": "phpunit/php-token-stream",
2710             "version": "1.4.11",
2711             "source": {
2712                 "type": "git",
2713                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2714                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2715             },
2716             "dist": {
2717                 "type": "zip",
2718                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
2719                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2720                 "shasum": ""
2721             },
2722             "require": {
2723                 "ext-tokenizer": "*",
2724                 "php": ">=5.3.3"
2725             },
2726             "require-dev": {
2727                 "phpunit/phpunit": "~4.2"
2728             },
2729             "type": "library",
2730             "extra": {
2731                 "branch-alias": {
2732                     "dev-master": "1.4-dev"
2733                 }
2734             },
2735             "autoload": {
2736                 "classmap": [
2737                     "src/"
2738                 ]
2739             },
2740             "notification-url": "https://packagist.org/downloads/",
2741             "license": [
2742                 "BSD-3-Clause"
2743             ],
2744             "authors": [
2745                 {
2746                     "name": "Sebastian Bergmann",
2747                     "email": "sebastian@phpunit.de"
2748                 }
2749             ],
2750             "description": "Wrapper around PHP's tokenizer extension.",
2751             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2752             "keywords": [
2753                 "tokenizer"
2754             ],
2755             "time": "2017-02-27 10:12:30"
2756         },
2757         {
2758             "name": "phpunit/phpunit",
2759             "version": "5.7.0",
2760             "source": {
2761                 "type": "git",
2762                 "url": "https://github.com/sebastianbergmann/phpunit.git",
2763                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c"
2764             },
2765             "dist": {
2766                 "type": "zip",
2767                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2768                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2769                 "shasum": ""
2770             },
2771             "require": {
2772                 "ext-dom": "*",
2773                 "ext-json": "*",
2774                 "ext-libxml": "*",
2775                 "ext-mbstring": "*",
2776                 "ext-xml": "*",
2777                 "myclabs/deep-copy": "~1.3",
2778                 "php": "^5.6 || ^7.0",
2779                 "phpspec/prophecy": "^1.3.1",
2780                 "phpunit/php-code-coverage": "^4.0.3",
2781                 "phpunit/php-file-iterator": "~1.4",
2782                 "phpunit/php-text-template": "~1.2",
2783                 "phpunit/php-timer": "^1.0.6",
2784                 "phpunit/phpunit-mock-objects": "^3.2",
2785                 "sebastian/comparator": "~1.2.2",
2786                 "sebastian/diff": "~1.2",
2787                 "sebastian/environment": "^1.3.4 || ^2.0",
2788                 "sebastian/exporter": "~2.0",
2789                 "sebastian/global-state": "~1.0",
2790                 "sebastian/object-enumerator": "~2.0",
2791                 "sebastian/resource-operations": "~1.0",
2792                 "sebastian/version": "~1.0|~2.0",
2793                 "symfony/yaml": "~2.1|~3.0"
2794             },
2795             "conflict": {
2796                 "phpdocumentor/reflection-docblock": "3.0.2"
2797             },
2798             "require-dev": {
2799                 "ext-pdo": "*"
2800             },
2801             "suggest": {
2802                 "ext-xdebug": "*",
2803                 "phpunit/php-invoker": "~1.1"
2804             },
2805             "bin": [
2806                 "phpunit"
2807             ],
2808             "type": "library",
2809             "extra": {
2810                 "branch-alias": {
2811                     "dev-master": "5.7.x-dev"
2812                 }
2813             },
2814             "autoload": {
2815                 "classmap": [
2816                     "src/"
2817                 ]
2818             },
2819             "notification-url": "https://packagist.org/downloads/",
2820             "license": [
2821                 "BSD-3-Clause"
2822             ],
2823             "authors": [
2824                 {
2825                     "name": "Sebastian Bergmann",
2826                     "email": "sebastian@phpunit.de",
2827                     "role": "lead"
2828                 }
2829             ],
2830             "description": "The PHP Unit Testing framework.",
2831             "homepage": "https://phpunit.de/",
2832             "keywords": [
2833                 "phpunit",
2834                 "testing",
2835                 "xunit"
2836             ],
2837             "time": "2016-12-01 17:04:00"
2838         },
2839         {
2840             "name": "phpunit/phpunit-mock-objects",
2841             "version": "3.4.3",
2842             "source": {
2843                 "type": "git",
2844                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2845                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2846             },
2847             "dist": {
2848                 "type": "zip",
2849                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2850                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2851                 "shasum": ""
2852             },
2853             "require": {
2854                 "doctrine/instantiator": "^1.0.2",
2855                 "php": "^5.6 || ^7.0",
2856                 "phpunit/php-text-template": "^1.2",
2857                 "sebastian/exporter": "^1.2 || ^2.0"
2858             },
2859             "conflict": {
2860                 "phpunit/phpunit": "<5.4.0"
2861             },
2862             "require-dev": {
2863                 "phpunit/phpunit": "^5.4"
2864             },
2865             "suggest": {
2866                 "ext-soap": "*"
2867             },
2868             "type": "library",
2869             "extra": {
2870                 "branch-alias": {
2871                     "dev-master": "3.2.x-dev"
2872                 }
2873             },
2874             "autoload": {
2875                 "classmap": [
2876                     "src/"
2877                 ]
2878             },
2879             "notification-url": "https://packagist.org/downloads/",
2880             "license": [
2881                 "BSD-3-Clause"
2882             ],
2883             "authors": [
2884                 {
2885                     "name": "Sebastian Bergmann",
2886                     "email": "sb@sebastian-bergmann.de",
2887                     "role": "lead"
2888                 }
2889             ],
2890             "description": "Mock Object library for PHPUnit",
2891             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2892             "keywords": [
2893                 "mock",
2894                 "xunit"
2895             ],
2896             "time": "2016-12-08 20:27:08"
2897         },
2898         {
2899             "name": "sebastian/code-unit-reverse-lookup",
2900             "version": "1.0.1",
2901             "source": {
2902                 "type": "git",
2903                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2904                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2905             },
2906             "dist": {
2907                 "type": "zip",
2908                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2909                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2910                 "shasum": ""
2911             },
2912             "require": {
2913                 "php": "^5.6 || ^7.0"
2914             },
2915             "require-dev": {
2916                 "phpunit/phpunit": "^5.7 || ^6.0"
2917             },
2918             "type": "library",
2919             "extra": {
2920                 "branch-alias": {
2921                     "dev-master": "1.0.x-dev"
2922                 }
2923             },
2924             "autoload": {
2925                 "classmap": [
2926                     "src/"
2927                 ]
2928             },
2929             "notification-url": "https://packagist.org/downloads/",
2930             "license": [
2931                 "BSD-3-Clause"
2932             ],
2933             "authors": [
2934                 {
2935                     "name": "Sebastian Bergmann",
2936                     "email": "sebastian@phpunit.de"
2937                 }
2938             ],
2939             "description": "Looks up which function or method a line of code belongs to",
2940             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2941             "time": "2017-03-04 06:30:41"
2942         },
2943         {
2944             "name": "sebastian/comparator",
2945             "version": "1.2.4",
2946             "source": {
2947                 "type": "git",
2948                 "url": "https://github.com/sebastianbergmann/comparator.git",
2949                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2950             },
2951             "dist": {
2952                 "type": "zip",
2953                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2954                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2955                 "shasum": ""
2956             },
2957             "require": {
2958                 "php": ">=5.3.3",
2959                 "sebastian/diff": "~1.2",
2960                 "sebastian/exporter": "~1.2 || ~2.0"
2961             },
2962             "require-dev": {
2963                 "phpunit/phpunit": "~4.4"
2964             },
2965             "type": "library",
2966             "extra": {
2967                 "branch-alias": {
2968                     "dev-master": "1.2.x-dev"
2969                 }
2970             },
2971             "autoload": {
2972                 "classmap": [
2973                     "src/"
2974                 ]
2975             },
2976             "notification-url": "https://packagist.org/downloads/",
2977             "license": [
2978                 "BSD-3-Clause"
2979             ],
2980             "authors": [
2981                 {
2982                     "name": "Jeff Welch",
2983                     "email": "whatthejeff@gmail.com"
2984                 },
2985                 {
2986                     "name": "Volker Dusch",
2987                     "email": "github@wallbash.com"
2988                 },
2989                 {
2990                     "name": "Bernhard Schussek",
2991                     "email": "bschussek@2bepublished.at"
2992                 },
2993                 {
2994                     "name": "Sebastian Bergmann",
2995                     "email": "sebastian@phpunit.de"
2996                 }
2997             ],
2998             "description": "Provides the functionality to compare PHP values for equality",
2999             "homepage": "http://www.github.com/sebastianbergmann/comparator",
3000             "keywords": [
3001                 "comparator",
3002                 "compare",
3003                 "equality"
3004             ],
3005             "time": "2017-01-29 09:50:25"
3006         },
3007         {
3008             "name": "sebastian/diff",
3009             "version": "1.4.3",
3010             "source": {
3011                 "type": "git",
3012                 "url": "https://github.com/sebastianbergmann/diff.git",
3013                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3014             },
3015             "dist": {
3016                 "type": "zip",
3017                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3018                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3019                 "shasum": ""
3020             },
3021             "require": {
3022                 "php": "^5.3.3 || ^7.0"
3023             },
3024             "require-dev": {
3025                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3026             },
3027             "type": "library",
3028             "extra": {
3029                 "branch-alias": {
3030                     "dev-master": "1.4-dev"
3031                 }
3032             },
3033             "autoload": {
3034                 "classmap": [
3035                     "src/"
3036                 ]
3037             },
3038             "notification-url": "https://packagist.org/downloads/",
3039             "license": [
3040                 "BSD-3-Clause"
3041             ],
3042             "authors": [
3043                 {
3044                     "name": "Kore Nordmann",
3045                     "email": "mail@kore-nordmann.de"
3046                 },
3047                 {
3048                     "name": "Sebastian Bergmann",
3049                     "email": "sebastian@phpunit.de"
3050                 }
3051             ],
3052             "description": "Diff implementation",
3053             "homepage": "https://github.com/sebastianbergmann/diff",
3054             "keywords": [
3055                 "diff"
3056             ],
3057             "time": "2017-05-22 07:24:03"
3058         },
3059         {
3060             "name": "sebastian/environment",
3061             "version": "2.0.0",
3062             "source": {
3063                 "type": "git",
3064                 "url": "https://github.com/sebastianbergmann/environment.git",
3065                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3066             },
3067             "dist": {
3068                 "type": "zip",
3069                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3070                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3071                 "shasum": ""
3072             },
3073             "require": {
3074                 "php": "^5.6 || ^7.0"
3075             },
3076             "require-dev": {
3077                 "phpunit/phpunit": "^5.0"
3078             },
3079             "type": "library",
3080             "extra": {
3081                 "branch-alias": {
3082                     "dev-master": "2.0.x-dev"
3083                 }
3084             },
3085             "autoload": {
3086                 "classmap": [
3087                     "src/"
3088                 ]
3089             },
3090             "notification-url": "https://packagist.org/downloads/",
3091             "license": [
3092                 "BSD-3-Clause"
3093             ],
3094             "authors": [
3095                 {
3096                     "name": "Sebastian Bergmann",
3097                     "email": "sebastian@phpunit.de"
3098                 }
3099             ],
3100             "description": "Provides functionality to handle HHVM/PHP environments",
3101             "homepage": "http://www.github.com/sebastianbergmann/environment",
3102             "keywords": [
3103                 "Xdebug",
3104                 "environment",
3105                 "hhvm"
3106             ],
3107             "time": "2016-11-26 07:53:53"
3108         },
3109         {
3110             "name": "sebastian/exporter",
3111             "version": "2.0.0",
3112             "source": {
3113                 "type": "git",
3114                 "url": "https://github.com/sebastianbergmann/exporter.git",
3115                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3116             },
3117             "dist": {
3118                 "type": "zip",
3119                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3120                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3121                 "shasum": ""
3122             },
3123             "require": {
3124                 "php": ">=5.3.3",
3125                 "sebastian/recursion-context": "~2.0"
3126             },
3127             "require-dev": {
3128                 "ext-mbstring": "*",
3129                 "phpunit/phpunit": "~4.4"
3130             },
3131             "type": "library",
3132             "extra": {
3133                 "branch-alias": {
3134                     "dev-master": "2.0.x-dev"
3135                 }
3136             },
3137             "autoload": {
3138                 "classmap": [
3139                     "src/"
3140                 ]
3141             },
3142             "notification-url": "https://packagist.org/downloads/",
3143             "license": [
3144                 "BSD-3-Clause"
3145             ],
3146             "authors": [
3147                 {
3148                     "name": "Jeff Welch",
3149                     "email": "whatthejeff@gmail.com"
3150                 },
3151                 {
3152                     "name": "Volker Dusch",
3153                     "email": "github@wallbash.com"
3154                 },
3155                 {
3156                     "name": "Bernhard Schussek",
3157                     "email": "bschussek@2bepublished.at"
3158                 },
3159                 {
3160                     "name": "Sebastian Bergmann",
3161                     "email": "sebastian@phpunit.de"
3162                 },
3163                 {
3164                     "name": "Adam Harvey",
3165                     "email": "aharvey@php.net"
3166                 }
3167             ],
3168             "description": "Provides the functionality to export PHP variables for visualization",
3169             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3170             "keywords": [
3171                 "export",
3172                 "exporter"
3173             ],
3174             "time": "2016-11-19 08:54:04"
3175         },
3176         {
3177             "name": "sebastian/global-state",
3178             "version": "1.1.1",
3179             "source": {
3180                 "type": "git",
3181                 "url": "https://github.com/sebastianbergmann/global-state.git",
3182                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3183             },
3184             "dist": {
3185                 "type": "zip",
3186                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3187                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3188                 "shasum": ""
3189             },
3190             "require": {
3191                 "php": ">=5.3.3"
3192             },
3193             "require-dev": {
3194                 "phpunit/phpunit": "~4.2"
3195             },
3196             "suggest": {
3197                 "ext-uopz": "*"
3198             },
3199             "type": "library",
3200             "extra": {
3201                 "branch-alias": {
3202                     "dev-master": "1.0-dev"
3203                 }
3204             },
3205             "autoload": {
3206                 "classmap": [
3207                     "src/"
3208                 ]
3209             },
3210             "notification-url": "https://packagist.org/downloads/",
3211             "license": [
3212                 "BSD-3-Clause"
3213             ],
3214             "authors": [
3215                 {
3216                     "name": "Sebastian Bergmann",
3217                     "email": "sebastian@phpunit.de"
3218                 }
3219             ],
3220             "description": "Snapshotting of global state",
3221             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3222             "keywords": [
3223                 "global state"
3224             ],
3225             "time": "2015-10-12 03:26:01"
3226         },
3227         {
3228             "name": "sebastian/object-enumerator",
3229             "version": "2.0.1",
3230             "source": {
3231                 "type": "git",
3232                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3233                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3234             },
3235             "dist": {
3236                 "type": "zip",
3237                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3238                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3239                 "shasum": ""
3240             },
3241             "require": {
3242                 "php": ">=5.6",
3243                 "sebastian/recursion-context": "~2.0"
3244             },
3245             "require-dev": {
3246                 "phpunit/phpunit": "~5"
3247             },
3248             "type": "library",
3249             "extra": {
3250                 "branch-alias": {
3251                     "dev-master": "2.0.x-dev"
3252                 }
3253             },
3254             "autoload": {
3255                 "classmap": [
3256                     "src/"
3257                 ]
3258             },
3259             "notification-url": "https://packagist.org/downloads/",
3260             "license": [
3261                 "BSD-3-Clause"
3262             ],
3263             "authors": [
3264                 {
3265                     "name": "Sebastian Bergmann",
3266                     "email": "sebastian@phpunit.de"
3267                 }
3268             ],
3269             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3270             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3271             "time": "2017-02-18 15:18:39"
3272         },
3273         {
3274             "name": "sebastian/recursion-context",
3275             "version": "2.0.0",
3276             "source": {
3277                 "type": "git",
3278                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3279                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3280             },
3281             "dist": {
3282                 "type": "zip",
3283                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3284                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3285                 "shasum": ""
3286             },
3287             "require": {
3288                 "php": ">=5.3.3"
3289             },
3290             "require-dev": {
3291                 "phpunit/phpunit": "~4.4"
3292             },
3293             "type": "library",
3294             "extra": {
3295                 "branch-alias": {
3296                     "dev-master": "2.0.x-dev"
3297                 }
3298             },
3299             "autoload": {
3300                 "classmap": [
3301                     "src/"
3302                 ]
3303             },
3304             "notification-url": "https://packagist.org/downloads/",
3305             "license": [
3306                 "BSD-3-Clause"
3307             ],
3308             "authors": [
3309                 {
3310                     "name": "Jeff Welch",
3311                     "email": "whatthejeff@gmail.com"
3312                 },
3313                 {
3314                     "name": "Sebastian Bergmann",
3315                     "email": "sebastian@phpunit.de"
3316                 },
3317                 {
3318                     "name": "Adam Harvey",
3319                     "email": "aharvey@php.net"
3320                 }
3321             ],
3322             "description": "Provides functionality to recursively process PHP variables",
3323             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3324             "time": "2016-11-19 07:33:16"
3325         },
3326         {
3327             "name": "sebastian/resource-operations",
3328             "version": "1.0.0",
3329             "source": {
3330                 "type": "git",
3331                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3332                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3333             },
3334             "dist": {
3335                 "type": "zip",
3336                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3337                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3338                 "shasum": ""
3339             },
3340             "require": {
3341                 "php": ">=5.6.0"
3342             },
3343             "type": "library",
3344             "extra": {
3345                 "branch-alias": {
3346                     "dev-master": "1.0.x-dev"
3347                 }
3348             },
3349             "autoload": {
3350                 "classmap": [
3351                     "src/"
3352                 ]
3353             },
3354             "notification-url": "https://packagist.org/downloads/",
3355             "license": [
3356                 "BSD-3-Clause"
3357             ],
3358             "authors": [
3359                 {
3360                     "name": "Sebastian Bergmann",
3361                     "email": "sebastian@phpunit.de"
3362                 }
3363             ],
3364             "description": "Provides a list of PHP built-in functions that operate on resources",
3365             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3366             "time": "2015-07-28 20:34:47"
3367         },
3368         {
3369             "name": "sebastian/version",
3370             "version": "2.0.1",
3371             "source": {
3372                 "type": "git",
3373                 "url": "https://github.com/sebastianbergmann/version.git",
3374                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3375             },
3376             "dist": {
3377                 "type": "zip",
3378                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3379                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3380                 "shasum": ""
3381             },
3382             "require": {
3383                 "php": ">=5.6"
3384             },
3385             "type": "library",
3386             "extra": {
3387                 "branch-alias": {
3388                     "dev-master": "2.0.x-dev"
3389                 }
3390             },
3391             "autoload": {
3392                 "classmap": [
3393                     "src/"
3394                 ]
3395             },
3396             "notification-url": "https://packagist.org/downloads/",
3397             "license": [
3398                 "BSD-3-Clause"
3399             ],
3400             "authors": [
3401                 {
3402                     "name": "Sebastian Bergmann",
3403                     "email": "sebastian@phpunit.de",
3404                     "role": "lead"
3405                 }
3406             ],
3407             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3408             "homepage": "https://github.com/sebastianbergmann/version",
3409             "time": "2016-10-03 07:35:21"
3410         },
3411         {
3412             "name": "webmozart/assert",
3413             "version": "1.2.0",
3414             "source": {
3415                 "type": "git",
3416                 "url": "https://github.com/webmozart/assert.git",
3417                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3418             },
3419             "dist": {
3420                 "type": "zip",
3421                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3422                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3423                 "shasum": ""
3424             },
3425             "require": {
3426                 "php": "^5.3.3 || ^7.0"
3427             },
3428             "require-dev": {
3429                 "phpunit/phpunit": "^4.6",
3430                 "sebastian/version": "^1.0.1"
3431             },
3432             "type": "library",
3433             "extra": {
3434                 "branch-alias": {
3435                     "dev-master": "1.3-dev"
3436                 }
3437             },
3438             "autoload": {
3439                 "psr-4": {
3440                     "Webmozart\\Assert\\": "src/"
3441                 }
3442             },
3443             "notification-url": "https://packagist.org/downloads/",
3444             "license": [
3445                 "MIT"
3446             ],
3447             "authors": [
3448                 {
3449                     "name": "Bernhard Schussek",
3450                     "email": "bschussek@gmail.com"
3451                 }
3452             ],
3453             "description": "Assertions to validate method input/output with nice error messages.",
3454             "keywords": [
3455                 "assert",
3456                 "check",
3457                 "validate"
3458             ],
3459             "time": "2016-11-23 20:04:58"
3460         }
3461     ],
3462     "aliases": [],
3463     "minimum-stability": "stable",
3464     "stability-flags": {
3465         "doctrine/couchdb": 10
3466     },
3467     "prefer-stable": false,
3468     "prefer-lowest": false,
3469     "platform": [],
3470     "platform-dev": []