quick minor path updates (#1968)
[openemr.git] / composer.lock
blob6c3678b3d80dd8ed116a88facf00cad1a06f5a93
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": "400cb5b0adbf0dbe20403d30c9cfdb38",
8     "packages": [
9         {
10             "name": "adldap2/adldap2",
11             "version": "v8.1.5",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/Adldap2/Adldap2.git",
15                 "reference": "54722408c68f12942fcbf4a1b666d90a178ddc5c"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/54722408c68f12942fcbf4a1b666d90a178ddc5c",
20                 "reference": "54722408c68f12942fcbf4a1b666d90a178ddc5c",
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|~1.0",
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 humans.",
50             "keywords": [
51                 "active directory",
52                 "ad",
53                 "adLDAP",
54                 "adldap2",
55                 "directory",
56                 "ldap",
57                 "windows"
58             ],
59             "time": "2018-04-19T15:06:54+00:00"
60         },
61         {
62             "name": "adodb/adodb-php",
63             "version": "v5.20.12",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/ADOdb/ADOdb.git",
67                 "reference": "0e5243790c5a02a88b0dfe78c390fe795ad2d672"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/0e5243790c5a02a88b0dfe78c390fe795ad2d672",
72                 "reference": "0e5243790c5a02a88b0dfe78c390fe795ad2d672",
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-or-later"
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": "2018-03-30T17:31:04+00:00"
114         },
115         {
116             "name": "container-interop/container-interop",
117             "version": "1.2.0",
118             "source": {
119                 "type": "git",
120                 "url": "https://github.com/container-interop/container-interop.git",
121                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
122             },
123             "dist": {
124                 "type": "zip",
125                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
126                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
127                 "shasum": ""
128             },
129             "require": {
130                 "psr/container": "^1.0"
131             },
132             "type": "library",
133             "autoload": {
134                 "psr-4": {
135                     "Interop\\Container\\": "src/Interop/Container/"
136                 }
137             },
138             "notification-url": "https://packagist.org/downloads/",
139             "license": [
140                 "MIT"
141             ],
142             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
143             "homepage": "https://github.com/container-interop/container-interop",
144             "time": "2017-02-14T19:40:03+00:00"
145         },
146         {
147             "name": "doctrine/annotations",
148             "version": "v1.4.0",
149             "source": {
150                 "type": "git",
151                 "url": "https://github.com/doctrine/annotations.git",
152                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
153             },
154             "dist": {
155                 "type": "zip",
156                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
157                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
158                 "shasum": ""
159             },
160             "require": {
161                 "doctrine/lexer": "1.*",
162                 "php": "^5.6 || ^7.0"
163             },
164             "require-dev": {
165                 "doctrine/cache": "1.*",
166                 "phpunit/phpunit": "^5.7"
167             },
168             "type": "library",
169             "extra": {
170                 "branch-alias": {
171                     "dev-master": "1.4.x-dev"
172                 }
173             },
174             "autoload": {
175                 "psr-4": {
176                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
177                 }
178             },
179             "notification-url": "https://packagist.org/downloads/",
180             "license": [
181                 "MIT"
182             ],
183             "authors": [
184                 {
185                     "name": "Roman Borschel",
186                     "email": "roman@code-factory.org"
187                 },
188                 {
189                     "name": "Benjamin Eberlei",
190                     "email": "kontakt@beberlei.de"
191                 },
192                 {
193                     "name": "Guilherme Blanco",
194                     "email": "guilhermeblanco@gmail.com"
195                 },
196                 {
197                     "name": "Jonathan Wage",
198                     "email": "jonwage@gmail.com"
199                 },
200                 {
201                     "name": "Johannes Schmitt",
202                     "email": "schmittjoh@gmail.com"
203                 }
204             ],
205             "description": "Docblock Annotations Parser",
206             "homepage": "http://www.doctrine-project.org",
207             "keywords": [
208                 "annotations",
209                 "docblock",
210                 "parser"
211             ],
212             "time": "2017-02-24T16:22:25+00:00"
213         },
214         {
215             "name": "doctrine/cache",
216             "version": "v1.6.2",
217             "source": {
218                 "type": "git",
219                 "url": "https://github.com/doctrine/cache.git",
220                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
221             },
222             "dist": {
223                 "type": "zip",
224                 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
225                 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
226                 "shasum": ""
227             },
228             "require": {
229                 "php": "~5.5|~7.0"
230             },
231             "conflict": {
232                 "doctrine/common": ">2.2,<2.4"
233             },
234             "require-dev": {
235                 "phpunit/phpunit": "~4.8|~5.0",
236                 "predis/predis": "~1.0",
237                 "satooshi/php-coveralls": "~0.6"
238             },
239             "type": "library",
240             "extra": {
241                 "branch-alias": {
242                     "dev-master": "1.6.x-dev"
243                 }
244             },
245             "autoload": {
246                 "psr-4": {
247                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
248                 }
249             },
250             "notification-url": "https://packagist.org/downloads/",
251             "license": [
252                 "MIT"
253             ],
254             "authors": [
255                 {
256                     "name": "Roman Borschel",
257                     "email": "roman@code-factory.org"
258                 },
259                 {
260                     "name": "Benjamin Eberlei",
261                     "email": "kontakt@beberlei.de"
262                 },
263                 {
264                     "name": "Guilherme Blanco",
265                     "email": "guilhermeblanco@gmail.com"
266                 },
267                 {
268                     "name": "Jonathan Wage",
269                     "email": "jonwage@gmail.com"
270                 },
271                 {
272                     "name": "Johannes Schmitt",
273                     "email": "schmittjoh@gmail.com"
274                 }
275             ],
276             "description": "Caching library offering an object-oriented API for many cache backends",
277             "homepage": "http://www.doctrine-project.org",
278             "keywords": [
279                 "cache",
280                 "caching"
281             ],
282             "time": "2017-07-22T12:49:21+00:00"
283         },
284         {
285             "name": "doctrine/collections",
286             "version": "v1.4.0",
287             "source": {
288                 "type": "git",
289                 "url": "https://github.com/doctrine/collections.git",
290                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
291             },
292             "dist": {
293                 "type": "zip",
294                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
295                 "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
296                 "shasum": ""
297             },
298             "require": {
299                 "php": "^5.6 || ^7.0"
300             },
301             "require-dev": {
302                 "doctrine/coding-standard": "~0.1@dev",
303                 "phpunit/phpunit": "^5.7"
304             },
305             "type": "library",
306             "extra": {
307                 "branch-alias": {
308                     "dev-master": "1.3.x-dev"
309                 }
310             },
311             "autoload": {
312                 "psr-0": {
313                     "Doctrine\\Common\\Collections\\": "lib/"
314                 }
315             },
316             "notification-url": "https://packagist.org/downloads/",
317             "license": [
318                 "MIT"
319             ],
320             "authors": [
321                 {
322                     "name": "Roman Borschel",
323                     "email": "roman@code-factory.org"
324                 },
325                 {
326                     "name": "Benjamin Eberlei",
327                     "email": "kontakt@beberlei.de"
328                 },
329                 {
330                     "name": "Guilherme Blanco",
331                     "email": "guilhermeblanco@gmail.com"
332                 },
333                 {
334                     "name": "Jonathan Wage",
335                     "email": "jonwage@gmail.com"
336                 },
337                 {
338                     "name": "Johannes Schmitt",
339                     "email": "schmittjoh@gmail.com"
340                 }
341             ],
342             "description": "Collections Abstraction library",
343             "homepage": "http://www.doctrine-project.org",
344             "keywords": [
345                 "array",
346                 "collections",
347                 "iterator"
348             ],
349             "time": "2017-01-03T10:49:41+00:00"
350         },
351         {
352             "name": "doctrine/common",
353             "version": "v2.7.3",
354             "source": {
355                 "type": "git",
356                 "url": "https://github.com/doctrine/common.git",
357                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
358             },
359             "dist": {
360                 "type": "zip",
361                 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
362                 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
363                 "shasum": ""
364             },
365             "require": {
366                 "doctrine/annotations": "1.*",
367                 "doctrine/cache": "1.*",
368                 "doctrine/collections": "1.*",
369                 "doctrine/inflector": "1.*",
370                 "doctrine/lexer": "1.*",
371                 "php": "~5.6|~7.0"
372             },
373             "require-dev": {
374                 "phpunit/phpunit": "^5.4.6"
375             },
376             "type": "library",
377             "extra": {
378                 "branch-alias": {
379                     "dev-master": "2.7.x-dev"
380                 }
381             },
382             "autoload": {
383                 "psr-4": {
384                     "Doctrine\\Common\\": "lib/Doctrine/Common"
385                 }
386             },
387             "notification-url": "https://packagist.org/downloads/",
388             "license": [
389                 "MIT"
390             ],
391             "authors": [
392                 {
393                     "name": "Roman Borschel",
394                     "email": "roman@code-factory.org"
395                 },
396                 {
397                     "name": "Benjamin Eberlei",
398                     "email": "kontakt@beberlei.de"
399                 },
400                 {
401                     "name": "Guilherme Blanco",
402                     "email": "guilhermeblanco@gmail.com"
403                 },
404                 {
405                     "name": "Jonathan Wage",
406                     "email": "jonwage@gmail.com"
407                 },
408                 {
409                     "name": "Johannes Schmitt",
410                     "email": "schmittjoh@gmail.com"
411                 }
412             ],
413             "description": "Common Library for Doctrine projects",
414             "homepage": "http://www.doctrine-project.org",
415             "keywords": [
416                 "annotations",
417                 "collections",
418                 "eventmanager",
419                 "persistence",
420                 "spl"
421             ],
422             "time": "2017-07-22T08:35:12+00:00"
423         },
424         {
425             "name": "doctrine/couchdb",
426             "version": "1.0.0-beta4",
427             "source": {
428                 "type": "git",
429                 "url": "https://github.com/doctrine/couchdb-client.git",
430                 "reference": "9441f057dc60aff035e150590046c097d8f42fe8"
431             },
432             "dist": {
433                 "type": "zip",
434                 "url": "https://api.github.com/repos/doctrine/couchdb-client/zipball/9441f057dc60aff035e150590046c097d8f42fe8",
435                 "reference": "9441f057dc60aff035e150590046c097d8f42fe8",
436                 "shasum": ""
437             },
438             "require": {
439                 "php": ">=5.4"
440             },
441             "require-dev": {
442                 "phpunit/phpunit": "~4.0"
443             },
444             "type": "library",
445             "extra": {
446                 "branch-alias": {
447                     "dev-master": "1.0-dev"
448                 }
449             },
450             "autoload": {
451                 "psr-0": {
452                     "Doctrine\\CouchDB": "lib/"
453                 }
454             },
455             "notification-url": "https://packagist.org/downloads/",
456             "license": [
457                 "MIT"
458             ],
459             "authors": [
460                 {
461                     "name": "Benjamin Eberlei",
462                     "email": "kontakt@beberlei.de"
463                 },
464                 {
465                     "name": "Lukas Kahwe Smith",
466                     "email": "smith@pooteeweet.org"
467                 }
468             ],
469             "description": "CouchDB Client",
470             "homepage": "http://www.doctrine-project.org",
471             "keywords": [
472                 "couchdb",
473                 "persistence"
474             ],
475             "time": "2015-11-11T20:34:13+00:00"
476         },
477         {
478             "name": "doctrine/dbal",
479             "version": "v2.5.13",
480             "source": {
481                 "type": "git",
482                 "url": "https://github.com/doctrine/dbal.git",
483                 "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
484             },
485             "dist": {
486                 "type": "zip",
487                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
488                 "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
489                 "shasum": ""
490             },
491             "require": {
492                 "doctrine/common": ">=2.4,<2.8-dev",
493                 "php": ">=5.3.2"
494             },
495             "require-dev": {
496                 "phpunit/phpunit": "4.*",
497                 "symfony/console": "2.*||^3.0"
498             },
499             "suggest": {
500                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
501             },
502             "bin": [
503                 "bin/doctrine-dbal"
504             ],
505             "type": "library",
506             "extra": {
507                 "branch-alias": {
508                     "dev-master": "2.5.x-dev"
509                 }
510             },
511             "autoload": {
512                 "psr-0": {
513                     "Doctrine\\DBAL\\": "lib/"
514                 }
515             },
516             "notification-url": "https://packagist.org/downloads/",
517             "license": [
518                 "MIT"
519             ],
520             "authors": [
521                 {
522                     "name": "Roman Borschel",
523                     "email": "roman@code-factory.org"
524                 },
525                 {
526                     "name": "Benjamin Eberlei",
527                     "email": "kontakt@beberlei.de"
528                 },
529                 {
530                     "name": "Guilherme Blanco",
531                     "email": "guilhermeblanco@gmail.com"
532                 },
533                 {
534                     "name": "Jonathan Wage",
535                     "email": "jonwage@gmail.com"
536                 }
537             ],
538             "description": "Database Abstraction Layer",
539             "homepage": "http://www.doctrine-project.org",
540             "keywords": [
541                 "database",
542                 "dbal",
543                 "persistence",
544                 "queryobject"
545             ],
546             "time": "2017-07-22T20:44:48+00:00"
547         },
548         {
549             "name": "doctrine/inflector",
550             "version": "v1.1.0",
551             "source": {
552                 "type": "git",
553                 "url": "https://github.com/doctrine/inflector.git",
554                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
555             },
556             "dist": {
557                 "type": "zip",
558                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
559                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
560                 "shasum": ""
561             },
562             "require": {
563                 "php": ">=5.3.2"
564             },
565             "require-dev": {
566                 "phpunit/phpunit": "4.*"
567             },
568             "type": "library",
569             "extra": {
570                 "branch-alias": {
571                     "dev-master": "1.1.x-dev"
572                 }
573             },
574             "autoload": {
575                 "psr-0": {
576                     "Doctrine\\Common\\Inflector\\": "lib/"
577                 }
578             },
579             "notification-url": "https://packagist.org/downloads/",
580             "license": [
581                 "MIT"
582             ],
583             "authors": [
584                 {
585                     "name": "Roman Borschel",
586                     "email": "roman@code-factory.org"
587                 },
588                 {
589                     "name": "Benjamin Eberlei",
590                     "email": "kontakt@beberlei.de"
591                 },
592                 {
593                     "name": "Guilherme Blanco",
594                     "email": "guilhermeblanco@gmail.com"
595                 },
596                 {
597                     "name": "Jonathan Wage",
598                     "email": "jonwage@gmail.com"
599                 },
600                 {
601                     "name": "Johannes Schmitt",
602                     "email": "schmittjoh@gmail.com"
603                 }
604             ],
605             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
606             "homepage": "http://www.doctrine-project.org",
607             "keywords": [
608                 "inflection",
609                 "pluralize",
610                 "singularize",
611                 "string"
612             ],
613             "time": "2015-11-06T14:35:42+00:00"
614         },
615         {
616             "name": "doctrine/instantiator",
617             "version": "1.0.5",
618             "source": {
619                 "type": "git",
620                 "url": "https://github.com/doctrine/instantiator.git",
621                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
622             },
623             "dist": {
624                 "type": "zip",
625                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
626                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
627                 "shasum": ""
628             },
629             "require": {
630                 "php": ">=5.3,<8.0-DEV"
631             },
632             "require-dev": {
633                 "athletic/athletic": "~0.1.8",
634                 "ext-pdo": "*",
635                 "ext-phar": "*",
636                 "phpunit/phpunit": "~4.0",
637                 "squizlabs/php_codesniffer": "~2.0"
638             },
639             "type": "library",
640             "extra": {
641                 "branch-alias": {
642                     "dev-master": "1.0.x-dev"
643                 }
644             },
645             "autoload": {
646                 "psr-4": {
647                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
648                 }
649             },
650             "notification-url": "https://packagist.org/downloads/",
651             "license": [
652                 "MIT"
653             ],
654             "authors": [
655                 {
656                     "name": "Marco Pivetta",
657                     "email": "ocramius@gmail.com",
658                     "homepage": "http://ocramius.github.com/"
659                 }
660             ],
661             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
662             "homepage": "https://github.com/doctrine/instantiator",
663             "keywords": [
664                 "constructor",
665                 "instantiate"
666             ],
667             "time": "2015-06-14T21:17:01+00:00"
668         },
669         {
670             "name": "doctrine/lexer",
671             "version": "v1.0.1",
672             "source": {
673                 "type": "git",
674                 "url": "https://github.com/doctrine/lexer.git",
675                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
676             },
677             "dist": {
678                 "type": "zip",
679                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
680                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
681                 "shasum": ""
682             },
683             "require": {
684                 "php": ">=5.3.2"
685             },
686             "type": "library",
687             "extra": {
688                 "branch-alias": {
689                     "dev-master": "1.0.x-dev"
690                 }
691             },
692             "autoload": {
693                 "psr-0": {
694                     "Doctrine\\Common\\Lexer\\": "lib/"
695                 }
696             },
697             "notification-url": "https://packagist.org/downloads/",
698             "license": [
699                 "MIT"
700             ],
701             "authors": [
702                 {
703                     "name": "Roman Borschel",
704                     "email": "roman@code-factory.org"
705                 },
706                 {
707                     "name": "Guilherme Blanco",
708                     "email": "guilhermeblanco@gmail.com"
709                 },
710                 {
711                     "name": "Johannes Schmitt",
712                     "email": "schmittjoh@gmail.com"
713                 }
714             ],
715             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
716             "homepage": "http://www.doctrine-project.org",
717             "keywords": [
718                 "lexer",
719                 "parser"
720             ],
721             "time": "2014-09-09T13:34:57+00:00"
722         },
723         {
724             "name": "doctrine/orm",
725             "version": "v2.5.14",
726             "source": {
727                 "type": "git",
728                 "url": "https://github.com/doctrine/doctrine2.git",
729                 "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
730             },
731             "dist": {
732                 "type": "zip",
733                 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
734                 "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
735                 "shasum": ""
736             },
737             "require": {
738                 "doctrine/cache": "~1.4",
739                 "doctrine/collections": "~1.2",
740                 "doctrine/common": ">=2.5-dev,<2.9-dev",
741                 "doctrine/dbal": ">=2.5-dev,<2.7-dev",
742                 "doctrine/instantiator": "^1.0.1",
743                 "ext-pdo": "*",
744                 "php": ">=5.4",
745                 "symfony/console": "~2.5|~3.0|~4.0"
746             },
747             "require-dev": {
748                 "phpunit/phpunit": "~4.0",
749                 "symfony/yaml": "~2.3|~3.0|~4.0"
750             },
751             "suggest": {
752                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
753             },
754             "bin": [
755                 "bin/doctrine",
756                 "bin/doctrine.php"
757             ],
758             "type": "library",
759             "extra": {
760                 "branch-alias": {
761                     "dev-master": "2.6.x-dev"
762                 }
763             },
764             "autoload": {
765                 "psr-0": {
766                     "Doctrine\\ORM\\": "lib/"
767                 }
768             },
769             "notification-url": "https://packagist.org/downloads/",
770             "license": [
771                 "MIT"
772             ],
773             "authors": [
774                 {
775                     "name": "Roman Borschel",
776                     "email": "roman@code-factory.org"
777                 },
778                 {
779                     "name": "Benjamin Eberlei",
780                     "email": "kontakt@beberlei.de"
781                 },
782                 {
783                     "name": "Guilherme Blanco",
784                     "email": "guilhermeblanco@gmail.com"
785                 },
786                 {
787                     "name": "Jonathan Wage",
788                     "email": "jonwage@gmail.com"
789                 }
790             ],
791             "description": "Object-Relational-Mapper for PHP",
792             "homepage": "http://www.doctrine-project.org",
793             "keywords": [
794                 "database",
795                 "orm"
796             ],
797             "time": "2017-12-17T02:57:51+00:00"
798         },
799         {
800             "name": "dompdf/dompdf",
801             "version": "v0.8.2",
802             "source": {
803                 "type": "git",
804                 "url": "https://github.com/dompdf/dompdf.git",
805                 "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6"
806             },
807             "dist": {
808                 "type": "zip",
809                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5113accd9ae5d466077cce5208dcf3fb871bf8f6",
810                 "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6",
811                 "shasum": ""
812             },
813             "require": {
814                 "ext-dom": "*",
815                 "ext-gd": "*",
816                 "ext-mbstring": "*",
817                 "phenx/php-font-lib": "0.5.*",
818                 "phenx/php-svg-lib": "0.3.*",
819                 "php": ">=5.4.0"
820             },
821             "require-dev": {
822                 "phpunit/phpunit": "4.8.*",
823                 "squizlabs/php_codesniffer": "2.*"
824             },
825             "type": "library",
826             "extra": {
827                 "branch-alias": {
828                     "dev-develop": "0.7-dev"
829                 }
830             },
831             "autoload": {
832                 "psr-4": {
833                     "Dompdf\\": "src/"
834                 },
835                 "classmap": [
836                     "lib/"
837                 ]
838             },
839             "notification-url": "https://packagist.org/downloads/",
840             "license": [
841                 "LGPL-2.1"
842             ],
843             "authors": [
844                 {
845                     "name": "Fabien Ménager",
846                     "email": "fabien.menager@gmail.com"
847                 },
848                 {
849                     "name": "Brian Sweeney",
850                     "email": "eclecticgeek@gmail.com"
851                 },
852                 {
853                     "name": "Gabriel Bull",
854                     "email": "me@gabrielbull.com"
855                 }
856             ],
857             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
858             "homepage": "https://github.com/dompdf/dompdf",
859             "time": "2017-11-26T14:49:08+00:00"
860         },
861         {
862             "name": "ezyang/htmlpurifier",
863             "version": "v4.10.0",
864             "source": {
865                 "type": "git",
866                 "url": "https://github.com/ezyang/htmlpurifier.git",
867                 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
868             },
869             "dist": {
870                 "type": "zip",
871                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
872                 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
873                 "shasum": ""
874             },
875             "require": {
876                 "php": ">=5.2"
877             },
878             "require-dev": {
879                 "simpletest/simpletest": "^1.1"
880             },
881             "type": "library",
882             "autoload": {
883                 "psr-0": {
884                     "HTMLPurifier": "library/"
885                 },
886                 "files": [
887                     "library/HTMLPurifier.composer.php"
888                 ]
889             },
890             "notification-url": "https://packagist.org/downloads/",
891             "license": [
892                 "LGPL"
893             ],
894             "authors": [
895                 {
896                     "name": "Edward Z. Yang",
897                     "email": "admin@htmlpurifier.org",
898                     "homepage": "http://ezyang.com"
899                 }
900             ],
901             "description": "Standards compliant HTML filter written in PHP",
902             "homepage": "http://htmlpurifier.org/",
903             "keywords": [
904                 "html"
905             ],
906             "time": "2018-02-23T01:58:20+00:00"
907         },
908         {
909             "name": "illuminate/contracts",
910             "version": "v5.2.45",
911             "source": {
912                 "type": "git",
913                 "url": "https://github.com/illuminate/contracts.git",
914                 "reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
915             },
916             "dist": {
917                 "type": "zip",
918                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
919                 "reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
920                 "shasum": ""
921             },
922             "require": {
923                 "php": ">=5.5.9"
924             },
925             "type": "library",
926             "extra": {
927                 "branch-alias": {
928                     "dev-master": "5.2-dev"
929                 }
930             },
931             "autoload": {
932                 "psr-4": {
933                     "Illuminate\\Contracts\\": ""
934                 }
935             },
936             "notification-url": "https://packagist.org/downloads/",
937             "license": [
938                 "MIT"
939             ],
940             "authors": [
941                 {
942                     "name": "Taylor Otwell",
943                     "email": "taylor@laravel.com"
944                 }
945             ],
946             "description": "The Illuminate Contracts package.",
947             "homepage": "http://laravel.com",
948             "time": "2016-08-08T11:46:08+00:00"
949         },
950         {
951             "name": "illuminate/support",
952             "version": "v5.2.45",
953             "source": {
954                 "type": "git",
955                 "url": "https://github.com/illuminate/support.git",
956                 "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a"
957             },
958             "dist": {
959                 "type": "zip",
960                 "url": "https://api.github.com/repos/illuminate/support/zipball/510230ab62a7d85dc70203f4fdca6fb71a19e08a",
961                 "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a",
962                 "shasum": ""
963             },
964             "require": {
965                 "doctrine/inflector": "~1.0",
966                 "ext-mbstring": "*",
967                 "illuminate/contracts": "5.2.*",
968                 "paragonie/random_compat": "~1.4",
969                 "php": ">=5.5.9"
970             },
971             "replace": {
972                 "tightenco/collect": "self.version"
973             },
974             "suggest": {
975                 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
976                 "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
977                 "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
978                 "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
979                 "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
980             },
981             "type": "library",
982             "extra": {
983                 "branch-alias": {
984                     "dev-master": "5.2-dev"
985                 }
986             },
987             "autoload": {
988                 "psr-4": {
989                     "Illuminate\\Support\\": ""
990                 },
991                 "files": [
992                     "helpers.php"
993                 ]
994             },
995             "notification-url": "https://packagist.org/downloads/",
996             "license": [
997                 "MIT"
998             ],
999             "authors": [
1000                 {
1001                     "name": "Taylor Otwell",
1002                     "email": "taylor@laravel.com"
1003                 }
1004             ],
1005             "description": "The Illuminate Support package.",
1006             "homepage": "http://laravel.com",
1007             "time": "2016-08-05T14:49:58+00:00"
1008         },
1009         {
1010             "name": "ircmaxell/password-compat",
1011             "version": "v1.0.4",
1012             "source": {
1013                 "type": "git",
1014                 "url": "https://github.com/ircmaxell/password_compat.git",
1015                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
1016             },
1017             "dist": {
1018                 "type": "zip",
1019                 "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
1020                 "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
1021                 "shasum": ""
1022             },
1023             "require-dev": {
1024                 "phpunit/phpunit": "4.*"
1025             },
1026             "type": "library",
1027             "autoload": {
1028                 "files": [
1029                     "lib/password.php"
1030                 ]
1031             },
1032             "notification-url": "https://packagist.org/downloads/",
1033             "license": [
1034                 "MIT"
1035             ],
1036             "authors": [
1037                 {
1038                     "name": "Anthony Ferrara",
1039                     "email": "ircmaxell@php.net",
1040                     "homepage": "http://blog.ircmaxell.com"
1041                 }
1042             ],
1043             "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1044             "homepage": "https://github.com/ircmaxell/password_compat",
1045             "keywords": [
1046                 "hashing",
1047                 "password"
1048             ],
1049             "time": "2014-11-20T16:49:30+00:00"
1050         },
1051         {
1052             "name": "knplabs/knp-snappy",
1053             "version": "v1.0.4",
1054             "source": {
1055                 "type": "git",
1056                 "url": "https://github.com/KnpLabs/snappy.git",
1057                 "reference": "144c4ecd1ccaeda936bf832b93079efc490e6850"
1058             },
1059             "dist": {
1060                 "type": "zip",
1061                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/144c4ecd1ccaeda936bf832b93079efc490e6850",
1062                 "reference": "144c4ecd1ccaeda936bf832b93079efc490e6850",
1063                 "shasum": ""
1064             },
1065             "require": {
1066                 "php": ">=5.6",
1067                 "psr/log": "^1.0",
1068                 "symfony/process": "~2.3 || ~3.0 || ~4.0"
1069             },
1070             "require-dev": {
1071                 "phpunit/phpunit": "~4.8.36"
1072             },
1073             "suggest": {
1074                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1075                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1076                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1077                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1078                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1079             },
1080             "type": "library",
1081             "extra": {
1082                 "branch-alias": {
1083                     "dev-master": "1.0.x-dev"
1084                 }
1085             },
1086             "autoload": {
1087                 "psr-4": {
1088                     "Knp\\Snappy\\": "src/Knp/Snappy"
1089                 }
1090             },
1091             "notification-url": "https://packagist.org/downloads/",
1092             "license": [
1093                 "MIT"
1094             ],
1095             "authors": [
1096                 {
1097                     "name": "KnpLabs Team",
1098                     "homepage": "http://knplabs.com"
1099                 },
1100                 {
1101                     "name": "Symfony Community",
1102                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1103                 }
1104             ],
1105             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1106             "homepage": "http://github.com/KnpLabs/snappy",
1107             "keywords": [
1108                 "knp",
1109                 "knplabs",
1110                 "pdf",
1111                 "snapshot",
1112                 "thumbnail",
1113                 "wkhtmltopdf"
1114             ],
1115             "time": "2018-01-22T19:40:51+00:00"
1116         },
1117         {
1118             "name": "mobiledetect/mobiledetectlib",
1119             "version": "2.8.32",
1120             "source": {
1121                 "type": "git",
1122                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
1123                 "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3"
1124             },
1125             "dist": {
1126                 "type": "zip",
1127                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/ec69a0c381b5fe44547680d3c7db6ced08e5abb3",
1128                 "reference": "ec69a0c381b5fe44547680d3c7db6ced08e5abb3",
1129                 "shasum": ""
1130             },
1131             "require": {
1132                 "php": ">=5.0.0"
1133             },
1134             "require-dev": {
1135                 "phpunit/phpunit": "~4.8.35||~5.7"
1136             },
1137             "type": "library",
1138             "autoload": {
1139                 "classmap": [
1140                     "Mobile_Detect.php"
1141                 ],
1142                 "psr-0": {
1143                     "Detection": "namespaced/"
1144                 }
1145             },
1146             "notification-url": "https://packagist.org/downloads/",
1147             "license": [
1148                 "MIT"
1149             ],
1150             "authors": [
1151                 {
1152                     "name": "Serban Ghita",
1153                     "email": "serbanghita@gmail.com",
1154                     "homepage": "http://mobiledetect.net",
1155                     "role": "Developer"
1156                 }
1157             ],
1158             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
1159             "homepage": "https://github.com/serbanghita/Mobile-Detect",
1160             "keywords": [
1161                 "detect mobile devices",
1162                 "mobile",
1163                 "mobile detect",
1164                 "mobile detector",
1165                 "php mobile detect"
1166             ],
1167             "time": "2018-06-03T13:13:04+00:00"
1168         },
1169         {
1170             "name": "mpdf/mpdf",
1171             "version": "v7.1.0",
1172             "source": {
1173                 "type": "git",
1174                 "url": "https://github.com/mpdf/mpdf.git",
1175                 "reference": "8e3d0d7bf74f71d04904215fb487d01e924c469a"
1176             },
1177             "dist": {
1178                 "type": "zip",
1179                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/8e3d0d7bf74f71d04904215fb487d01e924c469a",
1180                 "reference": "8e3d0d7bf74f71d04904215fb487d01e924c469a",
1181                 "shasum": ""
1182             },
1183             "require": {
1184                 "ext-gd": "*",
1185                 "ext-mbstring": "*",
1186                 "myclabs/deep-copy": "^1.7",
1187                 "paragonie/random_compat": "^1.4|^2.0",
1188                 "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
1189                 "psr/log": "^1.0",
1190                 "setasign/fpdi": "1.6.*"
1191             },
1192             "require-dev": {
1193                 "mockery/mockery": "^0.9.5",
1194                 "phpunit/phpunit": "^5.0",
1195                 "squizlabs/php_codesniffer": "^2.7.0",
1196                 "tracy/tracy": "^2.4"
1197             },
1198             "suggest": {
1199                 "ext-bcmath": "Needed for generation of some types of barcodes",
1200                 "ext-xml": "Needed mainly for SVG manipulation",
1201                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
1202             },
1203             "type": "library",
1204             "extra": {
1205                 "branch-alias": {
1206                     "dev-development": "7.0-dev"
1207                 }
1208             },
1209             "autoload": {
1210                 "psr-4": {
1211                     "Mpdf\\": "src/"
1212                 }
1213             },
1214             "notification-url": "https://packagist.org/downloads/",
1215             "license": [
1216                 "GPL-2.0-only"
1217             ],
1218             "authors": [
1219                 {
1220                     "name": "MatÄ›j Humpál",
1221                     "role": "Developer, maintainer"
1222                 },
1223                 {
1224                     "name": "Ian Back",
1225                     "role": "Developer (retired)"
1226                 }
1227             ],
1228             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
1229             "homepage": "https://mpdf.github.io",
1230             "keywords": [
1231                 "pdf",
1232                 "php",
1233                 "utf-8"
1234             ],
1235             "time": "2018-05-18T05:41:37+00:00"
1236         },
1237         {
1238             "name": "myclabs/deep-copy",
1239             "version": "1.7.0",
1240             "source": {
1241                 "type": "git",
1242                 "url": "https://github.com/myclabs/DeepCopy.git",
1243                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1244             },
1245             "dist": {
1246                 "type": "zip",
1247                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1248                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1249                 "shasum": ""
1250             },
1251             "require": {
1252                 "php": "^5.6 || ^7.0"
1253             },
1254             "require-dev": {
1255                 "doctrine/collections": "^1.0",
1256                 "doctrine/common": "^2.6",
1257                 "phpunit/phpunit": "^4.1"
1258             },
1259             "type": "library",
1260             "autoload": {
1261                 "psr-4": {
1262                     "DeepCopy\\": "src/DeepCopy/"
1263                 },
1264                 "files": [
1265                     "src/DeepCopy/deep_copy.php"
1266                 ]
1267             },
1268             "notification-url": "https://packagist.org/downloads/",
1269             "license": [
1270                 "MIT"
1271             ],
1272             "description": "Create deep copies (clones) of your objects",
1273             "keywords": [
1274                 "clone",
1275                 "copy",
1276                 "duplicate",
1277                 "object",
1278                 "object graph"
1279             ],
1280             "time": "2017-10-19T19:58:43+00:00"
1281         },
1282         {
1283             "name": "paragonie/random_compat",
1284             "version": "v1.4.3",
1285             "source": {
1286                 "type": "git",
1287                 "url": "https://github.com/paragonie/random_compat.git",
1288                 "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
1289             },
1290             "dist": {
1291                 "type": "zip",
1292                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
1293                 "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
1294                 "shasum": ""
1295             },
1296             "require": {
1297                 "php": ">=5.2.0"
1298             },
1299             "require-dev": {
1300                 "phpunit/phpunit": "4.*|5.*"
1301             },
1302             "suggest": {
1303                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1304             },
1305             "type": "library",
1306             "autoload": {
1307                 "files": [
1308                     "lib/random.php"
1309                 ]
1310             },
1311             "notification-url": "https://packagist.org/downloads/",
1312             "license": [
1313                 "MIT"
1314             ],
1315             "authors": [
1316                 {
1317                     "name": "Paragon Initiative Enterprises",
1318                     "email": "security@paragonie.com",
1319                     "homepage": "https://paragonie.com"
1320                 }
1321             ],
1322             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1323             "keywords": [
1324                 "csprng",
1325                 "pseudorandom",
1326                 "random"
1327             ],
1328             "time": "2018-04-04T21:48:54+00:00"
1329         },
1330         {
1331             "name": "phenx/php-font-lib",
1332             "version": "0.5.1",
1333             "source": {
1334                 "type": "git",
1335                 "url": "https://github.com/PhenX/php-font-lib.git",
1336                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
1337             },
1338             "dist": {
1339                 "type": "zip",
1340                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
1341                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
1342                 "shasum": ""
1343             },
1344             "require-dev": {
1345                 "phpunit/phpunit": "^4.8"
1346             },
1347             "type": "library",
1348             "autoload": {
1349                 "psr-4": {
1350                     "FontLib\\": "src/FontLib"
1351                 }
1352             },
1353             "notification-url": "https://packagist.org/downloads/",
1354             "license": [
1355                 "LGPL-3.0"
1356             ],
1357             "authors": [
1358                 {
1359                     "name": "Fabien Ménager",
1360                     "email": "fabien.menager@gmail.com"
1361                 }
1362             ],
1363             "description": "A library to read, parse, export and make subsets of different types of font files.",
1364             "homepage": "https://github.com/PhenX/php-font-lib",
1365             "time": "2017-09-13T16:14:37+00:00"
1366         },
1367         {
1368             "name": "phenx/php-svg-lib",
1369             "version": "v0.3.2",
1370             "source": {
1371                 "type": "git",
1372                 "url": "https://github.com/PhenX/php-svg-lib.git",
1373                 "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
1374             },
1375             "dist": {
1376                 "type": "zip",
1377                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
1378                 "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
1379                 "shasum": ""
1380             },
1381             "require": {
1382                 "sabberworm/php-css-parser": "8.1.*"
1383             },
1384             "require-dev": {
1385                 "phpunit/phpunit": "~5.0"
1386             },
1387             "type": "library",
1388             "autoload": {
1389                 "psr-0": {
1390                     "Svg\\": "src/"
1391                 }
1392             },
1393             "notification-url": "https://packagist.org/downloads/",
1394             "license": [
1395                 "LGPL-3.0"
1396             ],
1397             "authors": [
1398                 {
1399                     "name": "Fabien Ménager",
1400                     "email": "fabien.menager@gmail.com"
1401                 }
1402             ],
1403             "description": "A library to read, parse and export to PDF SVG files.",
1404             "homepage": "https://github.com/PhenX/php-svg-lib",
1405             "time": "2018-06-03T10:10:03+00:00"
1406         },
1407         {
1408             "name": "phpdocumentor/reflection-common",
1409             "version": "1.0.1",
1410             "source": {
1411                 "type": "git",
1412                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1413                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1414             },
1415             "dist": {
1416                 "type": "zip",
1417                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1418                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1419                 "shasum": ""
1420             },
1421             "require": {
1422                 "php": ">=5.5"
1423             },
1424             "require-dev": {
1425                 "phpunit/phpunit": "^4.6"
1426             },
1427             "type": "library",
1428             "extra": {
1429                 "branch-alias": {
1430                     "dev-master": "1.0.x-dev"
1431                 }
1432             },
1433             "autoload": {
1434                 "psr-4": {
1435                     "phpDocumentor\\Reflection\\": [
1436                         "src"
1437                     ]
1438                 }
1439             },
1440             "notification-url": "https://packagist.org/downloads/",
1441             "license": [
1442                 "MIT"
1443             ],
1444             "authors": [
1445                 {
1446                     "name": "Jaap van Otterdijk",
1447                     "email": "opensource@ijaap.nl"
1448                 }
1449             ],
1450             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1451             "homepage": "http://www.phpdoc.org",
1452             "keywords": [
1453                 "FQSEN",
1454                 "phpDocumentor",
1455                 "phpdoc",
1456                 "reflection",
1457                 "static analysis"
1458             ],
1459             "time": "2017-09-11T18:02:19+00:00"
1460         },
1461         {
1462             "name": "phpdocumentor/reflection-docblock",
1463             "version": "3.3.2",
1464             "source": {
1465                 "type": "git",
1466                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1467                 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
1468             },
1469             "dist": {
1470                 "type": "zip",
1471                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
1472                 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
1473                 "shasum": ""
1474             },
1475             "require": {
1476                 "php": "^5.6 || ^7.0",
1477                 "phpdocumentor/reflection-common": "^1.0.0",
1478                 "phpdocumentor/type-resolver": "^0.4.0",
1479                 "webmozart/assert": "^1.0"
1480             },
1481             "require-dev": {
1482                 "mockery/mockery": "^0.9.4",
1483                 "phpunit/phpunit": "^4.4"
1484             },
1485             "type": "library",
1486             "autoload": {
1487                 "psr-4": {
1488                     "phpDocumentor\\Reflection\\": [
1489                         "src/"
1490                     ]
1491                 }
1492             },
1493             "notification-url": "https://packagist.org/downloads/",
1494             "license": [
1495                 "MIT"
1496             ],
1497             "authors": [
1498                 {
1499                     "name": "Mike van Riel",
1500                     "email": "me@mikevanriel.com"
1501                 }
1502             ],
1503             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1504             "time": "2017-11-10T14:09:06+00:00"
1505         },
1506         {
1507             "name": "phpdocumentor/type-resolver",
1508             "version": "0.4.0",
1509             "source": {
1510                 "type": "git",
1511                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1512                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1513             },
1514             "dist": {
1515                 "type": "zip",
1516                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1517                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1518                 "shasum": ""
1519             },
1520             "require": {
1521                 "php": "^5.5 || ^7.0",
1522                 "phpdocumentor/reflection-common": "^1.0"
1523             },
1524             "require-dev": {
1525                 "mockery/mockery": "^0.9.4",
1526                 "phpunit/phpunit": "^5.2||^4.8.24"
1527             },
1528             "type": "library",
1529             "extra": {
1530                 "branch-alias": {
1531                     "dev-master": "1.0.x-dev"
1532                 }
1533             },
1534             "autoload": {
1535                 "psr-4": {
1536                     "phpDocumentor\\Reflection\\": [
1537                         "src/"
1538                     ]
1539                 }
1540             },
1541             "notification-url": "https://packagist.org/downloads/",
1542             "license": [
1543                 "MIT"
1544             ],
1545             "authors": [
1546                 {
1547                     "name": "Mike van Riel",
1548                     "email": "me@mikevanriel.com"
1549                 }
1550             ],
1551             "time": "2017-07-14T14:27:02+00:00"
1552         },
1553         {
1554             "name": "phpmailer/phpmailer",
1555             "version": "v6.0.5",
1556             "source": {
1557                 "type": "git",
1558                 "url": "https://github.com/PHPMailer/PHPMailer.git",
1559                 "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32"
1560             },
1561             "dist": {
1562                 "type": "zip",
1563                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/cb3ea134d4d3729e7857737d5f320cce9caf4d32",
1564                 "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32",
1565                 "shasum": ""
1566             },
1567             "require": {
1568                 "ext-ctype": "*",
1569                 "ext-filter": "*",
1570                 "php": ">=5.5.0"
1571             },
1572             "require-dev": {
1573                 "doctrine/annotations": "1.2.*",
1574                 "friendsofphp/php-cs-fixer": "^2.2",
1575                 "phpdocumentor/phpdocumentor": "2.*",
1576                 "phpunit/phpunit": "^4.8 || ^5.7",
1577                 "zendframework/zend-eventmanager": "3.0.*",
1578                 "zendframework/zend-i18n": "2.7.3",
1579                 "zendframework/zend-serializer": "2.7.*"
1580             },
1581             "suggest": {
1582                 "ext-mbstring": "Needed to send email in multibyte encoding charset",
1583                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
1584                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
1585                 "psr/log": "For optional PSR-3 debug logging",
1586                 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
1587                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
1588             },
1589             "type": "library",
1590             "autoload": {
1591                 "psr-4": {
1592                     "PHPMailer\\PHPMailer\\": "src/"
1593                 }
1594             },
1595             "notification-url": "https://packagist.org/downloads/",
1596             "license": [
1597                 "LGPL-2.1"
1598             ],
1599             "authors": [
1600                 {
1601                     "name": "Jim Jagielski",
1602                     "email": "jimjag@gmail.com"
1603                 },
1604                 {
1605                     "name": "Marcus Bointon",
1606                     "email": "phpmailer@synchromedia.co.uk"
1607                 },
1608                 {
1609                     "name": "Andy Prevost",
1610                     "email": "codeworxtech@users.sourceforge.net"
1611                 },
1612                 {
1613                     "name": "Brent R. Matzelle"
1614                 }
1615             ],
1616             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1617             "time": "2018-03-27T13:49:45+00:00"
1618         },
1619         {
1620             "name": "phpoffice/phpspreadsheet",
1621             "version": "1.3.1",
1622             "source": {
1623                 "type": "git",
1624                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
1625                 "reference": "aa5b0d0236c907fd8dba0883f3ceb97cc52e46ec"
1626             },
1627             "dist": {
1628                 "type": "zip",
1629                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/aa5b0d0236c907fd8dba0883f3ceb97cc52e46ec",
1630                 "reference": "aa5b0d0236c907fd8dba0883f3ceb97cc52e46ec",
1631                 "shasum": ""
1632             },
1633             "require": {
1634                 "ext-ctype": "*",
1635                 "ext-dom": "*",
1636                 "ext-gd": "*",
1637                 "ext-iconv": "*",
1638                 "ext-libxml": "*",
1639                 "ext-mbstring": "*",
1640                 "ext-simplexml": "*",
1641                 "ext-xml": "*",
1642                 "ext-xmlreader": "*",
1643                 "ext-xmlwriter": "*",
1644                 "ext-zip": "*",
1645                 "ext-zlib": "*",
1646                 "php": "^5.6|^7.0",
1647                 "psr/simple-cache": "^1.0"
1648             },
1649             "require-dev": {
1650                 "dompdf/dompdf": "^0.8.0",
1651                 "friendsofphp/php-cs-fixer": "@stable",
1652                 "jpgraph/jpgraph": "^4.0",
1653                 "mpdf/mpdf": "^7.0.0",
1654                 "phpunit/phpunit": "^5.7",
1655                 "squizlabs/php_codesniffer": "^2.7",
1656                 "tecnickcom/tcpdf": "^6.2"
1657             },
1658             "suggest": {
1659                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
1660                 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
1661                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
1662                 "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
1663             },
1664             "type": "library",
1665             "autoload": {
1666                 "psr-4": {
1667                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
1668                 }
1669             },
1670             "notification-url": "https://packagist.org/downloads/",
1671             "license": [
1672                 "LGPL-2.1-or-later"
1673             ],
1674             "authors": [
1675                 {
1676                     "name": "Maarten Balliauw",
1677                     "homepage": "http://blog.maartenballiauw.be"
1678                 },
1679                 {
1680                     "name": "Erik Tilt"
1681                 },
1682                 {
1683                     "name": "Franck Lefevre",
1684                     "homepage": "http://rootslabs.net"
1685                 },
1686                 {
1687                     "name": "Mark Baker",
1688                     "homepage": "http://markbakeruk.net"
1689                 }
1690             ],
1691             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1692             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
1693             "keywords": [
1694                 "OpenXML",
1695                 "excel",
1696                 "gnumeric",
1697                 "ods",
1698                 "php",
1699                 "spreadsheet",
1700                 "xls",
1701                 "xlsx"
1702             ],
1703             "time": "2018-06-12T13:40:21+00:00"
1704         },
1705         {
1706             "name": "phpseclib/phpseclib",
1707             "version": "2.0.11",
1708             "source": {
1709                 "type": "git",
1710                 "url": "https://github.com/phpseclib/phpseclib.git",
1711                 "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
1712             },
1713             "dist": {
1714                 "type": "zip",
1715                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
1716                 "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
1717                 "shasum": ""
1718             },
1719             "require": {
1720                 "php": ">=5.3.3"
1721             },
1722             "require-dev": {
1723                 "phing/phing": "~2.7",
1724                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
1725                 "sami/sami": "~2.0",
1726                 "squizlabs/php_codesniffer": "~2.0"
1727             },
1728             "suggest": {
1729                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1730                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1731                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1732                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1733             },
1734             "type": "library",
1735             "autoload": {
1736                 "files": [
1737                     "phpseclib/bootstrap.php"
1738                 ],
1739                 "psr-4": {
1740                     "phpseclib\\": "phpseclib/"
1741                 }
1742             },
1743             "notification-url": "https://packagist.org/downloads/",
1744             "license": [
1745                 "MIT"
1746             ],
1747             "authors": [
1748                 {
1749                     "name": "Jim Wigginton",
1750                     "email": "terrafrost@php.net",
1751                     "role": "Lead Developer"
1752                 },
1753                 {
1754                     "name": "Patrick Monnerat",
1755                     "email": "pm@datasphere.ch",
1756                     "role": "Developer"
1757                 },
1758                 {
1759                     "name": "Andreas Fischer",
1760                     "email": "bantu@phpbb.com",
1761                     "role": "Developer"
1762                 },
1763                 {
1764                     "name": "Hans-Jürgen Petrich",
1765                     "email": "petrich@tronic-media.com",
1766                     "role": "Developer"
1767                 },
1768                 {
1769                     "name": "Graham Campbell",
1770                     "email": "graham@alt-three.com",
1771                     "role": "Developer"
1772                 }
1773             ],
1774             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1775             "homepage": "http://phpseclib.sourceforge.net",
1776             "keywords": [
1777                 "BigInteger",
1778                 "aes",
1779                 "asn.1",
1780                 "asn1",
1781                 "blowfish",
1782                 "crypto",
1783                 "cryptography",
1784                 "encryption",
1785                 "rsa",
1786                 "security",
1787                 "sftp",
1788                 "signature",
1789                 "signing",
1790                 "ssh",
1791                 "twofish",
1792                 "x.509",
1793                 "x509"
1794             ],
1795             "time": "2018-04-15T16:55:05+00:00"
1796         },
1797         {
1798             "name": "phpspec/prophecy",
1799             "version": "1.8.0",
1800             "source": {
1801                 "type": "git",
1802                 "url": "https://github.com/phpspec/prophecy.git",
1803                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
1804             },
1805             "dist": {
1806                 "type": "zip",
1807                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1808                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1809                 "shasum": ""
1810             },
1811             "require": {
1812                 "doctrine/instantiator": "^1.0.2",
1813                 "php": "^5.3|^7.0",
1814                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1815                 "sebastian/comparator": "^1.1|^2.0|^3.0",
1816                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1817             },
1818             "require-dev": {
1819                 "phpspec/phpspec": "^2.5|^3.2",
1820                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1821             },
1822             "type": "library",
1823             "extra": {
1824                 "branch-alias": {
1825                     "dev-master": "1.8.x-dev"
1826                 }
1827             },
1828             "autoload": {
1829                 "psr-0": {
1830                     "Prophecy\\": "src/"
1831                 }
1832             },
1833             "notification-url": "https://packagist.org/downloads/",
1834             "license": [
1835                 "MIT"
1836             ],
1837             "authors": [
1838                 {
1839                     "name": "Konstantin Kudryashov",
1840                     "email": "ever.zet@gmail.com",
1841                     "homepage": "http://everzet.com"
1842                 },
1843                 {
1844                     "name": "Marcello Duarte",
1845                     "email": "marcello.duarte@gmail.com"
1846                 }
1847             ],
1848             "description": "Highly opinionated mocking framework for PHP 5.3+",
1849             "homepage": "https://github.com/phpspec/prophecy",
1850             "keywords": [
1851                 "Double",
1852                 "Dummy",
1853                 "fake",
1854                 "mock",
1855                 "spy",
1856                 "stub"
1857             ],
1858             "time": "2018-08-05T17:53:17+00:00"
1859         },
1860         {
1861             "name": "phpunit/php-code-coverage",
1862             "version": "4.0.8",
1863             "source": {
1864                 "type": "git",
1865                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1866                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1867             },
1868             "dist": {
1869                 "type": "zip",
1870                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1871                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1872                 "shasum": ""
1873             },
1874             "require": {
1875                 "ext-dom": "*",
1876                 "ext-xmlwriter": "*",
1877                 "php": "^5.6 || ^7.0",
1878                 "phpunit/php-file-iterator": "^1.3",
1879                 "phpunit/php-text-template": "^1.2",
1880                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1881                 "sebastian/code-unit-reverse-lookup": "^1.0",
1882                 "sebastian/environment": "^1.3.2 || ^2.0",
1883                 "sebastian/version": "^1.0 || ^2.0"
1884             },
1885             "require-dev": {
1886                 "ext-xdebug": "^2.1.4",
1887                 "phpunit/phpunit": "^5.7"
1888             },
1889             "suggest": {
1890                 "ext-xdebug": "^2.5.1"
1891             },
1892             "type": "library",
1893             "extra": {
1894                 "branch-alias": {
1895                     "dev-master": "4.0.x-dev"
1896                 }
1897             },
1898             "autoload": {
1899                 "classmap": [
1900                     "src/"
1901                 ]
1902             },
1903             "notification-url": "https://packagist.org/downloads/",
1904             "license": [
1905                 "BSD-3-Clause"
1906             ],
1907             "authors": [
1908                 {
1909                     "name": "Sebastian Bergmann",
1910                     "email": "sb@sebastian-bergmann.de",
1911                     "role": "lead"
1912                 }
1913             ],
1914             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1915             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1916             "keywords": [
1917                 "coverage",
1918                 "testing",
1919                 "xunit"
1920             ],
1921             "time": "2017-04-02T07:44:40+00:00"
1922         },
1923         {
1924             "name": "phpunit/php-file-iterator",
1925             "version": "1.4.5",
1926             "source": {
1927                 "type": "git",
1928                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1929                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1930             },
1931             "dist": {
1932                 "type": "zip",
1933                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1934                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1935                 "shasum": ""
1936             },
1937             "require": {
1938                 "php": ">=5.3.3"
1939             },
1940             "type": "library",
1941             "extra": {
1942                 "branch-alias": {
1943                     "dev-master": "1.4.x-dev"
1944                 }
1945             },
1946             "autoload": {
1947                 "classmap": [
1948                     "src/"
1949                 ]
1950             },
1951             "notification-url": "https://packagist.org/downloads/",
1952             "license": [
1953                 "BSD-3-Clause"
1954             ],
1955             "authors": [
1956                 {
1957                     "name": "Sebastian Bergmann",
1958                     "email": "sb@sebastian-bergmann.de",
1959                     "role": "lead"
1960                 }
1961             ],
1962             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1963             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1964             "keywords": [
1965                 "filesystem",
1966                 "iterator"
1967             ],
1968             "time": "2017-11-27T13:52:08+00:00"
1969         },
1970         {
1971             "name": "phpunit/php-text-template",
1972             "version": "1.2.1",
1973             "source": {
1974                 "type": "git",
1975                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1976                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1977             },
1978             "dist": {
1979                 "type": "zip",
1980                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1981                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1982                 "shasum": ""
1983             },
1984             "require": {
1985                 "php": ">=5.3.3"
1986             },
1987             "type": "library",
1988             "autoload": {
1989                 "classmap": [
1990                     "src/"
1991                 ]
1992             },
1993             "notification-url": "https://packagist.org/downloads/",
1994             "license": [
1995                 "BSD-3-Clause"
1996             ],
1997             "authors": [
1998                 {
1999                     "name": "Sebastian Bergmann",
2000                     "email": "sebastian@phpunit.de",
2001                     "role": "lead"
2002                 }
2003             ],
2004             "description": "Simple template engine.",
2005             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2006             "keywords": [
2007                 "template"
2008             ],
2009             "time": "2015-06-21T13:50:34+00:00"
2010         },
2011         {
2012             "name": "phpunit/php-timer",
2013             "version": "1.0.9",
2014             "source": {
2015                 "type": "git",
2016                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2017                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2018             },
2019             "dist": {
2020                 "type": "zip",
2021                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2022                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2023                 "shasum": ""
2024             },
2025             "require": {
2026                 "php": "^5.3.3 || ^7.0"
2027             },
2028             "require-dev": {
2029                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2030             },
2031             "type": "library",
2032             "extra": {
2033                 "branch-alias": {
2034                     "dev-master": "1.0-dev"
2035                 }
2036             },
2037             "autoload": {
2038                 "classmap": [
2039                     "src/"
2040                 ]
2041             },
2042             "notification-url": "https://packagist.org/downloads/",
2043             "license": [
2044                 "BSD-3-Clause"
2045             ],
2046             "authors": [
2047                 {
2048                     "name": "Sebastian Bergmann",
2049                     "email": "sb@sebastian-bergmann.de",
2050                     "role": "lead"
2051                 }
2052             ],
2053             "description": "Utility class for timing",
2054             "homepage": "https://github.com/sebastianbergmann/php-timer/",
2055             "keywords": [
2056                 "timer"
2057             ],
2058             "time": "2017-02-26T11:10:40+00:00"
2059         },
2060         {
2061             "name": "phpunit/php-token-stream",
2062             "version": "1.4.12",
2063             "source": {
2064                 "type": "git",
2065                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2066                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
2067             },
2068             "dist": {
2069                 "type": "zip",
2070                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
2071                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
2072                 "shasum": ""
2073             },
2074             "require": {
2075                 "ext-tokenizer": "*",
2076                 "php": ">=5.3.3"
2077             },
2078             "require-dev": {
2079                 "phpunit/phpunit": "~4.2"
2080             },
2081             "type": "library",
2082             "extra": {
2083                 "branch-alias": {
2084                     "dev-master": "1.4-dev"
2085                 }
2086             },
2087             "autoload": {
2088                 "classmap": [
2089                     "src/"
2090                 ]
2091             },
2092             "notification-url": "https://packagist.org/downloads/",
2093             "license": [
2094                 "BSD-3-Clause"
2095             ],
2096             "authors": [
2097                 {
2098                     "name": "Sebastian Bergmann",
2099                     "email": "sebastian@phpunit.de"
2100                 }
2101             ],
2102             "description": "Wrapper around PHP's tokenizer extension.",
2103             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2104             "keywords": [
2105                 "tokenizer"
2106             ],
2107             "time": "2017-12-04T08:55:13+00:00"
2108         },
2109         {
2110             "name": "phpunit/phpunit",
2111             "version": "5.7.27",
2112             "source": {
2113                 "type": "git",
2114                 "url": "https://github.com/sebastianbergmann/phpunit.git",
2115                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
2116             },
2117             "dist": {
2118                 "type": "zip",
2119                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2120                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2121                 "shasum": ""
2122             },
2123             "require": {
2124                 "ext-dom": "*",
2125                 "ext-json": "*",
2126                 "ext-libxml": "*",
2127                 "ext-mbstring": "*",
2128                 "ext-xml": "*",
2129                 "myclabs/deep-copy": "~1.3",
2130                 "php": "^5.6 || ^7.0",
2131                 "phpspec/prophecy": "^1.6.2",
2132                 "phpunit/php-code-coverage": "^4.0.4",
2133                 "phpunit/php-file-iterator": "~1.4",
2134                 "phpunit/php-text-template": "~1.2",
2135                 "phpunit/php-timer": "^1.0.6",
2136                 "phpunit/phpunit-mock-objects": "^3.2",
2137                 "sebastian/comparator": "^1.2.4",
2138                 "sebastian/diff": "^1.4.3",
2139                 "sebastian/environment": "^1.3.4 || ^2.0",
2140                 "sebastian/exporter": "~2.0",
2141                 "sebastian/global-state": "^1.1",
2142                 "sebastian/object-enumerator": "~2.0",
2143                 "sebastian/resource-operations": "~1.0",
2144                 "sebastian/version": "^1.0.6|^2.0.1",
2145                 "symfony/yaml": "~2.1|~3.0|~4.0"
2146             },
2147             "conflict": {
2148                 "phpdocumentor/reflection-docblock": "3.0.2"
2149             },
2150             "require-dev": {
2151                 "ext-pdo": "*"
2152             },
2153             "suggest": {
2154                 "ext-xdebug": "*",
2155                 "phpunit/php-invoker": "~1.1"
2156             },
2157             "bin": [
2158                 "phpunit"
2159             ],
2160             "type": "library",
2161             "extra": {
2162                 "branch-alias": {
2163                     "dev-master": "5.7.x-dev"
2164                 }
2165             },
2166             "autoload": {
2167                 "classmap": [
2168                     "src/"
2169                 ]
2170             },
2171             "notification-url": "https://packagist.org/downloads/",
2172             "license": [
2173                 "BSD-3-Clause"
2174             ],
2175             "authors": [
2176                 {
2177                     "name": "Sebastian Bergmann",
2178                     "email": "sebastian@phpunit.de",
2179                     "role": "lead"
2180                 }
2181             ],
2182             "description": "The PHP Unit Testing framework.",
2183             "homepage": "https://phpunit.de/",
2184             "keywords": [
2185                 "phpunit",
2186                 "testing",
2187                 "xunit"
2188             ],
2189             "time": "2018-02-01T05:50:59+00:00"
2190         },
2191         {
2192             "name": "phpunit/phpunit-mock-objects",
2193             "version": "3.4.4",
2194             "source": {
2195                 "type": "git",
2196                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2197                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
2198             },
2199             "dist": {
2200                 "type": "zip",
2201                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
2202                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
2203                 "shasum": ""
2204             },
2205             "require": {
2206                 "doctrine/instantiator": "^1.0.2",
2207                 "php": "^5.6 || ^7.0",
2208                 "phpunit/php-text-template": "^1.2",
2209                 "sebastian/exporter": "^1.2 || ^2.0"
2210             },
2211             "conflict": {
2212                 "phpunit/phpunit": "<5.4.0"
2213             },
2214             "require-dev": {
2215                 "phpunit/phpunit": "^5.4"
2216             },
2217             "suggest": {
2218                 "ext-soap": "*"
2219             },
2220             "type": "library",
2221             "extra": {
2222                 "branch-alias": {
2223                     "dev-master": "3.2.x-dev"
2224                 }
2225             },
2226             "autoload": {
2227                 "classmap": [
2228                     "src/"
2229                 ]
2230             },
2231             "notification-url": "https://packagist.org/downloads/",
2232             "license": [
2233                 "BSD-3-Clause"
2234             ],
2235             "authors": [
2236                 {
2237                     "name": "Sebastian Bergmann",
2238                     "email": "sb@sebastian-bergmann.de",
2239                     "role": "lead"
2240                 }
2241             ],
2242             "description": "Mock Object library for PHPUnit",
2243             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2244             "keywords": [
2245                 "mock",
2246                 "xunit"
2247             ],
2248             "time": "2017-06-30T09:13:00+00:00"
2249         },
2250         {
2251             "name": "psr/cache",
2252             "version": "1.0.1",
2253             "source": {
2254                 "type": "git",
2255                 "url": "https://github.com/php-fig/cache.git",
2256                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2257             },
2258             "dist": {
2259                 "type": "zip",
2260                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2261                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2262                 "shasum": ""
2263             },
2264             "require": {
2265                 "php": ">=5.3.0"
2266             },
2267             "type": "library",
2268             "extra": {
2269                 "branch-alias": {
2270                     "dev-master": "1.0.x-dev"
2271                 }
2272             },
2273             "autoload": {
2274                 "psr-4": {
2275                     "Psr\\Cache\\": "src/"
2276                 }
2277             },
2278             "notification-url": "https://packagist.org/downloads/",
2279             "license": [
2280                 "MIT"
2281             ],
2282             "authors": [
2283                 {
2284                     "name": "PHP-FIG",
2285                     "homepage": "http://www.php-fig.org/"
2286                 }
2287             ],
2288             "description": "Common interface for caching libraries",
2289             "keywords": [
2290                 "cache",
2291                 "psr",
2292                 "psr-6"
2293             ],
2294             "time": "2016-08-06T20:24:11+00:00"
2295         },
2296         {
2297             "name": "psr/container",
2298             "version": "1.0.0",
2299             "source": {
2300                 "type": "git",
2301                 "url": "https://github.com/php-fig/container.git",
2302                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2303             },
2304             "dist": {
2305                 "type": "zip",
2306                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2307                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2308                 "shasum": ""
2309             },
2310             "require": {
2311                 "php": ">=5.3.0"
2312             },
2313             "type": "library",
2314             "extra": {
2315                 "branch-alias": {
2316                     "dev-master": "1.0.x-dev"
2317                 }
2318             },
2319             "autoload": {
2320                 "psr-4": {
2321                     "Psr\\Container\\": "src/"
2322                 }
2323             },
2324             "notification-url": "https://packagist.org/downloads/",
2325             "license": [
2326                 "MIT"
2327             ],
2328             "authors": [
2329                 {
2330                     "name": "PHP-FIG",
2331                     "homepage": "http://www.php-fig.org/"
2332                 }
2333             ],
2334             "description": "Common Container Interface (PHP FIG PSR-11)",
2335             "homepage": "https://github.com/php-fig/container",
2336             "keywords": [
2337                 "PSR-11",
2338                 "container",
2339                 "container-interface",
2340                 "container-interop",
2341                 "psr"
2342             ],
2343             "time": "2017-02-14T16:28:37+00:00"
2344         },
2345         {
2346             "name": "psr/http-message",
2347             "version": "1.0.1",
2348             "source": {
2349                 "type": "git",
2350                 "url": "https://github.com/php-fig/http-message.git",
2351                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2352             },
2353             "dist": {
2354                 "type": "zip",
2355                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2356                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2357                 "shasum": ""
2358             },
2359             "require": {
2360                 "php": ">=5.3.0"
2361             },
2362             "type": "library",
2363             "extra": {
2364                 "branch-alias": {
2365                     "dev-master": "1.0.x-dev"
2366                 }
2367             },
2368             "autoload": {
2369                 "psr-4": {
2370                     "Psr\\Http\\Message\\": "src/"
2371                 }
2372             },
2373             "notification-url": "https://packagist.org/downloads/",
2374             "license": [
2375                 "MIT"
2376             ],
2377             "authors": [
2378                 {
2379                     "name": "PHP-FIG",
2380                     "homepage": "http://www.php-fig.org/"
2381                 }
2382             ],
2383             "description": "Common interface for HTTP messages",
2384             "homepage": "https://github.com/php-fig/http-message",
2385             "keywords": [
2386                 "http",
2387                 "http-message",
2388                 "psr",
2389                 "psr-7",
2390                 "request",
2391                 "response"
2392             ],
2393             "time": "2016-08-06T14:39:51+00:00"
2394         },
2395         {
2396             "name": "psr/log",
2397             "version": "1.0.2",
2398             "source": {
2399                 "type": "git",
2400                 "url": "https://github.com/php-fig/log.git",
2401                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2402             },
2403             "dist": {
2404                 "type": "zip",
2405                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2406                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2407                 "shasum": ""
2408             },
2409             "require": {
2410                 "php": ">=5.3.0"
2411             },
2412             "type": "library",
2413             "extra": {
2414                 "branch-alias": {
2415                     "dev-master": "1.0.x-dev"
2416                 }
2417             },
2418             "autoload": {
2419                 "psr-4": {
2420                     "Psr\\Log\\": "Psr/Log/"
2421                 }
2422             },
2423             "notification-url": "https://packagist.org/downloads/",
2424             "license": [
2425                 "MIT"
2426             ],
2427             "authors": [
2428                 {
2429                     "name": "PHP-FIG",
2430                     "homepage": "http://www.php-fig.org/"
2431                 }
2432             ],
2433             "description": "Common interface for logging libraries",
2434             "homepage": "https://github.com/php-fig/log",
2435             "keywords": [
2436                 "log",
2437                 "psr",
2438                 "psr-3"
2439             ],
2440             "time": "2016-10-10T12:19:37+00:00"
2441         },
2442         {
2443             "name": "psr/simple-cache",
2444             "version": "1.0.1",
2445             "source": {
2446                 "type": "git",
2447                 "url": "https://github.com/php-fig/simple-cache.git",
2448                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2449             },
2450             "dist": {
2451                 "type": "zip",
2452                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2453                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2454                 "shasum": ""
2455             },
2456             "require": {
2457                 "php": ">=5.3.0"
2458             },
2459             "type": "library",
2460             "extra": {
2461                 "branch-alias": {
2462                     "dev-master": "1.0.x-dev"
2463                 }
2464             },
2465             "autoload": {
2466                 "psr-4": {
2467                     "Psr\\SimpleCache\\": "src/"
2468                 }
2469             },
2470             "notification-url": "https://packagist.org/downloads/",
2471             "license": [
2472                 "MIT"
2473             ],
2474             "authors": [
2475                 {
2476                     "name": "PHP-FIG",
2477                     "homepage": "http://www.php-fig.org/"
2478                 }
2479             ],
2480             "description": "Common interfaces for simple caching",
2481             "keywords": [
2482                 "cache",
2483                 "caching",
2484                 "psr",
2485                 "psr-16",
2486                 "simple-cache"
2487             ],
2488             "time": "2017-10-23T01:57:42+00:00"
2489         },
2490         {
2491             "name": "rospdf/pdf-php",
2492             "version": "0.12.46",
2493             "source": {
2494                 "type": "git",
2495                 "url": "https://github.com/rospdf/pdf-php.git",
2496                 "reference": "fbfe284b7c163f3e50da668e492d134534127af5"
2497             },
2498             "dist": {
2499                 "type": "zip",
2500                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/fbfe284b7c163f3e50da668e492d134534127af5",
2501                 "reference": "fbfe284b7c163f3e50da668e492d134534127af5",
2502                 "shasum": ""
2503             },
2504             "require": {
2505                 "php": ">=5.4.0"
2506             },
2507             "require-dev": {
2508                 "phpunit/phpunit": "3.7.38",
2509                 "squizlabs/php_codesniffer": "2.8.*"
2510             },
2511             "type": "library",
2512             "extra": {
2513                 "branch-alias": {
2514                     "dev-experimental": "0.13.x-dev",
2515                     "dev-master": "0.12.x-dev"
2516                 }
2517             },
2518             "autoload": {
2519                 "files": [
2520                     "src/Cpdf.php",
2521                     "src/Cezpdf.php"
2522                 ]
2523             },
2524             "notification-url": "https://packagist.org/downloads/",
2525             "license": [
2526                 "MIT"
2527             ],
2528             "authors": [
2529                 {
2530                     "name": "Lars Olesen",
2531                     "email": "lars@intraface.dk",
2532                     "role": "Developer"
2533                 },
2534                 {
2535                     "name": "Ole Koeckemann",
2536                     "email": "ole.k@web.de",
2537                     "role": "Project Head / Developer"
2538                 },
2539                 {
2540                     "name": "Sune Jensen",
2541                     "email": "sj@sunet.dk",
2542                     "role": "Developer"
2543                 },
2544                 {
2545                     "name": "Nicola Asuni",
2546                     "email": "info@tecnick.com",
2547                     "role": "Developer"
2548                 },
2549                 {
2550                     "name": "Wayne Munro",
2551                     "email": "pdf@ros.co.nz",
2552                     "role": "Founder / Inactive"
2553                 }
2554             ],
2555             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
2556             "homepage": "https://github.com/rospdf/pdf-php",
2557             "time": "2018-06-06T21:04:16+00:00"
2558         },
2559         {
2560             "name": "sabberworm/php-css-parser",
2561             "version": "8.1.0",
2562             "source": {
2563                 "type": "git",
2564                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2565                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
2566             },
2567             "dist": {
2568                 "type": "zip",
2569                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
2570                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
2571                 "shasum": ""
2572             },
2573             "require": {
2574                 "php": ">=5.3.2"
2575             },
2576             "require-dev": {
2577                 "phpunit/phpunit": "*"
2578             },
2579             "type": "library",
2580             "autoload": {
2581                 "psr-0": {
2582                     "Sabberworm\\CSS": "lib/"
2583                 }
2584             },
2585             "notification-url": "https://packagist.org/downloads/",
2586             "license": [
2587                 "MIT"
2588             ],
2589             "authors": [
2590                 {
2591                     "name": "Raphael Schweikert"
2592                 }
2593             ],
2594             "description": "Parser for CSS Files written in PHP",
2595             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2596             "keywords": [
2597                 "css",
2598                 "parser",
2599                 "stylesheet"
2600             ],
2601             "time": "2016-07-19T19:14:21+00:00"
2602         },
2603         {
2604             "name": "sebastian/code-unit-reverse-lookup",
2605             "version": "1.0.1",
2606             "source": {
2607                 "type": "git",
2608                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2609                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2610             },
2611             "dist": {
2612                 "type": "zip",
2613                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2614                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2615                 "shasum": ""
2616             },
2617             "require": {
2618                 "php": "^5.6 || ^7.0"
2619             },
2620             "require-dev": {
2621                 "phpunit/phpunit": "^5.7 || ^6.0"
2622             },
2623             "type": "library",
2624             "extra": {
2625                 "branch-alias": {
2626                     "dev-master": "1.0.x-dev"
2627                 }
2628             },
2629             "autoload": {
2630                 "classmap": [
2631                     "src/"
2632                 ]
2633             },
2634             "notification-url": "https://packagist.org/downloads/",
2635             "license": [
2636                 "BSD-3-Clause"
2637             ],
2638             "authors": [
2639                 {
2640                     "name": "Sebastian Bergmann",
2641                     "email": "sebastian@phpunit.de"
2642                 }
2643             ],
2644             "description": "Looks up which function or method a line of code belongs to",
2645             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2646             "time": "2017-03-04T06:30:41+00:00"
2647         },
2648         {
2649             "name": "sebastian/comparator",
2650             "version": "1.2.4",
2651             "source": {
2652                 "type": "git",
2653                 "url": "https://github.com/sebastianbergmann/comparator.git",
2654                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2655             },
2656             "dist": {
2657                 "type": "zip",
2658                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2659                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2660                 "shasum": ""
2661             },
2662             "require": {
2663                 "php": ">=5.3.3",
2664                 "sebastian/diff": "~1.2",
2665                 "sebastian/exporter": "~1.2 || ~2.0"
2666             },
2667             "require-dev": {
2668                 "phpunit/phpunit": "~4.4"
2669             },
2670             "type": "library",
2671             "extra": {
2672                 "branch-alias": {
2673                     "dev-master": "1.2.x-dev"
2674                 }
2675             },
2676             "autoload": {
2677                 "classmap": [
2678                     "src/"
2679                 ]
2680             },
2681             "notification-url": "https://packagist.org/downloads/",
2682             "license": [
2683                 "BSD-3-Clause"
2684             ],
2685             "authors": [
2686                 {
2687                     "name": "Jeff Welch",
2688                     "email": "whatthejeff@gmail.com"
2689                 },
2690                 {
2691                     "name": "Volker Dusch",
2692                     "email": "github@wallbash.com"
2693                 },
2694                 {
2695                     "name": "Bernhard Schussek",
2696                     "email": "bschussek@2bepublished.at"
2697                 },
2698                 {
2699                     "name": "Sebastian Bergmann",
2700                     "email": "sebastian@phpunit.de"
2701                 }
2702             ],
2703             "description": "Provides the functionality to compare PHP values for equality",
2704             "homepage": "http://www.github.com/sebastianbergmann/comparator",
2705             "keywords": [
2706                 "comparator",
2707                 "compare",
2708                 "equality"
2709             ],
2710             "time": "2017-01-29T09:50:25+00:00"
2711         },
2712         {
2713             "name": "sebastian/diff",
2714             "version": "1.4.3",
2715             "source": {
2716                 "type": "git",
2717                 "url": "https://github.com/sebastianbergmann/diff.git",
2718                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2719             },
2720             "dist": {
2721                 "type": "zip",
2722                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2723                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2724                 "shasum": ""
2725             },
2726             "require": {
2727                 "php": "^5.3.3 || ^7.0"
2728             },
2729             "require-dev": {
2730                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2731             },
2732             "type": "library",
2733             "extra": {
2734                 "branch-alias": {
2735                     "dev-master": "1.4-dev"
2736                 }
2737             },
2738             "autoload": {
2739                 "classmap": [
2740                     "src/"
2741                 ]
2742             },
2743             "notification-url": "https://packagist.org/downloads/",
2744             "license": [
2745                 "BSD-3-Clause"
2746             ],
2747             "authors": [
2748                 {
2749                     "name": "Kore Nordmann",
2750                     "email": "mail@kore-nordmann.de"
2751                 },
2752                 {
2753                     "name": "Sebastian Bergmann",
2754                     "email": "sebastian@phpunit.de"
2755                 }
2756             ],
2757             "description": "Diff implementation",
2758             "homepage": "https://github.com/sebastianbergmann/diff",
2759             "keywords": [
2760                 "diff"
2761             ],
2762             "time": "2017-05-22T07:24:03+00:00"
2763         },
2764         {
2765             "name": "sebastian/environment",
2766             "version": "2.0.0",
2767             "source": {
2768                 "type": "git",
2769                 "url": "https://github.com/sebastianbergmann/environment.git",
2770                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2771             },
2772             "dist": {
2773                 "type": "zip",
2774                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2775                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2776                 "shasum": ""
2777             },
2778             "require": {
2779                 "php": "^5.6 || ^7.0"
2780             },
2781             "require-dev": {
2782                 "phpunit/phpunit": "^5.0"
2783             },
2784             "type": "library",
2785             "extra": {
2786                 "branch-alias": {
2787                     "dev-master": "2.0.x-dev"
2788                 }
2789             },
2790             "autoload": {
2791                 "classmap": [
2792                     "src/"
2793                 ]
2794             },
2795             "notification-url": "https://packagist.org/downloads/",
2796             "license": [
2797                 "BSD-3-Clause"
2798             ],
2799             "authors": [
2800                 {
2801                     "name": "Sebastian Bergmann",
2802                     "email": "sebastian@phpunit.de"
2803                 }
2804             ],
2805             "description": "Provides functionality to handle HHVM/PHP environments",
2806             "homepage": "http://www.github.com/sebastianbergmann/environment",
2807             "keywords": [
2808                 "Xdebug",
2809                 "environment",
2810                 "hhvm"
2811             ],
2812             "time": "2016-11-26T07:53:53+00:00"
2813         },
2814         {
2815             "name": "sebastian/exporter",
2816             "version": "2.0.0",
2817             "source": {
2818                 "type": "git",
2819                 "url": "https://github.com/sebastianbergmann/exporter.git",
2820                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2821             },
2822             "dist": {
2823                 "type": "zip",
2824                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2825                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2826                 "shasum": ""
2827             },
2828             "require": {
2829                 "php": ">=5.3.3",
2830                 "sebastian/recursion-context": "~2.0"
2831             },
2832             "require-dev": {
2833                 "ext-mbstring": "*",
2834                 "phpunit/phpunit": "~4.4"
2835             },
2836             "type": "library",
2837             "extra": {
2838                 "branch-alias": {
2839                     "dev-master": "2.0.x-dev"
2840                 }
2841             },
2842             "autoload": {
2843                 "classmap": [
2844                     "src/"
2845                 ]
2846             },
2847             "notification-url": "https://packagist.org/downloads/",
2848             "license": [
2849                 "BSD-3-Clause"
2850             ],
2851             "authors": [
2852                 {
2853                     "name": "Jeff Welch",
2854                     "email": "whatthejeff@gmail.com"
2855                 },
2856                 {
2857                     "name": "Volker Dusch",
2858                     "email": "github@wallbash.com"
2859                 },
2860                 {
2861                     "name": "Bernhard Schussek",
2862                     "email": "bschussek@2bepublished.at"
2863                 },
2864                 {
2865                     "name": "Sebastian Bergmann",
2866                     "email": "sebastian@phpunit.de"
2867                 },
2868                 {
2869                     "name": "Adam Harvey",
2870                     "email": "aharvey@php.net"
2871                 }
2872             ],
2873             "description": "Provides the functionality to export PHP variables for visualization",
2874             "homepage": "http://www.github.com/sebastianbergmann/exporter",
2875             "keywords": [
2876                 "export",
2877                 "exporter"
2878             ],
2879             "time": "2016-11-19T08:54:04+00:00"
2880         },
2881         {
2882             "name": "sebastian/global-state",
2883             "version": "1.1.1",
2884             "source": {
2885                 "type": "git",
2886                 "url": "https://github.com/sebastianbergmann/global-state.git",
2887                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2888             },
2889             "dist": {
2890                 "type": "zip",
2891                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2892                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2893                 "shasum": ""
2894             },
2895             "require": {
2896                 "php": ">=5.3.3"
2897             },
2898             "require-dev": {
2899                 "phpunit/phpunit": "~4.2"
2900             },
2901             "suggest": {
2902                 "ext-uopz": "*"
2903             },
2904             "type": "library",
2905             "extra": {
2906                 "branch-alias": {
2907                     "dev-master": "1.0-dev"
2908                 }
2909             },
2910             "autoload": {
2911                 "classmap": [
2912                     "src/"
2913                 ]
2914             },
2915             "notification-url": "https://packagist.org/downloads/",
2916             "license": [
2917                 "BSD-3-Clause"
2918             ],
2919             "authors": [
2920                 {
2921                     "name": "Sebastian Bergmann",
2922                     "email": "sebastian@phpunit.de"
2923                 }
2924             ],
2925             "description": "Snapshotting of global state",
2926             "homepage": "http://www.github.com/sebastianbergmann/global-state",
2927             "keywords": [
2928                 "global state"
2929             ],
2930             "time": "2015-10-12T03:26:01+00:00"
2931         },
2932         {
2933             "name": "sebastian/object-enumerator",
2934             "version": "2.0.1",
2935             "source": {
2936                 "type": "git",
2937                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2938                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2939             },
2940             "dist": {
2941                 "type": "zip",
2942                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2943                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2944                 "shasum": ""
2945             },
2946             "require": {
2947                 "php": ">=5.6",
2948                 "sebastian/recursion-context": "~2.0"
2949             },
2950             "require-dev": {
2951                 "phpunit/phpunit": "~5"
2952             },
2953             "type": "library",
2954             "extra": {
2955                 "branch-alias": {
2956                     "dev-master": "2.0.x-dev"
2957                 }
2958             },
2959             "autoload": {
2960                 "classmap": [
2961                     "src/"
2962                 ]
2963             },
2964             "notification-url": "https://packagist.org/downloads/",
2965             "license": [
2966                 "BSD-3-Clause"
2967             ],
2968             "authors": [
2969                 {
2970                     "name": "Sebastian Bergmann",
2971                     "email": "sebastian@phpunit.de"
2972                 }
2973             ],
2974             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2975             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2976             "time": "2017-02-18T15:18:39+00:00"
2977         },
2978         {
2979             "name": "sebastian/recursion-context",
2980             "version": "2.0.0",
2981             "source": {
2982                 "type": "git",
2983                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2984                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2985             },
2986             "dist": {
2987                 "type": "zip",
2988                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2989                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2990                 "shasum": ""
2991             },
2992             "require": {
2993                 "php": ">=5.3.3"
2994             },
2995             "require-dev": {
2996                 "phpunit/phpunit": "~4.4"
2997             },
2998             "type": "library",
2999             "extra": {
3000                 "branch-alias": {
3001                     "dev-master": "2.0.x-dev"
3002                 }
3003             },
3004             "autoload": {
3005                 "classmap": [
3006                     "src/"
3007                 ]
3008             },
3009             "notification-url": "https://packagist.org/downloads/",
3010             "license": [
3011                 "BSD-3-Clause"
3012             ],
3013             "authors": [
3014                 {
3015                     "name": "Jeff Welch",
3016                     "email": "whatthejeff@gmail.com"
3017                 },
3018                 {
3019                     "name": "Sebastian Bergmann",
3020                     "email": "sebastian@phpunit.de"
3021                 },
3022                 {
3023                     "name": "Adam Harvey",
3024                     "email": "aharvey@php.net"
3025                 }
3026             ],
3027             "description": "Provides functionality to recursively process PHP variables",
3028             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3029             "time": "2016-11-19T07:33:16+00:00"
3030         },
3031         {
3032             "name": "sebastian/resource-operations",
3033             "version": "1.0.0",
3034             "source": {
3035                 "type": "git",
3036                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3037                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3038             },
3039             "dist": {
3040                 "type": "zip",
3041                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3042                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3043                 "shasum": ""
3044             },
3045             "require": {
3046                 "php": ">=5.6.0"
3047             },
3048             "type": "library",
3049             "extra": {
3050                 "branch-alias": {
3051                     "dev-master": "1.0.x-dev"
3052                 }
3053             },
3054             "autoload": {
3055                 "classmap": [
3056                     "src/"
3057                 ]
3058             },
3059             "notification-url": "https://packagist.org/downloads/",
3060             "license": [
3061                 "BSD-3-Clause"
3062             ],
3063             "authors": [
3064                 {
3065                     "name": "Sebastian Bergmann",
3066                     "email": "sebastian@phpunit.de"
3067                 }
3068             ],
3069             "description": "Provides a list of PHP built-in functions that operate on resources",
3070             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3071             "time": "2015-07-28T20:34:47+00:00"
3072         },
3073         {
3074             "name": "sebastian/version",
3075             "version": "1.0.6",
3076             "source": {
3077                 "type": "git",
3078                 "url": "https://github.com/sebastianbergmann/version.git",
3079                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3080             },
3081             "dist": {
3082                 "type": "zip",
3083                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3084                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3085                 "shasum": ""
3086             },
3087             "type": "library",
3088             "autoload": {
3089                 "classmap": [
3090                     "src/"
3091                 ]
3092             },
3093             "notification-url": "https://packagist.org/downloads/",
3094             "license": [
3095                 "BSD-3-Clause"
3096             ],
3097             "authors": [
3098                 {
3099                     "name": "Sebastian Bergmann",
3100                     "email": "sebastian@phpunit.de",
3101                     "role": "lead"
3102                 }
3103             ],
3104             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3105             "homepage": "https://github.com/sebastianbergmann/version",
3106             "time": "2015-06-21T13:59:46+00:00"
3107         },
3108         {
3109             "name": "setasign/fpdi",
3110             "version": "1.6.2",
3111             "source": {
3112                 "type": "git",
3113                 "url": "https://github.com/Setasign/FPDI.git",
3114                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
3115             },
3116             "dist": {
3117                 "type": "zip",
3118                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
3119                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
3120                 "shasum": ""
3121             },
3122             "suggest": {
3123                 "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.",
3124                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
3125                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
3126             },
3127             "type": "library",
3128             "autoload": {
3129                 "classmap": [
3130                     "filters/",
3131                     "fpdi.php",
3132                     "fpdf_tpl.php",
3133                     "fpdi_pdf_parser.php",
3134                     "pdf_context.php"
3135                 ]
3136             },
3137             "notification-url": "https://packagist.org/downloads/",
3138             "license": [
3139                 "MIT"
3140             ],
3141             "authors": [
3142                 {
3143                     "name": "Jan Slabon",
3144                     "email": "jan.slabon@setasign.com",
3145                     "homepage": "https://www.setasign.com"
3146                 }
3147             ],
3148             "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.",
3149             "homepage": "https://www.setasign.com/fpdi",
3150             "keywords": [
3151                 "fpdf",
3152                 "fpdi",
3153                 "pdf"
3154             ],
3155             "time": "2017-05-11T14:25:49+00:00"
3156         },
3157         {
3158             "name": "smarty/smarty",
3159             "version": "v2.6.31",
3160             "source": {
3161                 "type": "git",
3162                 "url": "https://github.com/smarty-php/smarty.git",
3163                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49"
3164             },
3165             "dist": {
3166                 "type": "zip",
3167                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/4ab9757b492f08a38f68123a6e7c1df7110bbc49",
3168                 "reference": "4ab9757b492f08a38f68123a6e7c1df7110bbc49",
3169                 "shasum": ""
3170             },
3171             "require": {
3172                 "php": ">=5.2"
3173             },
3174             "type": "library",
3175             "extra": {
3176                 "branch-alias": {
3177                     "dev-master": "2.6.x-dev"
3178                 }
3179             },
3180             "autoload": {
3181                 "classmap": [
3182                     "libs/Smarty.class.php",
3183                     "libs/Smarty_Compiler.class.php",
3184                     "libs/Config_File.class.php"
3185                 ]
3186             },
3187             "notification-url": "https://packagist.org/downloads/",
3188             "license": [
3189                 "LGPL-3.0"
3190             ],
3191             "authors": [
3192                 {
3193                     "name": "Monte Ohrt",
3194                     "email": "monte@ohrt.com"
3195                 },
3196                 {
3197                     "name": "Uwe Tews",
3198                     "email": "uwe.tews@googlemail.com"
3199                 }
3200             ],
3201             "description": "Smarty - the compiling PHP template engine",
3202             "homepage": "http://www.smarty.net",
3203             "keywords": [
3204                 "templating"
3205             ],
3206             "time": "2017-11-03T06:39:13+00:00"
3207         },
3208         {
3209             "name": "stripe/stripe-php",
3210             "version": "v6.10.0",
3211             "source": {
3212                 "type": "git",
3213                 "url": "https://github.com/stripe/stripe-php.git",
3214                 "reference": "be46d55c4a67265d6fe3eaf2ff69f6cfffe0034d"
3215             },
3216             "dist": {
3217                 "type": "zip",
3218                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/be46d55c4a67265d6fe3eaf2ff69f6cfffe0034d",
3219                 "reference": "be46d55c4a67265d6fe3eaf2ff69f6cfffe0034d",
3220                 "shasum": ""
3221             },
3222             "require": {
3223                 "ext-curl": "*",
3224                 "ext-json": "*",
3225                 "ext-mbstring": "*",
3226                 "php": ">=5.4.0"
3227             },
3228             "require-dev": {
3229                 "phpunit/phpunit": "~4.0",
3230                 "satooshi/php-coveralls": "~0.6.1",
3231                 "squizlabs/php_codesniffer": "~2.0"
3232             },
3233             "type": "library",
3234             "extra": {
3235                 "branch-alias": {
3236                     "dev-master": "2.0-dev"
3237                 }
3238             },
3239             "autoload": {
3240                 "psr-4": {
3241                     "Stripe\\": "lib/"
3242                 }
3243             },
3244             "notification-url": "https://packagist.org/downloads/",
3245             "license": [
3246                 "MIT"
3247             ],
3248             "authors": [
3249                 {
3250                     "name": "Stripe and contributors",
3251                     "homepage": "https://github.com/stripe/stripe-php/contributors"
3252                 }
3253             ],
3254             "description": "Stripe PHP Library",
3255             "homepage": "https://stripe.com/",
3256             "keywords": [
3257                 "api",
3258                 "payment processing",
3259                 "stripe"
3260             ],
3261             "time": "2018-06-28T15:25:46+00:00"
3262         },
3263         {
3264             "name": "symfony/config",
3265             "version": "v2.8.42",
3266             "source": {
3267                 "type": "git",
3268                 "url": "https://github.com/symfony/config.git",
3269                 "reference": "93bdf96d0e3c9b29740bf9050e7a996b443c8436"
3270             },
3271             "dist": {
3272                 "type": "zip",
3273                 "url": "https://api.github.com/repos/symfony/config/zipball/93bdf96d0e3c9b29740bf9050e7a996b443c8436",
3274                 "reference": "93bdf96d0e3c9b29740bf9050e7a996b443c8436",
3275                 "shasum": ""
3276             },
3277             "require": {
3278                 "php": ">=5.3.9",
3279                 "symfony/filesystem": "~2.3|~3.0.0",
3280                 "symfony/polyfill-ctype": "~1.8"
3281             },
3282             "require-dev": {
3283                 "symfony/yaml": "~2.7|~3.0.0"
3284             },
3285             "suggest": {
3286                 "symfony/yaml": "To use the yaml reference dumper"
3287             },
3288             "type": "library",
3289             "extra": {
3290                 "branch-alias": {
3291                     "dev-master": "2.8-dev"
3292                 }
3293             },
3294             "autoload": {
3295                 "psr-4": {
3296                     "Symfony\\Component\\Config\\": ""
3297                 },
3298                 "exclude-from-classmap": [
3299                     "/Tests/"
3300                 ]
3301             },
3302             "notification-url": "https://packagist.org/downloads/",
3303             "license": [
3304                 "MIT"
3305             ],
3306             "authors": [
3307                 {
3308                     "name": "Fabien Potencier",
3309                     "email": "fabien@symfony.com"
3310                 },
3311                 {
3312                     "name": "Symfony Community",
3313                     "homepage": "https://symfony.com/contributors"
3314                 }
3315             ],
3316             "description": "Symfony Config Component",
3317             "homepage": "https://symfony.com",
3318             "time": "2018-05-01T22:52:40+00:00"
3319         },
3320         {
3321             "name": "symfony/console",
3322             "version": "v3.2.14",
3323             "source": {
3324                 "type": "git",
3325                 "url": "https://github.com/symfony/console.git",
3326                 "reference": "eced439413608647aeff243038a33ea246b2b33a"
3327             },
3328             "dist": {
3329                 "type": "zip",
3330                 "url": "https://api.github.com/repos/symfony/console/zipball/eced439413608647aeff243038a33ea246b2b33a",
3331                 "reference": "eced439413608647aeff243038a33ea246b2b33a",
3332                 "shasum": ""
3333             },
3334             "require": {
3335                 "php": ">=5.5.9",
3336                 "symfony/debug": "~2.8|~3.0",
3337                 "symfony/polyfill-mbstring": "~1.0"
3338             },
3339             "require-dev": {
3340                 "psr/log": "~1.0",
3341                 "symfony/event-dispatcher": "~2.8|~3.0",
3342                 "symfony/filesystem": "~2.8|~3.0",
3343                 "symfony/process": "~2.8|~3.0"
3344             },
3345             "suggest": {
3346                 "psr/log": "For using the console logger",
3347                 "symfony/event-dispatcher": "",
3348                 "symfony/filesystem": "",
3349                 "symfony/process": ""
3350             },
3351             "type": "library",
3352             "extra": {
3353                 "branch-alias": {
3354                     "dev-master": "3.2-dev"
3355                 }
3356             },
3357             "autoload": {
3358                 "psr-4": {
3359                     "Symfony\\Component\\Console\\": ""
3360                 },
3361                 "exclude-from-classmap": [
3362                     "/Tests/"
3363                 ]
3364             },
3365             "notification-url": "https://packagist.org/downloads/",
3366             "license": [
3367                 "MIT"
3368             ],
3369             "authors": [
3370                 {
3371                     "name": "Fabien Potencier",
3372                     "email": "fabien@symfony.com"
3373                 },
3374                 {
3375                     "name": "Symfony Community",
3376                     "homepage": "https://symfony.com/contributors"
3377                 }
3378             ],
3379             "description": "Symfony Console Component",
3380             "homepage": "https://symfony.com",
3381             "time": "2017-07-29T21:27:41+00:00"
3382         },
3383         {
3384             "name": "symfony/debug",
3385             "version": "v3.4.15",
3386             "source": {
3387                 "type": "git",
3388                 "url": "https://github.com/symfony/debug.git",
3389                 "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd"
3390             },
3391             "dist": {
3392                 "type": "zip",
3393                 "url": "https://api.github.com/repos/symfony/debug/zipball/c4625e75341e4fb309ce0c049cbf7fb84b8897cd",
3394                 "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd",
3395                 "shasum": ""
3396             },
3397             "require": {
3398                 "php": "^5.5.9|>=7.0.8",
3399                 "psr/log": "~1.0"
3400             },
3401             "conflict": {
3402                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3403             },
3404             "require-dev": {
3405                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
3406             },
3407             "type": "library",
3408             "extra": {
3409                 "branch-alias": {
3410                     "dev-master": "3.4-dev"
3411                 }
3412             },
3413             "autoload": {
3414                 "psr-4": {
3415                     "Symfony\\Component\\Debug\\": ""
3416                 },
3417                 "exclude-from-classmap": [
3418                     "/Tests/"
3419                 ]
3420             },
3421             "notification-url": "https://packagist.org/downloads/",
3422             "license": [
3423                 "MIT"
3424             ],
3425             "authors": [
3426                 {
3427                     "name": "Fabien Potencier",
3428                     "email": "fabien@symfony.com"
3429                 },
3430                 {
3431                     "name": "Symfony Community",
3432                     "homepage": "https://symfony.com/contributors"
3433                 }
3434             ],
3435             "description": "Symfony Debug Component",
3436             "homepage": "https://symfony.com",
3437             "time": "2018-08-03T10:42:44+00:00"
3438         },
3439         {
3440             "name": "symfony/dependency-injection",
3441             "version": "v2.8.42",
3442             "source": {
3443                 "type": "git",
3444                 "url": "https://github.com/symfony/dependency-injection.git",
3445                 "reference": "0f42a0827d99a867ffd279ae083e7daf1fe42cb7"
3446             },
3447             "dist": {
3448                 "type": "zip",
3449                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0f42a0827d99a867ffd279ae083e7daf1fe42cb7",
3450                 "reference": "0f42a0827d99a867ffd279ae083e7daf1fe42cb7",
3451                 "shasum": ""
3452             },
3453             "require": {
3454                 "php": ">=5.3.9"
3455             },
3456             "conflict": {
3457                 "symfony/expression-language": "<2.6"
3458             },
3459             "require-dev": {
3460                 "symfony/config": "~2.2|~3.0.0",
3461                 "symfony/expression-language": "~2.6|~3.0.0",
3462                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
3463             },
3464             "suggest": {
3465                 "symfony/config": "",
3466                 "symfony/expression-language": "For using expressions in service container configuration",
3467                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3468                 "symfony/yaml": ""
3469             },
3470             "type": "library",
3471             "extra": {
3472                 "branch-alias": {
3473                     "dev-master": "2.8-dev"
3474                 }
3475             },
3476             "autoload": {
3477                 "psr-4": {
3478                     "Symfony\\Component\\DependencyInjection\\": ""
3479                 },
3480                 "exclude-from-classmap": [
3481                     "/Tests/"
3482                 ]
3483             },
3484             "notification-url": "https://packagist.org/downloads/",
3485             "license": [
3486                 "MIT"
3487             ],
3488             "authors": [
3489                 {
3490                     "name": "Fabien Potencier",
3491                     "email": "fabien@symfony.com"
3492                 },
3493                 {
3494                     "name": "Symfony Community",
3495                     "homepage": "https://symfony.com/contributors"
3496                 }
3497             ],
3498             "description": "Symfony DependencyInjection Component",
3499             "homepage": "https://symfony.com",
3500             "time": "2018-05-25T13:50:34+00:00"
3501         },
3502         {
3503             "name": "symfony/event-dispatcher",
3504             "version": "v2.8.42",
3505             "source": {
3506                 "type": "git",
3507                 "url": "https://github.com/symfony/event-dispatcher.git",
3508                 "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c"
3509             },
3510             "dist": {
3511                 "type": "zip",
3512                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b69aad7d4c086dc94ebade2d5eb9145da5dac8c",
3513                 "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c",
3514                 "shasum": ""
3515             },
3516             "require": {
3517                 "php": ">=5.3.9"
3518             },
3519             "require-dev": {
3520                 "psr/log": "~1.0",
3521                 "symfony/config": "^2.0.5|~3.0.0",
3522                 "symfony/dependency-injection": "~2.6|~3.0.0",
3523                 "symfony/expression-language": "~2.6|~3.0.0",
3524                 "symfony/stopwatch": "~2.3|~3.0.0"
3525             },
3526             "suggest": {
3527                 "symfony/dependency-injection": "",
3528                 "symfony/http-kernel": ""
3529             },
3530             "type": "library",
3531             "extra": {
3532                 "branch-alias": {
3533                     "dev-master": "2.8-dev"
3534                 }
3535             },
3536             "autoload": {
3537                 "psr-4": {
3538                     "Symfony\\Component\\EventDispatcher\\": ""
3539                 },
3540                 "exclude-from-classmap": [
3541                     "/Tests/"
3542                 ]
3543             },
3544             "notification-url": "https://packagist.org/downloads/",
3545             "license": [
3546                 "MIT"
3547             ],
3548             "authors": [
3549                 {
3550                     "name": "Fabien Potencier",
3551                     "email": "fabien@symfony.com"
3552                 },
3553                 {
3554                     "name": "Symfony Community",
3555                     "homepage": "https://symfony.com/contributors"
3556                 }
3557             ],
3558             "description": "Symfony EventDispatcher Component",
3559             "homepage": "https://symfony.com",
3560             "time": "2018-04-06T07:35:03+00:00"
3561         },
3562         {
3563             "name": "symfony/filesystem",
3564             "version": "v3.0.9",
3565             "source": {
3566                 "type": "git",
3567                 "url": "https://github.com/symfony/filesystem.git",
3568                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
3569             },
3570             "dist": {
3571                 "type": "zip",
3572                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3573                 "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3574                 "shasum": ""
3575             },
3576             "require": {
3577                 "php": ">=5.5.9"
3578             },
3579             "type": "library",
3580             "extra": {
3581                 "branch-alias": {
3582                     "dev-master": "3.0-dev"
3583                 }
3584             },
3585             "autoload": {
3586                 "psr-4": {
3587                     "Symfony\\Component\\Filesystem\\": ""
3588                 },
3589                 "exclude-from-classmap": [
3590                     "/Tests/"
3591                 ]
3592             },
3593             "notification-url": "https://packagist.org/downloads/",
3594             "license": [
3595                 "MIT"
3596             ],
3597             "authors": [
3598                 {
3599                     "name": "Fabien Potencier",
3600                     "email": "fabien@symfony.com"
3601                 },
3602                 {
3603                     "name": "Symfony Community",
3604                     "homepage": "https://symfony.com/contributors"
3605                 }
3606             ],
3607             "description": "Symfony Filesystem Component",
3608             "homepage": "https://symfony.com",
3609             "time": "2016-07-20T05:43:46+00:00"
3610         },
3611         {
3612             "name": "symfony/http-foundation",
3613             "version": "v2.8.42",
3614             "source": {
3615                 "type": "git",
3616                 "url": "https://github.com/symfony/http-foundation.git",
3617                 "reference": "f0332229bfecb3c3d3c983f2139f39dd73d2723a"
3618             },
3619             "dist": {
3620                 "type": "zip",
3621                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f0332229bfecb3c3d3c983f2139f39dd73d2723a",
3622                 "reference": "f0332229bfecb3c3d3c983f2139f39dd73d2723a",
3623                 "shasum": ""
3624             },
3625             "require": {
3626                 "php": ">=5.3.9",
3627                 "symfony/polyfill-mbstring": "~1.1",
3628                 "symfony/polyfill-php54": "~1.0",
3629                 "symfony/polyfill-php55": "~1.0"
3630             },
3631             "require-dev": {
3632                 "symfony/expression-language": "~2.4|~3.0.0"
3633             },
3634             "type": "library",
3635             "extra": {
3636                 "branch-alias": {
3637                     "dev-master": "2.8-dev"
3638                 }
3639             },
3640             "autoload": {
3641                 "psr-4": {
3642                     "Symfony\\Component\\HttpFoundation\\": ""
3643                 },
3644                 "exclude-from-classmap": [
3645                     "/Tests/"
3646                 ]
3647             },
3648             "notification-url": "https://packagist.org/downloads/",
3649             "license": [
3650                 "MIT"
3651             ],
3652             "authors": [
3653                 {
3654                     "name": "Fabien Potencier",
3655                     "email": "fabien@symfony.com"
3656                 },
3657                 {
3658                     "name": "Symfony Community",
3659                     "homepage": "https://symfony.com/contributors"
3660                 }
3661             ],
3662             "description": "Symfony HttpFoundation Component",
3663             "homepage": "https://symfony.com",
3664             "time": "2018-06-19T14:38:49+00:00"
3665         },
3666         {
3667             "name": "symfony/polyfill-ctype",
3668             "version": "v1.9.0",
3669             "source": {
3670                 "type": "git",
3671                 "url": "https://github.com/symfony/polyfill-ctype.git",
3672                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3673             },
3674             "dist": {
3675                 "type": "zip",
3676                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3677                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3678                 "shasum": ""
3679             },
3680             "require": {
3681                 "php": ">=5.3.3"
3682             },
3683             "suggest": {
3684                 "ext-ctype": "For best performance"
3685             },
3686             "type": "library",
3687             "extra": {
3688                 "branch-alias": {
3689                     "dev-master": "1.9-dev"
3690                 }
3691             },
3692             "autoload": {
3693                 "psr-4": {
3694                     "Symfony\\Polyfill\\Ctype\\": ""
3695                 },
3696                 "files": [
3697                     "bootstrap.php"
3698                 ]
3699             },
3700             "notification-url": "https://packagist.org/downloads/",
3701             "license": [
3702                 "MIT"
3703             ],
3704             "authors": [
3705                 {
3706                     "name": "Symfony Community",
3707                     "homepage": "https://symfony.com/contributors"
3708                 },
3709                 {
3710                     "name": "Gert de Pagter",
3711                     "email": "BackEndTea@gmail.com"
3712                 }
3713             ],
3714             "description": "Symfony polyfill for ctype functions",
3715             "homepage": "https://symfony.com",
3716             "keywords": [
3717                 "compatibility",
3718                 "ctype",
3719                 "polyfill",
3720                 "portable"
3721             ],
3722             "time": "2018-08-06T14:22:27+00:00"
3723         },
3724         {
3725             "name": "symfony/polyfill-mbstring",
3726             "version": "v1.9.0",
3727             "source": {
3728                 "type": "git",
3729                 "url": "https://github.com/symfony/polyfill-mbstring.git",
3730                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
3731             },
3732             "dist": {
3733                 "type": "zip",
3734                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
3735                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
3736                 "shasum": ""
3737             },
3738             "require": {
3739                 "php": ">=5.3.3"
3740             },
3741             "suggest": {
3742                 "ext-mbstring": "For best performance"
3743             },
3744             "type": "library",
3745             "extra": {
3746                 "branch-alias": {
3747                     "dev-master": "1.9-dev"
3748                 }
3749             },
3750             "autoload": {
3751                 "psr-4": {
3752                     "Symfony\\Polyfill\\Mbstring\\": ""
3753                 },
3754                 "files": [
3755                     "bootstrap.php"
3756                 ]
3757             },
3758             "notification-url": "https://packagist.org/downloads/",
3759             "license": [
3760                 "MIT"
3761             ],
3762             "authors": [
3763                 {
3764                     "name": "Nicolas Grekas",
3765                     "email": "p@tchwork.com"
3766                 },
3767                 {
3768                     "name": "Symfony Community",
3769                     "homepage": "https://symfony.com/contributors"
3770                 }
3771             ],
3772             "description": "Symfony polyfill for the Mbstring extension",
3773             "homepage": "https://symfony.com",
3774             "keywords": [
3775                 "compatibility",
3776                 "mbstring",
3777                 "polyfill",
3778                 "portable",
3779                 "shim"
3780             ],
3781             "time": "2018-08-06T14:22:27+00:00"
3782         },
3783         {
3784             "name": "symfony/polyfill-php54",
3785             "version": "v1.9.0",
3786             "source": {
3787                 "type": "git",
3788                 "url": "https://github.com/symfony/polyfill-php54.git",
3789                 "reference": "412977e090c6a8472dc39d50d1beb7d59495a965"
3790             },
3791             "dist": {
3792                 "type": "zip",
3793                 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/412977e090c6a8472dc39d50d1beb7d59495a965",
3794                 "reference": "412977e090c6a8472dc39d50d1beb7d59495a965",
3795                 "shasum": ""
3796             },
3797             "require": {
3798                 "php": ">=5.3.3"
3799             },
3800             "type": "library",
3801             "extra": {
3802                 "branch-alias": {
3803                     "dev-master": "1.9-dev"
3804                 }
3805             },
3806             "autoload": {
3807                 "psr-4": {
3808                     "Symfony\\Polyfill\\Php54\\": ""
3809                 },
3810                 "files": [
3811                     "bootstrap.php"
3812                 ],
3813                 "classmap": [
3814                     "Resources/stubs"
3815                 ]
3816             },
3817             "notification-url": "https://packagist.org/downloads/",
3818             "license": [
3819                 "MIT"
3820             ],
3821             "authors": [
3822                 {
3823                     "name": "Nicolas Grekas",
3824                     "email": "p@tchwork.com"
3825                 },
3826                 {
3827                     "name": "Symfony Community",
3828                     "homepage": "https://symfony.com/contributors"
3829                 }
3830             ],
3831             "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
3832             "homepage": "https://symfony.com",
3833             "keywords": [
3834                 "compatibility",
3835                 "polyfill",
3836                 "portable",
3837                 "shim"
3838             ],
3839             "time": "2018-08-06T14:22:27+00:00"
3840         },
3841         {
3842             "name": "symfony/polyfill-php55",
3843             "version": "v1.9.0",
3844             "source": {
3845                 "type": "git",
3846                 "url": "https://github.com/symfony/polyfill-php55.git",
3847                 "reference": "578b8528da843de0fc65ec395900fa3181f2ead7"
3848             },
3849             "dist": {
3850                 "type": "zip",
3851                 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/578b8528da843de0fc65ec395900fa3181f2ead7",
3852                 "reference": "578b8528da843de0fc65ec395900fa3181f2ead7",
3853                 "shasum": ""
3854             },
3855             "require": {
3856                 "ircmaxell/password-compat": "~1.0",
3857                 "php": ">=5.3.3"
3858             },
3859             "type": "library",
3860             "extra": {
3861                 "branch-alias": {
3862                     "dev-master": "1.9-dev"
3863                 }
3864             },
3865             "autoload": {
3866                 "psr-4": {
3867                     "Symfony\\Polyfill\\Php55\\": ""
3868                 },
3869                 "files": [
3870                     "bootstrap.php"
3871                 ]
3872             },
3873             "notification-url": "https://packagist.org/downloads/",
3874             "license": [
3875                 "MIT"
3876             ],
3877             "authors": [
3878                 {
3879                     "name": "Nicolas Grekas",
3880                     "email": "p@tchwork.com"
3881                 },
3882                 {
3883                     "name": "Symfony Community",
3884                     "homepage": "https://symfony.com/contributors"
3885                 }
3886             ],
3887             "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
3888             "homepage": "https://symfony.com",
3889             "keywords": [
3890                 "compatibility",
3891                 "polyfill",
3892                 "portable",
3893                 "shim"
3894             ],
3895             "time": "2018-08-06T14:22:27+00:00"
3896         },
3897         {
3898             "name": "symfony/process",
3899             "version": "v3.4.15",
3900             "source": {
3901                 "type": "git",
3902                 "url": "https://github.com/symfony/process.git",
3903                 "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7"
3904             },
3905             "dist": {
3906                 "type": "zip",
3907                 "url": "https://api.github.com/repos/symfony/process/zipball/4d6b125d5293cbceedc2aa10f2c71617e76262e7",
3908                 "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7",
3909                 "shasum": ""
3910             },
3911             "require": {
3912                 "php": "^5.5.9|>=7.0.8"
3913             },
3914             "type": "library",
3915             "extra": {
3916                 "branch-alias": {
3917                     "dev-master": "3.4-dev"
3918                 }
3919             },
3920             "autoload": {
3921                 "psr-4": {
3922                     "Symfony\\Component\\Process\\": ""
3923                 },
3924                 "exclude-from-classmap": [
3925                     "/Tests/"
3926                 ]
3927             },
3928             "notification-url": "https://packagist.org/downloads/",
3929             "license": [
3930                 "MIT"
3931             ],
3932             "authors": [
3933                 {
3934                     "name": "Fabien Potencier",
3935                     "email": "fabien@symfony.com"
3936                 },
3937                 {
3938                     "name": "Symfony Community",
3939                     "homepage": "https://symfony.com/contributors"
3940                 }
3941             ],
3942             "description": "Symfony Process Component",
3943             "homepage": "https://symfony.com",
3944             "time": "2018-08-03T10:42:44+00:00"
3945         },
3946         {
3947             "name": "symfony/yaml",
3948             "version": "v2.8.42",
3949             "source": {
3950                 "type": "git",
3951                 "url": "https://github.com/symfony/yaml.git",
3952                 "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff"
3953             },
3954             "dist": {
3955                 "type": "zip",
3956                 "url": "https://api.github.com/repos/symfony/yaml/zipball/51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
3957                 "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
3958                 "shasum": ""
3959             },
3960             "require": {
3961                 "php": ">=5.3.9",
3962                 "symfony/polyfill-ctype": "~1.8"
3963             },
3964             "type": "library",
3965             "extra": {
3966                 "branch-alias": {
3967                     "dev-master": "2.8-dev"
3968                 }
3969             },
3970             "autoload": {
3971                 "psr-4": {
3972                     "Symfony\\Component\\Yaml\\": ""
3973                 },
3974                 "exclude-from-classmap": [
3975                     "/Tests/"
3976                 ]
3977             },
3978             "notification-url": "https://packagist.org/downloads/",
3979             "license": [
3980                 "MIT"
3981             ],
3982             "authors": [
3983                 {
3984                     "name": "Fabien Potencier",
3985                     "email": "fabien@symfony.com"
3986                 },
3987                 {
3988                     "name": "Symfony Community",
3989                     "homepage": "https://symfony.com/contributors"
3990                 }
3991             ],
3992             "description": "Symfony Yaml Component",
3993             "homepage": "https://symfony.com",
3994             "time": "2018-05-01T22:52:40+00:00"
3995         },
3996         {
3997             "name": "true/punycode",
3998             "version": "v2.1.1",
3999             "source": {
4000                 "type": "git",
4001                 "url": "https://github.com/true/php-punycode.git",
4002                 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
4003             },
4004             "dist": {
4005                 "type": "zip",
4006                 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
4007                 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
4008                 "shasum": ""
4009             },
4010             "require": {
4011                 "php": ">=5.3.0",
4012                 "symfony/polyfill-mbstring": "^1.3"
4013             },
4014             "require-dev": {
4015                 "phpunit/phpunit": "~4.7",
4016                 "squizlabs/php_codesniffer": "~2.0"
4017             },
4018             "type": "library",
4019             "autoload": {
4020                 "psr-4": {
4021                     "TrueBV\\": "src/"
4022                 }
4023             },
4024             "notification-url": "https://packagist.org/downloads/",
4025             "license": [
4026                 "MIT"
4027             ],
4028             "authors": [
4029                 {
4030                     "name": "Renan Gonçalves",
4031                     "email": "renan.saddam@gmail.com"
4032                 }
4033             ],
4034             "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
4035             "homepage": "https://github.com/true/php-punycode",
4036             "keywords": [
4037                 "idna",
4038                 "punycode"
4039             ],
4040             "time": "2016-11-16T10:37:54+00:00"
4041         },
4042         {
4043             "name": "twig/twig",
4044             "version": "v1.35.3",
4045             "source": {
4046                 "type": "git",
4047                 "url": "https://github.com/twigphp/Twig.git",
4048                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
4049             },
4050             "dist": {
4051                 "type": "zip",
4052                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
4053                 "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
4054                 "shasum": ""
4055             },
4056             "require": {
4057                 "php": ">=5.3.3"
4058             },
4059             "require-dev": {
4060                 "psr/container": "^1.0",
4061                 "symfony/debug": "^2.7",
4062                 "symfony/phpunit-bridge": "^3.3"
4063             },
4064             "type": "library",
4065             "extra": {
4066                 "branch-alias": {
4067                     "dev-master": "1.35-dev"
4068                 }
4069             },
4070             "autoload": {
4071                 "psr-0": {
4072                     "Twig_": "lib/"
4073                 },
4074                 "psr-4": {
4075                     "Twig\\": "src/"
4076                 }
4077             },
4078             "notification-url": "https://packagist.org/downloads/",
4079             "license": [
4080                 "BSD-3-Clause"
4081             ],
4082             "authors": [
4083                 {
4084                     "name": "Fabien Potencier",
4085                     "email": "fabien@symfony.com",
4086                     "homepage": "http://fabien.potencier.org",
4087                     "role": "Lead Developer"
4088                 },
4089                 {
4090                     "name": "Armin Ronacher",
4091                     "email": "armin.ronacher@active-4.com",
4092                     "role": "Project Founder"
4093                 },
4094                 {
4095                     "name": "Twig Team",
4096                     "homepage": "http://twig.sensiolabs.org/contributors",
4097                     "role": "Contributors"
4098                 }
4099             ],
4100             "description": "Twig, the flexible, fast, and secure template language for PHP",
4101             "homepage": "http://twig.sensiolabs.org",
4102             "keywords": [
4103                 "templating"
4104             ],
4105             "time": "2018-03-20T04:25:58+00:00"
4106         },
4107         {
4108             "name": "vlucas/phpdotenv",
4109             "version": "v2.4.0",
4110             "source": {
4111                 "type": "git",
4112                 "url": "https://github.com/vlucas/phpdotenv.git",
4113                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
4114             },
4115             "dist": {
4116                 "type": "zip",
4117                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
4118                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
4119                 "shasum": ""
4120             },
4121             "require": {
4122                 "php": ">=5.3.9"
4123             },
4124             "require-dev": {
4125                 "phpunit/phpunit": "^4.8 || ^5.0"
4126             },
4127             "type": "library",
4128             "extra": {
4129                 "branch-alias": {
4130                     "dev-master": "2.4-dev"
4131                 }
4132             },
4133             "autoload": {
4134                 "psr-4": {
4135                     "Dotenv\\": "src/"
4136                 }
4137             },
4138             "notification-url": "https://packagist.org/downloads/",
4139             "license": [
4140                 "BSD-3-Clause-Attribution"
4141             ],
4142             "authors": [
4143                 {
4144                     "name": "Vance Lucas",
4145                     "email": "vance@vancelucas.com",
4146                     "homepage": "http://www.vancelucas.com"
4147                 }
4148             ],
4149             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
4150             "keywords": [
4151                 "dotenv",
4152                 "env",
4153                 "environment"
4154             ],
4155             "time": "2016-09-01T10:05:43+00:00"
4156         },
4157         {
4158             "name": "webmozart/assert",
4159             "version": "1.3.0",
4160             "source": {
4161                 "type": "git",
4162                 "url": "https://github.com/webmozart/assert.git",
4163                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4164             },
4165             "dist": {
4166                 "type": "zip",
4167                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4168                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4169                 "shasum": ""
4170             },
4171             "require": {
4172                 "php": "^5.3.3 || ^7.0"
4173             },
4174             "require-dev": {
4175                 "phpunit/phpunit": "^4.6",
4176                 "sebastian/version": "^1.0.1"
4177             },
4178             "type": "library",
4179             "extra": {
4180                 "branch-alias": {
4181                     "dev-master": "1.3-dev"
4182                 }
4183             },
4184             "autoload": {
4185                 "psr-4": {
4186                     "Webmozart\\Assert\\": "src/"
4187                 }
4188             },
4189             "notification-url": "https://packagist.org/downloads/",
4190             "license": [
4191                 "MIT"
4192             ],
4193             "authors": [
4194                 {
4195                     "name": "Bernhard Schussek",
4196                     "email": "bschussek@gmail.com"
4197                 }
4198             ],
4199             "description": "Assertions to validate method input/output with nice error messages.",
4200             "keywords": [
4201                 "assert",
4202                 "check",
4203                 "validate"
4204             ],
4205             "time": "2018-01-29T19:49:41+00:00"
4206         },
4207         {
4208             "name": "yubico/u2flib-server",
4209             "version": "1.0.2",
4210             "source": {
4211                 "type": "git",
4212                 "url": "https://github.com/Yubico/php-u2flib-server.git",
4213                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
4214             },
4215             "dist": {
4216                 "type": "zip",
4217                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
4218                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
4219                 "shasum": ""
4220             },
4221             "require": {
4222                 "ext-openssl": "*",
4223                 "paragonie/random_compat": ">= 1",
4224                 "php": ">=5.6"
4225             },
4226             "require-dev": {
4227                 "phpunit/phpunit": "~5.7",
4228                 "vimeo/psalm": "^0|^1|^2"
4229             },
4230             "type": "library",
4231             "autoload": {
4232                 "classmap": [
4233                     "src/"
4234                 ]
4235             },
4236             "notification-url": "https://packagist.org/downloads/",
4237             "license": [
4238                 "BSD-2-Clause"
4239             ],
4240             "description": "Library for U2F implementation",
4241             "homepage": "https://developers.yubico.com/php-u2flib-server",
4242             "time": "2018-09-07T08:16:44+00:00"
4243         },
4244         {
4245             "name": "zendframework/zend-authentication",
4246             "version": "2.6.0",
4247             "source": {
4248                 "type": "git",
4249                 "url": "https://github.com/zendframework/zend-authentication.git",
4250                 "reference": "ebc9464c11a5203e5256439f1079a7d6efe89eec"
4251             },
4252             "dist": {
4253                 "type": "zip",
4254                 "url": "https://api.github.com/repos/zendframework/zend-authentication/zipball/ebc9464c11a5203e5256439f1079a7d6efe89eec",
4255                 "reference": "ebc9464c11a5203e5256439f1079a7d6efe89eec",
4256                 "shasum": ""
4257             },
4258             "require": {
4259                 "php": "^5.6 || ^7.0",
4260                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4261             },
4262             "require-dev": {
4263                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4264                 "zendframework/zend-coding-standard": "~1.0.0",
4265                 "zendframework/zend-crypt": "^2.6 || ^3.2.1",
4266                 "zendframework/zend-db": "^2.8.2",
4267                 "zendframework/zend-http": "^2.7",
4268                 "zendframework/zend-ldap": "^2.8",
4269                 "zendframework/zend-session": "^2.8",
4270                 "zendframework/zend-uri": "^2.5.2",
4271                 "zendframework/zend-validator": "^2.10.1"
4272             },
4273             "suggest": {
4274                 "zendframework/zend-crypt": "Zend\\Crypt component",
4275                 "zendframework/zend-db": "Zend\\Db component",
4276                 "zendframework/zend-http": "Zend\\Http component",
4277                 "zendframework/zend-ldap": "Zend\\Ldap component",
4278                 "zendframework/zend-session": "Zend\\Session component",
4279                 "zendframework/zend-uri": "Zend\\Uri component",
4280                 "zendframework/zend-validator": "Zend\\Validator component"
4281             },
4282             "type": "library",
4283             "extra": {
4284                 "branch-alias": {
4285                     "dev-master": "2.6.x-dev",
4286                     "dev-develop": "2.7.x-dev"
4287                 }
4288             },
4289             "autoload": {
4290                 "psr-4": {
4291                     "Zend\\Authentication\\": "src/"
4292                 }
4293             },
4294             "notification-url": "https://packagist.org/downloads/",
4295             "license": [
4296                 "BSD-3-Clause"
4297             ],
4298             "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
4299             "keywords": [
4300                 "Authentication",
4301                 "ZendFramework",
4302                 "zf"
4303             ],
4304             "time": "2018-04-12T21:09:22+00:00"
4305         },
4306         {
4307             "name": "zendframework/zend-barcode",
4308             "version": "2.7.0",
4309             "source": {
4310                 "type": "git",
4311                 "url": "https://github.com/zendframework/zend-barcode.git",
4312                 "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf"
4313             },
4314             "dist": {
4315                 "type": "zip",
4316                 "url": "https://api.github.com/repos/zendframework/zend-barcode/zipball/50f24f604ef2172a0127efe91e786bc2caf2e8cf",
4317                 "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf",
4318                 "shasum": ""
4319             },
4320             "require": {
4321                 "php": "^5.6 || ^7.0",
4322                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4323                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1",
4324                 "zendframework/zend-validator": "^2.10.1"
4325             },
4326             "require-dev": {
4327                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4328                 "zendframework/zend-coding-standard": "~1.0.0",
4329                 "zendframework/zend-config": "^2.6 || ^3.1",
4330                 "zendframework/zendpdf": "^2.0.2"
4331             },
4332             "suggest": {
4333                 "zendframework/zendpdf": "ZendPdf component"
4334             },
4335             "type": "library",
4336             "extra": {
4337                 "branch-alias": {
4338                     "dev-master": "2.7.x-dev",
4339                     "dev-develop": "2.8.x-dev"
4340                 }
4341             },
4342             "autoload": {
4343                 "psr-4": {
4344                     "Zend\\Barcode\\": "src/"
4345                 }
4346             },
4347             "notification-url": "https://packagist.org/downloads/",
4348             "license": [
4349                 "BSD-3-Clause"
4350             ],
4351             "description": "provides a generic way to generate barcodes",
4352             "keywords": [
4353                 "ZendFramework",
4354                 "barcode",
4355                 "zf"
4356             ],
4357             "time": "2017-12-11T15:30:02+00:00"
4358         },
4359         {
4360             "name": "zendframework/zend-cache",
4361             "version": "2.8.2",
4362             "source": {
4363                 "type": "git",
4364                 "url": "https://github.com/zendframework/zend-cache.git",
4365                 "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
4366             },
4367             "dist": {
4368                 "type": "zip",
4369                 "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
4370                 "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
4371                 "shasum": ""
4372             },
4373             "require": {
4374                 "php": "^5.6 || ^7.0",
4375                 "psr/cache": "^1.0",
4376                 "psr/simple-cache": "^1.0",
4377                 "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
4378                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4379                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4380             },
4381             "provide": {
4382                 "psr/cache-implementation": "1.0",
4383                 "psr/simple-cache-implementation": "1.0"
4384             },
4385             "require-dev": {
4386                 "cache/integration-tests": "^0.16",
4387                 "phpbench/phpbench": "^0.13",
4388                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4389                 "zendframework/zend-coding-standard": "~1.0.0",
4390                 "zendframework/zend-serializer": "^2.6",
4391                 "zendframework/zend-session": "^2.7.4"
4392             },
4393             "suggest": {
4394                 "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4395                 "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4396                 "ext-dba": "DBA, to use the DBA storage adapter",
4397                 "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4398                 "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4399                 "ext-mongo": "Mongo, to use MongoDb storage adapter",
4400                 "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
4401                 "ext-redis": "Redis, to use Redis storage adapter",
4402                 "ext-wincache": "WinCache, to use the WinCache storage adapter",
4403                 "ext-xcache": "XCache, to use the XCache storage adapter",
4404                 "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
4405                 "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4406                 "zendframework/zend-serializer": "Zend\\Serializer component",
4407                 "zendframework/zend-session": "Zend\\Session component"
4408             },
4409             "type": "library",
4410             "extra": {
4411                 "branch-alias": {
4412                     "dev-master": "2.8.x-dev",
4413                     "dev-develop": "2.9.x-dev"
4414                 },
4415                 "zf": {
4416                     "component": "Zend\\Cache",
4417                     "config-provider": "Zend\\Cache\\ConfigProvider"
4418                 }
4419             },
4420             "autoload": {
4421                 "files": [
4422                     "autoload/patternPluginManagerPolyfill.php"
4423                 ],
4424                 "psr-4": {
4425                     "Zend\\Cache\\": "src/"
4426                 }
4427             },
4428             "notification-url": "https://packagist.org/downloads/",
4429             "license": [
4430                 "BSD-3-Clause"
4431             ],
4432             "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
4433             "keywords": [
4434                 "ZendFramework",
4435                 "cache",
4436                 "psr-16",
4437                 "psr-6",
4438                 "zf"
4439             ],
4440             "time": "2018-05-01T21:58:00+00:00"
4441         },
4442         {
4443             "name": "zendframework/zend-captcha",
4444             "version": "2.8.0",
4445             "source": {
4446                 "type": "git",
4447                 "url": "https://github.com/zendframework/zend-captcha.git",
4448                 "reference": "37e9b6a4f632a9399eecbf2e5e325ad89083f87b"
4449             },
4450             "dist": {
4451                 "type": "zip",
4452                 "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/37e9b6a4f632a9399eecbf2e5e325ad89083f87b",
4453                 "reference": "37e9b6a4f632a9399eecbf2e5e325ad89083f87b",
4454                 "shasum": ""
4455             },
4456             "require": {
4457                 "php": "^5.6 || ^7.0",
4458                 "zendframework/zend-math": "^2.7 || ^3.0",
4459                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4460             },
4461             "require-dev": {
4462                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4463                 "zendframework/zend-coding-standard": "~1.0.0",
4464                 "zendframework/zend-session": "^2.8",
4465                 "zendframework/zend-text": "^2.6",
4466                 "zendframework/zend-validator": "^2.10.1",
4467                 "zendframework/zendservice-recaptcha": "^3.0"
4468             },
4469             "suggest": {
4470                 "zendframework/zend-i18n-resources": "Translations of captcha messages",
4471                 "zendframework/zend-session": "Zend\\Session component",
4472                 "zendframework/zend-text": "Zend\\Text component",
4473                 "zendframework/zend-validator": "Zend\\Validator component",
4474                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
4475             },
4476             "type": "library",
4477             "extra": {
4478                 "branch-alias": {
4479                     "dev-master": "2.8.x-dev",
4480                     "dev-develop": "2.9.x-dev"
4481                 }
4482             },
4483             "autoload": {
4484                 "psr-4": {
4485                     "Zend\\Captcha\\": "src/"
4486                 }
4487             },
4488             "notification-url": "https://packagist.org/downloads/",
4489             "license": [
4490                 "BSD-3-Clause"
4491             ],
4492             "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
4493             "keywords": [
4494                 "ZendFramework",
4495                 "captcha",
4496                 "zf"
4497             ],
4498             "time": "2018-04-24T17:24:10+00:00"
4499         },
4500         {
4501             "name": "zendframework/zend-code",
4502             "version": "2.6.3",
4503             "source": {
4504                 "type": "git",
4505                 "url": "https://github.com/zendframework/zend-code.git",
4506                 "reference": "95033f061b083e16cdee60530ec260d7d628b887"
4507             },
4508             "dist": {
4509                 "type": "zip",
4510                 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
4511                 "reference": "95033f061b083e16cdee60530ec260d7d628b887",
4512                 "shasum": ""
4513             },
4514             "require": {
4515                 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
4516                 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
4517             },
4518             "require-dev": {
4519                 "doctrine/annotations": "~1.0",
4520                 "fabpot/php-cs-fixer": "1.7.*",
4521                 "phpunit/phpunit": "^4.8.21",
4522                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4523             },
4524             "suggest": {
4525                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4526                 "zendframework/zend-stdlib": "Zend\\Stdlib component"
4527             },
4528             "type": "library",
4529             "extra": {
4530                 "branch-alias": {
4531                     "dev-master": "2.6-dev",
4532                     "dev-develop": "2.7-dev"
4533                 }
4534             },
4535             "autoload": {
4536                 "psr-4": {
4537                     "Zend\\Code\\": "src/"
4538                 }
4539             },
4540             "notification-url": "https://packagist.org/downloads/",
4541             "license": [
4542                 "BSD-3-Clause"
4543             ],
4544             "description": "provides facilities to generate arbitrary code using an object oriented interface",
4545             "homepage": "https://github.com/zendframework/zend-code",
4546             "keywords": [
4547                 "code",
4548                 "zf2"
4549             ],
4550             "time": "2016-04-20T17:26:42+00:00"
4551         },
4552         {
4553             "name": "zendframework/zend-config",
4554             "version": "2.6.0",
4555             "source": {
4556                 "type": "git",
4557                 "url": "https://github.com/zendframework/zend-config.git",
4558                 "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4559             },
4560             "dist": {
4561                 "type": "zip",
4562                 "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4563                 "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4564                 "shasum": ""
4565             },
4566             "require": {
4567                 "php": "^5.5 || ^7.0",
4568                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4569             },
4570             "require-dev": {
4571                 "fabpot/php-cs-fixer": "1.7.*",
4572                 "phpunit/phpunit": "~4.0",
4573                 "zendframework/zend-filter": "^2.6",
4574                 "zendframework/zend-i18n": "^2.5",
4575                 "zendframework/zend-json": "^2.6.1",
4576                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4577             },
4578             "suggest": {
4579                 "zendframework/zend-filter": "Zend\\Filter component",
4580                 "zendframework/zend-i18n": "Zend\\I18n component",
4581                 "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4582                 "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4583             },
4584             "type": "library",
4585             "extra": {
4586                 "branch-alias": {
4587                     "dev-master": "2.6-dev",
4588                     "dev-develop": "2.7-dev"
4589                 }
4590             },
4591             "autoload": {
4592                 "psr-4": {
4593                     "Zend\\Config\\": "src/"
4594                 }
4595             },
4596             "notification-url": "https://packagist.org/downloads/",
4597             "license": [
4598                 "BSD-3-Clause"
4599             ],
4600             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4601             "homepage": "https://github.com/zendframework/zend-config",
4602             "keywords": [
4603                 "config",
4604                 "zf2"
4605             ],
4606             "time": "2016-02-04T23:01:10+00:00"
4607         },
4608         {
4609             "name": "zendframework/zend-console",
4610             "version": "2.7.0",
4611             "source": {
4612                 "type": "git",
4613                 "url": "https://github.com/zendframework/zend-console.git",
4614                 "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
4615             },
4616             "dist": {
4617                 "type": "zip",
4618                 "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
4619                 "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
4620                 "shasum": ""
4621             },
4622             "require": {
4623                 "php": "^5.6 || ^7.0",
4624                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4625             },
4626             "require-dev": {
4627                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4628                 "zendframework/zend-coding-standard": "~1.0.0",
4629                 "zendframework/zend-filter": "^2.7.2",
4630                 "zendframework/zend-json": "^2.6 || ^3.0",
4631                 "zendframework/zend-validator": "^2.10.1"
4632             },
4633             "suggest": {
4634                 "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
4635                 "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
4636             },
4637             "type": "library",
4638             "extra": {
4639                 "branch-alias": {
4640                     "dev-master": "2.7.x-dev",
4641                     "dev-develop": "2.8.x-dev"
4642                 }
4643             },
4644             "autoload": {
4645                 "psr-4": {
4646                     "Zend\\Console\\": "src/"
4647                 }
4648             },
4649             "notification-url": "https://packagist.org/downloads/",
4650             "license": [
4651                 "BSD-3-Clause"
4652             ],
4653             "description": "Build console applications using getopt syntax or routing, complete with prompts",
4654             "keywords": [
4655                 "ZendFramework",
4656                 "console",
4657                 "zf"
4658             ],
4659             "time": "2018-01-25T19:08:04+00:00"
4660         },
4661         {
4662             "name": "zendframework/zend-crypt",
4663             "version": "2.6.0",
4664             "source": {
4665                 "type": "git",
4666                 "url": "https://github.com/zendframework/zend-crypt.git",
4667                 "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
4668             },
4669             "dist": {
4670                 "type": "zip",
4671                 "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
4672                 "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
4673                 "shasum": ""
4674             },
4675             "require": {
4676                 "container-interop/container-interop": "~1.0",
4677                 "php": "^5.5 || ^7.0",
4678                 "zendframework/zend-math": "^2.6",
4679                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4680             },
4681             "require-dev": {
4682                 "fabpot/php-cs-fixer": "1.7.*",
4683                 "phpunit/phpunit": "~4.0"
4684             },
4685             "suggest": {
4686                 "ext-mcrypt": "Required for most features of Zend\\Crypt"
4687             },
4688             "type": "library",
4689             "extra": {
4690                 "branch-alias": {
4691                     "dev-master": "2.6-dev",
4692                     "dev-develop": "2.7-dev"
4693                 }
4694             },
4695             "autoload": {
4696                 "psr-4": {
4697                     "Zend\\Crypt\\": "src/"
4698                 }
4699             },
4700             "notification-url": "https://packagist.org/downloads/",
4701             "license": [
4702                 "BSD-3-Clause"
4703             ],
4704             "homepage": "https://github.com/zendframework/zend-crypt",
4705             "keywords": [
4706                 "crypt",
4707                 "zf2"
4708             ],
4709             "time": "2016-02-03T23:46:30+00:00"
4710         },
4711         {
4712             "name": "zendframework/zend-db",
4713             "version": "2.9.3",
4714             "source": {
4715                 "type": "git",
4716                 "url": "https://github.com/zendframework/zend-db.git",
4717                 "reference": "5b4f2c42f94c9f7f4b2f456a0ebe459fab12b3d9"
4718             },
4719             "dist": {
4720                 "type": "zip",
4721                 "url": "https://api.github.com/repos/zendframework/zend-db/zipball/5b4f2c42f94c9f7f4b2f456a0ebe459fab12b3d9",
4722                 "reference": "5b4f2c42f94c9f7f4b2f456a0ebe459fab12b3d9",
4723                 "shasum": ""
4724             },
4725             "require": {
4726                 "php": "^5.6 || ^7.0",
4727                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4728             },
4729             "require-dev": {
4730                 "phpunit/phpunit": "^5.7.25 || ^6.4.4",
4731                 "zendframework/zend-coding-standard": "~1.0.0",
4732                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4733                 "zendframework/zend-hydrator": "^1.1 || ^2.1",
4734                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4735             },
4736             "suggest": {
4737                 "zendframework/zend-eventmanager": "Zend\\EventManager component",
4738                 "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets",
4739                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
4740             },
4741             "type": "library",
4742             "extra": {
4743                 "branch-alias": {
4744                     "dev-master": "2.9-dev",
4745                     "dev-develop": "2.10-dev"
4746                 },
4747                 "zf": {
4748                     "component": "Zend\\Db",
4749                     "config-provider": "Zend\\Db\\ConfigProvider"
4750                 }
4751             },
4752             "autoload": {
4753                 "psr-4": {
4754                     "Zend\\Db\\": "src/"
4755                 }
4756             },
4757             "notification-url": "https://packagist.org/downloads/",
4758             "license": [
4759                 "BSD-3-Clause"
4760             ],
4761             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
4762             "keywords": [
4763                 "ZendFramework",
4764                 "db",
4765                 "zf"
4766             ],
4767             "time": "2018-04-09T13:21:36+00:00"
4768         },
4769         {
4770             "name": "zendframework/zend-debug",
4771             "version": "2.6.0",
4772             "source": {
4773                 "type": "git",
4774                 "url": "https://github.com/zendframework/zend-debug.git",
4775                 "reference": "cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96"
4776             },
4777             "dist": {
4778                 "type": "zip",
4779                 "url": "https://api.github.com/repos/zendframework/zend-debug/zipball/cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96",
4780                 "reference": "cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96",
4781                 "shasum": ""
4782             },
4783             "require": {
4784                 "php": "^5.6 || ^7.0",
4785                 "zendframework/zend-escaper": "^2.0"
4786             },
4787             "require-dev": {
4788                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
4789                 "zendframework/zend-coding-standard": "~1.0.0"
4790             },
4791             "suggest": {
4792                 "ext-xdebug": "XDebug, for better backtrace output"
4793             },
4794             "type": "library",
4795             "extra": {
4796                 "branch-alias": {
4797                     "dev-master": "2.6.x-dev",
4798                     "dev-develop": "2.7.x-dev"
4799                 }
4800             },
4801             "autoload": {
4802                 "psr-4": {
4803                     "Zend\\Debug\\": "src/"
4804                 }
4805             },
4806             "notification-url": "https://packagist.org/downloads/",
4807             "license": [
4808                 "BSD-3-Clause"
4809             ],
4810             "description": "Safely dump debug information to HTML",
4811             "keywords": [
4812                 "ZendFramework",
4813                 "debug",
4814                 "zf"
4815             ],
4816             "time": "2018-04-30T20:10:31+00:00"
4817         },
4818         {
4819             "name": "zendframework/zend-di",
4820             "version": "2.6.1",
4821             "source": {
4822                 "type": "git",
4823                 "url": "https://github.com/zendframework/zend-di.git",
4824                 "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37"
4825             },
4826             "dist": {
4827                 "type": "zip",
4828                 "url": "https://api.github.com/repos/zendframework/zend-di/zipball/1fd1ba85660b5a2718741b38639dc7c4c3194b37",
4829                 "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37",
4830                 "shasum": ""
4831             },
4832             "require": {
4833                 "container-interop/container-interop": "^1.1",
4834                 "php": "^5.5 || ^7.0",
4835                 "zendframework/zend-code": "^2.6 || ^3.0",
4836                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4837             },
4838             "require-dev": {
4839                 "fabpot/php-cs-fixer": "1.7.*",
4840                 "phpunit/phpunit": "~4.0"
4841             },
4842             "type": "library",
4843             "extra": {
4844                 "branch-alias": {
4845                     "dev-master": "2.6-dev",
4846                     "dev-develop": "2.7-dev"
4847                 }
4848             },
4849             "autoload": {
4850                 "psr-4": {
4851                     "Zend\\Di\\": "src/"
4852                 }
4853             },
4854             "notification-url": "https://packagist.org/downloads/",
4855             "license": [
4856                 "BSD-3-Clause"
4857             ],
4858             "homepage": "https://github.com/zendframework/zend-di",
4859             "keywords": [
4860                 "di",
4861                 "zf2"
4862             ],
4863             "time": "2016-04-25T20:58:11+00:00"
4864         },
4865         {
4866             "name": "zendframework/zend-diactoros",
4867             "version": "1.8.6",
4868             "source": {
4869                 "type": "git",
4870                 "url": "https://github.com/zendframework/zend-diactoros.git",
4871                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
4872             },
4873             "dist": {
4874                 "type": "zip",
4875                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
4876                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
4877                 "shasum": ""
4878             },
4879             "require": {
4880                 "php": "^5.6 || ^7.0",
4881                 "psr/http-message": "^1.0"
4882             },
4883             "provide": {
4884                 "psr/http-message-implementation": "1.0"
4885             },
4886             "require-dev": {
4887                 "ext-dom": "*",
4888                 "ext-libxml": "*",
4889                 "php-http/psr7-integration-tests": "dev-master",
4890                 "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
4891                 "zendframework/zend-coding-standard": "~1.0"
4892             },
4893             "type": "library",
4894             "extra": {
4895                 "branch-alias": {
4896                     "dev-master": "1.8.x-dev",
4897                     "dev-develop": "1.9.x-dev",
4898                     "dev-release-2.0": "2.0.x-dev"
4899                 }
4900             },
4901             "autoload": {
4902                 "files": [
4903                     "src/functions/create_uploaded_file.php",
4904                     "src/functions/marshal_headers_from_sapi.php",
4905                     "src/functions/marshal_method_from_sapi.php",
4906                     "src/functions/marshal_protocol_version_from_sapi.php",
4907                     "src/functions/marshal_uri_from_sapi.php",
4908                     "src/functions/normalize_server.php",
4909                     "src/functions/normalize_uploaded_files.php",
4910                     "src/functions/parse_cookie_header.php"
4911                 ],
4912                 "psr-4": {
4913                     "Zend\\Diactoros\\": "src/"
4914                 }
4915             },
4916             "notification-url": "https://packagist.org/downloads/",
4917             "license": [
4918                 "BSD-2-Clause"
4919             ],
4920             "description": "PSR HTTP Message implementations",
4921             "homepage": "https://github.com/zendframework/zend-diactoros",
4922             "keywords": [
4923                 "http",
4924                 "psr",
4925                 "psr-7"
4926             ],
4927             "time": "2018-09-05T19:29:37+00:00"
4928         },
4929         {
4930             "name": "zendframework/zend-dom",
4931             "version": "2.7.1",
4932             "source": {
4933                 "type": "git",
4934                 "url": "https://github.com/zendframework/zend-dom.git",
4935                 "reference": "ec2c66c2bb0046e895651b24f2ebb83058b9bbca"
4936             },
4937             "dist": {
4938                 "type": "zip",
4939                 "url": "https://api.github.com/repos/zendframework/zend-dom/zipball/ec2c66c2bb0046e895651b24f2ebb83058b9bbca",
4940                 "reference": "ec2c66c2bb0046e895651b24f2ebb83058b9bbca",
4941                 "shasum": ""
4942             },
4943             "require": {
4944                 "php": "^5.6 || ^7.0"
4945             },
4946             "require-dev": {
4947                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4948                 "zendframework/zend-coding-standard": "~1.0.0"
4949             },
4950             "type": "library",
4951             "extra": {
4952                 "branch-alias": {
4953                     "dev-master": "2.7.x-dev",
4954                     "dev-develop": "2.8.x-dev"
4955                 }
4956             },
4957             "autoload": {
4958                 "psr-4": {
4959                     "Zend\\Dom\\": "src/"
4960                 }
4961             },
4962             "notification-url": "https://packagist.org/downloads/",
4963             "license": [
4964                 "BSD-3-Clause"
4965             ],
4966             "description": "provides tools for working with DOM documents and structures",
4967             "keywords": [
4968                 "ZendFramework",
4969                 "dom",
4970                 "zf"
4971             ],
4972             "time": "2018-04-09T20:18:00+00:00"
4973         },
4974         {
4975             "name": "zendframework/zend-escaper",
4976             "version": "2.6.0",
4977             "source": {
4978                 "type": "git",
4979                 "url": "https://github.com/zendframework/zend-escaper.git",
4980                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
4981             },
4982             "dist": {
4983                 "type": "zip",
4984                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
4985                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
4986                 "shasum": ""
4987             },
4988             "require": {
4989                 "php": "^5.6 || ^7.0"
4990             },
4991             "require-dev": {
4992                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4993                 "zendframework/zend-coding-standard": "~1.0.0"
4994             },
4995             "type": "library",
4996             "extra": {
4997                 "branch-alias": {
4998                     "dev-master": "2.6.x-dev",
4999                     "dev-develop": "2.7.x-dev"
5000                 }
5001             },
5002             "autoload": {
5003                 "psr-4": {
5004                     "Zend\\Escaper\\": "src/"
5005                 }
5006             },
5007             "notification-url": "https://packagist.org/downloads/",
5008             "license": [
5009                 "BSD-3-Clause"
5010             ],
5011             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
5012             "keywords": [
5013                 "ZendFramework",
5014                 "escaper",
5015                 "zf"
5016             ],
5017             "time": "2018-04-25T15:48:53+00:00"
5018         },
5019         {
5020             "name": "zendframework/zend-eventmanager",
5021             "version": "2.6.4",
5022             "source": {
5023                 "type": "git",
5024                 "url": "https://github.com/zendframework/zend-eventmanager.git",
5025                 "reference": "d238c443220dce4b6396579c8ab2200ec25f9108"
5026             },
5027             "dist": {
5028                 "type": "zip",
5029                 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d238c443220dce4b6396579c8ab2200ec25f9108",
5030                 "reference": "d238c443220dce4b6396579c8ab2200ec25f9108",
5031                 "shasum": ""
5032             },
5033             "require": {
5034                 "php": "^5.5 || ^7.0",
5035                 "zendframework/zend-stdlib": "^2.7"
5036             },
5037             "require-dev": {
5038                 "athletic/athletic": "dev-master",
5039                 "fabpot/php-cs-fixer": "1.7.*",
5040                 "phpunit/phpunit": "~4.0"
5041             },
5042             "type": "library",
5043             "extra": {
5044                 "branch-alias": {
5045                     "dev-release-2.6": "2.6-dev",
5046                     "dev-master": "3.0-dev",
5047                     "dev-develop": "3.1-dev"
5048                 }
5049             },
5050             "autoload": {
5051                 "psr-4": {
5052                     "Zend\\EventManager\\": "src/"
5053                 }
5054             },
5055             "notification-url": "https://packagist.org/downloads/",
5056             "license": [
5057                 "BSD-3-Clause"
5058             ],
5059             "homepage": "https://github.com/zendframework/zend-eventmanager",
5060             "keywords": [
5061                 "eventmanager",
5062                 "zf2"
5063             ],
5064             "time": "2017-12-12T17:48:56+00:00"
5065         },
5066         {
5067             "name": "zendframework/zend-feed",
5068             "version": "2.10.3",
5069             "source": {
5070                 "type": "git",
5071                 "url": "https://github.com/zendframework/zend-feed.git",
5072                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
5073             },
5074             "dist": {
5075                 "type": "zip",
5076                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
5077                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
5078                 "shasum": ""
5079             },
5080             "require": {
5081                 "php": "^5.6 || ^7.0",
5082                 "zendframework/zend-escaper": "^2.5.2",
5083                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5084             },
5085             "require-dev": {
5086                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5087                 "psr/http-message": "^1.0.1",
5088                 "zendframework/zend-cache": "^2.7.2",
5089                 "zendframework/zend-coding-standard": "~1.0.0",
5090                 "zendframework/zend-db": "^2.8.2",
5091                 "zendframework/zend-http": "^2.7",
5092                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
5093                 "zendframework/zend-validator": "^2.10.1"
5094             },
5095             "suggest": {
5096                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
5097                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
5098                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
5099                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
5100                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
5101                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
5102             },
5103             "type": "library",
5104             "extra": {
5105                 "branch-alias": {
5106                     "dev-master": "2.10.x-dev",
5107                     "dev-develop": "2.11.x-dev"
5108                 }
5109             },
5110             "autoload": {
5111                 "psr-4": {
5112                     "Zend\\Feed\\": "src/"
5113                 }
5114             },
5115             "notification-url": "https://packagist.org/downloads/",
5116             "license": [
5117                 "BSD-3-Clause"
5118             ],
5119             "description": "provides functionality for consuming RSS and Atom feeds",
5120             "keywords": [
5121                 "ZendFramework",
5122                 "feed",
5123                 "zf"
5124             ],
5125             "time": "2018-08-01T13:53:20+00:00"
5126         },
5127         {
5128             "name": "zendframework/zend-file",
5129             "version": "2.8.1",
5130             "source": {
5131                 "type": "git",
5132                 "url": "https://github.com/zendframework/zend-file.git",
5133                 "reference": "4b2ecb77a9123a03cc648893b63e38b3735f192c"
5134             },
5135             "dist": {
5136                 "type": "zip",
5137                 "url": "https://api.github.com/repos/zendframework/zend-file/zipball/4b2ecb77a9123a03cc648893b63e38b3735f192c",
5138                 "reference": "4b2ecb77a9123a03cc648893b63e38b3735f192c",
5139                 "shasum": ""
5140             },
5141             "require": {
5142                 "php": "^5.6 || ^7.0",
5143                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5144             },
5145             "require-dev": {
5146                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
5147                 "zendframework/zend-coding-standard": "~1.0.0",
5148                 "zendframework/zend-filter": "^2.7.2",
5149                 "zendframework/zend-i18n": "^2.7.4",
5150                 "zendframework/zend-progressbar": "^2.5.2",
5151                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
5152                 "zendframework/zend-session": "^2.8",
5153                 "zendframework/zend-validator": "^2.10.1"
5154             },
5155             "suggest": {
5156                 "zendframework/zend-filter": "Zend\\Filter component",
5157                 "zendframework/zend-i18n": "Zend\\I18n component",
5158                 "zendframework/zend-validator": "Zend\\Validator component"
5159             },
5160             "type": "library",
5161             "extra": {
5162                 "branch-alias": {
5163                     "dev-master": "2.8.x-dev",
5164                     "dev-develop": "2.9.x-dev"
5165                 }
5166             },
5167             "autoload": {
5168                 "psr-4": {
5169                     "Zend\\File\\": "src/"
5170                 }
5171             },
5172             "notification-url": "https://packagist.org/downloads/",
5173             "license": [
5174                 "BSD-3-Clause"
5175             ],
5176             "description": "Locate PHP classfiles",
5177             "keywords": [
5178                 "ZendFramework",
5179                 "file",
5180                 "zf"
5181             ],
5182             "time": "2018-05-01T22:03:07+00:00"
5183         },
5184         {
5185             "name": "zendframework/zend-filter",
5186             "version": "2.8.0",
5187             "source": {
5188                 "type": "git",
5189                 "url": "https://github.com/zendframework/zend-filter.git",
5190                 "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
5191             },
5192             "dist": {
5193                 "type": "zip",
5194                 "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
5195                 "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
5196                 "shasum": ""
5197             },
5198             "require": {
5199                 "php": "^5.6 || ^7.0",
5200                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5201             },
5202             "conflict": {
5203                 "zendframework/zend-validator": "<2.10.1"
5204             },
5205             "require-dev": {
5206                 "pear/archive_tar": "^1.4.3",
5207                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5208                 "zendframework/zend-coding-standard": "~1.0.0",
5209                 "zendframework/zend-crypt": "^3.2.1",
5210                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
5211                 "zendframework/zend-uri": "^2.6"
5212             },
5213             "suggest": {
5214                 "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
5215                 "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
5216                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
5217                 "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
5218             },
5219             "type": "library",
5220             "extra": {
5221                 "branch-alias": {
5222                     "dev-master": "2.8.x-dev",
5223                     "dev-develop": "2.9.x-dev"
5224                 },
5225                 "zf": {
5226                     "component": "Zend\\Filter",
5227                     "config-provider": "Zend\\Filter\\ConfigProvider"
5228                 }
5229             },
5230             "autoload": {
5231                 "psr-4": {
5232                     "Zend\\Filter\\": "src/"
5233                 }
5234             },
5235             "notification-url": "https://packagist.org/downloads/",
5236             "license": [
5237                 "BSD-3-Clause"
5238             ],
5239             "description": "provides a set of commonly needed data filters",
5240             "keywords": [
5241                 "ZendFramework",
5242                 "filter",
5243                 "zf"
5244             ],
5245             "time": "2018-04-11T16:20:04+00:00"
5246         },
5247         {
5248             "name": "zendframework/zend-form",
5249             "version": "2.12.0",
5250             "source": {
5251                 "type": "git",
5252                 "url": "https://github.com/zendframework/zend-form.git",
5253                 "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441"
5254             },
5255             "dist": {
5256                 "type": "zip",
5257                 "url": "https://api.github.com/repos/zendframework/zend-form/zipball/565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
5258                 "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
5259                 "shasum": ""
5260             },
5261             "require": {
5262                 "php": "^5.6 || ^7.0",
5263                 "zendframework/zend-hydrator": "^1.1 || ^2.1",
5264                 "zendframework/zend-inputfilter": "^2.8",
5265                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5266             },
5267             "require-dev": {
5268                 "doctrine/annotations": "~1.0",
5269                 "phpunit/phpunit": "^5.7.23 || ^6.5.3",
5270                 "zendframework/zend-cache": "^2.6.1",
5271                 "zendframework/zend-captcha": "^2.7.1",
5272                 "zendframework/zend-code": "^2.6 || ^3.0",
5273                 "zendframework/zend-coding-standard": "~1.0.0",
5274                 "zendframework/zend-escaper": "^2.5",
5275                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5276                 "zendframework/zend-filter": "^2.6",
5277                 "zendframework/zend-i18n": "^2.6",
5278                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5279                 "zendframework/zend-session": "^2.8.1",
5280                 "zendframework/zend-text": "^2.6",
5281                 "zendframework/zend-validator": "^2.6",
5282                 "zendframework/zend-view": "^2.6.2",
5283                 "zendframework/zendservice-recaptcha": "^3.0.0"
5284             },
5285             "suggest": {
5286                 "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
5287                 "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
5288                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
5289                 "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
5290                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
5291                 "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
5292                 "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
5293             },
5294             "type": "library",
5295             "extra": {
5296                 "branch-alias": {
5297                     "dev-master": "2.12.x-dev",
5298                     "dev-develop": "2.13.x-dev"
5299                 },
5300                 "zf": {
5301                     "component": "Zend\\Form",
5302                     "config-provider": "Zend\\Form\\ConfigProvider"
5303                 }
5304             },
5305             "autoload": {
5306                 "psr-4": {
5307                     "Zend\\Form\\": "src/"
5308                 },
5309                 "files": [
5310                     "autoload/formElementManagerPolyfill.php"
5311                 ]
5312             },
5313             "notification-url": "https://packagist.org/downloads/",
5314             "license": [
5315                 "BSD-3-Clause"
5316             ],
5317             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
5318             "keywords": [
5319                 "ZendFramework",
5320                 "form",
5321                 "zf"
5322             ],
5323             "time": "2018-05-16T18:49:44+00:00"
5324         },
5325         {
5326             "name": "zendframework/zend-http",
5327             "version": "2.8.2",
5328             "source": {
5329                 "type": "git",
5330                 "url": "https://github.com/zendframework/zend-http.git",
5331                 "reference": "2c8aed3d25522618573194e7cc51351f8cd4a45b"
5332             },
5333             "dist": {
5334                 "type": "zip",
5335                 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/2c8aed3d25522618573194e7cc51351f8cd4a45b",
5336                 "reference": "2c8aed3d25522618573194e7cc51351f8cd4a45b",
5337                 "shasum": ""
5338             },
5339             "require": {
5340                 "php": "^5.6 || ^7.0",
5341                 "zendframework/zend-loader": "^2.5.1",
5342                 "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
5343                 "zendframework/zend-uri": "^2.5.2",
5344                 "zendframework/zend-validator": "^2.10.1"
5345             },
5346             "require-dev": {
5347                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
5348                 "zendframework/zend-coding-standard": "~1.0.0",
5349                 "zendframework/zend-config": "^3.1 || ^2.6"
5350             },
5351             "suggest": {
5352                 "paragonie/certainty": "For automated management of cacert.pem"
5353             },
5354             "type": "library",
5355             "extra": {
5356                 "branch-alias": {
5357                     "dev-master": "2.8.x-dev",
5358                     "dev-develop": "2.9.x-dev"
5359                 }
5360             },
5361             "autoload": {
5362                 "psr-4": {
5363                     "Zend\\Http\\": "src/"
5364                 }
5365             },
5366             "notification-url": "https://packagist.org/downloads/",
5367             "license": [
5368                 "BSD-3-Clause"
5369             ],
5370             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
5371             "keywords": [
5372                 "ZendFramework",
5373                 "http",
5374                 "http client",
5375                 "zend",
5376                 "zf"
5377             ],
5378             "time": "2018-08-13T18:47:03+00:00"
5379         },
5380         {
5381             "name": "zendframework/zend-hydrator",
5382             "version": "1.1.0",
5383             "source": {
5384                 "type": "git",
5385                 "url": "https://github.com/zendframework/zend-hydrator.git",
5386                 "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
5387             },
5388             "dist": {
5389                 "type": "zip",
5390                 "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
5391                 "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
5392                 "shasum": ""
5393             },
5394             "require": {
5395                 "php": "^5.5 || ^7.0",
5396                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5397             },
5398             "require-dev": {
5399                 "phpunit/phpunit": "~4.0",
5400                 "squizlabs/php_codesniffer": "^2.0@dev",
5401                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5402                 "zendframework/zend-filter": "^2.6",
5403                 "zendframework/zend-inputfilter": "^2.6",
5404                 "zendframework/zend-serializer": "^2.6.1",
5405                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
5406             },
5407             "suggest": {
5408                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
5409                 "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
5410                 "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
5411                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
5412             },
5413             "type": "library",
5414             "extra": {
5415                 "branch-alias": {
5416                     "dev-release-1.0": "1.0-dev",
5417                     "dev-release-1.1": "1.1-dev",
5418                     "dev-master": "2.0-dev",
5419                     "dev-develop": "2.1-dev"
5420                 }
5421             },
5422             "autoload": {
5423                 "psr-4": {
5424                     "Zend\\Hydrator\\": "src/"
5425                 }
5426             },
5427             "notification-url": "https://packagist.org/downloads/",
5428             "license": [
5429                 "BSD-3-Clause"
5430             ],
5431             "homepage": "https://github.com/zendframework/zend-hydrator",
5432             "keywords": [
5433                 "hydrator",
5434                 "zf2"
5435             ],
5436             "time": "2016-02-18T22:38:26+00:00"
5437         },
5438         {
5439             "name": "zendframework/zend-i18n",
5440             "version": "2.9.0",
5441             "source": {
5442                 "type": "git",
5443                 "url": "https://github.com/zendframework/zend-i18n.git",
5444                 "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
5445             },
5446             "dist": {
5447                 "type": "zip",
5448                 "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
5449                 "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
5450                 "shasum": ""
5451             },
5452             "require": {
5453                 "php": "^5.6 || ^7.0",
5454                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5455             },
5456             "require-dev": {
5457                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
5458                 "zendframework/zend-cache": "^2.6.1",
5459                 "zendframework/zend-coding-standard": "~1.0.0",
5460                 "zendframework/zend-config": "^2.6",
5461                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5462                 "zendframework/zend-filter": "^2.6.1",
5463                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5464                 "zendframework/zend-validator": "^2.6",
5465                 "zendframework/zend-view": "^2.6.3"
5466             },
5467             "suggest": {
5468                 "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
5469                 "zendframework/zend-cache": "Zend\\Cache component",
5470                 "zendframework/zend-config": "Zend\\Config component",
5471                 "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
5472                 "zendframework/zend-filter": "You should install this package to use the provided filters",
5473                 "zendframework/zend-i18n-resources": "Translation resources",
5474                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
5475                 "zendframework/zend-validator": "You should install this package to use the provided validators",
5476                 "zendframework/zend-view": "You should install this package to use the provided view helpers"
5477             },
5478             "type": "library",
5479             "extra": {
5480                 "branch-alias": {
5481                     "dev-master": "2.9.x-dev",
5482                     "dev-develop": "2.10.x-dev"
5483                 },
5484                 "zf": {
5485                     "component": "Zend\\I18n",
5486                     "config-provider": "Zend\\I18n\\ConfigProvider"
5487                 }
5488             },
5489             "autoload": {
5490                 "psr-4": {
5491                     "Zend\\I18n\\": "src/"
5492                 }
5493             },
5494             "notification-url": "https://packagist.org/downloads/",
5495             "license": [
5496                 "BSD-3-Clause"
5497             ],
5498             "description": "Provide translations for your application, and filter and validate internationalized values",
5499             "keywords": [
5500                 "ZendFramework",
5501                 "i18n",
5502                 "zf"
5503             ],
5504             "time": "2018-05-16T16:39:13+00:00"
5505         },
5506         {
5507             "name": "zendframework/zend-i18n-resources",
5508             "version": "2.6.0",
5509             "source": {
5510                 "type": "git",
5511                 "url": "https://github.com/zendframework/zend-i18n-resources.git",
5512                 "reference": "530ab0af94ed1dd542665e6041d92297f7347ef3"
5513             },
5514             "dist": {
5515                 "type": "zip",
5516                 "url": "https://api.github.com/repos/zendframework/zend-i18n-resources/zipball/530ab0af94ed1dd542665e6041d92297f7347ef3",
5517                 "reference": "530ab0af94ed1dd542665e6041d92297f7347ef3",
5518                 "shasum": ""
5519             },
5520             "require": {
5521                 "php": "^5.6 || ^7.0"
5522             },
5523             "require-dev": {
5524                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
5525                 "zendframework/zend-coding-standard": "~1.0.0"
5526             },
5527             "type": "library",
5528             "extra": {
5529                 "branch-alias": {
5530                     "dev-master": "2.6.x-dev",
5531                     "dev-develop": "2.7.x-dev"
5532                 }
5533             },
5534             "autoload": {
5535                 "classmap": [
5536                     "src/Resources.php"
5537                 ]
5538             },
5539             "notification-url": "https://packagist.org/downloads/",
5540             "license": [
5541                 "BSD-3-Clause"
5542             ],
5543             "description": "Provides validator translations for zend-i18n's Translator",
5544             "keywords": [
5545                 "ZendFramework",
5546                 "resources",
5547                 "translations",
5548                 "zf"
5549             ],
5550             "time": "2018-04-30T14:47:38+00:00"
5551         },
5552         {
5553             "name": "zendframework/zend-inputfilter",
5554             "version": "2.8.2",
5555             "source": {
5556                 "type": "git",
5557                 "url": "https://github.com/zendframework/zend-inputfilter.git",
5558                 "reference": "3f02179e014d9ef0faccda2ad6c65d38adc338d8"
5559             },
5560             "dist": {
5561                 "type": "zip",
5562                 "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/3f02179e014d9ef0faccda2ad6c65d38adc338d8",
5563                 "reference": "3f02179e014d9ef0faccda2ad6c65d38adc338d8",
5564                 "shasum": ""
5565             },
5566             "require": {
5567                 "php": "^5.6 || ^7.0",
5568                 "zendframework/zend-filter": "^2.6",
5569                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1",
5570                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
5571                 "zendframework/zend-validator": "^2.10.1"
5572             },
5573             "require-dev": {
5574                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5575                 "zendframework/zend-coding-standard": "~1.0.0"
5576             },
5577             "type": "library",
5578             "extra": {
5579                 "branch-alias": {
5580                     "dev-master": "2.8.x-dev",
5581                     "dev-develop": "2.9.x-dev"
5582                 },
5583                 "zf": {
5584                     "component": "Zend\\InputFilter",
5585                     "config-provider": "Zend\\InputFilter\\ConfigProvider"
5586                 }
5587             },
5588             "autoload": {
5589                 "psr-4": {
5590                     "Zend\\InputFilter\\": "src/"
5591                 }
5592             },
5593             "notification-url": "https://packagist.org/downloads/",
5594             "license": [
5595                 "BSD-3-Clause"
5596             ],
5597             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
5598             "keywords": [
5599                 "ZendFramework",
5600                 "inputfilter",
5601                 "zf"
5602             ],
5603             "time": "2018-05-14T17:38:03+00:00"
5604         },
5605         {
5606             "name": "zendframework/zend-json",
5607             "version": "2.6.1",
5608             "source": {
5609                 "type": "git",
5610                 "url": "https://github.com/zendframework/zend-json.git",
5611                 "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28"
5612             },
5613             "dist": {
5614                 "type": "zip",
5615                 "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
5616                 "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
5617                 "shasum": ""
5618             },
5619             "require": {
5620                 "php": "^5.5 || ^7.0"
5621             },
5622             "require-dev": {
5623                 "fabpot/php-cs-fixer": "1.7.*",
5624                 "phpunit/phpunit": "~4.0",
5625                 "zendframework/zend-http": "^2.5.4",
5626                 "zendframework/zend-server": "^2.6.1",
5627                 "zendframework/zend-stdlib": "^2.5 || ^3.0",
5628                 "zendframework/zendxml": "^1.0.2"
5629             },
5630             "suggest": {
5631                 "zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server",
5632                 "zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server",
5633                 "zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses",
5634                 "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
5635             },
5636             "type": "library",
5637             "extra": {
5638                 "branch-alias": {
5639                     "dev-master": "2.6-dev",
5640                     "dev-develop": "2.7-dev"
5641                 }
5642             },
5643             "autoload": {
5644                 "psr-4": {
5645                     "Zend\\Json\\": "src/"
5646                 }
5647             },
5648             "notification-url": "https://packagist.org/downloads/",
5649             "license": [
5650                 "BSD-3-Clause"
5651             ],
5652             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
5653             "homepage": "https://github.com/zendframework/zend-json",
5654             "keywords": [
5655                 "json",
5656                 "zf2"
5657             ],
5658             "time": "2016-02-04T21:20:26+00:00"
5659         },
5660         {
5661             "name": "zendframework/zend-loader",
5662             "version": "2.6.0",
5663             "source": {
5664                 "type": "git",
5665                 "url": "https://github.com/zendframework/zend-loader.git",
5666                 "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
5667             },
5668             "dist": {
5669                 "type": "zip",
5670                 "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
5671                 "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
5672                 "shasum": ""
5673             },
5674             "require": {
5675                 "php": "^5.6 || ^7.0"
5676             },
5677             "require-dev": {
5678                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
5679                 "zendframework/zend-coding-standard": "~1.0.0"
5680             },
5681             "type": "library",
5682             "extra": {
5683                 "branch-alias": {
5684                     "dev-master": "2.6.x-dev",
5685                     "dev-develop": "2.7.x-dev"
5686                 }
5687             },
5688             "autoload": {
5689                 "psr-4": {
5690                     "Zend\\Loader\\": "src/"
5691                 }
5692             },
5693             "notification-url": "https://packagist.org/downloads/",
5694             "license": [
5695                 "BSD-3-Clause"
5696             ],
5697             "description": "Autoloading and plugin loading strategies",
5698             "keywords": [
5699                 "ZendFramework",
5700                 "loader",
5701                 "zf"
5702             ],
5703             "time": "2018-04-30T15:20:54+00:00"
5704         },
5705         {
5706             "name": "zendframework/zend-log",
5707             "version": "2.10.0",
5708             "source": {
5709                 "type": "git",
5710                 "url": "https://github.com/zendframework/zend-log.git",
5711                 "reference": "9cec3b092acb39963659c2f32441cccc56b3f430"
5712             },
5713             "dist": {
5714                 "type": "zip",
5715                 "url": "https://api.github.com/repos/zendframework/zend-log/zipball/9cec3b092acb39963659c2f32441cccc56b3f430",
5716                 "reference": "9cec3b092acb39963659c2f32441cccc56b3f430",
5717                 "shasum": ""
5718             },
5719             "require": {
5720                 "php": "^5.6 || ^7.0",
5721                 "psr/log": "^1.0",
5722                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5723                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5724             },
5725             "provide": {
5726                 "psr/log-implementation": "1.0.0"
5727             },
5728             "require-dev": {
5729                 "mikey179/vfsstream": "^1.6",
5730                 "phpunit/phpunit": "^5.7.15 || ^6.0.8",
5731                 "zendframework/zend-coding-standard": "~1.0.0",
5732                 "zendframework/zend-db": "^2.6",
5733                 "zendframework/zend-escaper": "^2.5",
5734                 "zendframework/zend-filter": "^2.5",
5735                 "zendframework/zend-mail": "^2.6.1",
5736                 "zendframework/zend-validator": "^2.10.1"
5737             },
5738             "suggest": {
5739                 "ext-mongo": "mongo extension to use Mongo writer",
5740                 "ext-mongodb": "mongodb extension to use MongoDB writer",
5741                 "zendframework/zend-console": "Zend\\Console component to use the RequestID log processor",
5742                 "zendframework/zend-db": "Zend\\Db component to use the database log writer",
5743                 "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter",
5744                 "zendframework/zend-mail": "Zend\\Mail component to use the email log writer",
5745                 "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages"
5746             },
5747             "type": "library",
5748             "extra": {
5749                 "branch-alias": {
5750                     "dev-master": "2.10.x-dev",
5751                     "dev-develop": "2.11.x-dev"
5752                 },
5753                 "zf": {
5754                     "component": "Zend\\Log",
5755                     "config-provider": "Zend\\Log\\ConfigProvider"
5756                 }
5757             },
5758             "autoload": {
5759                 "psr-4": {
5760                     "Zend\\Log\\": "src/"
5761                 }
5762             },
5763             "notification-url": "https://packagist.org/downloads/",
5764             "license": [
5765                 "BSD-3-Clause"
5766             ],
5767             "description": "component for general purpose logging",
5768             "homepage": "https://github.com/zendframework/zend-log",
5769             "keywords": [
5770                 "log",
5771                 "logging",
5772                 "zf2"
5773             ],
5774             "time": "2018-04-09T21:59:51+00:00"
5775         },
5776         {
5777             "name": "zendframework/zend-mail",
5778             "version": "2.10.0",
5779             "source": {
5780                 "type": "git",
5781                 "url": "https://github.com/zendframework/zend-mail.git",
5782                 "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8"
5783             },
5784             "dist": {
5785                 "type": "zip",
5786                 "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/d7beb63d5f7144a21ac100072c453e63860cdab8",
5787                 "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8",
5788                 "shasum": ""
5789             },
5790             "require": {
5791                 "ext-iconv": "*",
5792                 "php": "^5.6 || ^7.0",
5793                 "true/punycode": "^2.1",
5794                 "zendframework/zend-loader": "^2.5",
5795                 "zendframework/zend-mime": "^2.5",
5796                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
5797                 "zendframework/zend-validator": "^2.10.2"
5798             },
5799             "require-dev": {
5800                 "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4",
5801                 "zendframework/zend-coding-standard": "~1.0.0",
5802                 "zendframework/zend-config": "^2.6",
5803                 "zendframework/zend-crypt": "^2.6 || ^3.0",
5804                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1"
5805             },
5806             "suggest": {
5807                 "zendframework/zend-crypt": "Crammd5 support in SMTP Auth",
5808                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
5809             },
5810             "type": "library",
5811             "extra": {
5812                 "branch-alias": {
5813                     "dev-master": "2.10.x-dev",
5814                     "dev-develop": "2.11.x-dev"
5815                 },
5816                 "zf": {
5817                     "component": "Zend\\Mail",
5818                     "config-provider": "Zend\\Mail\\ConfigProvider"
5819                 }
5820             },
5821             "autoload": {
5822                 "psr-4": {
5823                     "Zend\\Mail\\": "src/"
5824                 }
5825             },
5826             "notification-url": "https://packagist.org/downloads/",
5827             "license": [
5828                 "BSD-3-Clause"
5829             ],
5830             "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
5831             "keywords": [
5832                 "ZendFramework",
5833                 "mail",
5834                 "zf"
5835             ],
5836             "time": "2018-06-07T13:37:07+00:00"
5837         },
5838         {
5839             "name": "zendframework/zend-math",
5840             "version": "2.7.0",
5841             "source": {
5842                 "type": "git",
5843                 "url": "https://github.com/zendframework/zend-math.git",
5844                 "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
5845             },
5846             "dist": {
5847                 "type": "zip",
5848                 "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
5849                 "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
5850                 "shasum": ""
5851             },
5852             "require": {
5853                 "php": "^5.5 || ^7.0"
5854             },
5855             "require-dev": {
5856                 "fabpot/php-cs-fixer": "1.7.*",
5857                 "ircmaxell/random-lib": "~1.1",
5858                 "phpunit/phpunit": "~4.0"
5859             },
5860             "suggest": {
5861                 "ext-bcmath": "If using the bcmath functionality",
5862                 "ext-gmp": "If using the gmp functionality",
5863                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
5864             },
5865             "type": "library",
5866             "extra": {
5867                 "branch-alias": {
5868                     "dev-master": "2.7-dev",
5869                     "dev-develop": "2.8-dev"
5870                 }
5871             },
5872             "autoload": {
5873                 "psr-4": {
5874                     "Zend\\Math\\": "src/"
5875                 }
5876             },
5877             "notification-url": "https://packagist.org/downloads/",
5878             "license": [
5879                 "BSD-3-Clause"
5880             ],
5881             "homepage": "https://github.com/zendframework/zend-math",
5882             "keywords": [
5883                 "math",
5884                 "zf2"
5885             ],
5886             "time": "2016-04-07T16:29:53+00:00"
5887         },
5888         {
5889             "name": "zendframework/zend-memory",
5890             "version": "2.6.0",
5891             "source": {
5892                 "type": "git",
5893                 "url": "https://github.com/zendframework/zend-memory.git",
5894                 "reference": "a01d5eb74012c2a170e1ea1e18486152d2eea5f7"
5895             },
5896             "dist": {
5897                 "type": "zip",
5898                 "url": "https://api.github.com/repos/zendframework/zend-memory/zipball/a01d5eb74012c2a170e1ea1e18486152d2eea5f7",
5899                 "reference": "a01d5eb74012c2a170e1ea1e18486152d2eea5f7",
5900                 "shasum": ""
5901             },
5902             "require": {
5903                 "php": "^5.6 || ^7.0"
5904             },
5905             "require-dev": {
5906                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
5907                 "zendframework/zend-cache": "^2.7",
5908                 "zendframework/zend-coding-standard": "~1.0.0"
5909             },
5910             "suggest": {
5911                 "zendframework/zend-cache": "To support swapping memory objects into and out of non-memory cache storage"
5912             },
5913             "type": "library",
5914             "extra": {
5915                 "branch-alias": {
5916                     "dev-master": "2.6.x-dev",
5917                     "dev-develop": "2.7.x-dev"
5918                 }
5919             },
5920             "autoload": {
5921                 "psr-4": {
5922                     "Zend\\Memory\\": "src/"
5923                 }
5924             },
5925             "notification-url": "https://packagist.org/downloads/",
5926             "license": [
5927                 "BSD-3-Clause"
5928             ],
5929             "description": "Manage data in an environment with limited memory",
5930             "keywords": [
5931                 "ZendFramework",
5932                 "memory",
5933                 "zf"
5934             ],
5935             "time": "2018-04-30T15:45:17+00:00"
5936         },
5937         {
5938             "name": "zendframework/zend-mime",
5939             "version": "2.7.1",
5940             "source": {
5941                 "type": "git",
5942                 "url": "https://github.com/zendframework/zend-mime.git",
5943                 "reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2"
5944             },
5945             "dist": {
5946                 "type": "zip",
5947                 "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/52ae5fa9f12845cae749271034a2d594f0e4c6f2",
5948                 "reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2",
5949                 "shasum": ""
5950             },
5951             "require": {
5952                 "php": "^5.6 || ^7.0",
5953                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5954             },
5955             "require-dev": {
5956                 "phpunit/phpunit": "^5.7.21 || ^6.3",
5957                 "zendframework/zend-coding-standard": "~1.0.0",
5958                 "zendframework/zend-mail": "^2.6"
5959             },
5960             "suggest": {
5961                 "zendframework/zend-mail": "Zend\\Mail component"
5962             },
5963             "type": "library",
5964             "extra": {
5965                 "branch-alias": {
5966                     "dev-master": "2.7-dev",
5967                     "dev-develop": "2.8-dev"
5968                 }
5969             },
5970             "autoload": {
5971                 "psr-4": {
5972                     "Zend\\Mime\\": "src/"
5973                 }
5974             },
5975             "notification-url": "https://packagist.org/downloads/",
5976             "license": [
5977                 "BSD-3-Clause"
5978             ],
5979             "description": "Create and parse MIME messages and parts",
5980             "homepage": "https://github.com/zendframework/zend-mime",
5981             "keywords": [
5982                 "ZendFramework",
5983                 "mime",
5984                 "zf"
5985             ],
5986             "time": "2018-05-14T19:02:50+00:00"
5987         },
5988         {
5989             "name": "zendframework/zend-modulemanager",
5990             "version": "2.8.2",
5991             "source": {
5992                 "type": "git",
5993                 "url": "https://github.com/zendframework/zend-modulemanager.git",
5994                 "reference": "394df6e12248ac430a312d4693f793ee7120baa6"
5995             },
5996             "dist": {
5997                 "type": "zip",
5998                 "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/394df6e12248ac430a312d4693f793ee7120baa6",
5999                 "reference": "394df6e12248ac430a312d4693f793ee7120baa6",
6000                 "shasum": ""
6001             },
6002             "require": {
6003                 "php": "^5.6 || ^7.0",
6004                 "zendframework/zend-config": "^3.1 || ^2.6",
6005                 "zendframework/zend-eventmanager": "^3.2 || ^2.6.3",
6006                 "zendframework/zend-stdlib": "^3.1 || ^2.7"
6007             },
6008             "require-dev": {
6009                 "phpunit/phpunit": "^6.0.8 || ^5.7.15",
6010                 "zendframework/zend-coding-standard": "~1.0.0",
6011                 "zendframework/zend-console": "^2.6",
6012                 "zendframework/zend-di": "^2.6",
6013                 "zendframework/zend-loader": "^2.5",
6014                 "zendframework/zend-mvc": "^3.0 || ^2.7",
6015                 "zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5"
6016             },
6017             "suggest": {
6018                 "zendframework/zend-console": "Zend\\Console component",
6019                 "zendframework/zend-loader": "Zend\\Loader component if you are not using Composer autoloading for your modules",
6020                 "zendframework/zend-mvc": "Zend\\Mvc component",
6021                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
6022             },
6023             "type": "library",
6024             "extra": {
6025                 "branch-alias": {
6026                     "dev-master": "2.7-dev",
6027                     "dev-develop": "2.8-dev"
6028                 }
6029             },
6030             "autoload": {
6031                 "psr-4": {
6032                     "Zend\\ModuleManager\\": "src/"
6033                 }
6034             },
6035             "notification-url": "https://packagist.org/downloads/",
6036             "license": [
6037                 "BSD-3-Clause"
6038             ],
6039             "description": "Modular application system for zend-mvc applications",
6040             "homepage": "https://github.com/zendframework/zend-modulemanager",
6041             "keywords": [
6042                 "ZendFramework",
6043                 "modulemanager",
6044                 "zf"
6045             ],
6046             "time": "2017-12-02T06:11:18+00:00"
6047         },
6048         {
6049             "name": "zendframework/zend-mvc",
6050             "version": "2.7.15",
6051             "source": {
6052                 "type": "git",
6053                 "url": "https://github.com/zendframework/zend-mvc.git",
6054                 "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089"
6055             },
6056             "dist": {
6057                 "type": "zip",
6058                 "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
6059                 "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
6060                 "shasum": ""
6061             },
6062             "require": {
6063                 "container-interop/container-interop": "^1.1",
6064                 "php": "^5.5 || ^7.0",
6065                 "zendframework/zend-console": "^2.7",
6066                 "zendframework/zend-eventmanager": "^2.6.4 || ^3.0",
6067                 "zendframework/zend-form": "^2.11",
6068                 "zendframework/zend-hydrator": "^1.1 || ^2.4",
6069                 "zendframework/zend-psr7bridge": "^0.2",
6070                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
6071                 "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
6072             },
6073             "replace": {
6074                 "zendframework/zend-router": "^2.0"
6075             },
6076             "require-dev": {
6077                 "friendsofphp/php-cs-fixer": "1.7.*",
6078                 "phpunit/phpunit": "^4.8.36",
6079                 "sebastian/comparator": "^1.2.4",
6080                 "sebastian/version": "^1.0.4",
6081                 "zendframework/zend-authentication": "^2.6",
6082                 "zendframework/zend-cache": "^2.8",
6083                 "zendframework/zend-di": "^2.6",
6084                 "zendframework/zend-filter": "^2.8",
6085                 "zendframework/zend-http": "^2.8",
6086                 "zendframework/zend-i18n": "^2.8",
6087                 "zendframework/zend-inputfilter": "^2.8",
6088                 "zendframework/zend-json": "^2.6.1",
6089                 "zendframework/zend-log": "^2.9.3",
6090                 "zendframework/zend-modulemanager": "^2.8",
6091                 "zendframework/zend-serializer": "^2.8",
6092                 "zendframework/zend-session": "^2.8.1",
6093                 "zendframework/zend-text": "^2.7",
6094                 "zendframework/zend-uri": "^2.6",
6095                 "zendframework/zend-validator": "^2.10",
6096                 "zendframework/zend-view": "^2.9"
6097             },
6098             "suggest": {
6099                 "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
6100                 "zendframework/zend-config": "Zend\\Config component",
6101                 "zendframework/zend-di": "Zend\\Di component",
6102                 "zendframework/zend-filter": "Zend\\Filter component",
6103                 "zendframework/zend-http": "Zend\\Http component",
6104                 "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
6105                 "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
6106                 "zendframework/zend-json": "Zend\\Json component",
6107                 "zendframework/zend-log": "Zend\\Log component",
6108                 "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
6109                 "zendframework/zend-serializer": "Zend\\Serializer component",
6110                 "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
6111                 "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
6112                 "zendframework/zend-text": "Zend\\Text component",
6113                 "zendframework/zend-uri": "Zend\\Uri component",
6114                 "zendframework/zend-validator": "Zend\\Validator component",
6115                 "zendframework/zend-view": "Zend\\View component"
6116             },
6117             "type": "library",
6118             "extra": {
6119                 "branch-alias": {
6120                     "dev-master": "2.7-dev",
6121                     "dev-develop": "3.0-dev"
6122                 }
6123             },
6124             "autoload": {
6125                 "files": [
6126                     "src/autoload.php"
6127                 ],
6128                 "psr-4": {
6129                     "Zend\\Mvc\\": "src/"
6130                 }
6131             },
6132             "notification-url": "https://packagist.org/downloads/",
6133             "license": [
6134                 "BSD-3-Clause"
6135             ],
6136             "homepage": "https://github.com/zendframework/zend-mvc",
6137             "keywords": [
6138                 "mvc",
6139                 "zf2"
6140             ],
6141             "time": "2018-05-03T13:13:41+00:00"
6142         },
6143         {
6144             "name": "zendframework/zend-navigation",
6145             "version": "2.9.0",
6146             "source": {
6147                 "type": "git",
6148                 "url": "https://github.com/zendframework/zend-navigation.git",
6149                 "reference": "a8b088f64929e172617e02d2089cc00573a61210"
6150             },
6151             "dist": {
6152                 "type": "zip",
6153                 "url": "https://api.github.com/repos/zendframework/zend-navigation/zipball/a8b088f64929e172617e02d2089cc00573a61210",
6154                 "reference": "a8b088f64929e172617e02d2089cc00573a61210",
6155                 "shasum": ""
6156             },
6157             "require": {
6158                 "php": "^5.6 || ^7.0",
6159                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6160             },
6161             "require-dev": {
6162                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
6163                 "zendframework/zend-coding-standard": "~1.0.0",
6164                 "zendframework/zend-config": "^2.6 || ^3.1",
6165                 "zendframework/zend-console": "^2.6",
6166                 "zendframework/zend-http": "^2.6",
6167                 "zendframework/zend-i18n": "^2.7.3",
6168                 "zendframework/zend-log": "^2.9.1",
6169                 "zendframework/zend-mvc": "^2.7.9 || ^3.0.4",
6170                 "zendframework/zend-permissions-acl": "^2.6",
6171                 "zendframework/zend-router": "^3.0.2",
6172                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6173                 "zendframework/zend-uri": "^2.5.2",
6174                 "zendframework/zend-view": "^2.9"
6175             },
6176             "suggest": {
6177                 "zendframework/zend-config": "^2.6 || ^3.1, to provide page configuration (optional, as arrays and Traversables are also allowed)",
6178                 "zendframework/zend-permissions-acl": "^2.6, to provide ACL-based access restrictions to pages",
6179                 "zendframework/zend-router": "^3.0, to use router-based URI generation with Mvc pages",
6180                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to use the navigation factories",
6181                 "zendframework/zend-view": "^2.8.1, to use the navigation view helpers"
6182             },
6183             "type": "library",
6184             "extra": {
6185                 "branch-alias": {
6186                     "dev-master": "2.9.x-dev",
6187                     "dev-develop": "2.10.x-dev"
6188                 },
6189                 "zf": {
6190                     "component": "Zend\\Navigation",
6191                     "config-provider": "Zend\\Navigation\\ConfigProvider"
6192                 }
6193             },
6194             "autoload": {
6195                 "psr-4": {
6196                     "Zend\\Navigation\\": "src/"
6197                 }
6198             },
6199             "notification-url": "https://packagist.org/downloads/",
6200             "license": [
6201                 "BSD-3-Clause"
6202             ],
6203             "description": "Manage trees of pointers to web pages in order to build navigation systems",
6204             "keywords": [
6205                 "ZendFramework",
6206                 "navigation",
6207                 "zf"
6208             ],
6209             "time": "2018-04-25T20:19:50+00:00"
6210         },
6211         {
6212             "name": "zendframework/zend-paginator",
6213             "version": "2.8.1",
6214             "source": {
6215                 "type": "git",
6216                 "url": "https://github.com/zendframework/zend-paginator.git",
6217                 "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206"
6218             },
6219             "dist": {
6220                 "type": "zip",
6221                 "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/fd58828c8280a90f133b9e0af2fe1a7885d47206",
6222                 "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206",
6223                 "shasum": ""
6224             },
6225             "require": {
6226                 "php": "^7.0 || ^5.6",
6227                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6228             },
6229             "require-dev": {
6230                 "phpunit/phpunit": "^6.2.1 || ^5.7.15",
6231                 "zendframework/zend-cache": "^2.6.1",
6232                 "zendframework/zend-coding-standard": "~1.0.0",
6233                 "zendframework/zend-config": "^2.6.0",
6234                 "zendframework/zend-db": "^2.9.2",
6235                 "zendframework/zend-filter": "^2.6.1",
6236                 "zendframework/zend-json": "^2.6.1",
6237                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6238                 "zendframework/zend-view": "^2.6.3"
6239             },
6240             "suggest": {
6241                 "zendframework/zend-cache": "Zend\\Cache component to support cache features",
6242                 "zendframework/zend-db": "Zend\\Db component",
6243                 "zendframework/zend-filter": "Zend\\Filter component",
6244                 "zendframework/zend-json": "Zend\\Json component",
6245                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
6246                 "zendframework/zend-view": "Zend\\View component"
6247             },
6248             "type": "library",
6249             "extra": {
6250                 "branch-alias": {
6251                     "dev-master": "2.8-dev",
6252                     "dev-develop": "2.9-dev"
6253                 },
6254                 "zf": {
6255                     "component": "Zend\\Paginator",
6256                     "config-provider": "Zend\\Paginator\\ConfigProvider"
6257                 }
6258             },
6259             "autoload": {
6260                 "psr-4": {
6261                     "Zend\\Paginator\\": "src/"
6262                 }
6263             },
6264             "notification-url": "https://packagist.org/downloads/",
6265             "license": [
6266                 "BSD-3-Clause"
6267             ],
6268             "description": "zend-paginator is a flexible component for paginating collections of data and presenting that data to users.",
6269             "homepage": "https://github.com/zendframework/zend-paginator",
6270             "keywords": [
6271                 "paginator",
6272                 "zf2"
6273             ],
6274             "time": "2018-01-30T15:52:44+00:00"
6275         },
6276         {
6277             "name": "zendframework/zend-permissions-acl",
6278             "version": "2.7.0",
6279             "source": {
6280                 "type": "git",
6281                 "url": "https://github.com/zendframework/zend-permissions-acl.git",
6282                 "reference": "c9568f4aee2887e43bf07769973f9686e8f61707"
6283             },
6284             "dist": {
6285                 "type": "zip",
6286                 "url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/c9568f4aee2887e43bf07769973f9686e8f61707",
6287                 "reference": "c9568f4aee2887e43bf07769973f9686e8f61707",
6288                 "shasum": ""
6289             },
6290             "require": {
6291                 "php": "^5.6 || ^7.0"
6292             },
6293             "require-dev": {
6294                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
6295                 "zendframework/zend-coding-standard": "~1.0.0",
6296                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
6297             },
6298             "suggest": {
6299                 "zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
6300             },
6301             "type": "library",
6302             "extra": {
6303                 "branch-alias": {
6304                     "dev-master": "2.7.x-dev",
6305                     "dev-develop": "2.8.x-dev"
6306                 }
6307             },
6308             "autoload": {
6309                 "psr-4": {
6310                     "Zend\\Permissions\\Acl\\": "src/"
6311                 }
6312             },
6313             "notification-url": "https://packagist.org/downloads/",
6314             "license": [
6315                 "BSD-3-Clause"
6316             ],
6317             "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
6318             "keywords": [
6319                 "ZendFramework",
6320                 "acl",
6321                 "zf"
6322             ],
6323             "time": "2018-05-01T21:53:20+00:00"
6324         },
6325         {
6326             "name": "zendframework/zend-permissions-rbac",
6327             "version": "2.6.0",
6328             "source": {
6329                 "type": "git",
6330                 "url": "https://github.com/zendframework/zend-permissions-rbac.git",
6331                 "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78"
6332             },
6333             "dist": {
6334                 "type": "zip",
6335                 "url": "https://api.github.com/repos/zendframework/zend-permissions-rbac/zipball/c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
6336                 "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
6337                 "shasum": ""
6338             },
6339             "require": {
6340                 "php": "^5.6 || ^7.0"
6341             },
6342             "require-dev": {
6343                 "phpunit/phpunit": "^5.7.15|| ^6.2.1",
6344                 "zendframework/zend-coding-standard": "~1.0.0"
6345             },
6346             "type": "library",
6347             "extra": {
6348                 "branch-alias": {
6349                     "dev-master": "2.6-dev",
6350                     "dev-develop": "2.7-dev"
6351                 }
6352             },
6353             "autoload": {
6354                 "psr-4": {
6355                     "Zend\\Permissions\\Rbac\\": "src/"
6356                 }
6357             },
6358             "notification-url": "https://packagist.org/downloads/",
6359             "license": [
6360                 "BSD-3-Clause"
6361             ],
6362             "description": "provides a role-based access control management",
6363             "homepage": "https://github.com/zendframework/zend-permissions-rbac",
6364             "keywords": [
6365                 "rbac",
6366                 "zf2"
6367             ],
6368             "time": "2018-02-01T09:55:50+00:00"
6369         },
6370         {
6371             "name": "zendframework/zend-progressbar",
6372             "version": "2.6.0",
6373             "source": {
6374                 "type": "git",
6375                 "url": "https://github.com/zendframework/zend-progressbar.git",
6376                 "reference": "ae5565bbed54f9081d5695bc2f62fe3f27583bdd"
6377             },
6378             "dist": {
6379                 "type": "zip",
6380                 "url": "https://api.github.com/repos/zendframework/zend-progressbar/zipball/ae5565bbed54f9081d5695bc2f62fe3f27583bdd",
6381                 "reference": "ae5565bbed54f9081d5695bc2f62fe3f27583bdd",
6382                 "shasum": ""
6383             },
6384             "require": {
6385                 "php": "^5.6 || ^7.0",
6386                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6387             },
6388             "require-dev": {
6389                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6390                 "zendframework/zend-coding-standard": "~1.0.0",
6391                 "zendframework/zend-json": "^2.6.1",
6392                 "zendframework/zend-session": "^2.8.5"
6393             },
6394             "suggest": {
6395                 "zendframework/zend-json": "Zend\\Json component",
6396                 "zendframework/zend-session": "To support progressbar persistent"
6397             },
6398             "type": "library",
6399             "extra": {
6400                 "branch-alias": {
6401                     "dev-master": "2.6.x-dev",
6402                     "dev-develop": "2.7.x-dev"
6403                 }
6404             },
6405             "autoload": {
6406                 "psr-4": {
6407                     "Zend\\ProgressBar\\": "src/"
6408                 }
6409             },
6410             "notification-url": "https://packagist.org/downloads/",
6411             "license": [
6412                 "BSD-3-Clause"
6413             ],
6414             "description": "Create and update progress bars in different environments",
6415             "keywords": [
6416                 "ZendFramework",
6417                 "progressbar",
6418                 "zf"
6419             ],
6420             "time": "2018-04-30T19:15:33+00:00"
6421         },
6422         {
6423             "name": "zendframework/zend-psr7bridge",
6424             "version": "0.2.2",
6425             "source": {
6426                 "type": "git",
6427                 "url": "https://github.com/zendframework/zend-psr7bridge.git",
6428                 "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
6429             },
6430             "dist": {
6431                 "type": "zip",
6432                 "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
6433                 "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
6434                 "shasum": ""
6435             },
6436             "require": {
6437                 "php": ">=5.5",
6438                 "psr/http-message": "^1.0",
6439                 "zendframework/zend-diactoros": "^1.1",
6440                 "zendframework/zend-http": "^2.5"
6441             },
6442             "require-dev": {
6443                 "phpunit/phpunit": "^4.7",
6444                 "squizlabs/php_codesniffer": "^2.3"
6445             },
6446             "type": "library",
6447             "extra": {
6448                 "branch-alias": {
6449                     "dev-master": "1.0-dev",
6450                     "dev-develop": "1.1-dev"
6451                 }
6452             },
6453             "autoload": {
6454                 "psr-4": {
6455                     "Zend\\Psr7Bridge\\": "src/"
6456                 }
6457             },
6458             "notification-url": "https://packagist.org/downloads/",
6459             "license": [
6460                 "BSD-3-Clause"
6461             ],
6462             "description": "PSR-7 <-> Zend\\Http bridge",
6463             "homepage": "https://github.com/zendframework/zend-psr7bridge",
6464             "keywords": [
6465                 "http",
6466                 "psr",
6467                 "psr-7"
6468             ],
6469             "time": "2016-05-10T21:44:39+00:00"
6470         },
6471         {
6472             "name": "zendframework/zend-serializer",
6473             "version": "2.9.0",
6474             "source": {
6475                 "type": "git",
6476                 "url": "https://github.com/zendframework/zend-serializer.git",
6477                 "reference": "0172690db48d8935edaf625c4cba38b79719892c"
6478             },
6479             "dist": {
6480                 "type": "zip",
6481                 "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
6482                 "reference": "0172690db48d8935edaf625c4cba38b79719892c",
6483                 "shasum": ""
6484             },
6485             "require": {
6486                 "php": "^5.6 || ^7.0",
6487                 "zendframework/zend-json": "^2.5 || ^3.0",
6488                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6489             },
6490             "require-dev": {
6491                 "phpunit/phpunit": "^5.7.25 || ^6.4.4",
6492                 "zendframework/zend-coding-standard": "~1.0.0",
6493                 "zendframework/zend-math": "^2.6 || ^3.0",
6494                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
6495             },
6496             "suggest": {
6497                 "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
6498                 "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
6499             },
6500             "type": "library",
6501             "extra": {
6502                 "branch-alias": {
6503                     "dev-master": "2.9.x-dev",
6504                     "dev-develop": "2.10.x-dev"
6505                 },
6506                 "zf": {
6507                     "component": "Zend\\Serializer",
6508                     "config-provider": "Zend\\Serializer\\ConfigProvider"
6509                 }
6510             },
6511             "autoload": {
6512                 "psr-4": {
6513                     "Zend\\Serializer\\": "src/"
6514                 }
6515             },
6516             "notification-url": "https://packagist.org/downloads/",
6517             "license": [
6518                 "BSD-3-Clause"
6519             ],
6520             "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
6521             "keywords": [
6522                 "ZendFramework",
6523                 "serializer",
6524                 "zf"
6525             ],
6526             "time": "2018-05-14T18:45:18+00:00"
6527         },
6528         {
6529             "name": "zendframework/zend-server",
6530             "version": "2.8.0",
6531             "source": {
6532                 "type": "git",
6533                 "url": "https://github.com/zendframework/zend-server.git",
6534                 "reference": "23a2e9a5599c83c05da831cb7c649e8a7809595e"
6535             },
6536             "dist": {
6537                 "type": "zip",
6538                 "url": "https://api.github.com/repos/zendframework/zend-server/zipball/23a2e9a5599c83c05da831cb7c649e8a7809595e",
6539                 "reference": "23a2e9a5599c83c05da831cb7c649e8a7809595e",
6540                 "shasum": ""
6541             },
6542             "require": {
6543                 "php": "^5.6 || ^7.0",
6544                 "zendframework/zend-code": "^2.5 || ^3.0",
6545                 "zendframework/zend-stdlib": "^2.5 || ^3.0"
6546             },
6547             "require-dev": {
6548                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6549                 "zendframework/zend-coding-standard": "~1.0.0"
6550             },
6551             "type": "library",
6552             "extra": {
6553                 "branch-alias": {
6554                     "dev-master": "2.8.x-dev",
6555                     "dev-develop": "2.9.x-dev"
6556                 }
6557             },
6558             "autoload": {
6559                 "psr-4": {
6560                     "Zend\\Server\\": "src/"
6561                 }
6562             },
6563             "notification-url": "https://packagist.org/downloads/",
6564             "license": [
6565                 "BSD-3-Clause"
6566             ],
6567             "description": "Create Reflection-based RPC servers",
6568             "keywords": [
6569                 "ZendFramework",
6570                 "server",
6571                 "zf"
6572             ],
6573             "time": "2018-04-30T22:21:28+00:00"
6574         },
6575         {
6576             "name": "zendframework/zend-servicemanager",
6577             "version": "2.7.11",
6578             "source": {
6579                 "type": "git",
6580                 "url": "https://github.com/zendframework/zend-servicemanager.git",
6581                 "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
6582             },
6583             "dist": {
6584                 "type": "zip",
6585                 "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
6586                 "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
6587                 "shasum": ""
6588             },
6589             "require": {
6590                 "container-interop/container-interop": "~1.0",
6591                 "php": "^5.5 || ^7.0"
6592             },
6593             "require-dev": {
6594                 "athletic/athletic": "dev-master",
6595                 "fabpot/php-cs-fixer": "1.7.*",
6596                 "phpunit/phpunit": "~4.0",
6597                 "zendframework/zend-di": "~2.5",
6598                 "zendframework/zend-mvc": "~2.5"
6599             },
6600             "suggest": {
6601                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
6602                 "zendframework/zend-di": "Zend\\Di component"
6603             },
6604             "type": "library",
6605             "extra": {
6606                 "branch-alias": {
6607                     "dev-master": "2.7-dev",
6608                     "dev-develop": "3.0-dev"
6609                 }
6610             },
6611             "autoload": {
6612                 "psr-4": {
6613                     "Zend\\ServiceManager\\": "src/"
6614                 }
6615             },
6616             "notification-url": "https://packagist.org/downloads/",
6617             "license": [
6618                 "BSD-3-Clause"
6619             ],
6620             "homepage": "https://github.com/zendframework/zend-servicemanager",
6621             "keywords": [
6622                 "servicemanager",
6623                 "zf2"
6624             ],
6625             "time": "2018-06-22T14:49:54+00:00"
6626         },
6627         {
6628             "name": "zendframework/zend-session",
6629             "version": "2.8.5",
6630             "source": {
6631                 "type": "git",
6632                 "url": "https://github.com/zendframework/zend-session.git",
6633                 "reference": "2cfd90e1a2f6b066b9f908599251d8f64f07021b"
6634             },
6635             "dist": {
6636                 "type": "zip",
6637                 "url": "https://api.github.com/repos/zendframework/zend-session/zipball/2cfd90e1a2f6b066b9f908599251d8f64f07021b",
6638                 "reference": "2cfd90e1a2f6b066b9f908599251d8f64f07021b",
6639                 "shasum": ""
6640             },
6641             "require": {
6642                 "php": "^5.6 || ^7.0",
6643                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
6644                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6645             },
6646             "require-dev": {
6647                 "container-interop/container-interop": "^1.1",
6648                 "mongodb/mongodb": "^1.0.1",
6649                 "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
6650                 "phpunit/phpunit": "^5.7.5 || >=6.0.13 <6.5.0",
6651                 "zendframework/zend-cache": "^2.6.1",
6652                 "zendframework/zend-coding-standard": "~1.0.0",
6653                 "zendframework/zend-db": "^2.7",
6654                 "zendframework/zend-http": "^2.5.4",
6655                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6656                 "zendframework/zend-validator": "^2.6"
6657             },
6658             "suggest": {
6659                 "mongodb/mongodb": "If you want to use the MongoDB session save handler",
6660                 "zendframework/zend-cache": "Zend\\Cache component",
6661                 "zendframework/zend-db": "Zend\\Db component",
6662                 "zendframework/zend-http": "Zend\\Http component",
6663                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
6664                 "zendframework/zend-validator": "Zend\\Validator component"
6665             },
6666             "type": "library",
6667             "extra": {
6668                 "branch-alias": {
6669                     "dev-master": "2.8-dev",
6670                     "dev-develop": "2.9-dev"
6671                 },
6672                 "zf": {
6673                     "component": "Zend\\Session",
6674                     "config-provider": "Zend\\Session\\ConfigProvider"
6675                 }
6676             },
6677             "autoload": {
6678                 "psr-4": {
6679                     "Zend\\Session\\": "src/"
6680                 }
6681             },
6682             "notification-url": "https://packagist.org/downloads/",
6683             "license": [
6684                 "BSD-3-Clause"
6685             ],
6686             "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client",
6687             "keywords": [
6688                 "ZendFramework",
6689                 "session",
6690                 "zf"
6691             ],
6692             "time": "2018-02-22T16:33:54+00:00"
6693         },
6694         {
6695             "name": "zendframework/zend-soap",
6696             "version": "2.7.0",
6697             "source": {
6698                 "type": "git",
6699                 "url": "https://github.com/zendframework/zend-soap.git",
6700                 "reference": "af03c32f0db2b899b3df8cfe29aeb2b49857d284"
6701             },
6702             "dist": {
6703                 "type": "zip",
6704                 "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/af03c32f0db2b899b3df8cfe29aeb2b49857d284",
6705                 "reference": "af03c32f0db2b899b3df8cfe29aeb2b49857d284",
6706                 "shasum": ""
6707             },
6708             "require": {
6709                 "ext-soap": "*",
6710                 "php": "^5.6 || ^7.0",
6711                 "zendframework/zend-server": "^2.6.1",
6712                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
6713                 "zendframework/zend-uri": "^2.5.2"
6714             },
6715             "require-dev": {
6716                 "phpunit/phpunit": "^5.7.21 || ^6.3",
6717                 "zendframework/zend-coding-standard": "~1.0.0",
6718                 "zendframework/zend-config": "^2.6",
6719                 "zendframework/zend-http": "^2.5.4"
6720             },
6721             "suggest": {
6722                 "zendframework/zend-http": "Zend\\Http component"
6723             },
6724             "type": "library",
6725             "extra": {
6726                 "branch-alias": {
6727                     "dev-master": "2.7.x-dev",
6728                     "dev-develop": "2.8.x-dev"
6729                 }
6730             },
6731             "autoload": {
6732                 "psr-4": {
6733                     "Zend\\Soap\\": "src/"
6734                 }
6735             },
6736             "notification-url": "https://packagist.org/downloads/",
6737             "license": [
6738                 "BSD-3-Clause"
6739             ],
6740             "homepage": "https://github.com/zendframework/zend-soap",
6741             "keywords": [
6742                 "soap",
6743                 "zf2"
6744             ],
6745             "time": "2018-01-29T17:51:26+00:00"
6746         },
6747         {
6748             "name": "zendframework/zend-stdlib",
6749             "version": "2.7.7",
6750             "source": {
6751                 "type": "git",
6752                 "url": "https://github.com/zendframework/zend-stdlib.git",
6753                 "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
6754             },
6755             "dist": {
6756                 "type": "zip",
6757                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
6758                 "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
6759                 "shasum": ""
6760             },
6761             "require": {
6762                 "php": "^5.5 || ^7.0",
6763                 "zendframework/zend-hydrator": "~1.1"
6764             },
6765             "require-dev": {
6766                 "athletic/athletic": "~0.1",
6767                 "fabpot/php-cs-fixer": "1.7.*",
6768                 "phpunit/phpunit": "~4.0",
6769                 "zendframework/zend-config": "~2.5",
6770                 "zendframework/zend-eventmanager": "~2.5",
6771                 "zendframework/zend-filter": "~2.5",
6772                 "zendframework/zend-inputfilter": "~2.5",
6773                 "zendframework/zend-serializer": "~2.5",
6774                 "zendframework/zend-servicemanager": "~2.5"
6775             },
6776             "suggest": {
6777                 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
6778                 "zendframework/zend-filter": "To support naming strategy hydrator usage",
6779                 "zendframework/zend-serializer": "Zend\\Serializer component",
6780                 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
6781             },
6782             "type": "library",
6783             "extra": {
6784                 "branch-alias": {
6785                     "dev-release-2.7": "2.7-dev",
6786                     "dev-master": "3.0-dev",
6787                     "dev-develop": "3.1-dev"
6788                 }
6789             },
6790             "autoload": {
6791                 "psr-4": {
6792                     "Zend\\Stdlib\\": "src/"
6793                 }
6794             },
6795             "notification-url": "https://packagist.org/downloads/",
6796             "license": [
6797                 "BSD-3-Clause"
6798             ],
6799             "homepage": "https://github.com/zendframework/zend-stdlib",
6800             "keywords": [
6801                 "stdlib",
6802                 "zf2"
6803             ],
6804             "time": "2016-04-12T21:17:31+00:00"
6805         },
6806         {
6807             "name": "zendframework/zend-tag",
6808             "version": "2.7.0",
6809             "source": {
6810                 "type": "git",
6811                 "url": "https://github.com/zendframework/zend-tag.git",
6812                 "reference": "2212dfae37dd6158a435df551186bd11b8eea011"
6813             },
6814             "dist": {
6815                 "type": "zip",
6816                 "url": "https://api.github.com/repos/zendframework/zend-tag/zipball/2212dfae37dd6158a435df551186bd11b8eea011",
6817                 "reference": "2212dfae37dd6158a435df551186bd11b8eea011",
6818                 "shasum": ""
6819             },
6820             "require": {
6821                 "php": "^5.6 || ^7.0",
6822                 "zendframework/zend-escaper": "^2.5",
6823                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6824             },
6825             "require-dev": {
6826                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6827                 "zendframework/zend-coding-standard": "~1.0.0",
6828                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
6829             },
6830             "suggest": {
6831                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
6832             },
6833             "type": "library",
6834             "extra": {
6835                 "branch-alias": {
6836                     "dev-master": "2.7.x-dev",
6837                     "dev-develop": "2.8.x-dev"
6838                 }
6839             },
6840             "autoload": {
6841                 "psr-4": {
6842                     "Zend\\Tag\\": "src/"
6843                 }
6844             },
6845             "notification-url": "https://packagist.org/downloads/",
6846             "license": [
6847                 "BSD-3-Clause"
6848             ],
6849             "description": "Manipulate and weight taggable items, and create tag clouds",
6850             "keywords": [
6851                 "ZendFramework",
6852                 "tag",
6853                 "zf"
6854             ],
6855             "time": "2018-04-30T15:01:38+00:00"
6856         },
6857         {
6858             "name": "zendframework/zend-test",
6859             "version": "2.6.1",
6860             "source": {
6861                 "type": "git",
6862                 "url": "https://github.com/zendframework/zend-test.git",
6863                 "reference": "0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b"
6864             },
6865             "dist": {
6866                 "type": "zip",
6867                 "url": "https://api.github.com/repos/zendframework/zend-test/zipball/0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b",
6868                 "reference": "0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b",
6869                 "shasum": ""
6870             },
6871             "require": {
6872                 "php": "^5.5 || ^7.0",
6873                 "phpunit/phpunit": "^4.0 || ^5.0",
6874                 "sebastian/version": "^1.0.4",
6875                 "zendframework/zend-console": "^2.6",
6876                 "zendframework/zend-dom": "^2.6",
6877                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
6878                 "zendframework/zend-http": "^2.5.4",
6879                 "zendframework/zend-mvc": "^2.7.1",
6880                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6881                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
6882                 "zendframework/zend-uri": "^2.5",
6883                 "zendframework/zend-view": "^2.6.3"
6884             },
6885             "require-dev": {
6886                 "fabpot/php-cs-fixer": "1.7.*",
6887                 "mikey179/vfsstream": "~1.2",
6888                 "symfony/finder": "^2.2",
6889                 "zendframework/zend-i18n": "^2.6",
6890                 "zendframework/zend-log": "^2.7.1",
6891                 "zendframework/zend-modulemanager": "^2.7.1",
6892                 "zendframework/zend-serializer": "^2.6.1",
6893                 "zendframework/zend-session": "^2.6.2"
6894             },
6895             "type": "library",
6896             "extra": {
6897                 "branch-alias": {
6898                     "dev-master": "2.6-dev",
6899                     "dev-develop": "2.7-dev"
6900                 }
6901             },
6902             "autoload": {
6903                 "psr-4": {
6904                     "Zend\\Test\\": "src/"
6905                 }
6906             },
6907             "notification-url": "https://packagist.org/downloads/",
6908             "license": [
6909                 "BSD-3-Clause"
6910             ],
6911             "homepage": "https://github.com/zendframework/zend-test",
6912             "keywords": [
6913                 "test",
6914                 "zf2"
6915             ],
6916             "time": "2016-03-02T20:15:27+00:00"
6917         },
6918         {
6919             "name": "zendframework/zend-text",
6920             "version": "2.7.0",
6921             "source": {
6922                 "type": "git",
6923                 "url": "https://github.com/zendframework/zend-text.git",
6924                 "reference": "ca987dd4594f5f9508771fccd82c89bc7fbb39ac"
6925             },
6926             "dist": {
6927                 "type": "zip",
6928                 "url": "https://api.github.com/repos/zendframework/zend-text/zipball/ca987dd4594f5f9508771fccd82c89bc7fbb39ac",
6929                 "reference": "ca987dd4594f5f9508771fccd82c89bc7fbb39ac",
6930                 "shasum": ""
6931             },
6932             "require": {
6933                 "php": "^5.6 || ^7.0",
6934                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6935                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6936             },
6937             "require-dev": {
6938                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6939                 "zendframework/zend-coding-standard": "~1.0.0",
6940                 "zendframework/zend-config": "^2.6"
6941             },
6942             "type": "library",
6943             "extra": {
6944                 "branch-alias": {
6945                     "dev-master": "2.7.x-dev",
6946                     "dev-develop": "2.8.x-dev"
6947                 }
6948             },
6949             "autoload": {
6950                 "psr-4": {
6951                     "Zend\\Text\\": "src/"
6952                 }
6953             },
6954             "notification-url": "https://packagist.org/downloads/",
6955             "license": [
6956                 "BSD-3-Clause"
6957             ],
6958             "description": "Create FIGlets and text-based tables",
6959             "keywords": [
6960                 "ZendFramework",
6961                 "text",
6962                 "zf"
6963             ],
6964             "time": "2018-04-30T14:55:10+00:00"
6965         },
6966         {
6967             "name": "zendframework/zend-uri",
6968             "version": "2.6.1",
6969             "source": {
6970                 "type": "git",
6971                 "url": "https://github.com/zendframework/zend-uri.git",
6972                 "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
6973             },
6974             "dist": {
6975                 "type": "zip",
6976                 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
6977                 "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
6978                 "shasum": ""
6979             },
6980             "require": {
6981                 "php": "^5.6 || ^7.0",
6982                 "zendframework/zend-escaper": "^2.5",
6983                 "zendframework/zend-validator": "^2.10"
6984             },
6985             "require-dev": {
6986                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6987                 "zendframework/zend-coding-standard": "~1.0.0"
6988             },
6989             "type": "library",
6990             "extra": {
6991                 "branch-alias": {
6992                     "dev-master": "2.6.x-dev",
6993                     "dev-develop": "2.7.x-dev"
6994                 }
6995             },
6996             "autoload": {
6997                 "psr-4": {
6998                     "Zend\\Uri\\": "src/"
6999                 }
7000             },
7001             "notification-url": "https://packagist.org/downloads/",
7002             "license": [
7003                 "BSD-3-Clause"
7004             ],
7005             "description": "A component that aids in manipulating and validating Â» Uniform Resource Identifiers (URIs)",
7006             "keywords": [
7007                 "ZendFramework",
7008                 "uri",
7009                 "zf"
7010             ],
7011             "time": "2018-04-30T13:40:08+00:00"
7012         },
7013         {
7014             "name": "zendframework/zend-validator",
7015             "version": "2.10.2",
7016             "source": {
7017                 "type": "git",
7018                 "url": "https://github.com/zendframework/zend-validator.git",
7019                 "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
7020             },
7021             "dist": {
7022                 "type": "zip",
7023                 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
7024                 "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
7025                 "shasum": ""
7026             },
7027             "require": {
7028                 "container-interop/container-interop": "^1.1",
7029                 "php": "^5.6 || ^7.0",
7030                 "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
7031             },
7032             "require-dev": {
7033                 "phpunit/phpunit": "^6.0.8 || ^5.7.15",
7034                 "zendframework/zend-cache": "^2.6.1",
7035                 "zendframework/zend-coding-standard": "~1.0.0",
7036                 "zendframework/zend-config": "^2.6",
7037                 "zendframework/zend-db": "^2.7",
7038                 "zendframework/zend-filter": "^2.6",
7039                 "zendframework/zend-http": "^2.5.4",
7040                 "zendframework/zend-i18n": "^2.6",
7041                 "zendframework/zend-math": "^2.6",
7042                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
7043                 "zendframework/zend-session": "^2.8",
7044                 "zendframework/zend-uri": "^2.5"
7045             },
7046             "suggest": {
7047                 "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
7048                 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
7049                 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
7050                 "zendframework/zend-i18n-resources": "Translations of validator messages",
7051                 "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
7052                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
7053                 "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
7054                 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
7055             },
7056             "type": "library",
7057             "extra": {
7058                 "branch-alias": {
7059                     "dev-master": "2.10.x-dev",
7060                     "dev-develop": "2.11.x-dev"
7061                 },
7062                 "zf": {
7063                     "component": "Zend\\Validator",
7064                     "config-provider": "Zend\\Validator\\ConfigProvider"
7065                 }
7066             },
7067             "autoload": {
7068                 "psr-4": {
7069                     "Zend\\Validator\\": "src/"
7070                 }
7071             },
7072             "notification-url": "https://packagist.org/downloads/",
7073             "license": [
7074                 "BSD-3-Clause"
7075             ],
7076             "description": "provides a set of commonly needed validators",
7077             "homepage": "https://github.com/zendframework/zend-validator",
7078             "keywords": [
7079                 "validator",
7080                 "zf2"
7081             ],
7082             "time": "2018-02-01T17:05:33+00:00"
7083         },
7084         {
7085             "name": "zendframework/zend-version",
7086             "version": "2.5.1",
7087             "source": {
7088                 "type": "git",
7089                 "url": "https://github.com/zendframework/zend-version.git",
7090                 "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08"
7091             },
7092             "dist": {
7093                 "type": "zip",
7094                 "url": "https://api.github.com/repos/zendframework/zend-version/zipball/e30c55dc394eaf396f0347887af0a7bef471fe08",
7095                 "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08",
7096                 "shasum": ""
7097             },
7098             "require": {
7099                 "php": ">=5.3.23",
7100                 "zendframework/zend-json": "~2.5"
7101             },
7102             "require-dev": {
7103                 "fabpot/php-cs-fixer": "1.7.*",
7104                 "phpunit/phpunit": "~4.0",
7105                 "zendframework/zend-http": "~2.5"
7106             },
7107             "suggest": {
7108                 "zendframework/zend-http": "Allows use of Zend\\Http\\Client to check version information",
7109                 "zendframework/zend-json": "To check latest version hosted in GitHub"
7110             },
7111             "type": "library",
7112             "extra": {
7113                 "branch-alias": {
7114                     "dev-master": "2.5-dev",
7115                     "dev-develop": "2.6-dev"
7116                 }
7117             },
7118             "autoload": {
7119                 "psr-4": {
7120                     "Zend\\Version\\": "src/"
7121                 }
7122             },
7123             "notification-url": "https://packagist.org/downloads/",
7124             "license": [
7125                 "BSD-3-Clause"
7126             ],
7127             "homepage": "https://github.com/zendframework/zend-version",
7128             "keywords": [
7129                 "version",
7130                 "zf2"
7131             ],
7132             "abandoned": "ocramius/package-versions",
7133             "time": "2015-06-04T15:41:05+00:00"
7134         },
7135         {
7136             "name": "zendframework/zend-view",
7137             "version": "2.10.0",
7138             "source": {
7139                 "type": "git",
7140                 "url": "https://github.com/zendframework/zend-view.git",
7141                 "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e"
7142             },
7143             "dist": {
7144                 "type": "zip",
7145                 "url": "https://api.github.com/repos/zendframework/zend-view/zipball/4478cc5dd960e2339d88b363ef99fa278700e80e",
7146                 "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e",
7147                 "shasum": ""
7148             },
7149             "require": {
7150                 "php": "^5.6 || ^7.0",
7151                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
7152                 "zendframework/zend-loader": "^2.5",
7153                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
7154             },
7155             "require-dev": {
7156                 "phpunit/phpunit": "^5.7.15 || ^6.0.8",
7157                 "zendframework/zend-authentication": "^2.5",
7158                 "zendframework/zend-cache": "^2.6.1",
7159                 "zendframework/zend-coding-standard": "~1.0.0",
7160                 "zendframework/zend-config": "^2.6",
7161                 "zendframework/zend-console": "^2.6",
7162                 "zendframework/zend-escaper": "^2.5",
7163                 "zendframework/zend-feed": "^2.7",
7164                 "zendframework/zend-filter": "^2.6.1",
7165                 "zendframework/zend-http": "^2.5.4",
7166                 "zendframework/zend-i18n": "^2.6",
7167                 "zendframework/zend-json": "^2.6.1",
7168                 "zendframework/zend-log": "^2.7",
7169                 "zendframework/zend-modulemanager": "^2.7.1",
7170                 "zendframework/zend-mvc": "^2.7 || ^3.0",
7171                 "zendframework/zend-navigation": "^2.5",
7172                 "zendframework/zend-paginator": "^2.5",
7173                 "zendframework/zend-permissions-acl": "^2.6",
7174                 "zendframework/zend-router": "^3.0.1",
7175                 "zendframework/zend-serializer": "^2.6.1",
7176                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
7177                 "zendframework/zend-session": "^2.8.1",
7178                 "zendframework/zend-uri": "^2.5"
7179             },
7180             "suggest": {
7181                 "zendframework/zend-authentication": "Zend\\Authentication component",
7182                 "zendframework/zend-escaper": "Zend\\Escaper component",
7183                 "zendframework/zend-feed": "Zend\\Feed component",
7184                 "zendframework/zend-filter": "Zend\\Filter component",
7185                 "zendframework/zend-http": "Zend\\Http component",
7186                 "zendframework/zend-i18n": "Zend\\I18n component",
7187                 "zendframework/zend-json": "Zend\\Json component",
7188                 "zendframework/zend-mvc": "Zend\\Mvc component",
7189                 "zendframework/zend-navigation": "Zend\\Navigation component",
7190                 "zendframework/zend-paginator": "Zend\\Paginator component",
7191                 "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component",
7192                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
7193                 "zendframework/zend-uri": "Zend\\Uri component"
7194             },
7195             "bin": [
7196                 "bin/templatemap_generator.php"
7197             ],
7198             "type": "library",
7199             "extra": {
7200                 "branch-alias": {
7201                     "dev-master": "2.10.x-dev",
7202                     "dev-develop": "2.11.x-dev"
7203                 }
7204             },
7205             "autoload": {
7206                 "psr-4": {
7207                     "Zend\\View\\": "src/"
7208                 }
7209             },
7210             "notification-url": "https://packagist.org/downloads/",
7211             "license": [
7212                 "BSD-3-Clause"
7213             ],
7214             "description": "provides a system of helpers, output filters, and variable escaping",
7215             "homepage": "https://github.com/zendframework/zend-view",
7216             "keywords": [
7217                 "view",
7218                 "zf2"
7219             ],
7220             "time": "2018-01-17T22:21:50+00:00"
7221         },
7222         {
7223             "name": "zendframework/zend-xmlrpc",
7224             "version": "2.7.0",
7225             "source": {
7226                 "type": "git",
7227                 "url": "https://github.com/zendframework/zend-xmlrpc.git",
7228                 "reference": "97e7d70d71b040c8fc94807a911ee9a53dc35ef5"
7229             },
7230             "dist": {
7231                 "type": "zip",
7232                 "url": "https://api.github.com/repos/zendframework/zend-xmlrpc/zipball/97e7d70d71b040c8fc94807a911ee9a53dc35ef5",
7233                 "reference": "97e7d70d71b040c8fc94807a911ee9a53dc35ef5",
7234                 "shasum": ""
7235             },
7236             "require": {
7237                 "php": "^5.6 || ^7.0",
7238                 "zendframework/zend-http": "^2.5.4",
7239                 "zendframework/zend-math": "^2.7 || ^3.0",
7240                 "zendframework/zend-server": "^2.7",
7241                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
7242                 "zendframework/zendxml": "^1.0.2"
7243             },
7244             "require-dev": {
7245                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7246                 "zendframework/zend-coding-standard": "~1.0.0"
7247             },
7248             "suggest": {
7249                 "zendframework/zend-cache": "To support Zend\\XmlRpc\\Server\\Cache usage"
7250             },
7251             "type": "library",
7252             "extra": {
7253                 "branch-alias": {
7254                     "dev-master": "2.7.x-dev",
7255                     "dev-develop": "2.8.x-dev"
7256                 }
7257             },
7258             "autoload": {
7259                 "psr-4": {
7260                     "Zend\\XmlRpc\\": "src/"
7261                 }
7262             },
7263             "notification-url": "https://packagist.org/downloads/",
7264             "license": [
7265                 "BSD-3-Clause"
7266             ],
7267             "description": "Fully-featured XML-RPC server and client implementations",
7268             "keywords": [
7269                 "ZendFramework",
7270                 "xmlrpc",
7271                 "zf"
7272             ],
7273             "time": "2018-05-14T19:17:17+00:00"
7274         },
7275         {
7276             "name": "zendframework/zendframework",
7277             "version": "2.5.3",
7278             "source": {
7279                 "type": "git",
7280                 "url": "https://github.com/zendframework/zendframework.git",
7281                 "reference": "aeb432d59410cd9a4a68166738745387a9bf49ab"
7282             },
7283             "dist": {
7284                 "type": "zip",
7285                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/aeb432d59410cd9a4a68166738745387a9bf49ab",
7286                 "reference": "aeb432d59410cd9a4a68166738745387a9bf49ab",
7287                 "shasum": ""
7288             },
7289             "require": {
7290                 "php": "^5.5 || ^7.0",
7291                 "zendframework/zend-authentication": "^2.5",
7292                 "zendframework/zend-barcode": "^2.5",
7293                 "zendframework/zend-cache": "^2.5",
7294                 "zendframework/zend-captcha": "^2.5",
7295                 "zendframework/zend-code": "^2.5",
7296                 "zendframework/zend-config": "^2.5",
7297                 "zendframework/zend-console": "^2.5",
7298                 "zendframework/zend-crypt": "^2.5",
7299                 "zendframework/zend-db": "^2.5",
7300                 "zendframework/zend-debug": "^2.5",
7301                 "zendframework/zend-di": "^2.5",
7302                 "zendframework/zend-dom": "^2.5",
7303                 "zendframework/zend-escaper": "^2.5",
7304                 "zendframework/zend-eventmanager": "^2.5",
7305                 "zendframework/zend-feed": "^2.5",
7306                 "zendframework/zend-file": "^2.5",
7307                 "zendframework/zend-filter": "^2.5",
7308                 "zendframework/zend-form": "^2.5",
7309                 "zendframework/zend-http": "^2.5",
7310                 "zendframework/zend-i18n": "^2.5",
7311                 "zendframework/zend-i18n-resources": "^2.5",
7312                 "zendframework/zend-inputfilter": "^2.5",
7313                 "zendframework/zend-json": "^2.5",
7314                 "zendframework/zend-loader": "^2.5",
7315                 "zendframework/zend-log": "^2.5",
7316                 "zendframework/zend-mail": "^2.5",
7317                 "zendframework/zend-math": "^2.5",
7318                 "zendframework/zend-memory": "^2.5",
7319                 "zendframework/zend-mime": "^2.5",
7320                 "zendframework/zend-modulemanager": "^2.5",
7321                 "zendframework/zend-mvc": "^2.5",
7322                 "zendframework/zend-navigation": "^2.5",
7323                 "zendframework/zend-paginator": "^2.5",
7324                 "zendframework/zend-permissions-acl": "^2.5",
7325                 "zendframework/zend-permissions-rbac": "^2.5",
7326                 "zendframework/zend-progressbar": "^2.5",
7327                 "zendframework/zend-serializer": "^2.5",
7328                 "zendframework/zend-server": "^2.5",
7329                 "zendframework/zend-servicemanager": "^2.5",
7330                 "zendframework/zend-session": "^2.5",
7331                 "zendframework/zend-soap": "^2.5",
7332                 "zendframework/zend-stdlib": "^2.5",
7333                 "zendframework/zend-tag": "^2.5",
7334                 "zendframework/zend-test": "^2.5",
7335                 "zendframework/zend-text": "^2.5",
7336                 "zendframework/zend-uri": "^2.5",
7337                 "zendframework/zend-validator": "^2.5",
7338                 "zendframework/zend-version": "^2.5",
7339                 "zendframework/zend-view": "^2.5",
7340                 "zendframework/zend-xmlrpc": "^2.5",
7341                 "zendframework/zendxml": "^1.0.1"
7342             },
7343             "suggest": {
7344                 "zendframework/zend-ldap": "zend-ldap component ^2.5, if you need LDAP features"
7345             },
7346             "bin": [
7347                 "bin/classmap_generator.php",
7348                 "bin/pluginmap_generator.php",
7349                 "bin/templatemap_generator.php"
7350             ],
7351             "type": "library",
7352             "extra": {
7353                 "branch-alias": {
7354                     "dev-master": "2.5-dev",
7355                     "dev-develop": "2.6-dev"
7356                 }
7357             },
7358             "notification-url": "https://packagist.org/downloads/",
7359             "license": [
7360                 "BSD-3-Clause"
7361             ],
7362             "description": "Zend Framework 2",
7363             "homepage": "http://framework.zend.com/",
7364             "keywords": [
7365                 "framework",
7366                 "zf2"
7367             ],
7368             "time": "2016-01-27T18:00:44+00:00"
7369         },
7370         {
7371             "name": "zendframework/zendxml",
7372             "version": "1.1.0",
7373             "source": {
7374                 "type": "git",
7375                 "url": "https://github.com/zendframework/ZendXml.git",
7376                 "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99"
7377             },
7378             "dist": {
7379                 "type": "zip",
7380                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
7381                 "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
7382                 "shasum": ""
7383             },
7384             "require": {
7385                 "php": "^5.6 || ^7.0"
7386             },
7387             "require-dev": {
7388                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
7389                 "zendframework/zend-coding-standard": "~1.0.0"
7390             },
7391             "type": "library",
7392             "extra": {
7393                 "branch-alias": {
7394                     "dev-master": "1.1.x-dev",
7395                     "dev-develop": "1.2.x-dev"
7396                 }
7397             },
7398             "autoload": {
7399                 "psr-4": {
7400                     "ZendXml\\": "src/"
7401                 }
7402             },
7403             "notification-url": "https://packagist.org/downloads/",
7404             "license": [
7405                 "BSD-3-Clause"
7406             ],
7407             "description": "Utility library for XML usage, best practices, and security in PHP",
7408             "keywords": [
7409                 "ZendFramework",
7410                 "security",
7411                 "xml",
7412                 "zf"
7413             ],
7414             "time": "2018-04-30T15:11:04+00:00"
7415         }
7416     ],
7417     "packages-dev": [],
7418     "aliases": [],
7419     "minimum-stability": "stable",
7420     "stability-flags": {
7421         "doctrine/couchdb": 10
7422     },
7423     "prefer-stable": false,
7424     "prefer-lowest": false,
7425     "platform": {
7426         "php": ">=5.6.0"
7427     },
7428     "platform-dev": [],
7429     "platform-overrides": {
7430         "php": "5.6"
7431     }