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