more clean up of misc billing form (#891)
[openemr.git] / composer.lock
blob466507a5c3e6b7c0dcb832ceb4ffba11cc862345
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": "39532a96ae601c72fbe33afde35e4ff6",
8     "content-hash": "54caa884d3add2ab6130ef8e7320446e",
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": "ezyang/htmlpurifier",
830             "version": "v4.9.3",
831             "source": {
832                 "type": "git",
833                 "url": "https://github.com/ezyang/htmlpurifier.git",
834                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
835             },
836             "dist": {
837                 "type": "zip",
838                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
839                 "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
840                 "shasum": ""
841             },
842             "require": {
843                 "php": ">=5.2"
844             },
845             "require-dev": {
846                 "simpletest/simpletest": "^1.1"
847             },
848             "type": "library",
849             "autoload": {
850                 "psr-0": {
851                     "HTMLPurifier": "library/"
852                 },
853                 "files": [
854                     "library/HTMLPurifier.composer.php"
855                 ]
856             },
857             "notification-url": "https://packagist.org/downloads/",
858             "license": [
859                 "LGPL"
860             ],
861             "authors": [
862                 {
863                     "name": "Edward Z. Yang",
864                     "email": "admin@htmlpurifier.org",
865                     "homepage": "http://ezyang.com"
866                 }
867             ],
868             "description": "Standards compliant HTML filter written in PHP",
869             "homepage": "http://htmlpurifier.org/",
870             "keywords": [
871                 "html"
872             ],
873             "time": "2017-06-03 02:28:16"
874         },
875         {
876             "name": "illuminate/contracts",
877             "version": "v5.4.19",
878             "source": {
879                 "type": "git",
880                 "url": "https://github.com/illuminate/contracts.git",
881                 "reference": "ab2825726bee46a67c8cc66789852189dbef74a9"
882             },
883             "dist": {
884                 "type": "zip",
885                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/ab2825726bee46a67c8cc66789852189dbef74a9",
886                 "reference": "ab2825726bee46a67c8cc66789852189dbef74a9",
887                 "shasum": ""
888             },
889             "require": {
890                 "php": ">=5.6.4"
891             },
892             "type": "library",
893             "extra": {
894                 "branch-alias": {
895                     "dev-master": "5.4-dev"
896                 }
897             },
898             "autoload": {
899                 "psr-4": {
900                     "Illuminate\\Contracts\\": ""
901                 }
902             },
903             "notification-url": "https://packagist.org/downloads/",
904             "license": [
905                 "MIT"
906             ],
907             "authors": [
908                 {
909                     "name": "Taylor Otwell",
910                     "email": "taylor@laravel.com"
911                 }
912             ],
913             "description": "The Illuminate Contracts package.",
914             "homepage": "https://laravel.com",
915             "time": "2017-03-29 13:17:47"
916         },
917         {
918             "name": "illuminate/support",
919             "version": "v5.4.19",
920             "source": {
921                 "type": "git",
922                 "url": "https://github.com/illuminate/support.git",
923                 "reference": "b8cb37e15331c59da51c8ee5838038baa22d7955"
924             },
925             "dist": {
926                 "type": "zip",
927                 "url": "https://api.github.com/repos/illuminate/support/zipball/b8cb37e15331c59da51c8ee5838038baa22d7955",
928                 "reference": "b8cb37e15331c59da51c8ee5838038baa22d7955",
929                 "shasum": ""
930             },
931             "require": {
932                 "doctrine/inflector": "~1.0",
933                 "ext-mbstring": "*",
934                 "illuminate/contracts": "5.4.*",
935                 "paragonie/random_compat": "~1.4|~2.0",
936                 "php": ">=5.6.4"
937             },
938             "replace": {
939                 "tightenco/collect": "self.version"
940             },
941             "suggest": {
942                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
943                 "symfony/process": "Required to use the composer class (~3.2).",
944                 "symfony/var-dumper": "Required to use the dd function (~3.2)."
945             },
946             "type": "library",
947             "extra": {
948                 "branch-alias": {
949                     "dev-master": "5.4-dev"
950                 }
951             },
952             "autoload": {
953                 "psr-4": {
954                     "Illuminate\\Support\\": ""
955                 },
956                 "files": [
957                     "helpers.php"
958                 ]
959             },
960             "notification-url": "https://packagist.org/downloads/",
961             "license": [
962                 "MIT"
963             ],
964             "authors": [
965                 {
966                     "name": "Taylor Otwell",
967                     "email": "taylor@laravel.com"
968                 }
969             ],
970             "description": "The Illuminate Support package.",
971             "homepage": "https://laravel.com",
972             "time": "2017-04-09 14:34:57"
973         },
974         {
975             "name": "ircmaxell/password-compat",
976             "version": "v1.0.4",
977             "source": {
978                 "type": "git",
979                 "url": "https://github.com/ircmaxell/password_compat.git",
980                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
981             },
982             "dist": {
983                 "type": "zip",
984                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
985                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
986                 "shasum": ""
987             },
988             "require-dev": {
989                 "phpunit/phpunit": "4.*"
990             },
991             "type": "library",
992             "autoload": {
993                 "files": [
994                     "lib/password.php"
995                 ]
996             },
997             "notification-url": "https://packagist.org/downloads/",
998             "license": [
999                 "MIT"
1000             ],
1001             "authors": [
1002                 {
1003                     "name": "Anthony Ferrara",
1004                     "email": "ircmaxell@php.net",
1005                     "homepage": "http://blog.ircmaxell.com"
1006                 }
1007             ],
1008             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1009             "homepage": "https://github.com/ircmaxell/password_compat",
1010             "keywords": [
1011                 "hashing",
1012                 "password"
1013             ],
1014             "time": "2014-11-20 16:49:30"
1015         },
1016         {
1017             "name": "mpdf/mpdf",
1018             "version": "v6.1.3",
1019             "source": {
1020                 "type": "git",
1021                 "url": "https://github.com/mpdf/mpdf.git",
1022                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
1023             },
1024             "dist": {
1025                 "type": "zip",
1026                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1027                 "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
1028                 "shasum": ""
1029             },
1030             "require": {
1031                 "ext-mbstring": "*",
1032                 "php": ">=5.4.0",
1033                 "setasign/fpdi": "1.6.*"
1034             },
1035             "require-dev": {
1036                 "phpunit/phpunit": "^4.7"
1037             },
1038             "suggest": {
1039                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1040             },
1041             "type": "library",
1042             "autoload": {
1043                 "classmap": [
1044                     "mpdf.php",
1045                     "classes"
1046                 ]
1047             },
1048             "notification-url": "https://packagist.org/downloads/",
1049             "license": [
1050                 "GPL-2.0"
1051             ],
1052             "authors": [
1053                 {
1054                     "name": "Ian Back",
1055                     "role": "Developer"
1056                 }
1057             ],
1058             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1059             "homepage": "http://mpdf.github.io",
1060             "keywords": [
1061                 "pdf",
1062                 "php",
1063                 "utf-8"
1064             ],
1065             "time": "2016-12-12 10:42:18"
1066         },
1067         {
1068             "name": "paragonie/random_compat",
1069             "version": "v2.0.10",
1070             "source": {
1071                 "type": "git",
1072                 "url": "https://github.com/paragonie/random_compat.git",
1073                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
1074             },
1075             "dist": {
1076                 "type": "zip",
1077                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1078                 "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1079                 "shasum": ""
1080             },
1081             "require": {
1082                 "php": ">=5.2.0"
1083             },
1084             "require-dev": {
1085                 "phpunit/phpunit": "4.*|5.*"
1086             },
1087             "suggest": {
1088                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1089             },
1090             "type": "library",
1091             "autoload": {
1092                 "files": [
1093                     "lib/random.php"
1094                 ]
1095             },
1096             "notification-url": "https://packagist.org/downloads/",
1097             "license": [
1098                 "MIT"
1099             ],
1100             "authors": [
1101                 {
1102                     "name": "Paragon Initiative Enterprises",
1103                     "email": "security@paragonie.com",
1104                     "homepage": "https://paragonie.com"
1105                 }
1106             ],
1107             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1108             "keywords": [
1109                 "csprng",
1110                 "pseudorandom",
1111                 "random"
1112             ],
1113             "time": "2017-03-13 16:27:32"
1114         },
1115         {
1116             "name": "phenx/php-font-lib",
1117             "version": "0.4",
1118             "source": {
1119                 "type": "git",
1120                 "url": "https://github.com/PhenX/php-font-lib.git",
1121                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
1122             },
1123             "dist": {
1124                 "type": "zip",
1125                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1126                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
1127                 "shasum": ""
1128             },
1129             "type": "library",
1130             "autoload": {
1131                 "psr-0": {
1132                     "FontLib\\": "src/"
1133                 }
1134             },
1135             "notification-url": "https://packagist.org/downloads/",
1136             "license": [
1137                 "LGPL-3.0"
1138             ],
1139             "authors": [
1140                 {
1141                     "name": "Fabien Ménager",
1142                     "email": "fabien.menager@gmail.com"
1143                 }
1144             ],
1145             "description": "A library to read, parse, export and make subsets of different types of font files.",
1146             "homepage": "https://github.com/PhenX/php-font-lib",
1147             "time": "2015-05-06 20:02:39"
1148         },
1149         {
1150             "name": "phenx/php-svg-lib",
1151             "version": "0.1",
1152             "source": {
1153                 "type": "git",
1154                 "url": "https://github.com/PhenX/php-svg-lib.git",
1155                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
1156             },
1157             "dist": {
1158                 "type": "zip",
1159                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
1160                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
1161                 "shasum": ""
1162             },
1163             "type": "library",
1164             "autoload": {
1165                 "psr-0": {
1166                     "Svg\\": "src/"
1167                 }
1168             },
1169             "notification-url": "https://packagist.org/downloads/",
1170             "license": [
1171                 "LGPL-3.0"
1172             ],
1173             "authors": [
1174                 {
1175                     "name": "Fabien Ménager",
1176                     "email": "fabien.menager@gmail.com"
1177                 }
1178             ],
1179             "description": "A library to read, parse and export to PDF SVG files.",
1180             "homepage": "https://github.com/PhenX/php-svg-lib",
1181             "time": "2015-05-06 18:49:49"
1182         },
1183         {
1184             "name": "phing/phing",
1185             "version": "2.14.0",
1186             "source": {
1187                 "type": "git",
1188                 "url": "https://github.com/phingofficial/phing.git",
1189                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
1190             },
1191             "dist": {
1192                 "type": "zip",
1193                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
1194                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
1195                 "shasum": ""
1196             },
1197             "require": {
1198                 "php": ">=5.2.0"
1199             },
1200             "require-dev": {
1201                 "ext-pdo_sqlite": "*",
1202                 "lastcraft/simpletest": "@dev",
1203                 "mikey179/vfsstream": "^1.6",
1204                 "pdepend/pdepend": "2.x",
1205                 "pear/archive_tar": "1.4.x",
1206                 "pear/http_request2": "dev-trunk",
1207                 "pear/net_growl": "dev-trunk",
1208                 "pear/pear-core-minimal": "1.10.1",
1209                 "pear/versioncontrol_git": "@dev",
1210                 "pear/versioncontrol_svn": "~0.5",
1211                 "phpdocumentor/phpdocumentor": "2.x",
1212                 "phploc/phploc": "~2.0.6",
1213                 "phpmd/phpmd": "~2.2",
1214                 "phpunit/phpunit": ">=3.7",
1215                 "sebastian/git": "~1.0",
1216                 "sebastian/phpcpd": "2.x",
1217                 "squizlabs/php_codesniffer": "~2.2",
1218                 "symfony/yaml": "~2.7"
1219             },
1220             "suggest": {
1221                 "pdepend/pdepend": "PHP version of JDepend",
1222                 "pear/archive_tar": "Tar file management class",
1223                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1224                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1225                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1226                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1227                 "phpmd/phpmd": "PHP version of PMD tool",
1228                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1229                 "phpunit/phpunit": "The PHP Unit Testing Framework",
1230                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1231                 "tedivm/jshrink": "Javascript Minifier built in PHP"
1232             },
1233             "bin": [
1234                 "bin/phing"
1235             ],
1236             "type": "library",
1237             "extra": {
1238                 "branch-alias": {
1239                     "dev-master": "2.14.x-dev"
1240                 }
1241             },
1242             "autoload": {
1243                 "classmap": [
1244                     "classes/phing/"
1245                 ]
1246             },
1247             "notification-url": "https://packagist.org/downloads/",
1248             "include-path": [
1249                 "classes"
1250             ],
1251             "license": [
1252                 "LGPL-3.0"
1253             ],
1254             "authors": [
1255                 {
1256                     "name": "Michiel Rook",
1257                     "email": "mrook@php.net"
1258                 },
1259                 {
1260                     "name": "Phing Community",
1261                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1262                 }
1263             ],
1264             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1265             "homepage": "https://www.phing.info/",
1266             "keywords": [
1267                 "build",
1268                 "phing",
1269                 "task",
1270                 "tool"
1271             ],
1272             "time": "2016-03-10 21:39:23"
1273         },
1274         {
1275             "name": "phpmailer/phpmailer",
1276             "version": "v5.2.16",
1277             "source": {
1278                 "type": "git",
1279                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1280                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
1281             },
1282             "dist": {
1283                 "type": "zip",
1284                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1285                 "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
1286                 "shasum": ""
1287             },
1288             "require": {
1289                 "php": ">=5.0.0"
1290             },
1291             "require-dev": {
1292                 "phpdocumentor/phpdocumentor": "*",
1293                 "phpunit/phpunit": "4.7.*"
1294             },
1295             "suggest": {
1296                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
1297             },
1298             "type": "library",
1299             "autoload": {
1300                 "classmap": [
1301                     "class.phpmailer.php",
1302                     "class.phpmaileroauth.php",
1303                     "class.phpmaileroauthgoogle.php",
1304                     "class.smtp.php",
1305                     "class.pop3.php",
1306                     "extras/EasyPeasyICS.php",
1307                     "extras/ntlm_sasl_client.php"
1308                 ]
1309             },
1310             "notification-url": "https://packagist.org/downloads/",
1311             "license": [
1312                 "LGPL-2.1"
1313             ],
1314             "authors": [
1315                 {
1316                     "name": "Jim Jagielski",
1317                     "email": "jimjag@gmail.com"
1318                 },
1319                 {
1320                     "name": "Marcus Bointon",
1321                     "email": "phpmailer@synchromedia.co.uk"
1322                 },
1323                 {
1324                     "name": "Andy Prevost",
1325                     "email": "codeworxtech@users.sourceforge.net"
1326                 },
1327                 {
1328                     "name": "Brent R. Matzelle"
1329                 }
1330             ],
1331             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1332             "time": "2016-06-06 09:09:37"
1333         },
1334         {
1335             "name": "phpoffice/phpexcel",
1336             "version": "1.8.1",
1337             "source": {
1338                 "type": "git",
1339                 "url": "https://github.com/PHPOffice/PHPExcel.git",
1340                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
1341             },
1342             "dist": {
1343                 "type": "zip",
1344                 "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1345                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
1346                 "shasum": ""
1347             },
1348             "require": {
1349                 "ext-xml": "*",
1350                 "ext-xmlwriter": "*",
1351                 "php": ">=5.2.0"
1352             },
1353             "type": "library",
1354             "autoload": {
1355                 "psr-0": {
1356                     "PHPExcel": "Classes/"
1357                 }
1358             },
1359             "notification-url": "https://packagist.org/downloads/",
1360             "license": [
1361                 "LGPL"
1362             ],
1363             "authors": [
1364                 {
1365                     "name": "Maarten Balliauw",
1366                     "homepage": "http://blog.maartenballiauw.be"
1367                 },
1368                 {
1369                     "name": "Mark Baker"
1370                 },
1371                 {
1372                     "name": "Franck Lefevre",
1373                     "homepage": "http://blog.rootslabs.net"
1374                 },
1375                 {
1376                     "name": "Erik Tilt"
1377                 }
1378             ],
1379             "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1380             "homepage": "http://phpexcel.codeplex.com",
1381             "keywords": [
1382                 "OpenXML",
1383                 "excel",
1384                 "php",
1385                 "spreadsheet",
1386                 "xls",
1387                 "xlsx"
1388             ],
1389             "time": "2015-05-01 07:00:55"
1390         },
1391         {
1392             "name": "phpseclib/phpseclib",
1393             "version": "2.0.2",
1394             "source": {
1395                 "type": "git",
1396                 "url": "https://github.com/phpseclib/phpseclib.git",
1397                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
1398             },
1399             "dist": {
1400                 "type": "zip",
1401                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1402                 "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
1403                 "shasum": ""
1404             },
1405             "require": {
1406                 "php": ">=5.3.3"
1407             },
1408             "require-dev": {
1409                 "phing/phing": "~2.7",
1410                 "phpunit/phpunit": "~4.0",
1411                 "sami/sami": "~2.0",
1412                 "squizlabs/php_codesniffer": "~2.0"
1413             },
1414             "suggest": {
1415                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1416                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1417                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1418                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1419             },
1420             "type": "library",
1421             "autoload": {
1422                 "files": [
1423                     "phpseclib/bootstrap.php"
1424                 ],
1425                 "psr-4": {
1426                     "phpseclib\\": "phpseclib/"
1427                 }
1428             },
1429             "notification-url": "https://packagist.org/downloads/",
1430             "license": [
1431                 "MIT"
1432             ],
1433             "authors": [
1434                 {
1435                     "name": "Jim Wigginton",
1436                     "email": "terrafrost@php.net",
1437                     "role": "Lead Developer"
1438                 },
1439                 {
1440                     "name": "Patrick Monnerat",
1441                     "email": "pm@datasphere.ch",
1442                     "role": "Developer"
1443                 },
1444                 {
1445                     "name": "Andreas Fischer",
1446                     "email": "bantu@phpbb.com",
1447                     "role": "Developer"
1448                 },
1449                 {
1450                     "name": "Hans-Jürgen Petrich",
1451                     "email": "petrich@tronic-media.com",
1452                     "role": "Developer"
1453                 },
1454                 {
1455                     "name": "Graham Campbell",
1456                     "email": "graham@alt-three.com",
1457                     "role": "Developer"
1458                 }
1459             ],
1460             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1461             "homepage": "http://phpseclib.sourceforge.net",
1462             "keywords": [
1463                 "BigInteger",
1464                 "aes",
1465                 "asn.1",
1466                 "asn1",
1467                 "blowfish",
1468                 "crypto",
1469                 "cryptography",
1470                 "encryption",
1471                 "rsa",
1472                 "security",
1473                 "sftp",
1474                 "signature",
1475                 "signing",
1476                 "ssh",
1477                 "twofish",
1478                 "x.509",
1479                 "x509"
1480             ],
1481             "time": "2016-05-13 01:15:21"
1482         },
1483         {
1484             "name": "psr/log",
1485             "version": "1.0.2",
1486             "source": {
1487                 "type": "git",
1488                 "url": "https://github.com/php-fig/log.git",
1489                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1490             },
1491             "dist": {
1492                 "type": "zip",
1493                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1494                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1495                 "shasum": ""
1496             },
1497             "require": {
1498                 "php": ">=5.3.0"
1499             },
1500             "type": "library",
1501             "extra": {
1502                 "branch-alias": {
1503                     "dev-master": "1.0.x-dev"
1504                 }
1505             },
1506             "autoload": {
1507                 "psr-4": {
1508                     "Psr\\Log\\": "Psr/Log/"
1509                 }
1510             },
1511             "notification-url": "https://packagist.org/downloads/",
1512             "license": [
1513                 "MIT"
1514             ],
1515             "authors": [
1516                 {
1517                     "name": "PHP-FIG",
1518                     "homepage": "http://www.php-fig.org/"
1519                 }
1520             ],
1521             "description": "Common interface for logging libraries",
1522             "homepage": "https://github.com/php-fig/log",
1523             "keywords": [
1524                 "log",
1525                 "psr",
1526                 "psr-3"
1527             ],
1528             "time": "2016-10-10 12:19:37"
1529         },
1530         {
1531             "name": "rospdf/pdf-php",
1532             "version": "0.12.22",
1533             "source": {
1534                 "type": "git",
1535                 "url": "https://github.com/rospdf/pdf-php.git",
1536                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
1537             },
1538             "dist": {
1539                 "type": "zip",
1540                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
1541                 "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
1542                 "shasum": ""
1543             },
1544             "require": {
1545                 "php": ">=5.3.2"
1546             },
1547             "require-dev": {
1548                 "squizlabs/php_codesniffer": "2.*"
1549             },
1550             "type": "library",
1551             "extra": {
1552                 "branch-alias": {
1553                     "dev-experimental": "0.13.x-dev",
1554                     "dev-master": "0.12.x-dev"
1555                 }
1556             },
1557             "autoload": {
1558                 "files": [
1559                     "src/Cpdf.php",
1560                     "src/Cezpdf.php"
1561                 ]
1562             },
1563             "notification-url": "https://packagist.org/downloads/",
1564             "license": [
1565                 "GPL-3.0"
1566             ],
1567             "authors": [
1568                 {
1569                     "name": "Ole Koeckemann",
1570                     "email": "ole1986@users.sourceforge.net",
1571                     "role": "Developer"
1572                 },
1573                 {
1574                     "name": "Lars Olesen",
1575                     "email": "lars@intraface.dk",
1576                     "role": "Developer"
1577                 },
1578                 {
1579                     "name": "Wayne Munro",
1580                     "email": "pdf@ros.co.nz",
1581                     "role": "Inactive"
1582                 }
1583             ],
1584             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
1585             "homepage": "https://github.com/rospdf/pdf-php",
1586             "time": "2016-06-01 21:36:09"
1587         },
1588         {
1589             "name": "setasign/fpdi",
1590             "version": "1.6.2",
1591             "source": {
1592                 "type": "git",
1593                 "url": "https://github.com/Setasign/FPDI.git",
1594                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
1595             },
1596             "dist": {
1597                 "type": "zip",
1598                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1599                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
1600                 "shasum": ""
1601             },
1602             "suggest": {
1603                 "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.",
1604                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
1605                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
1606             },
1607             "type": "library",
1608             "autoload": {
1609                 "classmap": [
1610                     "filters/",
1611                     "fpdi.php",
1612                     "fpdf_tpl.php",
1613                     "fpdi_pdf_parser.php",
1614                     "pdf_context.php"
1615                 ]
1616             },
1617             "notification-url": "https://packagist.org/downloads/",
1618             "license": [
1619                 "MIT"
1620             ],
1621             "authors": [
1622                 {
1623                     "name": "Jan Slabon",
1624                     "email": "jan.slabon@setasign.com",
1625                     "homepage": "https://www.setasign.com"
1626                 }
1627             ],
1628             "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.",
1629             "homepage": "https://www.setasign.com/fpdi",
1630             "keywords": [
1631                 "fpdf",
1632                 "fpdi",
1633                 "pdf"
1634             ],
1635             "time": "2017-05-11 14:25:49"
1636         },
1637         {
1638             "name": "smarty/smarty",
1639             "version": "v2.6.29",
1640             "source": {
1641                 "type": "git",
1642                 "url": "https://github.com/smarty-php/smarty.git",
1643                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
1644             },
1645             "dist": {
1646                 "type": "zip",
1647                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1648                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
1649                 "shasum": ""
1650             },
1651             "require": {
1652                 "php": ">=5.2"
1653             },
1654             "type": "library",
1655             "extra": {
1656                 "branch-alias": {
1657                     "dev-master": "2.6.x-dev"
1658                 }
1659             },
1660             "autoload": {
1661                 "classmap": [
1662                     "libs/Smarty.class.php",
1663                     "libs/Smarty_Compiler.class.php",
1664                     "libs/Config_File.class.php"
1665                 ]
1666             },
1667             "notification-url": "https://packagist.org/downloads/",
1668             "license": [
1669                 "LGPL-3.0"
1670             ],
1671             "authors": [
1672                 {
1673                     "name": "Monte Ohrt",
1674                     "email": "monte@ohrt.com"
1675                 },
1676                 {
1677                     "name": "Uwe Tews",
1678                     "email": "uwe.tews@googlemail.com"
1679                 }
1680             ],
1681             "description": "Smarty - the compiling PHP template engine",
1682             "homepage": "http://www.smarty.net",
1683             "keywords": [
1684                 "templating"
1685             ],
1686             "time": "2015-06-21 13:10:14"
1687         },
1688         {
1689             "name": "symfony/console",
1690             "version": "v3.2.8",
1691             "source": {
1692                 "type": "git",
1693                 "url": "https://github.com/symfony/console.git",
1694                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"
1695             },
1696             "dist": {
1697                 "type": "zip",
1698                 "url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
1699                 "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
1700                 "shasum": ""
1701             },
1702             "require": {
1703                 "php": ">=5.5.9",
1704                 "symfony/debug": "~2.8|~3.0",
1705                 "symfony/polyfill-mbstring": "~1.0"
1706             },
1707             "require-dev": {
1708                 "psr/log": "~1.0",
1709                 "symfony/event-dispatcher": "~2.8|~3.0",
1710                 "symfony/filesystem": "~2.8|~3.0",
1711                 "symfony/process": "~2.8|~3.0"
1712             },
1713             "suggest": {
1714                 "psr/log": "For using the console logger",
1715                 "symfony/event-dispatcher": "",
1716                 "symfony/filesystem": "",
1717                 "symfony/process": ""
1718             },
1719             "type": "library",
1720             "extra": {
1721                 "branch-alias": {
1722                     "dev-master": "3.2-dev"
1723                 }
1724             },
1725             "autoload": {
1726                 "psr-4": {
1727                     "Symfony\\Component\\Console\\": ""
1728                 },
1729                 "exclude-from-classmap": [
1730                     "/Tests/"
1731                 ]
1732             },
1733             "notification-url": "https://packagist.org/downloads/",
1734             "license": [
1735                 "MIT"
1736             ],
1737             "authors": [
1738                 {
1739                     "name": "Fabien Potencier",
1740                     "email": "fabien@symfony.com"
1741                 },
1742                 {
1743                     "name": "Symfony Community",
1744                     "homepage": "https://symfony.com/contributors"
1745                 }
1746             ],
1747             "description": "Symfony Console Component",
1748             "homepage": "https://symfony.com",
1749             "time": "2017-04-26 01:39:17"
1750         },
1751         {
1752             "name": "symfony/debug",
1753             "version": "v3.2.8",
1754             "source": {
1755                 "type": "git",
1756                 "url": "https://github.com/symfony/debug.git",
1757                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686"
1758             },
1759             "dist": {
1760                 "type": "zip",
1761                 "url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
1762                 "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
1763                 "shasum": ""
1764             },
1765             "require": {
1766                 "php": ">=5.5.9",
1767                 "psr/log": "~1.0"
1768             },
1769             "conflict": {
1770                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1771             },
1772             "require-dev": {
1773                 "symfony/class-loader": "~2.8|~3.0",
1774                 "symfony/http-kernel": "~2.8|~3.0"
1775             },
1776             "type": "library",
1777             "extra": {
1778                 "branch-alias": {
1779                     "dev-master": "3.2-dev"
1780                 }
1781             },
1782             "autoload": {
1783                 "psr-4": {
1784                     "Symfony\\Component\\Debug\\": ""
1785                 },
1786                 "exclude-from-classmap": [
1787                     "/Tests/"
1788                 ]
1789             },
1790             "notification-url": "https://packagist.org/downloads/",
1791             "license": [
1792                 "MIT"
1793             ],
1794             "authors": [
1795                 {
1796                     "name": "Fabien Potencier",
1797                     "email": "fabien@symfony.com"
1798                 },
1799                 {
1800                     "name": "Symfony Community",
1801                     "homepage": "https://symfony.com/contributors"
1802                 }
1803             ],
1804             "description": "Symfony Debug Component",
1805             "homepage": "https://symfony.com",
1806             "time": "2017-04-19 20:17:50"
1807         },
1808         {
1809             "name": "symfony/http-foundation",
1810             "version": "v2.8.20",
1811             "source": {
1812                 "type": "git",
1813                 "url": "https://github.com/symfony/http-foundation.git",
1814                 "reference": "cfa9013809ad18514855144d14bb321cf4673561"
1815             },
1816             "dist": {
1817                 "type": "zip",
1818                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cfa9013809ad18514855144d14bb321cf4673561",
1819                 "reference": "cfa9013809ad18514855144d14bb321cf4673561",
1820                 "shasum": ""
1821             },
1822             "require": {
1823                 "php": ">=5.3.9",
1824                 "symfony/polyfill-mbstring": "~1.1",
1825                 "symfony/polyfill-php54": "~1.0",
1826                 "symfony/polyfill-php55": "~1.0"
1827             },
1828             "require-dev": {
1829                 "symfony/expression-language": "~2.4|~3.0.0"
1830             },
1831             "type": "library",
1832             "extra": {
1833                 "branch-alias": {
1834                     "dev-master": "2.8-dev"
1835                 }
1836             },
1837             "autoload": {
1838                 "psr-4": {
1839                     "Symfony\\Component\\HttpFoundation\\": ""
1840                 },
1841                 "exclude-from-classmap": [
1842                     "/Tests/"
1843                 ]
1844             },
1845             "notification-url": "https://packagist.org/downloads/",
1846             "license": [
1847                 "MIT"
1848             ],
1849             "authors": [
1850                 {
1851                     "name": "Fabien Potencier",
1852                     "email": "fabien@symfony.com"
1853                 },
1854                 {
1855                     "name": "Symfony Community",
1856                     "homepage": "https://symfony.com/contributors"
1857                 }
1858             ],
1859             "description": "Symfony HttpFoundation Component",
1860             "homepage": "https://symfony.com",
1861             "time": "2017-05-01 14:31:55"
1862         },
1863         {
1864             "name": "symfony/polyfill-mbstring",
1865             "version": "v1.3.0",
1866             "source": {
1867                 "type": "git",
1868                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1869                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1870             },
1871             "dist": {
1872                 "type": "zip",
1873                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1874                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1875                 "shasum": ""
1876             },
1877             "require": {
1878                 "php": ">=5.3.3"
1879             },
1880             "suggest": {
1881                 "ext-mbstring": "For best performance"
1882             },
1883             "type": "library",
1884             "extra": {
1885                 "branch-alias": {
1886                     "dev-master": "1.3-dev"
1887                 }
1888             },
1889             "autoload": {
1890                 "psr-4": {
1891                     "Symfony\\Polyfill\\Mbstring\\": ""
1892                 },
1893                 "files": [
1894                     "bootstrap.php"
1895                 ]
1896             },
1897             "notification-url": "https://packagist.org/downloads/",
1898             "license": [
1899                 "MIT"
1900             ],
1901             "authors": [
1902                 {
1903                     "name": "Nicolas Grekas",
1904                     "email": "p@tchwork.com"
1905                 },
1906                 {
1907                     "name": "Symfony Community",
1908                     "homepage": "https://symfony.com/contributors"
1909                 }
1910             ],
1911             "description": "Symfony polyfill for the Mbstring extension",
1912             "homepage": "https://symfony.com",
1913             "keywords": [
1914                 "compatibility",
1915                 "mbstring",
1916                 "polyfill",
1917                 "portable",
1918                 "shim"
1919             ],
1920             "time": "2016-11-14 01:06:16"
1921         },
1922         {
1923             "name": "symfony/polyfill-php54",
1924             "version": "v1.3.0",
1925             "source": {
1926                 "type": "git",
1927                 "url": "https://github.com/symfony/polyfill-php54.git",
1928                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0"
1929             },
1930             "dist": {
1931                 "type": "zip",
1932                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1933                 "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0",
1934                 "shasum": ""
1935             },
1936             "require": {
1937                 "php": ">=5.3.3"
1938             },
1939             "type": "library",
1940             "extra": {
1941                 "branch-alias": {
1942                     "dev-master": "1.3-dev"
1943                 }
1944             },
1945             "autoload": {
1946                 "psr-4": {
1947                     "Symfony\\Polyfill\\Php54\\": ""
1948                 },
1949                 "files": [
1950                     "bootstrap.php"
1951                 ],
1952                 "classmap": [
1953                     "Resources/stubs"
1954                 ]
1955             },
1956             "notification-url": "https://packagist.org/downloads/",
1957             "license": [
1958                 "MIT"
1959             ],
1960             "authors": [
1961                 {
1962                     "name": "Nicolas Grekas",
1963                     "email": "p@tchwork.com"
1964                 },
1965                 {
1966                     "name": "Symfony Community",
1967                     "homepage": "https://symfony.com/contributors"
1968                 }
1969             ],
1970             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
1971             "homepage": "https://symfony.com",
1972             "keywords": [
1973                 "compatibility",
1974                 "polyfill",
1975                 "portable",
1976                 "shim"
1977             ],
1978             "time": "2016-11-14 01:06:16"
1979         },
1980         {
1981             "name": "symfony/polyfill-php55",
1982             "version": "v1.3.0",
1983             "source": {
1984                 "type": "git",
1985                 "url": "https://github.com/symfony/polyfill-php55.git",
1986                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67"
1987             },
1988             "dist": {
1989                 "type": "zip",
1990                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67",
1991                 "reference": "03e3f0350bca2220e3623a0e340eef194405fc67",
1992                 "shasum": ""
1993             },
1994             "require": {
1995                 "ircmaxell/password-compat": "~1.0",
1996                 "php": ">=5.3.3"
1997             },
1998             "type": "library",
1999             "extra": {
2000                 "branch-alias": {
2001                     "dev-master": "1.3-dev"
2002                 }
2003             },
2004             "autoload": {
2005                 "psr-4": {
2006                     "Symfony\\Polyfill\\Php55\\": ""
2007                 },
2008                 "files": [
2009                     "bootstrap.php"
2010                 ]
2011             },
2012             "notification-url": "https://packagist.org/downloads/",
2013             "license": [
2014                 "MIT"
2015             ],
2016             "authors": [
2017                 {
2018                     "name": "Nicolas Grekas",
2019                     "email": "p@tchwork.com"
2020                 },
2021                 {
2022                     "name": "Symfony Community",
2023                     "homepage": "https://symfony.com/contributors"
2024                 }
2025             ],
2026             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2027             "homepage": "https://symfony.com",
2028             "keywords": [
2029                 "compatibility",
2030                 "polyfill",
2031                 "portable",
2032                 "shim"
2033             ],
2034             "time": "2016-11-14 01:06:16"
2035         },
2036         {
2037             "name": "symfony/yaml",
2038             "version": "v2.8.20",
2039             "source": {
2040                 "type": "git",
2041                 "url": "https://github.com/symfony/yaml.git",
2042                 "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02"
2043             },
2044             "dist": {
2045                 "type": "zip",
2046                 "url": "https://api.github.com/repos/symfony/yaml/zipball/93ccdde79f4b079c7558da4656a3cb1c50c68e02",
2047                 "reference": "93ccdde79f4b079c7558da4656a3cb1c50c68e02",
2048                 "shasum": ""
2049             },
2050             "require": {
2051                 "php": ">=5.3.9"
2052             },
2053             "type": "library",
2054             "extra": {
2055                 "branch-alias": {
2056                     "dev-master": "2.8-dev"
2057                 }
2058             },
2059             "autoload": {
2060                 "psr-4": {
2061                     "Symfony\\Component\\Yaml\\": ""
2062                 },
2063                 "exclude-from-classmap": [
2064                     "/Tests/"
2065                 ]
2066             },
2067             "notification-url": "https://packagist.org/downloads/",
2068             "license": [
2069                 "MIT"
2070             ],
2071             "authors": [
2072                 {
2073                     "name": "Fabien Potencier",
2074                     "email": "fabien@symfony.com"
2075                 },
2076                 {
2077                     "name": "Symfony Community",
2078                     "homepage": "https://symfony.com/contributors"
2079                 }
2080             ],
2081             "description": "Symfony Yaml Component",
2082             "homepage": "https://symfony.com",
2083             "time": "2017-05-01 14:31:55"
2084         },
2085         {
2086             "name": "twig/twig",
2087             "version": "v1.33.2",
2088             "source": {
2089                 "type": "git",
2090                 "url": "https://github.com/twigphp/Twig.git",
2091                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
2092             },
2093             "dist": {
2094                 "type": "zip",
2095                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2096                 "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
2097                 "shasum": ""
2098             },
2099             "require": {
2100                 "php": ">=5.2.7"
2101             },
2102             "require-dev": {
2103                 "psr/container": "^1.0",
2104                 "symfony/debug": "~2.7",
2105                 "symfony/phpunit-bridge": "~3.3@dev"
2106             },
2107             "type": "library",
2108             "extra": {
2109                 "branch-alias": {
2110                     "dev-master": "1.33-dev"
2111                 }
2112             },
2113             "autoload": {
2114                 "psr-0": {
2115                     "Twig_": "lib/"
2116                 }
2117             },
2118             "notification-url": "https://packagist.org/downloads/",
2119             "license": [
2120                 "BSD-3-Clause"
2121             ],
2122             "authors": [
2123                 {
2124                     "name": "Fabien Potencier",
2125                     "email": "fabien@symfony.com",
2126                     "homepage": "http://fabien.potencier.org",
2127                     "role": "Lead Developer"
2128                 },
2129                 {
2130                     "name": "Armin Ronacher",
2131                     "email": "armin.ronacher@active-4.com",
2132                     "role": "Project Founder"
2133                 },
2134                 {
2135                     "name": "Twig Team",
2136                     "homepage": "http://twig.sensiolabs.org/contributors",
2137                     "role": "Contributors"
2138                 }
2139             ],
2140             "description": "Twig, the flexible, fast, and secure template language for PHP",
2141             "homepage": "http://twig.sensiolabs.org",
2142             "keywords": [
2143                 "templating"
2144             ],
2145             "time": "2017-04-20 17:39:48"
2146         },
2147         {
2148             "name": "vlucas/phpdotenv",
2149             "version": "v2.4.0",
2150             "source": {
2151                 "type": "git",
2152                 "url": "https://github.com/vlucas/phpdotenv.git",
2153                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2154             },
2155             "dist": {
2156                 "type": "zip",
2157                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2158                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2159                 "shasum": ""
2160             },
2161             "require": {
2162                 "php": ">=5.3.9"
2163             },
2164             "require-dev": {
2165                 "phpunit/phpunit": "^4.8 || ^5.0"
2166             },
2167             "type": "library",
2168             "extra": {
2169                 "branch-alias": {
2170                     "dev-master": "2.4-dev"
2171                 }
2172             },
2173             "autoload": {
2174                 "psr-4": {
2175                     "Dotenv\\": "src/"
2176                 }
2177             },
2178             "notification-url": "https://packagist.org/downloads/",
2179             "license": [
2180                 "BSD-3-Clause-Attribution"
2181             ],
2182             "authors": [
2183                 {
2184                     "name": "Vance Lucas",
2185                     "email": "vance@vancelucas.com",
2186                     "homepage": "http://www.vancelucas.com"
2187                 }
2188             ],
2189             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2190             "keywords": [
2191                 "dotenv",
2192                 "env",
2193                 "environment"
2194             ],
2195             "time": "2016-09-01 10:05:43"
2196         },
2197         {
2198             "name": "zendframework/zendframework",
2199             "version": "2.4.9",
2200             "source": {
2201                 "type": "git",
2202                 "url": "https://github.com/zendframework/zendframework.git",
2203                 "reference": "4d096d15d01d46b03a69fff00576b31789246364"
2204             },
2205             "dist": {
2206                 "type": "zip",
2207                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/4d096d15d01d46b03a69fff00576b31789246364",
2208                 "reference": "4d096d15d01d46b03a69fff00576b31789246364",
2209                 "shasum": ""
2210             },
2211             "require": {
2212                 "php": ">=5.3.23",
2213                 "zendframework/zendxml": "^1.0.1"
2214             },
2215             "replace": {
2216                 "zendframework/zend-authentication": "self.version",
2217                 "zendframework/zend-barcode": "self.version",
2218                 "zendframework/zend-cache": "self.version",
2219                 "zendframework/zend-captcha": "self.version",
2220                 "zendframework/zend-code": "self.version",
2221                 "zendframework/zend-config": "self.version",
2222                 "zendframework/zend-console": "self.version",
2223                 "zendframework/zend-crypt": "self.version",
2224                 "zendframework/zend-db": "self.version",
2225                 "zendframework/zend-debug": "self.version",
2226                 "zendframework/zend-di": "self.version",
2227                 "zendframework/zend-dom": "self.version",
2228                 "zendframework/zend-escaper": "self.version",
2229                 "zendframework/zend-eventmanager": "self.version",
2230                 "zendframework/zend-feed": "self.version",
2231                 "zendframework/zend-file": "self.version",
2232                 "zendframework/zend-filter": "self.version",
2233                 "zendframework/zend-form": "self.version",
2234                 "zendframework/zend-http": "self.version",
2235                 "zendframework/zend-i18n": "self.version",
2236                 "zendframework/zend-inputfilter": "self.version",
2237                 "zendframework/zend-json": "self.version",
2238                 "zendframework/zend-ldap": "self.version",
2239                 "zendframework/zend-loader": "self.version",
2240                 "zendframework/zend-log": "self.version",
2241                 "zendframework/zend-mail": "self.version",
2242                 "zendframework/zend-math": "self.version",
2243                 "zendframework/zend-memory": "self.version",
2244                 "zendframework/zend-mime": "self.version",
2245                 "zendframework/zend-modulemanager": "self.version",
2246                 "zendframework/zend-mvc": "self.version",
2247                 "zendframework/zend-navigation": "self.version",
2248                 "zendframework/zend-paginator": "self.version",
2249                 "zendframework/zend-permissions-acl": "self.version",
2250                 "zendframework/zend-permissions-rbac": "self.version",
2251                 "zendframework/zend-progressbar": "self.version",
2252                 "zendframework/zend-resources": "self.version",
2253                 "zendframework/zend-serializer": "self.version",
2254                 "zendframework/zend-server": "self.version",
2255                 "zendframework/zend-servicemanager": "self.version",
2256                 "zendframework/zend-session": "self.version",
2257                 "zendframework/zend-soap": "self.version",
2258                 "zendframework/zend-stdlib": "self.version",
2259                 "zendframework/zend-tag": "self.version",
2260                 "zendframework/zend-test": "self.version",
2261                 "zendframework/zend-text": "self.version",
2262                 "zendframework/zend-uri": "self.version",
2263                 "zendframework/zend-validator": "self.version",
2264                 "zendframework/zend-version": "self.version",
2265                 "zendframework/zend-view": "self.version",
2266                 "zendframework/zend-xmlrpc": "self.version"
2267             },
2268             "require-dev": {
2269                 "doctrine/annotations": "~1.0",
2270                 "fabpot/php-cs-fixer": "~1.0",
2271                 "ircmaxell/random-lib": "~1.1",
2272                 "mikey179/vfsstream": "~1.2",
2273                 "phpunit/phpcov": "~2.0",
2274                 "phpunit/phpunit": "~4.6",
2275                 "satooshi/php-coveralls": "dev-master"
2276             },
2277             "suggest": {
2278                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
2279                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
2280                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
2281                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2282                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
2283                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
2284             },
2285             "bin": [
2286                 "bin/classmap_generator.php",
2287                 "bin/pluginmap_generator.php",
2288                 "bin/templatemap_generator.php"
2289             ],
2290             "type": "library",
2291             "extra": {
2292                 "branch-alias": {
2293                     "dev-master": "2.4-dev",
2294                     "dev-develop": "2.5-dev"
2295                 }
2296             },
2297             "autoload": {
2298                 "psr-4": {
2299                     "Zend\\": "library/Zend/"
2300                 }
2301             },
2302             "notification-url": "https://packagist.org/downloads/",
2303             "license": [
2304                 "BSD-3-Clause"
2305             ],
2306             "description": "Zend Framework 2",
2307             "homepage": "http://framework.zend.com/",
2308             "keywords": [
2309                 "framework",
2310                 "zf2"
2311             ],
2312             "time": "2015-11-23 17:34:23"
2313         },
2314         {
2315             "name": "zendframework/zendxml",
2316             "version": "1.0.2",
2317             "source": {
2318                 "type": "git",
2319                 "url": "https://github.com/zendframework/ZendXml.git",
2320                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
2321             },
2322             "dist": {
2323                 "type": "zip",
2324                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2325                 "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
2326                 "shasum": ""
2327             },
2328             "require": {
2329                 "php": "^5.3.3 || ^7.0"
2330             },
2331             "require-dev": {
2332                 "phpunit/phpunit": "^3.7 || ^4.0",
2333                 "squizlabs/php_codesniffer": "^1.5"
2334             },
2335             "type": "library",
2336             "extra": {
2337                 "branch-alias": {
2338                     "dev-master": "1.0-dev"
2339                 }
2340             },
2341             "autoload": {
2342                 "psr-0": {
2343                     "ZendXml\\": "library/"
2344                 }
2345             },
2346             "notification-url": "https://packagist.org/downloads/",
2347             "license": [
2348                 "BSD-3-Clause"
2349             ],
2350             "description": "Utility library for XML usage, best practices, and security in PHP",
2351             "homepage": "http://packages.zendframework.com/",
2352             "keywords": [
2353                 "security",
2354                 "xml",
2355                 "zf2"
2356             ],
2357             "time": "2016-02-04 21:02:08"
2358         }
2359     ],
2360     "packages-dev": [
2361         {
2362             "name": "myclabs/deep-copy",
2363             "version": "1.6.1",
2364             "source": {
2365                 "type": "git",
2366                 "url": "https://github.com/myclabs/DeepCopy.git",
2367                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2368             },
2369             "dist": {
2370                 "type": "zip",
2371                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2372                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2373                 "shasum": ""
2374             },
2375             "require": {
2376                 "php": ">=5.4.0"
2377             },
2378             "require-dev": {
2379                 "doctrine/collections": "1.*",
2380                 "phpunit/phpunit": "~4.1"
2381             },
2382             "type": "library",
2383             "autoload": {
2384                 "psr-4": {
2385                     "DeepCopy\\": "src/DeepCopy/"
2386                 }
2387             },
2388             "notification-url": "https://packagist.org/downloads/",
2389             "license": [
2390                 "MIT"
2391             ],
2392             "description": "Create deep copies (clones) of your objects",
2393             "homepage": "https://github.com/myclabs/DeepCopy",
2394             "keywords": [
2395                 "clone",
2396                 "copy",
2397                 "duplicate",
2398                 "object",
2399                 "object graph"
2400             ],
2401             "time": "2017-04-12 18:52:22"
2402         },
2403         {
2404             "name": "phpdocumentor/reflection-common",
2405             "version": "1.0",
2406             "source": {
2407                 "type": "git",
2408                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2409                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2410             },
2411             "dist": {
2412                 "type": "zip",
2413                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2414                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2415                 "shasum": ""
2416             },
2417             "require": {
2418                 "php": ">=5.5"
2419             },
2420             "require-dev": {
2421                 "phpunit/phpunit": "^4.6"
2422             },
2423             "type": "library",
2424             "extra": {
2425                 "branch-alias": {
2426                     "dev-master": "1.0.x-dev"
2427                 }
2428             },
2429             "autoload": {
2430                 "psr-4": {
2431                     "phpDocumentor\\Reflection\\": [
2432                         "src"
2433                     ]
2434                 }
2435             },
2436             "notification-url": "https://packagist.org/downloads/",
2437             "license": [
2438                 "MIT"
2439             ],
2440             "authors": [
2441                 {
2442                     "name": "Jaap van Otterdijk",
2443                     "email": "opensource@ijaap.nl"
2444                 }
2445             ],
2446             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2447             "homepage": "http://www.phpdoc.org",
2448             "keywords": [
2449                 "FQSEN",
2450                 "phpDocumentor",
2451                 "phpdoc",
2452                 "reflection",
2453                 "static analysis"
2454             ],
2455             "time": "2015-12-27 11:43:31"
2456         },
2457         {
2458             "name": "phpdocumentor/reflection-docblock",
2459             "version": "3.1.1",
2460             "source": {
2461                 "type": "git",
2462                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2463                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2464             },
2465             "dist": {
2466                 "type": "zip",
2467                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2468                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2469                 "shasum": ""
2470             },
2471             "require": {
2472                 "php": ">=5.5",
2473                 "phpdocumentor/reflection-common": "^1.0@dev",
2474                 "phpdocumentor/type-resolver": "^0.2.0",
2475                 "webmozart/assert": "^1.0"
2476             },
2477             "require-dev": {
2478                 "mockery/mockery": "^0.9.4",
2479                 "phpunit/phpunit": "^4.4"
2480             },
2481             "type": "library",
2482             "autoload": {
2483                 "psr-4": {
2484                     "phpDocumentor\\Reflection\\": [
2485                         "src/"
2486                     ]
2487                 }
2488             },
2489             "notification-url": "https://packagist.org/downloads/",
2490             "license": [
2491                 "MIT"
2492             ],
2493             "authors": [
2494                 {
2495                     "name": "Mike van Riel",
2496                     "email": "me@mikevanriel.com"
2497                 }
2498             ],
2499             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2500             "time": "2016-09-30 07:12:33"
2501         },
2502         {
2503             "name": "phpdocumentor/type-resolver",
2504             "version": "0.2.1",
2505             "source": {
2506                 "type": "git",
2507                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2508                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2509             },
2510             "dist": {
2511                 "type": "zip",
2512                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2513                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2514                 "shasum": ""
2515             },
2516             "require": {
2517                 "php": ">=5.5",
2518                 "phpdocumentor/reflection-common": "^1.0"
2519             },
2520             "require-dev": {
2521                 "mockery/mockery": "^0.9.4",
2522                 "phpunit/phpunit": "^5.2||^4.8.24"
2523             },
2524             "type": "library",
2525             "extra": {
2526                 "branch-alias": {
2527                     "dev-master": "1.0.x-dev"
2528                 }
2529             },
2530             "autoload": {
2531                 "psr-4": {
2532                     "phpDocumentor\\Reflection\\": [
2533                         "src/"
2534                     ]
2535                 }
2536             },
2537             "notification-url": "https://packagist.org/downloads/",
2538             "license": [
2539                 "MIT"
2540             ],
2541             "authors": [
2542                 {
2543                     "name": "Mike van Riel",
2544                     "email": "me@mikevanriel.com"
2545                 }
2546             ],
2547             "time": "2016-11-25 06:54:22"
2548         },
2549         {
2550             "name": "phpspec/prophecy",
2551             "version": "v1.7.0",
2552             "source": {
2553                 "type": "git",
2554                 "url": "https://github.com/phpspec/prophecy.git",
2555                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2556             },
2557             "dist": {
2558                 "type": "zip",
2559                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2560                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2561                 "shasum": ""
2562             },
2563             "require": {
2564                 "doctrine/instantiator": "^1.0.2",
2565                 "php": "^5.3|^7.0",
2566                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2567                 "sebastian/comparator": "^1.1|^2.0",
2568                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2569             },
2570             "require-dev": {
2571                 "phpspec/phpspec": "^2.5|^3.2",
2572                 "phpunit/phpunit": "^4.8 || ^5.6.5"
2573             },
2574             "type": "library",
2575             "extra": {
2576                 "branch-alias": {
2577                     "dev-master": "1.6.x-dev"
2578                 }
2579             },
2580             "autoload": {
2581                 "psr-0": {
2582                     "Prophecy\\": "src/"
2583                 }
2584             },
2585             "notification-url": "https://packagist.org/downloads/",
2586             "license": [
2587                 "MIT"
2588             ],
2589             "authors": [
2590                 {
2591                     "name": "Konstantin Kudryashov",
2592                     "email": "ever.zet@gmail.com",
2593                     "homepage": "http://everzet.com"
2594                 },
2595                 {
2596                     "name": "Marcello Duarte",
2597                     "email": "marcello.duarte@gmail.com"
2598                 }
2599             ],
2600             "description": "Highly opinionated mocking framework for PHP 5.3+",
2601             "homepage": "https://github.com/phpspec/prophecy",
2602             "keywords": [
2603                 "Double",
2604                 "Dummy",
2605                 "fake",
2606                 "mock",
2607                 "spy",
2608                 "stub"
2609             ],
2610             "time": "2017-03-02 20:05:34"
2611         },
2612         {
2613             "name": "phpunit/php-code-coverage",
2614             "version": "4.0.8",
2615             "source": {
2616                 "type": "git",
2617                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2618                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2619             },
2620             "dist": {
2621                 "type": "zip",
2622                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2623                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2624                 "shasum": ""
2625             },
2626             "require": {
2627                 "ext-dom": "*",
2628                 "ext-xmlwriter": "*",
2629                 "php": "^5.6 || ^7.0",
2630                 "phpunit/php-file-iterator": "^1.3",
2631                 "phpunit/php-text-template": "^1.2",
2632                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2633                 "sebastian/code-unit-reverse-lookup": "^1.0",
2634                 "sebastian/environment": "^1.3.2 || ^2.0",
2635                 "sebastian/version": "^1.0 || ^2.0"
2636             },
2637             "require-dev": {
2638                 "ext-xdebug": "^2.1.4",
2639                 "phpunit/phpunit": "^5.7"
2640             },
2641             "suggest": {
2642                 "ext-xdebug": "^2.5.1"
2643             },
2644             "type": "library",
2645             "extra": {
2646                 "branch-alias": {
2647                     "dev-master": "4.0.x-dev"
2648                 }
2649             },
2650             "autoload": {
2651                 "classmap": [
2652                     "src/"
2653                 ]
2654             },
2655             "notification-url": "https://packagist.org/downloads/",
2656             "license": [
2657                 "BSD-3-Clause"
2658             ],
2659             "authors": [
2660                 {
2661                     "name": "Sebastian Bergmann",
2662                     "email": "sb@sebastian-bergmann.de",
2663                     "role": "lead"
2664                 }
2665             ],
2666             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2667             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2668             "keywords": [
2669                 "coverage",
2670                 "testing",
2671                 "xunit"
2672             ],
2673             "time": "2017-04-02 07:44:40"
2674         },
2675         {
2676             "name": "phpunit/php-file-iterator",
2677             "version": "1.4.2",
2678             "source": {
2679                 "type": "git",
2680                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2681                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2682             },
2683             "dist": {
2684                 "type": "zip",
2685                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2686                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2687                 "shasum": ""
2688             },
2689             "require": {
2690                 "php": ">=5.3.3"
2691             },
2692             "type": "library",
2693             "extra": {
2694                 "branch-alias": {
2695                     "dev-master": "1.4.x-dev"
2696                 }
2697             },
2698             "autoload": {
2699                 "classmap": [
2700                     "src/"
2701                 ]
2702             },
2703             "notification-url": "https://packagist.org/downloads/",
2704             "license": [
2705                 "BSD-3-Clause"
2706             ],
2707             "authors": [
2708                 {
2709                     "name": "Sebastian Bergmann",
2710                     "email": "sb@sebastian-bergmann.de",
2711                     "role": "lead"
2712                 }
2713             ],
2714             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2715             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2716             "keywords": [
2717                 "filesystem",
2718                 "iterator"
2719             ],
2720             "time": "2016-10-03 07:40:28"
2721         },
2722         {
2723             "name": "phpunit/php-text-template",
2724             "version": "1.2.1",
2725             "source": {
2726                 "type": "git",
2727                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2728                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2729             },
2730             "dist": {
2731                 "type": "zip",
2732                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2733                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2734                 "shasum": ""
2735             },
2736             "require": {
2737                 "php": ">=5.3.3"
2738             },
2739             "type": "library",
2740             "autoload": {
2741                 "classmap": [
2742                     "src/"
2743                 ]
2744             },
2745             "notification-url": "https://packagist.org/downloads/",
2746             "license": [
2747                 "BSD-3-Clause"
2748             ],
2749             "authors": [
2750                 {
2751                     "name": "Sebastian Bergmann",
2752                     "email": "sebastian@phpunit.de",
2753                     "role": "lead"
2754                 }
2755             ],
2756             "description": "Simple template engine.",
2757             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2758             "keywords": [
2759                 "template"
2760             ],
2761             "time": "2015-06-21 13:50:34"
2762         },
2763         {
2764             "name": "phpunit/php-timer",
2765             "version": "1.0.9",
2766             "source": {
2767                 "type": "git",
2768                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2769                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2770             },
2771             "dist": {
2772                 "type": "zip",
2773                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2774                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2775                 "shasum": ""
2776             },
2777             "require": {
2778                 "php": "^5.3.3 || ^7.0"
2779             },
2780             "require-dev": {
2781                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2782             },
2783             "type": "library",
2784             "extra": {
2785                 "branch-alias": {
2786                     "dev-master": "1.0-dev"
2787                 }
2788             },
2789             "autoload": {
2790                 "classmap": [
2791                     "src/"
2792                 ]
2793             },
2794             "notification-url": "https://packagist.org/downloads/",
2795             "license": [
2796                 "BSD-3-Clause"
2797             ],
2798             "authors": [
2799                 {
2800                     "name": "Sebastian Bergmann",
2801                     "email": "sb@sebastian-bergmann.de",
2802                     "role": "lead"
2803                 }
2804             ],
2805             "description": "Utility class for timing",
2806             "homepage": "https://github.com/sebastianbergmann/php-timer/",
2807             "keywords": [
2808                 "timer"
2809             ],
2810             "time": "2017-02-26 11:10:40"
2811         },
2812         {
2813             "name": "phpunit/php-token-stream",
2814             "version": "1.4.11",
2815             "source": {
2816                 "type": "git",
2817                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2818                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2819             },
2820             "dist": {
2821                 "type": "zip",
2822                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
2823                 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2824                 "shasum": ""
2825             },
2826             "require": {
2827                 "ext-tokenizer": "*",
2828                 "php": ">=5.3.3"
2829             },
2830             "require-dev": {
2831                 "phpunit/phpunit": "~4.2"
2832             },
2833             "type": "library",
2834             "extra": {
2835                 "branch-alias": {
2836                     "dev-master": "1.4-dev"
2837                 }
2838             },
2839             "autoload": {
2840                 "classmap": [
2841                     "src/"
2842                 ]
2843             },
2844             "notification-url": "https://packagist.org/downloads/",
2845             "license": [
2846                 "BSD-3-Clause"
2847             ],
2848             "authors": [
2849                 {
2850                     "name": "Sebastian Bergmann",
2851                     "email": "sebastian@phpunit.de"
2852                 }
2853             ],
2854             "description": "Wrapper around PHP's tokenizer extension.",
2855             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2856             "keywords": [
2857                 "tokenizer"
2858             ],
2859             "time": "2017-02-27 10:12:30"
2860         },
2861         {
2862             "name": "phpunit/phpunit",
2863             "version": "5.7.0",
2864             "source": {
2865                 "type": "git",
2866                 "url": "https://github.com/sebastianbergmann/phpunit.git",
2867                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c"
2868             },
2869             "dist": {
2870                 "type": "zip",
2871                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2872                 "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2873                 "shasum": ""
2874             },
2875             "require": {
2876                 "ext-dom": "*",
2877                 "ext-json": "*",
2878                 "ext-libxml": "*",
2879                 "ext-mbstring": "*",
2880                 "ext-xml": "*",
2881                 "myclabs/deep-copy": "~1.3",
2882                 "php": "^5.6 || ^7.0",
2883                 "phpspec/prophecy": "^1.3.1",
2884                 "phpunit/php-code-coverage": "^4.0.3",
2885                 "phpunit/php-file-iterator": "~1.4",
2886                 "phpunit/php-text-template": "~1.2",
2887                 "phpunit/php-timer": "^1.0.6",
2888                 "phpunit/phpunit-mock-objects": "^3.2",
2889                 "sebastian/comparator": "~1.2.2",
2890                 "sebastian/diff": "~1.2",
2891                 "sebastian/environment": "^1.3.4 || ^2.0",
2892                 "sebastian/exporter": "~2.0",
2893                 "sebastian/global-state": "~1.0",
2894                 "sebastian/object-enumerator": "~2.0",
2895                 "sebastian/resource-operations": "~1.0",
2896                 "sebastian/version": "~1.0|~2.0",
2897                 "symfony/yaml": "~2.1|~3.0"
2898             },
2899             "conflict": {
2900                 "phpdocumentor/reflection-docblock": "3.0.2"
2901             },
2902             "require-dev": {
2903                 "ext-pdo": "*"
2904             },
2905             "suggest": {
2906                 "ext-xdebug": "*",
2907                 "phpunit/php-invoker": "~1.1"
2908             },
2909             "bin": [
2910                 "phpunit"
2911             ],
2912             "type": "library",
2913             "extra": {
2914                 "branch-alias": {
2915                     "dev-master": "5.7.x-dev"
2916                 }
2917             },
2918             "autoload": {
2919                 "classmap": [
2920                     "src/"
2921                 ]
2922             },
2923             "notification-url": "https://packagist.org/downloads/",
2924             "license": [
2925                 "BSD-3-Clause"
2926             ],
2927             "authors": [
2928                 {
2929                     "name": "Sebastian Bergmann",
2930                     "email": "sebastian@phpunit.de",
2931                     "role": "lead"
2932                 }
2933             ],
2934             "description": "The PHP Unit Testing framework.",
2935             "homepage": "https://phpunit.de/",
2936             "keywords": [
2937                 "phpunit",
2938                 "testing",
2939                 "xunit"
2940             ],
2941             "time": "2016-12-01 17:04:00"
2942         },
2943         {
2944             "name": "phpunit/phpunit-mock-objects",
2945             "version": "3.4.3",
2946             "source": {
2947                 "type": "git",
2948                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2949                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2950             },
2951             "dist": {
2952                 "type": "zip",
2953                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2954                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2955                 "shasum": ""
2956             },
2957             "require": {
2958                 "doctrine/instantiator": "^1.0.2",
2959                 "php": "^5.6 || ^7.0",
2960                 "phpunit/php-text-template": "^1.2",
2961                 "sebastian/exporter": "^1.2 || ^2.0"
2962             },
2963             "conflict": {
2964                 "phpunit/phpunit": "<5.4.0"
2965             },
2966             "require-dev": {
2967                 "phpunit/phpunit": "^5.4"
2968             },
2969             "suggest": {
2970                 "ext-soap": "*"
2971             },
2972             "type": "library",
2973             "extra": {
2974                 "branch-alias": {
2975                     "dev-master": "3.2.x-dev"
2976                 }
2977             },
2978             "autoload": {
2979                 "classmap": [
2980                     "src/"
2981                 ]
2982             },
2983             "notification-url": "https://packagist.org/downloads/",
2984             "license": [
2985                 "BSD-3-Clause"
2986             ],
2987             "authors": [
2988                 {
2989                     "name": "Sebastian Bergmann",
2990                     "email": "sb@sebastian-bergmann.de",
2991                     "role": "lead"
2992                 }
2993             ],
2994             "description": "Mock Object library for PHPUnit",
2995             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2996             "keywords": [
2997                 "mock",
2998                 "xunit"
2999             ],
3000             "time": "2016-12-08 20:27:08"
3001         },
3002         {
3003             "name": "sebastian/code-unit-reverse-lookup",
3004             "version": "1.0.1",
3005             "source": {
3006                 "type": "git",
3007                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3008                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3009             },
3010             "dist": {
3011                 "type": "zip",
3012                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3013                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3014                 "shasum": ""
3015             },
3016             "require": {
3017                 "php": "^5.6 || ^7.0"
3018             },
3019             "require-dev": {
3020                 "phpunit/phpunit": "^5.7 || ^6.0"
3021             },
3022             "type": "library",
3023             "extra": {
3024                 "branch-alias": {
3025                     "dev-master": "1.0.x-dev"
3026                 }
3027             },
3028             "autoload": {
3029                 "classmap": [
3030                     "src/"
3031                 ]
3032             },
3033             "notification-url": "https://packagist.org/downloads/",
3034             "license": [
3035                 "BSD-3-Clause"
3036             ],
3037             "authors": [
3038                 {
3039                     "name": "Sebastian Bergmann",
3040                     "email": "sebastian@phpunit.de"
3041                 }
3042             ],
3043             "description": "Looks up which function or method a line of code belongs to",
3044             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3045             "time": "2017-03-04 06:30:41"
3046         },
3047         {
3048             "name": "sebastian/comparator",
3049             "version": "1.2.4",
3050             "source": {
3051                 "type": "git",
3052                 "url": "https://github.com/sebastianbergmann/comparator.git",
3053                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3054             },
3055             "dist": {
3056                 "type": "zip",
3057                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3058                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3059                 "shasum": ""
3060             },
3061             "require": {
3062                 "php": ">=5.3.3",
3063                 "sebastian/diff": "~1.2",
3064                 "sebastian/exporter": "~1.2 || ~2.0"
3065             },
3066             "require-dev": {
3067                 "phpunit/phpunit": "~4.4"
3068             },
3069             "type": "library",
3070             "extra": {
3071                 "branch-alias": {
3072                     "dev-master": "1.2.x-dev"
3073                 }
3074             },
3075             "autoload": {
3076                 "classmap": [
3077                     "src/"
3078                 ]
3079             },
3080             "notification-url": "https://packagist.org/downloads/",
3081             "license": [
3082                 "BSD-3-Clause"
3083             ],
3084             "authors": [
3085                 {
3086                     "name": "Jeff Welch",
3087                     "email": "whatthejeff@gmail.com"
3088                 },
3089                 {
3090                     "name": "Volker Dusch",
3091                     "email": "github@wallbash.com"
3092                 },
3093                 {
3094                     "name": "Bernhard Schussek",
3095                     "email": "bschussek@2bepublished.at"
3096                 },
3097                 {
3098                     "name": "Sebastian Bergmann",
3099                     "email": "sebastian@phpunit.de"
3100                 }
3101             ],
3102             "description": "Provides the functionality to compare PHP values for equality",
3103             "homepage": "http://www.github.com/sebastianbergmann/comparator",
3104             "keywords": [
3105                 "comparator",
3106                 "compare",
3107                 "equality"
3108             ],
3109             "time": "2017-01-29 09:50:25"
3110         },
3111         {
3112             "name": "sebastian/diff",
3113             "version": "1.4.3",
3114             "source": {
3115                 "type": "git",
3116                 "url": "https://github.com/sebastianbergmann/diff.git",
3117                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3118             },
3119             "dist": {
3120                 "type": "zip",
3121                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3122                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3123                 "shasum": ""
3124             },
3125             "require": {
3126                 "php": "^5.3.3 || ^7.0"
3127             },
3128             "require-dev": {
3129                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3130             },
3131             "type": "library",
3132             "extra": {
3133                 "branch-alias": {
3134                     "dev-master": "1.4-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": "Kore Nordmann",
3149                     "email": "mail@kore-nordmann.de"
3150                 },
3151                 {
3152                     "name": "Sebastian Bergmann",
3153                     "email": "sebastian@phpunit.de"
3154                 }
3155             ],
3156             "description": "Diff implementation",
3157             "homepage": "https://github.com/sebastianbergmann/diff",
3158             "keywords": [
3159                 "diff"
3160             ],
3161             "time": "2017-05-22 07:24:03"
3162         },
3163         {
3164             "name": "sebastian/environment",
3165             "version": "2.0.0",
3166             "source": {
3167                 "type": "git",
3168                 "url": "https://github.com/sebastianbergmann/environment.git",
3169                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3170             },
3171             "dist": {
3172                 "type": "zip",
3173                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3174                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3175                 "shasum": ""
3176             },
3177             "require": {
3178                 "php": "^5.6 || ^7.0"
3179             },
3180             "require-dev": {
3181                 "phpunit/phpunit": "^5.0"
3182             },
3183             "type": "library",
3184             "extra": {
3185                 "branch-alias": {
3186                     "dev-master": "2.0.x-dev"
3187                 }
3188             },
3189             "autoload": {
3190                 "classmap": [
3191                     "src/"
3192                 ]
3193             },
3194             "notification-url": "https://packagist.org/downloads/",
3195             "license": [
3196                 "BSD-3-Clause"
3197             ],
3198             "authors": [
3199                 {
3200                     "name": "Sebastian Bergmann",
3201                     "email": "sebastian@phpunit.de"
3202                 }
3203             ],
3204             "description": "Provides functionality to handle HHVM/PHP environments",
3205             "homepage": "http://www.github.com/sebastianbergmann/environment",
3206             "keywords": [
3207                 "Xdebug",
3208                 "environment",
3209                 "hhvm"
3210             ],
3211             "time": "2016-11-26 07:53:53"
3212         },
3213         {
3214             "name": "sebastian/exporter",
3215             "version": "2.0.0",
3216             "source": {
3217                 "type": "git",
3218                 "url": "https://github.com/sebastianbergmann/exporter.git",
3219                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3220             },
3221             "dist": {
3222                 "type": "zip",
3223                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3224                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3225                 "shasum": ""
3226             },
3227             "require": {
3228                 "php": ">=5.3.3",
3229                 "sebastian/recursion-context": "~2.0"
3230             },
3231             "require-dev": {
3232                 "ext-mbstring": "*",
3233                 "phpunit/phpunit": "~4.4"
3234             },
3235             "type": "library",
3236             "extra": {
3237                 "branch-alias": {
3238                     "dev-master": "2.0.x-dev"
3239                 }
3240             },
3241             "autoload": {
3242                 "classmap": [
3243                     "src/"
3244                 ]
3245             },
3246             "notification-url": "https://packagist.org/downloads/",
3247             "license": [
3248                 "BSD-3-Clause"
3249             ],
3250             "authors": [
3251                 {
3252                     "name": "Jeff Welch",
3253                     "email": "whatthejeff@gmail.com"
3254                 },
3255                 {
3256                     "name": "Volker Dusch",
3257                     "email": "github@wallbash.com"
3258                 },
3259                 {
3260                     "name": "Bernhard Schussek",
3261                     "email": "bschussek@2bepublished.at"
3262                 },
3263                 {
3264                     "name": "Sebastian Bergmann",
3265                     "email": "sebastian@phpunit.de"
3266                 },
3267                 {
3268                     "name": "Adam Harvey",
3269                     "email": "aharvey@php.net"
3270                 }
3271             ],
3272             "description": "Provides the functionality to export PHP variables for visualization",
3273             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3274             "keywords": [
3275                 "export",
3276                 "exporter"
3277             ],
3278             "time": "2016-11-19 08:54:04"
3279         },
3280         {
3281             "name": "sebastian/global-state",
3282             "version": "1.1.1",
3283             "source": {
3284                 "type": "git",
3285                 "url": "https://github.com/sebastianbergmann/global-state.git",
3286                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3287             },
3288             "dist": {
3289                 "type": "zip",
3290                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3291                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3292                 "shasum": ""
3293             },
3294             "require": {
3295                 "php": ">=5.3.3"
3296             },
3297             "require-dev": {
3298                 "phpunit/phpunit": "~4.2"
3299             },
3300             "suggest": {
3301                 "ext-uopz": "*"
3302             },
3303             "type": "library",
3304             "extra": {
3305                 "branch-alias": {
3306                     "dev-master": "1.0-dev"
3307                 }
3308             },
3309             "autoload": {
3310                 "classmap": [
3311                     "src/"
3312                 ]
3313             },
3314             "notification-url": "https://packagist.org/downloads/",
3315             "license": [
3316                 "BSD-3-Clause"
3317             ],
3318             "authors": [
3319                 {
3320                     "name": "Sebastian Bergmann",
3321                     "email": "sebastian@phpunit.de"
3322                 }
3323             ],
3324             "description": "Snapshotting of global state",
3325             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3326             "keywords": [
3327                 "global state"
3328             ],
3329             "time": "2015-10-12 03:26:01"
3330         },
3331         {
3332             "name": "sebastian/object-enumerator",
3333             "version": "2.0.1",
3334             "source": {
3335                 "type": "git",
3336                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3337                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3338             },
3339             "dist": {
3340                 "type": "zip",
3341                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3342                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3343                 "shasum": ""
3344             },
3345             "require": {
3346                 "php": ">=5.6",
3347                 "sebastian/recursion-context": "~2.0"
3348             },
3349             "require-dev": {
3350                 "phpunit/phpunit": "~5"
3351             },
3352             "type": "library",
3353             "extra": {
3354                 "branch-alias": {
3355                     "dev-master": "2.0.x-dev"
3356                 }
3357             },
3358             "autoload": {
3359                 "classmap": [
3360                     "src/"
3361                 ]
3362             },
3363             "notification-url": "https://packagist.org/downloads/",
3364             "license": [
3365                 "BSD-3-Clause"
3366             ],
3367             "authors": [
3368                 {
3369                     "name": "Sebastian Bergmann",
3370                     "email": "sebastian@phpunit.de"
3371                 }
3372             ],
3373             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3374             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3375             "time": "2017-02-18 15:18:39"
3376         },
3377         {
3378             "name": "sebastian/recursion-context",
3379             "version": "2.0.0",
3380             "source": {
3381                 "type": "git",
3382                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3383                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3384             },
3385             "dist": {
3386                 "type": "zip",
3387                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3388                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3389                 "shasum": ""
3390             },
3391             "require": {
3392                 "php": ">=5.3.3"
3393             },
3394             "require-dev": {
3395                 "phpunit/phpunit": "~4.4"
3396             },
3397             "type": "library",
3398             "extra": {
3399                 "branch-alias": {
3400                     "dev-master": "2.0.x-dev"
3401                 }
3402             },
3403             "autoload": {
3404                 "classmap": [
3405                     "src/"
3406                 ]
3407             },
3408             "notification-url": "https://packagist.org/downloads/",
3409             "license": [
3410                 "BSD-3-Clause"
3411             ],
3412             "authors": [
3413                 {
3414                     "name": "Jeff Welch",
3415                     "email": "whatthejeff@gmail.com"
3416                 },
3417                 {
3418                     "name": "Sebastian Bergmann",
3419                     "email": "sebastian@phpunit.de"
3420                 },
3421                 {
3422                     "name": "Adam Harvey",
3423                     "email": "aharvey@php.net"
3424                 }
3425             ],
3426             "description": "Provides functionality to recursively process PHP variables",
3427             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3428             "time": "2016-11-19 07:33:16"
3429         },
3430         {
3431             "name": "sebastian/resource-operations",
3432             "version": "1.0.0",
3433             "source": {
3434                 "type": "git",
3435                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3436                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3437             },
3438             "dist": {
3439                 "type": "zip",
3440                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3441                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3442                 "shasum": ""
3443             },
3444             "require": {
3445                 "php": ">=5.6.0"
3446             },
3447             "type": "library",
3448             "extra": {
3449                 "branch-alias": {
3450                     "dev-master": "1.0.x-dev"
3451                 }
3452             },
3453             "autoload": {
3454                 "classmap": [
3455                     "src/"
3456                 ]
3457             },
3458             "notification-url": "https://packagist.org/downloads/",
3459             "license": [
3460                 "BSD-3-Clause"
3461             ],
3462             "authors": [
3463                 {
3464                     "name": "Sebastian Bergmann",
3465                     "email": "sebastian@phpunit.de"
3466                 }
3467             ],
3468             "description": "Provides a list of PHP built-in functions that operate on resources",
3469             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3470             "time": "2015-07-28 20:34:47"
3471         },
3472         {
3473             "name": "sebastian/version",
3474             "version": "2.0.1",
3475             "source": {
3476                 "type": "git",
3477                 "url": "https://github.com/sebastianbergmann/version.git",
3478                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3479             },
3480             "dist": {
3481                 "type": "zip",
3482                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3483                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3484                 "shasum": ""
3485             },
3486             "require": {
3487                 "php": ">=5.6"
3488             },
3489             "type": "library",
3490             "extra": {
3491                 "branch-alias": {
3492                     "dev-master": "2.0.x-dev"
3493                 }
3494             },
3495             "autoload": {
3496                 "classmap": [
3497                     "src/"
3498                 ]
3499             },
3500             "notification-url": "https://packagist.org/downloads/",
3501             "license": [
3502                 "BSD-3-Clause"
3503             ],
3504             "authors": [
3505                 {
3506                     "name": "Sebastian Bergmann",
3507                     "email": "sebastian@phpunit.de",
3508                     "role": "lead"
3509                 }
3510             ],
3511             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3512             "homepage": "https://github.com/sebastianbergmann/version",
3513             "time": "2016-10-03 07:35:21"
3514         },
3515         {
3516             "name": "webmozart/assert",
3517             "version": "1.2.0",
3518             "source": {
3519                 "type": "git",
3520                 "url": "https://github.com/webmozart/assert.git",
3521                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3522             },
3523             "dist": {
3524                 "type": "zip",
3525                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3526                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3527                 "shasum": ""
3528             },
3529             "require": {
3530                 "php": "^5.3.3 || ^7.0"
3531             },
3532             "require-dev": {
3533                 "phpunit/phpunit": "^4.6",
3534                 "sebastian/version": "^1.0.1"
3535             },
3536             "type": "library",
3537             "extra": {
3538                 "branch-alias": {
3539                     "dev-master": "1.3-dev"
3540                 }
3541             },
3542             "autoload": {
3543                 "psr-4": {
3544                     "Webmozart\\Assert\\": "src/"
3545                 }
3546             },
3547             "notification-url": "https://packagist.org/downloads/",
3548             "license": [
3549                 "MIT"
3550             ],
3551             "authors": [
3552                 {
3553                     "name": "Bernhard Schussek",
3554                     "email": "bschussek@gmail.com"
3555                 }
3556             ],
3557             "description": "Assertions to validate method input/output with nice error messages.",
3558             "keywords": [
3559                 "assert",
3560                 "check",
3561                 "validate"
3562             ],
3563             "time": "2016-11-23 20:04:58"
3564         }
3565     ],
3566     "aliases": [],
3567     "minimum-stability": "stable",
3568     "stability-flags": {
3569         "doctrine/couchdb": 10
3570     },
3571     "prefer-stable": false,
3572     "prefer-lowest": false,
3573     "platform": [],
3574     "platform-dev": []