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