remove EditNote function (#1865)
[openemr.git] / composer.lock
blobf8402085033e77fbb9fae71cf1753c61a19f38e1
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": "34e058f0458b382e1fe864e044410ddd",
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": "zendframework/zend-authentication",
4209             "version": "2.6.0",
4210             "source": {
4211                 "type": "git",
4212                 "url": "https://github.com/zendframework/zend-authentication.git",
4213                 "reference": "ebc9464c11a5203e5256439f1079a7d6efe89eec"
4214             },
4215             "dist": {
4216                 "type": "zip",
4217                 "url": "https://api.github.com/repos/zendframework/zend-authentication/zipball/ebc9464c11a5203e5256439f1079a7d6efe89eec",
4218                 "reference": "ebc9464c11a5203e5256439f1079a7d6efe89eec",
4219                 "shasum": ""
4220             },
4221             "require": {
4222                 "php": "^5.6 || ^7.0",
4223                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4224             },
4225             "require-dev": {
4226                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4227                 "zendframework/zend-coding-standard": "~1.0.0",
4228                 "zendframework/zend-crypt": "^2.6 || ^3.2.1",
4229                 "zendframework/zend-db": "^2.8.2",
4230                 "zendframework/zend-http": "^2.7",
4231                 "zendframework/zend-ldap": "^2.8",
4232                 "zendframework/zend-session": "^2.8",
4233                 "zendframework/zend-uri": "^2.5.2",
4234                 "zendframework/zend-validator": "^2.10.1"
4235             },
4236             "suggest": {
4237                 "zendframework/zend-crypt": "Zend\\Crypt component",
4238                 "zendframework/zend-db": "Zend\\Db component",
4239                 "zendframework/zend-http": "Zend\\Http component",
4240                 "zendframework/zend-ldap": "Zend\\Ldap component",
4241                 "zendframework/zend-session": "Zend\\Session component",
4242                 "zendframework/zend-uri": "Zend\\Uri component",
4243                 "zendframework/zend-validator": "Zend\\Validator component"
4244             },
4245             "type": "library",
4246             "extra": {
4247                 "branch-alias": {
4248                     "dev-master": "2.6.x-dev",
4249                     "dev-develop": "2.7.x-dev"
4250                 }
4251             },
4252             "autoload": {
4253                 "psr-4": {
4254                     "Zend\\Authentication\\": "src/"
4255                 }
4256             },
4257             "notification-url": "https://packagist.org/downloads/",
4258             "license": [
4259                 "BSD-3-Clause"
4260             ],
4261             "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
4262             "keywords": [
4263                 "Authentication",
4264                 "ZendFramework",
4265                 "zf"
4266             ],
4267             "time": "2018-04-12T21:09:22+00:00"
4268         },
4269         {
4270             "name": "zendframework/zend-barcode",
4271             "version": "2.7.0",
4272             "source": {
4273                 "type": "git",
4274                 "url": "https://github.com/zendframework/zend-barcode.git",
4275                 "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf"
4276             },
4277             "dist": {
4278                 "type": "zip",
4279                 "url": "https://api.github.com/repos/zendframework/zend-barcode/zipball/50f24f604ef2172a0127efe91e786bc2caf2e8cf",
4280                 "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf",
4281                 "shasum": ""
4282             },
4283             "require": {
4284                 "php": "^5.6 || ^7.0",
4285                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4286                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1",
4287                 "zendframework/zend-validator": "^2.10.1"
4288             },
4289             "require-dev": {
4290                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4291                 "zendframework/zend-coding-standard": "~1.0.0",
4292                 "zendframework/zend-config": "^2.6 || ^3.1",
4293                 "zendframework/zendpdf": "^2.0.2"
4294             },
4295             "suggest": {
4296                 "zendframework/zendpdf": "ZendPdf component"
4297             },
4298             "type": "library",
4299             "extra": {
4300                 "branch-alias": {
4301                     "dev-master": "2.7.x-dev",
4302                     "dev-develop": "2.8.x-dev"
4303                 }
4304             },
4305             "autoload": {
4306                 "psr-4": {
4307                     "Zend\\Barcode\\": "src/"
4308                 }
4309             },
4310             "notification-url": "https://packagist.org/downloads/",
4311             "license": [
4312                 "BSD-3-Clause"
4313             ],
4314             "description": "provides a generic way to generate barcodes",
4315             "keywords": [
4316                 "ZendFramework",
4317                 "barcode",
4318                 "zf"
4319             ],
4320             "time": "2017-12-11T15:30:02+00:00"
4321         },
4322         {
4323             "name": "zendframework/zend-cache",
4324             "version": "2.8.2",
4325             "source": {
4326                 "type": "git",
4327                 "url": "https://github.com/zendframework/zend-cache.git",
4328                 "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
4329             },
4330             "dist": {
4331                 "type": "zip",
4332                 "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
4333                 "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
4334                 "shasum": ""
4335             },
4336             "require": {
4337                 "php": "^5.6 || ^7.0",
4338                 "psr/cache": "^1.0",
4339                 "psr/simple-cache": "^1.0",
4340                 "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
4341                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4342                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4343             },
4344             "provide": {
4345                 "psr/cache-implementation": "1.0",
4346                 "psr/simple-cache-implementation": "1.0"
4347             },
4348             "require-dev": {
4349                 "cache/integration-tests": "^0.16",
4350                 "phpbench/phpbench": "^0.13",
4351                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4352                 "zendframework/zend-coding-standard": "~1.0.0",
4353                 "zendframework/zend-serializer": "^2.6",
4354                 "zendframework/zend-session": "^2.7.4"
4355             },
4356             "suggest": {
4357                 "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4358                 "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4359                 "ext-dba": "DBA, to use the DBA storage adapter",
4360                 "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4361                 "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4362                 "ext-mongo": "Mongo, to use MongoDb storage adapter",
4363                 "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
4364                 "ext-redis": "Redis, to use Redis storage adapter",
4365                 "ext-wincache": "WinCache, to use the WinCache storage adapter",
4366                 "ext-xcache": "XCache, to use the XCache storage adapter",
4367                 "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
4368                 "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4369                 "zendframework/zend-serializer": "Zend\\Serializer component",
4370                 "zendframework/zend-session": "Zend\\Session component"
4371             },
4372             "type": "library",
4373             "extra": {
4374                 "branch-alias": {
4375                     "dev-master": "2.8.x-dev",
4376                     "dev-develop": "2.9.x-dev"
4377                 },
4378                 "zf": {
4379                     "component": "Zend\\Cache",
4380                     "config-provider": "Zend\\Cache\\ConfigProvider"
4381                 }
4382             },
4383             "autoload": {
4384                 "files": [
4385                     "autoload/patternPluginManagerPolyfill.php"
4386                 ],
4387                 "psr-4": {
4388                     "Zend\\Cache\\": "src/"
4389                 }
4390             },
4391             "notification-url": "https://packagist.org/downloads/",
4392             "license": [
4393                 "BSD-3-Clause"
4394             ],
4395             "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
4396             "keywords": [
4397                 "ZendFramework",
4398                 "cache",
4399                 "psr-16",
4400                 "psr-6",
4401                 "zf"
4402             ],
4403             "time": "2018-05-01T21:58:00+00:00"
4404         },
4405         {
4406             "name": "zendframework/zend-captcha",
4407             "version": "2.8.0",
4408             "source": {
4409                 "type": "git",
4410                 "url": "https://github.com/zendframework/zend-captcha.git",
4411                 "reference": "37e9b6a4f632a9399eecbf2e5e325ad89083f87b"
4412             },
4413             "dist": {
4414                 "type": "zip",
4415                 "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/37e9b6a4f632a9399eecbf2e5e325ad89083f87b",
4416                 "reference": "37e9b6a4f632a9399eecbf2e5e325ad89083f87b",
4417                 "shasum": ""
4418             },
4419             "require": {
4420                 "php": "^5.6 || ^7.0",
4421                 "zendframework/zend-math": "^2.7 || ^3.0",
4422                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4423             },
4424             "require-dev": {
4425                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4426                 "zendframework/zend-coding-standard": "~1.0.0",
4427                 "zendframework/zend-session": "^2.8",
4428                 "zendframework/zend-text": "^2.6",
4429                 "zendframework/zend-validator": "^2.10.1",
4430                 "zendframework/zendservice-recaptcha": "^3.0"
4431             },
4432             "suggest": {
4433                 "zendframework/zend-i18n-resources": "Translations of captcha messages",
4434                 "zendframework/zend-session": "Zend\\Session component",
4435                 "zendframework/zend-text": "Zend\\Text component",
4436                 "zendframework/zend-validator": "Zend\\Validator component",
4437                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
4438             },
4439             "type": "library",
4440             "extra": {
4441                 "branch-alias": {
4442                     "dev-master": "2.8.x-dev",
4443                     "dev-develop": "2.9.x-dev"
4444                 }
4445             },
4446             "autoload": {
4447                 "psr-4": {
4448                     "Zend\\Captcha\\": "src/"
4449                 }
4450             },
4451             "notification-url": "https://packagist.org/downloads/",
4452             "license": [
4453                 "BSD-3-Clause"
4454             ],
4455             "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
4456             "keywords": [
4457                 "ZendFramework",
4458                 "captcha",
4459                 "zf"
4460             ],
4461             "time": "2018-04-24T17:24:10+00:00"
4462         },
4463         {
4464             "name": "zendframework/zend-code",
4465             "version": "2.6.3",
4466             "source": {
4467                 "type": "git",
4468                 "url": "https://github.com/zendframework/zend-code.git",
4469                 "reference": "95033f061b083e16cdee60530ec260d7d628b887"
4470             },
4471             "dist": {
4472                 "type": "zip",
4473                 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
4474                 "reference": "95033f061b083e16cdee60530ec260d7d628b887",
4475                 "shasum": ""
4476             },
4477             "require": {
4478                 "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
4479                 "zendframework/zend-eventmanager": "^2.6 || ^3.0"
4480             },
4481             "require-dev": {
4482                 "doctrine/annotations": "~1.0",
4483                 "fabpot/php-cs-fixer": "1.7.*",
4484                 "phpunit/phpunit": "^4.8.21",
4485                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4486             },
4487             "suggest": {
4488                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4489                 "zendframework/zend-stdlib": "Zend\\Stdlib component"
4490             },
4491             "type": "library",
4492             "extra": {
4493                 "branch-alias": {
4494                     "dev-master": "2.6-dev",
4495                     "dev-develop": "2.7-dev"
4496                 }
4497             },
4498             "autoload": {
4499                 "psr-4": {
4500                     "Zend\\Code\\": "src/"
4501                 }
4502             },
4503             "notification-url": "https://packagist.org/downloads/",
4504             "license": [
4505                 "BSD-3-Clause"
4506             ],
4507             "description": "provides facilities to generate arbitrary code using an object oriented interface",
4508             "homepage": "https://github.com/zendframework/zend-code",
4509             "keywords": [
4510                 "code",
4511                 "zf2"
4512             ],
4513             "time": "2016-04-20T17:26:42+00:00"
4514         },
4515         {
4516             "name": "zendframework/zend-config",
4517             "version": "2.6.0",
4518             "source": {
4519                 "type": "git",
4520                 "url": "https://github.com/zendframework/zend-config.git",
4521                 "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4522             },
4523             "dist": {
4524                 "type": "zip",
4525                 "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4526                 "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4527                 "shasum": ""
4528             },
4529             "require": {
4530                 "php": "^5.5 || ^7.0",
4531                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4532             },
4533             "require-dev": {
4534                 "fabpot/php-cs-fixer": "1.7.*",
4535                 "phpunit/phpunit": "~4.0",
4536                 "zendframework/zend-filter": "^2.6",
4537                 "zendframework/zend-i18n": "^2.5",
4538                 "zendframework/zend-json": "^2.6.1",
4539                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4540             },
4541             "suggest": {
4542                 "zendframework/zend-filter": "Zend\\Filter component",
4543                 "zendframework/zend-i18n": "Zend\\I18n component",
4544                 "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4545                 "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4546             },
4547             "type": "library",
4548             "extra": {
4549                 "branch-alias": {
4550                     "dev-master": "2.6-dev",
4551                     "dev-develop": "2.7-dev"
4552                 }
4553             },
4554             "autoload": {
4555                 "psr-4": {
4556                     "Zend\\Config\\": "src/"
4557                 }
4558             },
4559             "notification-url": "https://packagist.org/downloads/",
4560             "license": [
4561                 "BSD-3-Clause"
4562             ],
4563             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4564             "homepage": "https://github.com/zendframework/zend-config",
4565             "keywords": [
4566                 "config",
4567                 "zf2"
4568             ],
4569             "time": "2016-02-04T23:01:10+00:00"
4570         },
4571         {
4572             "name": "zendframework/zend-console",
4573             "version": "2.7.0",
4574             "source": {
4575                 "type": "git",
4576                 "url": "https://github.com/zendframework/zend-console.git",
4577                 "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
4578             },
4579             "dist": {
4580                 "type": "zip",
4581                 "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
4582                 "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
4583                 "shasum": ""
4584             },
4585             "require": {
4586                 "php": "^5.6 || ^7.0",
4587                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4588             },
4589             "require-dev": {
4590                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4591                 "zendframework/zend-coding-standard": "~1.0.0",
4592                 "zendframework/zend-filter": "^2.7.2",
4593                 "zendframework/zend-json": "^2.6 || ^3.0",
4594                 "zendframework/zend-validator": "^2.10.1"
4595             },
4596             "suggest": {
4597                 "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
4598                 "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
4599             },
4600             "type": "library",
4601             "extra": {
4602                 "branch-alias": {
4603                     "dev-master": "2.7.x-dev",
4604                     "dev-develop": "2.8.x-dev"
4605                 }
4606             },
4607             "autoload": {
4608                 "psr-4": {
4609                     "Zend\\Console\\": "src/"
4610                 }
4611             },
4612             "notification-url": "https://packagist.org/downloads/",
4613             "license": [
4614                 "BSD-3-Clause"
4615             ],
4616             "description": "Build console applications using getopt syntax or routing, complete with prompts",
4617             "keywords": [
4618                 "ZendFramework",
4619                 "console",
4620                 "zf"
4621             ],
4622             "time": "2018-01-25T19:08:04+00:00"
4623         },
4624         {
4625             "name": "zendframework/zend-crypt",
4626             "version": "2.6.0",
4627             "source": {
4628                 "type": "git",
4629                 "url": "https://github.com/zendframework/zend-crypt.git",
4630                 "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
4631             },
4632             "dist": {
4633                 "type": "zip",
4634                 "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
4635                 "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
4636                 "shasum": ""
4637             },
4638             "require": {
4639                 "container-interop/container-interop": "~1.0",
4640                 "php": "^5.5 || ^7.0",
4641                 "zendframework/zend-math": "^2.6",
4642                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4643             },
4644             "require-dev": {
4645                 "fabpot/php-cs-fixer": "1.7.*",
4646                 "phpunit/phpunit": "~4.0"
4647             },
4648             "suggest": {
4649                 "ext-mcrypt": "Required for most features of Zend\\Crypt"
4650             },
4651             "type": "library",
4652             "extra": {
4653                 "branch-alias": {
4654                     "dev-master": "2.6-dev",
4655                     "dev-develop": "2.7-dev"
4656                 }
4657             },
4658             "autoload": {
4659                 "psr-4": {
4660                     "Zend\\Crypt\\": "src/"
4661                 }
4662             },
4663             "notification-url": "https://packagist.org/downloads/",
4664             "license": [
4665                 "BSD-3-Clause"
4666             ],
4667             "homepage": "https://github.com/zendframework/zend-crypt",
4668             "keywords": [
4669                 "crypt",
4670                 "zf2"
4671             ],
4672             "time": "2016-02-03T23:46:30+00:00"
4673         },
4674         {
4675             "name": "zendframework/zend-db",
4676             "version": "2.9.3",
4677             "source": {
4678                 "type": "git",
4679                 "url": "https://github.com/zendframework/zend-db.git",
4680                 "reference": "5b4f2c42f94c9f7f4b2f456a0ebe459fab12b3d9"
4681             },
4682             "dist": {
4683                 "type": "zip",
4684                 "url": "https://api.github.com/repos/zendframework/zend-db/zipball/5b4f2c42f94c9f7f4b2f456a0ebe459fab12b3d9",
4685                 "reference": "5b4f2c42f94c9f7f4b2f456a0ebe459fab12b3d9",
4686                 "shasum": ""
4687             },
4688             "require": {
4689                 "php": "^5.6 || ^7.0",
4690                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4691             },
4692             "require-dev": {
4693                 "phpunit/phpunit": "^5.7.25 || ^6.4.4",
4694                 "zendframework/zend-coding-standard": "~1.0.0",
4695                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4696                 "zendframework/zend-hydrator": "^1.1 || ^2.1",
4697                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4698             },
4699             "suggest": {
4700                 "zendframework/zend-eventmanager": "Zend\\EventManager component",
4701                 "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets",
4702                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
4703             },
4704             "type": "library",
4705             "extra": {
4706                 "branch-alias": {
4707                     "dev-master": "2.9-dev",
4708                     "dev-develop": "2.10-dev"
4709                 },
4710                 "zf": {
4711                     "component": "Zend\\Db",
4712                     "config-provider": "Zend\\Db\\ConfigProvider"
4713                 }
4714             },
4715             "autoload": {
4716                 "psr-4": {
4717                     "Zend\\Db\\": "src/"
4718                 }
4719             },
4720             "notification-url": "https://packagist.org/downloads/",
4721             "license": [
4722                 "BSD-3-Clause"
4723             ],
4724             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
4725             "keywords": [
4726                 "ZendFramework",
4727                 "db",
4728                 "zf"
4729             ],
4730             "time": "2018-04-09T13:21:36+00:00"
4731         },
4732         {
4733             "name": "zendframework/zend-debug",
4734             "version": "2.6.0",
4735             "source": {
4736                 "type": "git",
4737                 "url": "https://github.com/zendframework/zend-debug.git",
4738                 "reference": "cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96"
4739             },
4740             "dist": {
4741                 "type": "zip",
4742                 "url": "https://api.github.com/repos/zendframework/zend-debug/zipball/cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96",
4743                 "reference": "cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96",
4744                 "shasum": ""
4745             },
4746             "require": {
4747                 "php": "^5.6 || ^7.0",
4748                 "zendframework/zend-escaper": "^2.0"
4749             },
4750             "require-dev": {
4751                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
4752                 "zendframework/zend-coding-standard": "~1.0.0"
4753             },
4754             "suggest": {
4755                 "ext-xdebug": "XDebug, for better backtrace output"
4756             },
4757             "type": "library",
4758             "extra": {
4759                 "branch-alias": {
4760                     "dev-master": "2.6.x-dev",
4761                     "dev-develop": "2.7.x-dev"
4762                 }
4763             },
4764             "autoload": {
4765                 "psr-4": {
4766                     "Zend\\Debug\\": "src/"
4767                 }
4768             },
4769             "notification-url": "https://packagist.org/downloads/",
4770             "license": [
4771                 "BSD-3-Clause"
4772             ],
4773             "description": "Safely dump debug information to HTML",
4774             "keywords": [
4775                 "ZendFramework",
4776                 "debug",
4777                 "zf"
4778             ],
4779             "time": "2018-04-30T20:10:31+00:00"
4780         },
4781         {
4782             "name": "zendframework/zend-di",
4783             "version": "2.6.1",
4784             "source": {
4785                 "type": "git",
4786                 "url": "https://github.com/zendframework/zend-di.git",
4787                 "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37"
4788             },
4789             "dist": {
4790                 "type": "zip",
4791                 "url": "https://api.github.com/repos/zendframework/zend-di/zipball/1fd1ba85660b5a2718741b38639dc7c4c3194b37",
4792                 "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37",
4793                 "shasum": ""
4794             },
4795             "require": {
4796                 "container-interop/container-interop": "^1.1",
4797                 "php": "^5.5 || ^7.0",
4798                 "zendframework/zend-code": "^2.6 || ^3.0",
4799                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
4800             },
4801             "require-dev": {
4802                 "fabpot/php-cs-fixer": "1.7.*",
4803                 "phpunit/phpunit": "~4.0"
4804             },
4805             "type": "library",
4806             "extra": {
4807                 "branch-alias": {
4808                     "dev-master": "2.6-dev",
4809                     "dev-develop": "2.7-dev"
4810                 }
4811             },
4812             "autoload": {
4813                 "psr-4": {
4814                     "Zend\\Di\\": "src/"
4815                 }
4816             },
4817             "notification-url": "https://packagist.org/downloads/",
4818             "license": [
4819                 "BSD-3-Clause"
4820             ],
4821             "homepage": "https://github.com/zendframework/zend-di",
4822             "keywords": [
4823                 "di",
4824                 "zf2"
4825             ],
4826             "time": "2016-04-25T20:58:11+00:00"
4827         },
4828         {
4829             "name": "zendframework/zend-diactoros",
4830             "version": "1.8.6",
4831             "source": {
4832                 "type": "git",
4833                 "url": "https://github.com/zendframework/zend-diactoros.git",
4834                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
4835             },
4836             "dist": {
4837                 "type": "zip",
4838                 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
4839                 "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
4840                 "shasum": ""
4841             },
4842             "require": {
4843                 "php": "^5.6 || ^7.0",
4844                 "psr/http-message": "^1.0"
4845             },
4846             "provide": {
4847                 "psr/http-message-implementation": "1.0"
4848             },
4849             "require-dev": {
4850                 "ext-dom": "*",
4851                 "ext-libxml": "*",
4852                 "php-http/psr7-integration-tests": "dev-master",
4853                 "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
4854                 "zendframework/zend-coding-standard": "~1.0"
4855             },
4856             "type": "library",
4857             "extra": {
4858                 "branch-alias": {
4859                     "dev-master": "1.8.x-dev",
4860                     "dev-develop": "1.9.x-dev",
4861                     "dev-release-2.0": "2.0.x-dev"
4862                 }
4863             },
4864             "autoload": {
4865                 "files": [
4866                     "src/functions/create_uploaded_file.php",
4867                     "src/functions/marshal_headers_from_sapi.php",
4868                     "src/functions/marshal_method_from_sapi.php",
4869                     "src/functions/marshal_protocol_version_from_sapi.php",
4870                     "src/functions/marshal_uri_from_sapi.php",
4871                     "src/functions/normalize_server.php",
4872                     "src/functions/normalize_uploaded_files.php",
4873                     "src/functions/parse_cookie_header.php"
4874                 ],
4875                 "psr-4": {
4876                     "Zend\\Diactoros\\": "src/"
4877                 }
4878             },
4879             "notification-url": "https://packagist.org/downloads/",
4880             "license": [
4881                 "BSD-2-Clause"
4882             ],
4883             "description": "PSR HTTP Message implementations",
4884             "homepage": "https://github.com/zendframework/zend-diactoros",
4885             "keywords": [
4886                 "http",
4887                 "psr",
4888                 "psr-7"
4889             ],
4890             "time": "2018-09-05T19:29:37+00:00"
4891         },
4892         {
4893             "name": "zendframework/zend-dom",
4894             "version": "2.7.1",
4895             "source": {
4896                 "type": "git",
4897                 "url": "https://github.com/zendframework/zend-dom.git",
4898                 "reference": "ec2c66c2bb0046e895651b24f2ebb83058b9bbca"
4899             },
4900             "dist": {
4901                 "type": "zip",
4902                 "url": "https://api.github.com/repos/zendframework/zend-dom/zipball/ec2c66c2bb0046e895651b24f2ebb83058b9bbca",
4903                 "reference": "ec2c66c2bb0046e895651b24f2ebb83058b9bbca",
4904                 "shasum": ""
4905             },
4906             "require": {
4907                 "php": "^5.6 || ^7.0"
4908             },
4909             "require-dev": {
4910                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4911                 "zendframework/zend-coding-standard": "~1.0.0"
4912             },
4913             "type": "library",
4914             "extra": {
4915                 "branch-alias": {
4916                     "dev-master": "2.7.x-dev",
4917                     "dev-develop": "2.8.x-dev"
4918                 }
4919             },
4920             "autoload": {
4921                 "psr-4": {
4922                     "Zend\\Dom\\": "src/"
4923                 }
4924             },
4925             "notification-url": "https://packagist.org/downloads/",
4926             "license": [
4927                 "BSD-3-Clause"
4928             ],
4929             "description": "provides tools for working with DOM documents and structures",
4930             "keywords": [
4931                 "ZendFramework",
4932                 "dom",
4933                 "zf"
4934             ],
4935             "time": "2018-04-09T20:18:00+00:00"
4936         },
4937         {
4938             "name": "zendframework/zend-escaper",
4939             "version": "2.6.0",
4940             "source": {
4941                 "type": "git",
4942                 "url": "https://github.com/zendframework/zend-escaper.git",
4943                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
4944             },
4945             "dist": {
4946                 "type": "zip",
4947                 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
4948                 "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
4949                 "shasum": ""
4950             },
4951             "require": {
4952                 "php": "^5.6 || ^7.0"
4953             },
4954             "require-dev": {
4955                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4956                 "zendframework/zend-coding-standard": "~1.0.0"
4957             },
4958             "type": "library",
4959             "extra": {
4960                 "branch-alias": {
4961                     "dev-master": "2.6.x-dev",
4962                     "dev-develop": "2.7.x-dev"
4963                 }
4964             },
4965             "autoload": {
4966                 "psr-4": {
4967                     "Zend\\Escaper\\": "src/"
4968                 }
4969             },
4970             "notification-url": "https://packagist.org/downloads/",
4971             "license": [
4972                 "BSD-3-Clause"
4973             ],
4974             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
4975             "keywords": [
4976                 "ZendFramework",
4977                 "escaper",
4978                 "zf"
4979             ],
4980             "time": "2018-04-25T15:48:53+00:00"
4981         },
4982         {
4983             "name": "zendframework/zend-eventmanager",
4984             "version": "2.6.4",
4985             "source": {
4986                 "type": "git",
4987                 "url": "https://github.com/zendframework/zend-eventmanager.git",
4988                 "reference": "d238c443220dce4b6396579c8ab2200ec25f9108"
4989             },
4990             "dist": {
4991                 "type": "zip",
4992                 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d238c443220dce4b6396579c8ab2200ec25f9108",
4993                 "reference": "d238c443220dce4b6396579c8ab2200ec25f9108",
4994                 "shasum": ""
4995             },
4996             "require": {
4997                 "php": "^5.5 || ^7.0",
4998                 "zendframework/zend-stdlib": "^2.7"
4999             },
5000             "require-dev": {
5001                 "athletic/athletic": "dev-master",
5002                 "fabpot/php-cs-fixer": "1.7.*",
5003                 "phpunit/phpunit": "~4.0"
5004             },
5005             "type": "library",
5006             "extra": {
5007                 "branch-alias": {
5008                     "dev-release-2.6": "2.6-dev",
5009                     "dev-master": "3.0-dev",
5010                     "dev-develop": "3.1-dev"
5011                 }
5012             },
5013             "autoload": {
5014                 "psr-4": {
5015                     "Zend\\EventManager\\": "src/"
5016                 }
5017             },
5018             "notification-url": "https://packagist.org/downloads/",
5019             "license": [
5020                 "BSD-3-Clause"
5021             ],
5022             "homepage": "https://github.com/zendframework/zend-eventmanager",
5023             "keywords": [
5024                 "eventmanager",
5025                 "zf2"
5026             ],
5027             "time": "2017-12-12T17:48:56+00:00"
5028         },
5029         {
5030             "name": "zendframework/zend-feed",
5031             "version": "2.10.3",
5032             "source": {
5033                 "type": "git",
5034                 "url": "https://github.com/zendframework/zend-feed.git",
5035                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
5036             },
5037             "dist": {
5038                 "type": "zip",
5039                 "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
5040                 "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
5041                 "shasum": ""
5042             },
5043             "require": {
5044                 "php": "^5.6 || ^7.0",
5045                 "zendframework/zend-escaper": "^2.5.2",
5046                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5047             },
5048             "require-dev": {
5049                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5050                 "psr/http-message": "^1.0.1",
5051                 "zendframework/zend-cache": "^2.7.2",
5052                 "zendframework/zend-coding-standard": "~1.0.0",
5053                 "zendframework/zend-db": "^2.8.2",
5054                 "zendframework/zend-http": "^2.7",
5055                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
5056                 "zendframework/zend-validator": "^2.10.1"
5057             },
5058             "suggest": {
5059                 "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
5060                 "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
5061                 "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
5062                 "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
5063                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
5064                 "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
5065             },
5066             "type": "library",
5067             "extra": {
5068                 "branch-alias": {
5069                     "dev-master": "2.10.x-dev",
5070                     "dev-develop": "2.11.x-dev"
5071                 }
5072             },
5073             "autoload": {
5074                 "psr-4": {
5075                     "Zend\\Feed\\": "src/"
5076                 }
5077             },
5078             "notification-url": "https://packagist.org/downloads/",
5079             "license": [
5080                 "BSD-3-Clause"
5081             ],
5082             "description": "provides functionality for consuming RSS and Atom feeds",
5083             "keywords": [
5084                 "ZendFramework",
5085                 "feed",
5086                 "zf"
5087             ],
5088             "time": "2018-08-01T13:53:20+00:00"
5089         },
5090         {
5091             "name": "zendframework/zend-file",
5092             "version": "2.8.1",
5093             "source": {
5094                 "type": "git",
5095                 "url": "https://github.com/zendframework/zend-file.git",
5096                 "reference": "4b2ecb77a9123a03cc648893b63e38b3735f192c"
5097             },
5098             "dist": {
5099                 "type": "zip",
5100                 "url": "https://api.github.com/repos/zendframework/zend-file/zipball/4b2ecb77a9123a03cc648893b63e38b3735f192c",
5101                 "reference": "4b2ecb77a9123a03cc648893b63e38b3735f192c",
5102                 "shasum": ""
5103             },
5104             "require": {
5105                 "php": "^5.6 || ^7.0",
5106                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5107             },
5108             "require-dev": {
5109                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
5110                 "zendframework/zend-coding-standard": "~1.0.0",
5111                 "zendframework/zend-filter": "^2.7.2",
5112                 "zendframework/zend-i18n": "^2.7.4",
5113                 "zendframework/zend-progressbar": "^2.5.2",
5114                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
5115                 "zendframework/zend-session": "^2.8",
5116                 "zendframework/zend-validator": "^2.10.1"
5117             },
5118             "suggest": {
5119                 "zendframework/zend-filter": "Zend\\Filter component",
5120                 "zendframework/zend-i18n": "Zend\\I18n component",
5121                 "zendframework/zend-validator": "Zend\\Validator component"
5122             },
5123             "type": "library",
5124             "extra": {
5125                 "branch-alias": {
5126                     "dev-master": "2.8.x-dev",
5127                     "dev-develop": "2.9.x-dev"
5128                 }
5129             },
5130             "autoload": {
5131                 "psr-4": {
5132                     "Zend\\File\\": "src/"
5133                 }
5134             },
5135             "notification-url": "https://packagist.org/downloads/",
5136             "license": [
5137                 "BSD-3-Clause"
5138             ],
5139             "description": "Locate PHP classfiles",
5140             "keywords": [
5141                 "ZendFramework",
5142                 "file",
5143                 "zf"
5144             ],
5145             "time": "2018-05-01T22:03:07+00:00"
5146         },
5147         {
5148             "name": "zendframework/zend-filter",
5149             "version": "2.8.0",
5150             "source": {
5151                 "type": "git",
5152                 "url": "https://github.com/zendframework/zend-filter.git",
5153                 "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
5154             },
5155             "dist": {
5156                 "type": "zip",
5157                 "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
5158                 "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
5159                 "shasum": ""
5160             },
5161             "require": {
5162                 "php": "^5.6 || ^7.0",
5163                 "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5164             },
5165             "conflict": {
5166                 "zendframework/zend-validator": "<2.10.1"
5167             },
5168             "require-dev": {
5169                 "pear/archive_tar": "^1.4.3",
5170                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5171                 "zendframework/zend-coding-standard": "~1.0.0",
5172                 "zendframework/zend-crypt": "^3.2.1",
5173                 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
5174                 "zendframework/zend-uri": "^2.6"
5175             },
5176             "suggest": {
5177                 "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
5178                 "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
5179                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
5180                 "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
5181             },
5182             "type": "library",
5183             "extra": {
5184                 "branch-alias": {
5185                     "dev-master": "2.8.x-dev",
5186                     "dev-develop": "2.9.x-dev"
5187                 },
5188                 "zf": {
5189                     "component": "Zend\\Filter",
5190                     "config-provider": "Zend\\Filter\\ConfigProvider"
5191                 }
5192             },
5193             "autoload": {
5194                 "psr-4": {
5195                     "Zend\\Filter\\": "src/"
5196                 }
5197             },
5198             "notification-url": "https://packagist.org/downloads/",
5199             "license": [
5200                 "BSD-3-Clause"
5201             ],
5202             "description": "provides a set of commonly needed data filters",
5203             "keywords": [
5204                 "ZendFramework",
5205                 "filter",
5206                 "zf"
5207             ],
5208             "time": "2018-04-11T16:20:04+00:00"
5209         },
5210         {
5211             "name": "zendframework/zend-form",
5212             "version": "2.12.0",
5213             "source": {
5214                 "type": "git",
5215                 "url": "https://github.com/zendframework/zend-form.git",
5216                 "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441"
5217             },
5218             "dist": {
5219                 "type": "zip",
5220                 "url": "https://api.github.com/repos/zendframework/zend-form/zipball/565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
5221                 "reference": "565fb4f4bb3e0dbeea0173c923c4a8be77de9441",
5222                 "shasum": ""
5223             },
5224             "require": {
5225                 "php": "^5.6 || ^7.0",
5226                 "zendframework/zend-hydrator": "^1.1 || ^2.1",
5227                 "zendframework/zend-inputfilter": "^2.8",
5228                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5229             },
5230             "require-dev": {
5231                 "doctrine/annotations": "~1.0",
5232                 "phpunit/phpunit": "^5.7.23 || ^6.5.3",
5233                 "zendframework/zend-cache": "^2.6.1",
5234                 "zendframework/zend-captcha": "^2.7.1",
5235                 "zendframework/zend-code": "^2.6 || ^3.0",
5236                 "zendframework/zend-coding-standard": "~1.0.0",
5237                 "zendframework/zend-escaper": "^2.5",
5238                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5239                 "zendframework/zend-filter": "^2.6",
5240                 "zendframework/zend-i18n": "^2.6",
5241                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5242                 "zendframework/zend-session": "^2.8.1",
5243                 "zendframework/zend-text": "^2.6",
5244                 "zendframework/zend-validator": "^2.6",
5245                 "zendframework/zend-view": "^2.6.2",
5246                 "zendframework/zendservice-recaptcha": "^3.0.0"
5247             },
5248             "suggest": {
5249                 "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
5250                 "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
5251                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
5252                 "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
5253                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
5254                 "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
5255                 "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
5256             },
5257             "type": "library",
5258             "extra": {
5259                 "branch-alias": {
5260                     "dev-master": "2.12.x-dev",
5261                     "dev-develop": "2.13.x-dev"
5262                 },
5263                 "zf": {
5264                     "component": "Zend\\Form",
5265                     "config-provider": "Zend\\Form\\ConfigProvider"
5266                 }
5267             },
5268             "autoload": {
5269                 "psr-4": {
5270                     "Zend\\Form\\": "src/"
5271                 },
5272                 "files": [
5273                     "autoload/formElementManagerPolyfill.php"
5274                 ]
5275             },
5276             "notification-url": "https://packagist.org/downloads/",
5277             "license": [
5278                 "BSD-3-Clause"
5279             ],
5280             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
5281             "keywords": [
5282                 "ZendFramework",
5283                 "form",
5284                 "zf"
5285             ],
5286             "time": "2018-05-16T18:49:44+00:00"
5287         },
5288         {
5289             "name": "zendframework/zend-http",
5290             "version": "2.8.2",
5291             "source": {
5292                 "type": "git",
5293                 "url": "https://github.com/zendframework/zend-http.git",
5294                 "reference": "2c8aed3d25522618573194e7cc51351f8cd4a45b"
5295             },
5296             "dist": {
5297                 "type": "zip",
5298                 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/2c8aed3d25522618573194e7cc51351f8cd4a45b",
5299                 "reference": "2c8aed3d25522618573194e7cc51351f8cd4a45b",
5300                 "shasum": ""
5301             },
5302             "require": {
5303                 "php": "^5.6 || ^7.0",
5304                 "zendframework/zend-loader": "^2.5.1",
5305                 "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
5306                 "zendframework/zend-uri": "^2.5.2",
5307                 "zendframework/zend-validator": "^2.10.1"
5308             },
5309             "require-dev": {
5310                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
5311                 "zendframework/zend-coding-standard": "~1.0.0",
5312                 "zendframework/zend-config": "^3.1 || ^2.6"
5313             },
5314             "suggest": {
5315                 "paragonie/certainty": "For automated management of cacert.pem"
5316             },
5317             "type": "library",
5318             "extra": {
5319                 "branch-alias": {
5320                     "dev-master": "2.8.x-dev",
5321                     "dev-develop": "2.9.x-dev"
5322                 }
5323             },
5324             "autoload": {
5325                 "psr-4": {
5326                     "Zend\\Http\\": "src/"
5327                 }
5328             },
5329             "notification-url": "https://packagist.org/downloads/",
5330             "license": [
5331                 "BSD-3-Clause"
5332             ],
5333             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
5334             "keywords": [
5335                 "ZendFramework",
5336                 "http",
5337                 "http client",
5338                 "zend",
5339                 "zf"
5340             ],
5341             "time": "2018-08-13T18:47:03+00:00"
5342         },
5343         {
5344             "name": "zendframework/zend-hydrator",
5345             "version": "1.1.0",
5346             "source": {
5347                 "type": "git",
5348                 "url": "https://github.com/zendframework/zend-hydrator.git",
5349                 "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
5350             },
5351             "dist": {
5352                 "type": "zip",
5353                 "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
5354                 "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
5355                 "shasum": ""
5356             },
5357             "require": {
5358                 "php": "^5.5 || ^7.0",
5359                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5360             },
5361             "require-dev": {
5362                 "phpunit/phpunit": "~4.0",
5363                 "squizlabs/php_codesniffer": "^2.0@dev",
5364                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5365                 "zendframework/zend-filter": "^2.6",
5366                 "zendframework/zend-inputfilter": "^2.6",
5367                 "zendframework/zend-serializer": "^2.6.1",
5368                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
5369             },
5370             "suggest": {
5371                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
5372                 "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
5373                 "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
5374                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
5375             },
5376             "type": "library",
5377             "extra": {
5378                 "branch-alias": {
5379                     "dev-release-1.0": "1.0-dev",
5380                     "dev-release-1.1": "1.1-dev",
5381                     "dev-master": "2.0-dev",
5382                     "dev-develop": "2.1-dev"
5383                 }
5384             },
5385             "autoload": {
5386                 "psr-4": {
5387                     "Zend\\Hydrator\\": "src/"
5388                 }
5389             },
5390             "notification-url": "https://packagist.org/downloads/",
5391             "license": [
5392                 "BSD-3-Clause"
5393             ],
5394             "homepage": "https://github.com/zendframework/zend-hydrator",
5395             "keywords": [
5396                 "hydrator",
5397                 "zf2"
5398             ],
5399             "time": "2016-02-18T22:38:26+00:00"
5400         },
5401         {
5402             "name": "zendframework/zend-i18n",
5403             "version": "2.9.0",
5404             "source": {
5405                 "type": "git",
5406                 "url": "https://github.com/zendframework/zend-i18n.git",
5407                 "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
5408             },
5409             "dist": {
5410                 "type": "zip",
5411                 "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
5412                 "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
5413                 "shasum": ""
5414             },
5415             "require": {
5416                 "php": "^5.6 || ^7.0",
5417                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5418             },
5419             "require-dev": {
5420                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
5421                 "zendframework/zend-cache": "^2.6.1",
5422                 "zendframework/zend-coding-standard": "~1.0.0",
5423                 "zendframework/zend-config": "^2.6",
5424                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5425                 "zendframework/zend-filter": "^2.6.1",
5426                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5427                 "zendframework/zend-validator": "^2.6",
5428                 "zendframework/zend-view": "^2.6.3"
5429             },
5430             "suggest": {
5431                 "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
5432                 "zendframework/zend-cache": "Zend\\Cache component",
5433                 "zendframework/zend-config": "Zend\\Config component",
5434                 "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
5435                 "zendframework/zend-filter": "You should install this package to use the provided filters",
5436                 "zendframework/zend-i18n-resources": "Translation resources",
5437                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
5438                 "zendframework/zend-validator": "You should install this package to use the provided validators",
5439                 "zendframework/zend-view": "You should install this package to use the provided view helpers"
5440             },
5441             "type": "library",
5442             "extra": {
5443                 "branch-alias": {
5444                     "dev-master": "2.9.x-dev",
5445                     "dev-develop": "2.10.x-dev"
5446                 },
5447                 "zf": {
5448                     "component": "Zend\\I18n",
5449                     "config-provider": "Zend\\I18n\\ConfigProvider"
5450                 }
5451             },
5452             "autoload": {
5453                 "psr-4": {
5454                     "Zend\\I18n\\": "src/"
5455                 }
5456             },
5457             "notification-url": "https://packagist.org/downloads/",
5458             "license": [
5459                 "BSD-3-Clause"
5460             ],
5461             "description": "Provide translations for your application, and filter and validate internationalized values",
5462             "keywords": [
5463                 "ZendFramework",
5464                 "i18n",
5465                 "zf"
5466             ],
5467             "time": "2018-05-16T16:39:13+00:00"
5468         },
5469         {
5470             "name": "zendframework/zend-i18n-resources",
5471             "version": "2.6.0",
5472             "source": {
5473                 "type": "git",
5474                 "url": "https://github.com/zendframework/zend-i18n-resources.git",
5475                 "reference": "530ab0af94ed1dd542665e6041d92297f7347ef3"
5476             },
5477             "dist": {
5478                 "type": "zip",
5479                 "url": "https://api.github.com/repos/zendframework/zend-i18n-resources/zipball/530ab0af94ed1dd542665e6041d92297f7347ef3",
5480                 "reference": "530ab0af94ed1dd542665e6041d92297f7347ef3",
5481                 "shasum": ""
5482             },
5483             "require": {
5484                 "php": "^5.6 || ^7.0"
5485             },
5486             "require-dev": {
5487                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
5488                 "zendframework/zend-coding-standard": "~1.0.0"
5489             },
5490             "type": "library",
5491             "extra": {
5492                 "branch-alias": {
5493                     "dev-master": "2.6.x-dev",
5494                     "dev-develop": "2.7.x-dev"
5495                 }
5496             },
5497             "autoload": {
5498                 "classmap": [
5499                     "src/Resources.php"
5500                 ]
5501             },
5502             "notification-url": "https://packagist.org/downloads/",
5503             "license": [
5504                 "BSD-3-Clause"
5505             ],
5506             "description": "Provides validator translations for zend-i18n's Translator",
5507             "keywords": [
5508                 "ZendFramework",
5509                 "resources",
5510                 "translations",
5511                 "zf"
5512             ],
5513             "time": "2018-04-30T14:47:38+00:00"
5514         },
5515         {
5516             "name": "zendframework/zend-inputfilter",
5517             "version": "2.8.2",
5518             "source": {
5519                 "type": "git",
5520                 "url": "https://github.com/zendframework/zend-inputfilter.git",
5521                 "reference": "3f02179e014d9ef0faccda2ad6c65d38adc338d8"
5522             },
5523             "dist": {
5524                 "type": "zip",
5525                 "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/3f02179e014d9ef0faccda2ad6c65d38adc338d8",
5526                 "reference": "3f02179e014d9ef0faccda2ad6c65d38adc338d8",
5527                 "shasum": ""
5528             },
5529             "require": {
5530                 "php": "^5.6 || ^7.0",
5531                 "zendframework/zend-filter": "^2.6",
5532                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1",
5533                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
5534                 "zendframework/zend-validator": "^2.10.1"
5535             },
5536             "require-dev": {
5537                 "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5538                 "zendframework/zend-coding-standard": "~1.0.0"
5539             },
5540             "type": "library",
5541             "extra": {
5542                 "branch-alias": {
5543                     "dev-master": "2.8.x-dev",
5544                     "dev-develop": "2.9.x-dev"
5545                 },
5546                 "zf": {
5547                     "component": "Zend\\InputFilter",
5548                     "config-provider": "Zend\\InputFilter\\ConfigProvider"
5549                 }
5550             },
5551             "autoload": {
5552                 "psr-4": {
5553                     "Zend\\InputFilter\\": "src/"
5554                 }
5555             },
5556             "notification-url": "https://packagist.org/downloads/",
5557             "license": [
5558                 "BSD-3-Clause"
5559             ],
5560             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
5561             "keywords": [
5562                 "ZendFramework",
5563                 "inputfilter",
5564                 "zf"
5565             ],
5566             "time": "2018-05-14T17:38:03+00:00"
5567         },
5568         {
5569             "name": "zendframework/zend-json",
5570             "version": "2.6.1",
5571             "source": {
5572                 "type": "git",
5573                 "url": "https://github.com/zendframework/zend-json.git",
5574                 "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28"
5575             },
5576             "dist": {
5577                 "type": "zip",
5578                 "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
5579                 "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
5580                 "shasum": ""
5581             },
5582             "require": {
5583                 "php": "^5.5 || ^7.0"
5584             },
5585             "require-dev": {
5586                 "fabpot/php-cs-fixer": "1.7.*",
5587                 "phpunit/phpunit": "~4.0",
5588                 "zendframework/zend-http": "^2.5.4",
5589                 "zendframework/zend-server": "^2.6.1",
5590                 "zendframework/zend-stdlib": "^2.5 || ^3.0",
5591                 "zendframework/zendxml": "^1.0.2"
5592             },
5593             "suggest": {
5594                 "zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server",
5595                 "zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server",
5596                 "zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses",
5597                 "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
5598             },
5599             "type": "library",
5600             "extra": {
5601                 "branch-alias": {
5602                     "dev-master": "2.6-dev",
5603                     "dev-develop": "2.7-dev"
5604                 }
5605             },
5606             "autoload": {
5607                 "psr-4": {
5608                     "Zend\\Json\\": "src/"
5609                 }
5610             },
5611             "notification-url": "https://packagist.org/downloads/",
5612             "license": [
5613                 "BSD-3-Clause"
5614             ],
5615             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
5616             "homepage": "https://github.com/zendframework/zend-json",
5617             "keywords": [
5618                 "json",
5619                 "zf2"
5620             ],
5621             "time": "2016-02-04T21:20:26+00:00"
5622         },
5623         {
5624             "name": "zendframework/zend-loader",
5625             "version": "2.6.0",
5626             "source": {
5627                 "type": "git",
5628                 "url": "https://github.com/zendframework/zend-loader.git",
5629                 "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
5630             },
5631             "dist": {
5632                 "type": "zip",
5633                 "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
5634                 "reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
5635                 "shasum": ""
5636             },
5637             "require": {
5638                 "php": "^5.6 || ^7.0"
5639             },
5640             "require-dev": {
5641                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
5642                 "zendframework/zend-coding-standard": "~1.0.0"
5643             },
5644             "type": "library",
5645             "extra": {
5646                 "branch-alias": {
5647                     "dev-master": "2.6.x-dev",
5648                     "dev-develop": "2.7.x-dev"
5649                 }
5650             },
5651             "autoload": {
5652                 "psr-4": {
5653                     "Zend\\Loader\\": "src/"
5654                 }
5655             },
5656             "notification-url": "https://packagist.org/downloads/",
5657             "license": [
5658                 "BSD-3-Clause"
5659             ],
5660             "description": "Autoloading and plugin loading strategies",
5661             "keywords": [
5662                 "ZendFramework",
5663                 "loader",
5664                 "zf"
5665             ],
5666             "time": "2018-04-30T15:20:54+00:00"
5667         },
5668         {
5669             "name": "zendframework/zend-log",
5670             "version": "2.10.0",
5671             "source": {
5672                 "type": "git",
5673                 "url": "https://github.com/zendframework/zend-log.git",
5674                 "reference": "9cec3b092acb39963659c2f32441cccc56b3f430"
5675             },
5676             "dist": {
5677                 "type": "zip",
5678                 "url": "https://api.github.com/repos/zendframework/zend-log/zipball/9cec3b092acb39963659c2f32441cccc56b3f430",
5679                 "reference": "9cec3b092acb39963659c2f32441cccc56b3f430",
5680                 "shasum": ""
5681             },
5682             "require": {
5683                 "php": "^5.6 || ^7.0",
5684                 "psr/log": "^1.0",
5685                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5686                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5687             },
5688             "provide": {
5689                 "psr/log-implementation": "1.0.0"
5690             },
5691             "require-dev": {
5692                 "mikey179/vfsstream": "^1.6",
5693                 "phpunit/phpunit": "^5.7.15 || ^6.0.8",
5694                 "zendframework/zend-coding-standard": "~1.0.0",
5695                 "zendframework/zend-db": "^2.6",
5696                 "zendframework/zend-escaper": "^2.5",
5697                 "zendframework/zend-filter": "^2.5",
5698                 "zendframework/zend-mail": "^2.6.1",
5699                 "zendframework/zend-validator": "^2.10.1"
5700             },
5701             "suggest": {
5702                 "ext-mongo": "mongo extension to use Mongo writer",
5703                 "ext-mongodb": "mongodb extension to use MongoDB writer",
5704                 "zendframework/zend-console": "Zend\\Console component to use the RequestID log processor",
5705                 "zendframework/zend-db": "Zend\\Db component to use the database log writer",
5706                 "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter",
5707                 "zendframework/zend-mail": "Zend\\Mail component to use the email log writer",
5708                 "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages"
5709             },
5710             "type": "library",
5711             "extra": {
5712                 "branch-alias": {
5713                     "dev-master": "2.10.x-dev",
5714                     "dev-develop": "2.11.x-dev"
5715                 },
5716                 "zf": {
5717                     "component": "Zend\\Log",
5718                     "config-provider": "Zend\\Log\\ConfigProvider"
5719                 }
5720             },
5721             "autoload": {
5722                 "psr-4": {
5723                     "Zend\\Log\\": "src/"
5724                 }
5725             },
5726             "notification-url": "https://packagist.org/downloads/",
5727             "license": [
5728                 "BSD-3-Clause"
5729             ],
5730             "description": "component for general purpose logging",
5731             "homepage": "https://github.com/zendframework/zend-log",
5732             "keywords": [
5733                 "log",
5734                 "logging",
5735                 "zf2"
5736             ],
5737             "time": "2018-04-09T21:59:51+00:00"
5738         },
5739         {
5740             "name": "zendframework/zend-mail",
5741             "version": "2.10.0",
5742             "source": {
5743                 "type": "git",
5744                 "url": "https://github.com/zendframework/zend-mail.git",
5745                 "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8"
5746             },
5747             "dist": {
5748                 "type": "zip",
5749                 "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/d7beb63d5f7144a21ac100072c453e63860cdab8",
5750                 "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8",
5751                 "shasum": ""
5752             },
5753             "require": {
5754                 "ext-iconv": "*",
5755                 "php": "^5.6 || ^7.0",
5756                 "true/punycode": "^2.1",
5757                 "zendframework/zend-loader": "^2.5",
5758                 "zendframework/zend-mime": "^2.5",
5759                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
5760                 "zendframework/zend-validator": "^2.10.2"
5761             },
5762             "require-dev": {
5763                 "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4",
5764                 "zendframework/zend-coding-standard": "~1.0.0",
5765                 "zendframework/zend-config": "^2.6",
5766                 "zendframework/zend-crypt": "^2.6 || ^3.0",
5767                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1"
5768             },
5769             "suggest": {
5770                 "zendframework/zend-crypt": "Crammd5 support in SMTP Auth",
5771                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
5772             },
5773             "type": "library",
5774             "extra": {
5775                 "branch-alias": {
5776                     "dev-master": "2.10.x-dev",
5777                     "dev-develop": "2.11.x-dev"
5778                 },
5779                 "zf": {
5780                     "component": "Zend\\Mail",
5781                     "config-provider": "Zend\\Mail\\ConfigProvider"
5782                 }
5783             },
5784             "autoload": {
5785                 "psr-4": {
5786                     "Zend\\Mail\\": "src/"
5787                 }
5788             },
5789             "notification-url": "https://packagist.org/downloads/",
5790             "license": [
5791                 "BSD-3-Clause"
5792             ],
5793             "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
5794             "keywords": [
5795                 "ZendFramework",
5796                 "mail",
5797                 "zf"
5798             ],
5799             "time": "2018-06-07T13:37:07+00:00"
5800         },
5801         {
5802             "name": "zendframework/zend-math",
5803             "version": "2.7.0",
5804             "source": {
5805                 "type": "git",
5806                 "url": "https://github.com/zendframework/zend-math.git",
5807                 "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
5808             },
5809             "dist": {
5810                 "type": "zip",
5811                 "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
5812                 "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
5813                 "shasum": ""
5814             },
5815             "require": {
5816                 "php": "^5.5 || ^7.0"
5817             },
5818             "require-dev": {
5819                 "fabpot/php-cs-fixer": "1.7.*",
5820                 "ircmaxell/random-lib": "~1.1",
5821                 "phpunit/phpunit": "~4.0"
5822             },
5823             "suggest": {
5824                 "ext-bcmath": "If using the bcmath functionality",
5825                 "ext-gmp": "If using the gmp functionality",
5826                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
5827             },
5828             "type": "library",
5829             "extra": {
5830                 "branch-alias": {
5831                     "dev-master": "2.7-dev",
5832                     "dev-develop": "2.8-dev"
5833                 }
5834             },
5835             "autoload": {
5836                 "psr-4": {
5837                     "Zend\\Math\\": "src/"
5838                 }
5839             },
5840             "notification-url": "https://packagist.org/downloads/",
5841             "license": [
5842                 "BSD-3-Clause"
5843             ],
5844             "homepage": "https://github.com/zendframework/zend-math",
5845             "keywords": [
5846                 "math",
5847                 "zf2"
5848             ],
5849             "time": "2016-04-07T16:29:53+00:00"
5850         },
5851         {
5852             "name": "zendframework/zend-memory",
5853             "version": "2.6.0",
5854             "source": {
5855                 "type": "git",
5856                 "url": "https://github.com/zendframework/zend-memory.git",
5857                 "reference": "a01d5eb74012c2a170e1ea1e18486152d2eea5f7"
5858             },
5859             "dist": {
5860                 "type": "zip",
5861                 "url": "https://api.github.com/repos/zendframework/zend-memory/zipball/a01d5eb74012c2a170e1ea1e18486152d2eea5f7",
5862                 "reference": "a01d5eb74012c2a170e1ea1e18486152d2eea5f7",
5863                 "shasum": ""
5864             },
5865             "require": {
5866                 "php": "^5.6 || ^7.0"
5867             },
5868             "require-dev": {
5869                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
5870                 "zendframework/zend-cache": "^2.7",
5871                 "zendframework/zend-coding-standard": "~1.0.0"
5872             },
5873             "suggest": {
5874                 "zendframework/zend-cache": "To support swapping memory objects into and out of non-memory cache storage"
5875             },
5876             "type": "library",
5877             "extra": {
5878                 "branch-alias": {
5879                     "dev-master": "2.6.x-dev",
5880                     "dev-develop": "2.7.x-dev"
5881                 }
5882             },
5883             "autoload": {
5884                 "psr-4": {
5885                     "Zend\\Memory\\": "src/"
5886                 }
5887             },
5888             "notification-url": "https://packagist.org/downloads/",
5889             "license": [
5890                 "BSD-3-Clause"
5891             ],
5892             "description": "Manage data in an environment with limited memory",
5893             "keywords": [
5894                 "ZendFramework",
5895                 "memory",
5896                 "zf"
5897             ],
5898             "time": "2018-04-30T15:45:17+00:00"
5899         },
5900         {
5901             "name": "zendframework/zend-mime",
5902             "version": "2.7.1",
5903             "source": {
5904                 "type": "git",
5905                 "url": "https://github.com/zendframework/zend-mime.git",
5906                 "reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2"
5907             },
5908             "dist": {
5909                 "type": "zip",
5910                 "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/52ae5fa9f12845cae749271034a2d594f0e4c6f2",
5911                 "reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2",
5912                 "shasum": ""
5913             },
5914             "require": {
5915                 "php": "^5.6 || ^7.0",
5916                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
5917             },
5918             "require-dev": {
5919                 "phpunit/phpunit": "^5.7.21 || ^6.3",
5920                 "zendframework/zend-coding-standard": "~1.0.0",
5921                 "zendframework/zend-mail": "^2.6"
5922             },
5923             "suggest": {
5924                 "zendframework/zend-mail": "Zend\\Mail component"
5925             },
5926             "type": "library",
5927             "extra": {
5928                 "branch-alias": {
5929                     "dev-master": "2.7-dev",
5930                     "dev-develop": "2.8-dev"
5931                 }
5932             },
5933             "autoload": {
5934                 "psr-4": {
5935                     "Zend\\Mime\\": "src/"
5936                 }
5937             },
5938             "notification-url": "https://packagist.org/downloads/",
5939             "license": [
5940                 "BSD-3-Clause"
5941             ],
5942             "description": "Create and parse MIME messages and parts",
5943             "homepage": "https://github.com/zendframework/zend-mime",
5944             "keywords": [
5945                 "ZendFramework",
5946                 "mime",
5947                 "zf"
5948             ],
5949             "time": "2018-05-14T19:02:50+00:00"
5950         },
5951         {
5952             "name": "zendframework/zend-modulemanager",
5953             "version": "2.8.2",
5954             "source": {
5955                 "type": "git",
5956                 "url": "https://github.com/zendframework/zend-modulemanager.git",
5957                 "reference": "394df6e12248ac430a312d4693f793ee7120baa6"
5958             },
5959             "dist": {
5960                 "type": "zip",
5961                 "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/394df6e12248ac430a312d4693f793ee7120baa6",
5962                 "reference": "394df6e12248ac430a312d4693f793ee7120baa6",
5963                 "shasum": ""
5964             },
5965             "require": {
5966                 "php": "^5.6 || ^7.0",
5967                 "zendframework/zend-config": "^3.1 || ^2.6",
5968                 "zendframework/zend-eventmanager": "^3.2 || ^2.6.3",
5969                 "zendframework/zend-stdlib": "^3.1 || ^2.7"
5970             },
5971             "require-dev": {
5972                 "phpunit/phpunit": "^6.0.8 || ^5.7.15",
5973                 "zendframework/zend-coding-standard": "~1.0.0",
5974                 "zendframework/zend-console": "^2.6",
5975                 "zendframework/zend-di": "^2.6",
5976                 "zendframework/zend-loader": "^2.5",
5977                 "zendframework/zend-mvc": "^3.0 || ^2.7",
5978                 "zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5"
5979             },
5980             "suggest": {
5981                 "zendframework/zend-console": "Zend\\Console component",
5982                 "zendframework/zend-loader": "Zend\\Loader component if you are not using Composer autoloading for your modules",
5983                 "zendframework/zend-mvc": "Zend\\Mvc component",
5984                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
5985             },
5986             "type": "library",
5987             "extra": {
5988                 "branch-alias": {
5989                     "dev-master": "2.7-dev",
5990                     "dev-develop": "2.8-dev"
5991                 }
5992             },
5993             "autoload": {
5994                 "psr-4": {
5995                     "Zend\\ModuleManager\\": "src/"
5996                 }
5997             },
5998             "notification-url": "https://packagist.org/downloads/",
5999             "license": [
6000                 "BSD-3-Clause"
6001             ],
6002             "description": "Modular application system for zend-mvc applications",
6003             "homepage": "https://github.com/zendframework/zend-modulemanager",
6004             "keywords": [
6005                 "ZendFramework",
6006                 "modulemanager",
6007                 "zf"
6008             ],
6009             "time": "2017-12-02T06:11:18+00:00"
6010         },
6011         {
6012             "name": "zendframework/zend-mvc",
6013             "version": "2.7.15",
6014             "source": {
6015                 "type": "git",
6016                 "url": "https://github.com/zendframework/zend-mvc.git",
6017                 "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089"
6018             },
6019             "dist": {
6020                 "type": "zip",
6021                 "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
6022                 "reference": "a8d45689d37a9e4ff4b75ea0b7478fa3d4f9c089",
6023                 "shasum": ""
6024             },
6025             "require": {
6026                 "container-interop/container-interop": "^1.1",
6027                 "php": "^5.5 || ^7.0",
6028                 "zendframework/zend-console": "^2.7",
6029                 "zendframework/zend-eventmanager": "^2.6.4 || ^3.0",
6030                 "zendframework/zend-form": "^2.11",
6031                 "zendframework/zend-hydrator": "^1.1 || ^2.4",
6032                 "zendframework/zend-psr7bridge": "^0.2",
6033                 "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
6034                 "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
6035             },
6036             "replace": {
6037                 "zendframework/zend-router": "^2.0"
6038             },
6039             "require-dev": {
6040                 "friendsofphp/php-cs-fixer": "1.7.*",
6041                 "phpunit/phpunit": "^4.8.36",
6042                 "sebastian/comparator": "^1.2.4",
6043                 "sebastian/version": "^1.0.4",
6044                 "zendframework/zend-authentication": "^2.6",
6045                 "zendframework/zend-cache": "^2.8",
6046                 "zendframework/zend-di": "^2.6",
6047                 "zendframework/zend-filter": "^2.8",
6048                 "zendframework/zend-http": "^2.8",
6049                 "zendframework/zend-i18n": "^2.8",
6050                 "zendframework/zend-inputfilter": "^2.8",
6051                 "zendframework/zend-json": "^2.6.1",
6052                 "zendframework/zend-log": "^2.9.3",
6053                 "zendframework/zend-modulemanager": "^2.8",
6054                 "zendframework/zend-serializer": "^2.8",
6055                 "zendframework/zend-session": "^2.8.1",
6056                 "zendframework/zend-text": "^2.7",
6057                 "zendframework/zend-uri": "^2.6",
6058                 "zendframework/zend-validator": "^2.10",
6059                 "zendframework/zend-view": "^2.9"
6060             },
6061             "suggest": {
6062                 "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
6063                 "zendframework/zend-config": "Zend\\Config component",
6064                 "zendframework/zend-di": "Zend\\Di component",
6065                 "zendframework/zend-filter": "Zend\\Filter component",
6066                 "zendframework/zend-http": "Zend\\Http component",
6067                 "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
6068                 "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
6069                 "zendframework/zend-json": "Zend\\Json component",
6070                 "zendframework/zend-log": "Zend\\Log component",
6071                 "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
6072                 "zendframework/zend-serializer": "Zend\\Serializer component",
6073                 "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
6074                 "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
6075                 "zendframework/zend-text": "Zend\\Text component",
6076                 "zendframework/zend-uri": "Zend\\Uri component",
6077                 "zendframework/zend-validator": "Zend\\Validator component",
6078                 "zendframework/zend-view": "Zend\\View component"
6079             },
6080             "type": "library",
6081             "extra": {
6082                 "branch-alias": {
6083                     "dev-master": "2.7-dev",
6084                     "dev-develop": "3.0-dev"
6085                 }
6086             },
6087             "autoload": {
6088                 "files": [
6089                     "src/autoload.php"
6090                 ],
6091                 "psr-4": {
6092                     "Zend\\Mvc\\": "src/"
6093                 }
6094             },
6095             "notification-url": "https://packagist.org/downloads/",
6096             "license": [
6097                 "BSD-3-Clause"
6098             ],
6099             "homepage": "https://github.com/zendframework/zend-mvc",
6100             "keywords": [
6101                 "mvc",
6102                 "zf2"
6103             ],
6104             "time": "2018-05-03T13:13:41+00:00"
6105         },
6106         {
6107             "name": "zendframework/zend-navigation",
6108             "version": "2.9.0",
6109             "source": {
6110                 "type": "git",
6111                 "url": "https://github.com/zendframework/zend-navigation.git",
6112                 "reference": "a8b088f64929e172617e02d2089cc00573a61210"
6113             },
6114             "dist": {
6115                 "type": "zip",
6116                 "url": "https://api.github.com/repos/zendframework/zend-navigation/zipball/a8b088f64929e172617e02d2089cc00573a61210",
6117                 "reference": "a8b088f64929e172617e02d2089cc00573a61210",
6118                 "shasum": ""
6119             },
6120             "require": {
6121                 "php": "^5.6 || ^7.0",
6122                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6123             },
6124             "require-dev": {
6125                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
6126                 "zendframework/zend-coding-standard": "~1.0.0",
6127                 "zendframework/zend-config": "^2.6 || ^3.1",
6128                 "zendframework/zend-console": "^2.6",
6129                 "zendframework/zend-http": "^2.6",
6130                 "zendframework/zend-i18n": "^2.7.3",
6131                 "zendframework/zend-log": "^2.9.1",
6132                 "zendframework/zend-mvc": "^2.7.9 || ^3.0.4",
6133                 "zendframework/zend-permissions-acl": "^2.6",
6134                 "zendframework/zend-router": "^3.0.2",
6135                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6136                 "zendframework/zend-uri": "^2.5.2",
6137                 "zendframework/zend-view": "^2.9"
6138             },
6139             "suggest": {
6140                 "zendframework/zend-config": "^2.6 || ^3.1, to provide page configuration (optional, as arrays and Traversables are also allowed)",
6141                 "zendframework/zend-permissions-acl": "^2.6, to provide ACL-based access restrictions to pages",
6142                 "zendframework/zend-router": "^3.0, to use router-based URI generation with Mvc pages",
6143                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to use the navigation factories",
6144                 "zendframework/zend-view": "^2.8.1, to use the navigation view helpers"
6145             },
6146             "type": "library",
6147             "extra": {
6148                 "branch-alias": {
6149                     "dev-master": "2.9.x-dev",
6150                     "dev-develop": "2.10.x-dev"
6151                 },
6152                 "zf": {
6153                     "component": "Zend\\Navigation",
6154                     "config-provider": "Zend\\Navigation\\ConfigProvider"
6155                 }
6156             },
6157             "autoload": {
6158                 "psr-4": {
6159                     "Zend\\Navigation\\": "src/"
6160                 }
6161             },
6162             "notification-url": "https://packagist.org/downloads/",
6163             "license": [
6164                 "BSD-3-Clause"
6165             ],
6166             "description": "Manage trees of pointers to web pages in order to build navigation systems",
6167             "keywords": [
6168                 "ZendFramework",
6169                 "navigation",
6170                 "zf"
6171             ],
6172             "time": "2018-04-25T20:19:50+00:00"
6173         },
6174         {
6175             "name": "zendframework/zend-paginator",
6176             "version": "2.8.1",
6177             "source": {
6178                 "type": "git",
6179                 "url": "https://github.com/zendframework/zend-paginator.git",
6180                 "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206"
6181             },
6182             "dist": {
6183                 "type": "zip",
6184                 "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/fd58828c8280a90f133b9e0af2fe1a7885d47206",
6185                 "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206",
6186                 "shasum": ""
6187             },
6188             "require": {
6189                 "php": "^7.0 || ^5.6",
6190                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6191             },
6192             "require-dev": {
6193                 "phpunit/phpunit": "^6.2.1 || ^5.7.15",
6194                 "zendframework/zend-cache": "^2.6.1",
6195                 "zendframework/zend-coding-standard": "~1.0.0",
6196                 "zendframework/zend-config": "^2.6.0",
6197                 "zendframework/zend-db": "^2.9.2",
6198                 "zendframework/zend-filter": "^2.6.1",
6199                 "zendframework/zend-json": "^2.6.1",
6200                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6201                 "zendframework/zend-view": "^2.6.3"
6202             },
6203             "suggest": {
6204                 "zendframework/zend-cache": "Zend\\Cache component to support cache features",
6205                 "zendframework/zend-db": "Zend\\Db component",
6206                 "zendframework/zend-filter": "Zend\\Filter component",
6207                 "zendframework/zend-json": "Zend\\Json component",
6208                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
6209                 "zendframework/zend-view": "Zend\\View component"
6210             },
6211             "type": "library",
6212             "extra": {
6213                 "branch-alias": {
6214                     "dev-master": "2.8-dev",
6215                     "dev-develop": "2.9-dev"
6216                 },
6217                 "zf": {
6218                     "component": "Zend\\Paginator",
6219                     "config-provider": "Zend\\Paginator\\ConfigProvider"
6220                 }
6221             },
6222             "autoload": {
6223                 "psr-4": {
6224                     "Zend\\Paginator\\": "src/"
6225                 }
6226             },
6227             "notification-url": "https://packagist.org/downloads/",
6228             "license": [
6229                 "BSD-3-Clause"
6230             ],
6231             "description": "zend-paginator is a flexible component for paginating collections of data and presenting that data to users.",
6232             "homepage": "https://github.com/zendframework/zend-paginator",
6233             "keywords": [
6234                 "paginator",
6235                 "zf2"
6236             ],
6237             "time": "2018-01-30T15:52:44+00:00"
6238         },
6239         {
6240             "name": "zendframework/zend-permissions-acl",
6241             "version": "2.7.0",
6242             "source": {
6243                 "type": "git",
6244                 "url": "https://github.com/zendframework/zend-permissions-acl.git",
6245                 "reference": "c9568f4aee2887e43bf07769973f9686e8f61707"
6246             },
6247             "dist": {
6248                 "type": "zip",
6249                 "url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/c9568f4aee2887e43bf07769973f9686e8f61707",
6250                 "reference": "c9568f4aee2887e43bf07769973f9686e8f61707",
6251                 "shasum": ""
6252             },
6253             "require": {
6254                 "php": "^5.6 || ^7.0"
6255             },
6256             "require-dev": {
6257                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
6258                 "zendframework/zend-coding-standard": "~1.0.0",
6259                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
6260             },
6261             "suggest": {
6262                 "zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
6263             },
6264             "type": "library",
6265             "extra": {
6266                 "branch-alias": {
6267                     "dev-master": "2.7.x-dev",
6268                     "dev-develop": "2.8.x-dev"
6269                 }
6270             },
6271             "autoload": {
6272                 "psr-4": {
6273                     "Zend\\Permissions\\Acl\\": "src/"
6274                 }
6275             },
6276             "notification-url": "https://packagist.org/downloads/",
6277             "license": [
6278                 "BSD-3-Clause"
6279             ],
6280             "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
6281             "keywords": [
6282                 "ZendFramework",
6283                 "acl",
6284                 "zf"
6285             ],
6286             "time": "2018-05-01T21:53:20+00:00"
6287         },
6288         {
6289             "name": "zendframework/zend-permissions-rbac",
6290             "version": "2.6.0",
6291             "source": {
6292                 "type": "git",
6293                 "url": "https://github.com/zendframework/zend-permissions-rbac.git",
6294                 "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78"
6295             },
6296             "dist": {
6297                 "type": "zip",
6298                 "url": "https://api.github.com/repos/zendframework/zend-permissions-rbac/zipball/c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
6299                 "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
6300                 "shasum": ""
6301             },
6302             "require": {
6303                 "php": "^5.6 || ^7.0"
6304             },
6305             "require-dev": {
6306                 "phpunit/phpunit": "^5.7.15|| ^6.2.1",
6307                 "zendframework/zend-coding-standard": "~1.0.0"
6308             },
6309             "type": "library",
6310             "extra": {
6311                 "branch-alias": {
6312                     "dev-master": "2.6-dev",
6313                     "dev-develop": "2.7-dev"
6314                 }
6315             },
6316             "autoload": {
6317                 "psr-4": {
6318                     "Zend\\Permissions\\Rbac\\": "src/"
6319                 }
6320             },
6321             "notification-url": "https://packagist.org/downloads/",
6322             "license": [
6323                 "BSD-3-Clause"
6324             ],
6325             "description": "provides a role-based access control management",
6326             "homepage": "https://github.com/zendframework/zend-permissions-rbac",
6327             "keywords": [
6328                 "rbac",
6329                 "zf2"
6330             ],
6331             "time": "2018-02-01T09:55:50+00:00"
6332         },
6333         {
6334             "name": "zendframework/zend-progressbar",
6335             "version": "2.6.0",
6336             "source": {
6337                 "type": "git",
6338                 "url": "https://github.com/zendframework/zend-progressbar.git",
6339                 "reference": "ae5565bbed54f9081d5695bc2f62fe3f27583bdd"
6340             },
6341             "dist": {
6342                 "type": "zip",
6343                 "url": "https://api.github.com/repos/zendframework/zend-progressbar/zipball/ae5565bbed54f9081d5695bc2f62fe3f27583bdd",
6344                 "reference": "ae5565bbed54f9081d5695bc2f62fe3f27583bdd",
6345                 "shasum": ""
6346             },
6347             "require": {
6348                 "php": "^5.6 || ^7.0",
6349                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6350             },
6351             "require-dev": {
6352                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6353                 "zendframework/zend-coding-standard": "~1.0.0",
6354                 "zendframework/zend-json": "^2.6.1",
6355                 "zendframework/zend-session": "^2.8.5"
6356             },
6357             "suggest": {
6358                 "zendframework/zend-json": "Zend\\Json component",
6359                 "zendframework/zend-session": "To support progressbar persistent"
6360             },
6361             "type": "library",
6362             "extra": {
6363                 "branch-alias": {
6364                     "dev-master": "2.6.x-dev",
6365                     "dev-develop": "2.7.x-dev"
6366                 }
6367             },
6368             "autoload": {
6369                 "psr-4": {
6370                     "Zend\\ProgressBar\\": "src/"
6371                 }
6372             },
6373             "notification-url": "https://packagist.org/downloads/",
6374             "license": [
6375                 "BSD-3-Clause"
6376             ],
6377             "description": "Create and update progress bars in different environments",
6378             "keywords": [
6379                 "ZendFramework",
6380                 "progressbar",
6381                 "zf"
6382             ],
6383             "time": "2018-04-30T19:15:33+00:00"
6384         },
6385         {
6386             "name": "zendframework/zend-psr7bridge",
6387             "version": "0.2.2",
6388             "source": {
6389                 "type": "git",
6390                 "url": "https://github.com/zendframework/zend-psr7bridge.git",
6391                 "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
6392             },
6393             "dist": {
6394                 "type": "zip",
6395                 "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
6396                 "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
6397                 "shasum": ""
6398             },
6399             "require": {
6400                 "php": ">=5.5",
6401                 "psr/http-message": "^1.0",
6402                 "zendframework/zend-diactoros": "^1.1",
6403                 "zendframework/zend-http": "^2.5"
6404             },
6405             "require-dev": {
6406                 "phpunit/phpunit": "^4.7",
6407                 "squizlabs/php_codesniffer": "^2.3"
6408             },
6409             "type": "library",
6410             "extra": {
6411                 "branch-alias": {
6412                     "dev-master": "1.0-dev",
6413                     "dev-develop": "1.1-dev"
6414                 }
6415             },
6416             "autoload": {
6417                 "psr-4": {
6418                     "Zend\\Psr7Bridge\\": "src/"
6419                 }
6420             },
6421             "notification-url": "https://packagist.org/downloads/",
6422             "license": [
6423                 "BSD-3-Clause"
6424             ],
6425             "description": "PSR-7 <-> Zend\\Http bridge",
6426             "homepage": "https://github.com/zendframework/zend-psr7bridge",
6427             "keywords": [
6428                 "http",
6429                 "psr",
6430                 "psr-7"
6431             ],
6432             "time": "2016-05-10T21:44:39+00:00"
6433         },
6434         {
6435             "name": "zendframework/zend-serializer",
6436             "version": "2.9.0",
6437             "source": {
6438                 "type": "git",
6439                 "url": "https://github.com/zendframework/zend-serializer.git",
6440                 "reference": "0172690db48d8935edaf625c4cba38b79719892c"
6441             },
6442             "dist": {
6443                 "type": "zip",
6444                 "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
6445                 "reference": "0172690db48d8935edaf625c4cba38b79719892c",
6446                 "shasum": ""
6447             },
6448             "require": {
6449                 "php": "^5.6 || ^7.0",
6450                 "zendframework/zend-json": "^2.5 || ^3.0",
6451                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6452             },
6453             "require-dev": {
6454                 "phpunit/phpunit": "^5.7.25 || ^6.4.4",
6455                 "zendframework/zend-coding-standard": "~1.0.0",
6456                 "zendframework/zend-math": "^2.6 || ^3.0",
6457                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
6458             },
6459             "suggest": {
6460                 "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
6461                 "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
6462             },
6463             "type": "library",
6464             "extra": {
6465                 "branch-alias": {
6466                     "dev-master": "2.9.x-dev",
6467                     "dev-develop": "2.10.x-dev"
6468                 },
6469                 "zf": {
6470                     "component": "Zend\\Serializer",
6471                     "config-provider": "Zend\\Serializer\\ConfigProvider"
6472                 }
6473             },
6474             "autoload": {
6475                 "psr-4": {
6476                     "Zend\\Serializer\\": "src/"
6477                 }
6478             },
6479             "notification-url": "https://packagist.org/downloads/",
6480             "license": [
6481                 "BSD-3-Clause"
6482             ],
6483             "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
6484             "keywords": [
6485                 "ZendFramework",
6486                 "serializer",
6487                 "zf"
6488             ],
6489             "time": "2018-05-14T18:45:18+00:00"
6490         },
6491         {
6492             "name": "zendframework/zend-server",
6493             "version": "2.8.0",
6494             "source": {
6495                 "type": "git",
6496                 "url": "https://github.com/zendframework/zend-server.git",
6497                 "reference": "23a2e9a5599c83c05da831cb7c649e8a7809595e"
6498             },
6499             "dist": {
6500                 "type": "zip",
6501                 "url": "https://api.github.com/repos/zendframework/zend-server/zipball/23a2e9a5599c83c05da831cb7c649e8a7809595e",
6502                 "reference": "23a2e9a5599c83c05da831cb7c649e8a7809595e",
6503                 "shasum": ""
6504             },
6505             "require": {
6506                 "php": "^5.6 || ^7.0",
6507                 "zendframework/zend-code": "^2.5 || ^3.0",
6508                 "zendframework/zend-stdlib": "^2.5 || ^3.0"
6509             },
6510             "require-dev": {
6511                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6512                 "zendframework/zend-coding-standard": "~1.0.0"
6513             },
6514             "type": "library",
6515             "extra": {
6516                 "branch-alias": {
6517                     "dev-master": "2.8.x-dev",
6518                     "dev-develop": "2.9.x-dev"
6519                 }
6520             },
6521             "autoload": {
6522                 "psr-4": {
6523                     "Zend\\Server\\": "src/"
6524                 }
6525             },
6526             "notification-url": "https://packagist.org/downloads/",
6527             "license": [
6528                 "BSD-3-Clause"
6529             ],
6530             "description": "Create Reflection-based RPC servers",
6531             "keywords": [
6532                 "ZendFramework",
6533                 "server",
6534                 "zf"
6535             ],
6536             "time": "2018-04-30T22:21:28+00:00"
6537         },
6538         {
6539             "name": "zendframework/zend-servicemanager",
6540             "version": "2.7.11",
6541             "source": {
6542                 "type": "git",
6543                 "url": "https://github.com/zendframework/zend-servicemanager.git",
6544                 "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
6545             },
6546             "dist": {
6547                 "type": "zip",
6548                 "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
6549                 "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
6550                 "shasum": ""
6551             },
6552             "require": {
6553                 "container-interop/container-interop": "~1.0",
6554                 "php": "^5.5 || ^7.0"
6555             },
6556             "require-dev": {
6557                 "athletic/athletic": "dev-master",
6558                 "fabpot/php-cs-fixer": "1.7.*",
6559                 "phpunit/phpunit": "~4.0",
6560                 "zendframework/zend-di": "~2.5",
6561                 "zendframework/zend-mvc": "~2.5"
6562             },
6563             "suggest": {
6564                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
6565                 "zendframework/zend-di": "Zend\\Di component"
6566             },
6567             "type": "library",
6568             "extra": {
6569                 "branch-alias": {
6570                     "dev-master": "2.7-dev",
6571                     "dev-develop": "3.0-dev"
6572                 }
6573             },
6574             "autoload": {
6575                 "psr-4": {
6576                     "Zend\\ServiceManager\\": "src/"
6577                 }
6578             },
6579             "notification-url": "https://packagist.org/downloads/",
6580             "license": [
6581                 "BSD-3-Clause"
6582             ],
6583             "homepage": "https://github.com/zendframework/zend-servicemanager",
6584             "keywords": [
6585                 "servicemanager",
6586                 "zf2"
6587             ],
6588             "time": "2018-06-22T14:49:54+00:00"
6589         },
6590         {
6591             "name": "zendframework/zend-session",
6592             "version": "2.8.5",
6593             "source": {
6594                 "type": "git",
6595                 "url": "https://github.com/zendframework/zend-session.git",
6596                 "reference": "2cfd90e1a2f6b066b9f908599251d8f64f07021b"
6597             },
6598             "dist": {
6599                 "type": "zip",
6600                 "url": "https://api.github.com/repos/zendframework/zend-session/zipball/2cfd90e1a2f6b066b9f908599251d8f64f07021b",
6601                 "reference": "2cfd90e1a2f6b066b9f908599251d8f64f07021b",
6602                 "shasum": ""
6603             },
6604             "require": {
6605                 "php": "^5.6 || ^7.0",
6606                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
6607                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6608             },
6609             "require-dev": {
6610                 "container-interop/container-interop": "^1.1",
6611                 "mongodb/mongodb": "^1.0.1",
6612                 "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
6613                 "phpunit/phpunit": "^5.7.5 || >=6.0.13 <6.5.0",
6614                 "zendframework/zend-cache": "^2.6.1",
6615                 "zendframework/zend-coding-standard": "~1.0.0",
6616                 "zendframework/zend-db": "^2.7",
6617                 "zendframework/zend-http": "^2.5.4",
6618                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6619                 "zendframework/zend-validator": "^2.6"
6620             },
6621             "suggest": {
6622                 "mongodb/mongodb": "If you want to use the MongoDB session save handler",
6623                 "zendframework/zend-cache": "Zend\\Cache component",
6624                 "zendframework/zend-db": "Zend\\Db component",
6625                 "zendframework/zend-http": "Zend\\Http component",
6626                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
6627                 "zendframework/zend-validator": "Zend\\Validator component"
6628             },
6629             "type": "library",
6630             "extra": {
6631                 "branch-alias": {
6632                     "dev-master": "2.8-dev",
6633                     "dev-develop": "2.9-dev"
6634                 },
6635                 "zf": {
6636                     "component": "Zend\\Session",
6637                     "config-provider": "Zend\\Session\\ConfigProvider"
6638                 }
6639             },
6640             "autoload": {
6641                 "psr-4": {
6642                     "Zend\\Session\\": "src/"
6643                 }
6644             },
6645             "notification-url": "https://packagist.org/downloads/",
6646             "license": [
6647                 "BSD-3-Clause"
6648             ],
6649             "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client",
6650             "keywords": [
6651                 "ZendFramework",
6652                 "session",
6653                 "zf"
6654             ],
6655             "time": "2018-02-22T16:33:54+00:00"
6656         },
6657         {
6658             "name": "zendframework/zend-soap",
6659             "version": "2.7.0",
6660             "source": {
6661                 "type": "git",
6662                 "url": "https://github.com/zendframework/zend-soap.git",
6663                 "reference": "af03c32f0db2b899b3df8cfe29aeb2b49857d284"
6664             },
6665             "dist": {
6666                 "type": "zip",
6667                 "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/af03c32f0db2b899b3df8cfe29aeb2b49857d284",
6668                 "reference": "af03c32f0db2b899b3df8cfe29aeb2b49857d284",
6669                 "shasum": ""
6670             },
6671             "require": {
6672                 "ext-soap": "*",
6673                 "php": "^5.6 || ^7.0",
6674                 "zendframework/zend-server": "^2.6.1",
6675                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
6676                 "zendframework/zend-uri": "^2.5.2"
6677             },
6678             "require-dev": {
6679                 "phpunit/phpunit": "^5.7.21 || ^6.3",
6680                 "zendframework/zend-coding-standard": "~1.0.0",
6681                 "zendframework/zend-config": "^2.6",
6682                 "zendframework/zend-http": "^2.5.4"
6683             },
6684             "suggest": {
6685                 "zendframework/zend-http": "Zend\\Http component"
6686             },
6687             "type": "library",
6688             "extra": {
6689                 "branch-alias": {
6690                     "dev-master": "2.7.x-dev",
6691                     "dev-develop": "2.8.x-dev"
6692                 }
6693             },
6694             "autoload": {
6695                 "psr-4": {
6696                     "Zend\\Soap\\": "src/"
6697                 }
6698             },
6699             "notification-url": "https://packagist.org/downloads/",
6700             "license": [
6701                 "BSD-3-Clause"
6702             ],
6703             "homepage": "https://github.com/zendframework/zend-soap",
6704             "keywords": [
6705                 "soap",
6706                 "zf2"
6707             ],
6708             "time": "2018-01-29T17:51:26+00:00"
6709         },
6710         {
6711             "name": "zendframework/zend-stdlib",
6712             "version": "2.7.7",
6713             "source": {
6714                 "type": "git",
6715                 "url": "https://github.com/zendframework/zend-stdlib.git",
6716                 "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
6717             },
6718             "dist": {
6719                 "type": "zip",
6720                 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
6721                 "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
6722                 "shasum": ""
6723             },
6724             "require": {
6725                 "php": "^5.5 || ^7.0",
6726                 "zendframework/zend-hydrator": "~1.1"
6727             },
6728             "require-dev": {
6729                 "athletic/athletic": "~0.1",
6730                 "fabpot/php-cs-fixer": "1.7.*",
6731                 "phpunit/phpunit": "~4.0",
6732                 "zendframework/zend-config": "~2.5",
6733                 "zendframework/zend-eventmanager": "~2.5",
6734                 "zendframework/zend-filter": "~2.5",
6735                 "zendframework/zend-inputfilter": "~2.5",
6736                 "zendframework/zend-serializer": "~2.5",
6737                 "zendframework/zend-servicemanager": "~2.5"
6738             },
6739             "suggest": {
6740                 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
6741                 "zendframework/zend-filter": "To support naming strategy hydrator usage",
6742                 "zendframework/zend-serializer": "Zend\\Serializer component",
6743                 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
6744             },
6745             "type": "library",
6746             "extra": {
6747                 "branch-alias": {
6748                     "dev-release-2.7": "2.7-dev",
6749                     "dev-master": "3.0-dev",
6750                     "dev-develop": "3.1-dev"
6751                 }
6752             },
6753             "autoload": {
6754                 "psr-4": {
6755                     "Zend\\Stdlib\\": "src/"
6756                 }
6757             },
6758             "notification-url": "https://packagist.org/downloads/",
6759             "license": [
6760                 "BSD-3-Clause"
6761             ],
6762             "homepage": "https://github.com/zendframework/zend-stdlib",
6763             "keywords": [
6764                 "stdlib",
6765                 "zf2"
6766             ],
6767             "time": "2016-04-12T21:17:31+00:00"
6768         },
6769         {
6770             "name": "zendframework/zend-tag",
6771             "version": "2.7.0",
6772             "source": {
6773                 "type": "git",
6774                 "url": "https://github.com/zendframework/zend-tag.git",
6775                 "reference": "2212dfae37dd6158a435df551186bd11b8eea011"
6776             },
6777             "dist": {
6778                 "type": "zip",
6779                 "url": "https://api.github.com/repos/zendframework/zend-tag/zipball/2212dfae37dd6158a435df551186bd11b8eea011",
6780                 "reference": "2212dfae37dd6158a435df551186bd11b8eea011",
6781                 "shasum": ""
6782             },
6783             "require": {
6784                 "php": "^5.6 || ^7.0",
6785                 "zendframework/zend-escaper": "^2.5",
6786                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6787             },
6788             "require-dev": {
6789                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6790                 "zendframework/zend-coding-standard": "~1.0.0",
6791                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
6792             },
6793             "suggest": {
6794                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
6795             },
6796             "type": "library",
6797             "extra": {
6798                 "branch-alias": {
6799                     "dev-master": "2.7.x-dev",
6800                     "dev-develop": "2.8.x-dev"
6801                 }
6802             },
6803             "autoload": {
6804                 "psr-4": {
6805                     "Zend\\Tag\\": "src/"
6806                 }
6807             },
6808             "notification-url": "https://packagist.org/downloads/",
6809             "license": [
6810                 "BSD-3-Clause"
6811             ],
6812             "description": "Manipulate and weight taggable items, and create tag clouds",
6813             "keywords": [
6814                 "ZendFramework",
6815                 "tag",
6816                 "zf"
6817             ],
6818             "time": "2018-04-30T15:01:38+00:00"
6819         },
6820         {
6821             "name": "zendframework/zend-test",
6822             "version": "2.6.1",
6823             "source": {
6824                 "type": "git",
6825                 "url": "https://github.com/zendframework/zend-test.git",
6826                 "reference": "0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b"
6827             },
6828             "dist": {
6829                 "type": "zip",
6830                 "url": "https://api.github.com/repos/zendframework/zend-test/zipball/0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b",
6831                 "reference": "0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b",
6832                 "shasum": ""
6833             },
6834             "require": {
6835                 "php": "^5.5 || ^7.0",
6836                 "phpunit/phpunit": "^4.0 || ^5.0",
6837                 "sebastian/version": "^1.0.4",
6838                 "zendframework/zend-console": "^2.6",
6839                 "zendframework/zend-dom": "^2.6",
6840                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
6841                 "zendframework/zend-http": "^2.5.4",
6842                 "zendframework/zend-mvc": "^2.7.1",
6843                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6844                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
6845                 "zendframework/zend-uri": "^2.5",
6846                 "zendframework/zend-view": "^2.6.3"
6847             },
6848             "require-dev": {
6849                 "fabpot/php-cs-fixer": "1.7.*",
6850                 "mikey179/vfsstream": "~1.2",
6851                 "symfony/finder": "^2.2",
6852                 "zendframework/zend-i18n": "^2.6",
6853                 "zendframework/zend-log": "^2.7.1",
6854                 "zendframework/zend-modulemanager": "^2.7.1",
6855                 "zendframework/zend-serializer": "^2.6.1",
6856                 "zendframework/zend-session": "^2.6.2"
6857             },
6858             "type": "library",
6859             "extra": {
6860                 "branch-alias": {
6861                     "dev-master": "2.6-dev",
6862                     "dev-develop": "2.7-dev"
6863                 }
6864             },
6865             "autoload": {
6866                 "psr-4": {
6867                     "Zend\\Test\\": "src/"
6868                 }
6869             },
6870             "notification-url": "https://packagist.org/downloads/",
6871             "license": [
6872                 "BSD-3-Clause"
6873             ],
6874             "homepage": "https://github.com/zendframework/zend-test",
6875             "keywords": [
6876                 "test",
6877                 "zf2"
6878             ],
6879             "time": "2016-03-02T20:15:27+00:00"
6880         },
6881         {
6882             "name": "zendframework/zend-text",
6883             "version": "2.7.0",
6884             "source": {
6885                 "type": "git",
6886                 "url": "https://github.com/zendframework/zend-text.git",
6887                 "reference": "ca987dd4594f5f9508771fccd82c89bc7fbb39ac"
6888             },
6889             "dist": {
6890                 "type": "zip",
6891                 "url": "https://api.github.com/repos/zendframework/zend-text/zipball/ca987dd4594f5f9508771fccd82c89bc7fbb39ac",
6892                 "reference": "ca987dd4594f5f9508771fccd82c89bc7fbb39ac",
6893                 "shasum": ""
6894             },
6895             "require": {
6896                 "php": "^5.6 || ^7.0",
6897                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
6898                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
6899             },
6900             "require-dev": {
6901                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6902                 "zendframework/zend-coding-standard": "~1.0.0",
6903                 "zendframework/zend-config": "^2.6"
6904             },
6905             "type": "library",
6906             "extra": {
6907                 "branch-alias": {
6908                     "dev-master": "2.7.x-dev",
6909                     "dev-develop": "2.8.x-dev"
6910                 }
6911             },
6912             "autoload": {
6913                 "psr-4": {
6914                     "Zend\\Text\\": "src/"
6915                 }
6916             },
6917             "notification-url": "https://packagist.org/downloads/",
6918             "license": [
6919                 "BSD-3-Clause"
6920             ],
6921             "description": "Create FIGlets and text-based tables",
6922             "keywords": [
6923                 "ZendFramework",
6924                 "text",
6925                 "zf"
6926             ],
6927             "time": "2018-04-30T14:55:10+00:00"
6928         },
6929         {
6930             "name": "zendframework/zend-uri",
6931             "version": "2.6.1",
6932             "source": {
6933                 "type": "git",
6934                 "url": "https://github.com/zendframework/zend-uri.git",
6935                 "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
6936             },
6937             "dist": {
6938                 "type": "zip",
6939                 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
6940                 "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
6941                 "shasum": ""
6942             },
6943             "require": {
6944                 "php": "^5.6 || ^7.0",
6945                 "zendframework/zend-escaper": "^2.5",
6946                 "zendframework/zend-validator": "^2.10"
6947             },
6948             "require-dev": {
6949                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
6950                 "zendframework/zend-coding-standard": "~1.0.0"
6951             },
6952             "type": "library",
6953             "extra": {
6954                 "branch-alias": {
6955                     "dev-master": "2.6.x-dev",
6956                     "dev-develop": "2.7.x-dev"
6957                 }
6958             },
6959             "autoload": {
6960                 "psr-4": {
6961                     "Zend\\Uri\\": "src/"
6962                 }
6963             },
6964             "notification-url": "https://packagist.org/downloads/",
6965             "license": [
6966                 "BSD-3-Clause"
6967             ],
6968             "description": "A component that aids in manipulating and validating Â» Uniform Resource Identifiers (URIs)",
6969             "keywords": [
6970                 "ZendFramework",
6971                 "uri",
6972                 "zf"
6973             ],
6974             "time": "2018-04-30T13:40:08+00:00"
6975         },
6976         {
6977             "name": "zendframework/zend-validator",
6978             "version": "2.10.2",
6979             "source": {
6980                 "type": "git",
6981                 "url": "https://github.com/zendframework/zend-validator.git",
6982                 "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
6983             },
6984             "dist": {
6985                 "type": "zip",
6986                 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
6987                 "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
6988                 "shasum": ""
6989             },
6990             "require": {
6991                 "container-interop/container-interop": "^1.1",
6992                 "php": "^5.6 || ^7.0",
6993                 "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
6994             },
6995             "require-dev": {
6996                 "phpunit/phpunit": "^6.0.8 || ^5.7.15",
6997                 "zendframework/zend-cache": "^2.6.1",
6998                 "zendframework/zend-coding-standard": "~1.0.0",
6999                 "zendframework/zend-config": "^2.6",
7000                 "zendframework/zend-db": "^2.7",
7001                 "zendframework/zend-filter": "^2.6",
7002                 "zendframework/zend-http": "^2.5.4",
7003                 "zendframework/zend-i18n": "^2.6",
7004                 "zendframework/zend-math": "^2.6",
7005                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
7006                 "zendframework/zend-session": "^2.8",
7007                 "zendframework/zend-uri": "^2.5"
7008             },
7009             "suggest": {
7010                 "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
7011                 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
7012                 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
7013                 "zendframework/zend-i18n-resources": "Translations of validator messages",
7014                 "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
7015                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
7016                 "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
7017                 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
7018             },
7019             "type": "library",
7020             "extra": {
7021                 "branch-alias": {
7022                     "dev-master": "2.10.x-dev",
7023                     "dev-develop": "2.11.x-dev"
7024                 },
7025                 "zf": {
7026                     "component": "Zend\\Validator",
7027                     "config-provider": "Zend\\Validator\\ConfigProvider"
7028                 }
7029             },
7030             "autoload": {
7031                 "psr-4": {
7032                     "Zend\\Validator\\": "src/"
7033                 }
7034             },
7035             "notification-url": "https://packagist.org/downloads/",
7036             "license": [
7037                 "BSD-3-Clause"
7038             ],
7039             "description": "provides a set of commonly needed validators",
7040             "homepage": "https://github.com/zendframework/zend-validator",
7041             "keywords": [
7042                 "validator",
7043                 "zf2"
7044             ],
7045             "time": "2018-02-01T17:05:33+00:00"
7046         },
7047         {
7048             "name": "zendframework/zend-version",
7049             "version": "2.5.1",
7050             "source": {
7051                 "type": "git",
7052                 "url": "https://github.com/zendframework/zend-version.git",
7053                 "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08"
7054             },
7055             "dist": {
7056                 "type": "zip",
7057                 "url": "https://api.github.com/repos/zendframework/zend-version/zipball/e30c55dc394eaf396f0347887af0a7bef471fe08",
7058                 "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08",
7059                 "shasum": ""
7060             },
7061             "require": {
7062                 "php": ">=5.3.23",
7063                 "zendframework/zend-json": "~2.5"
7064             },
7065             "require-dev": {
7066                 "fabpot/php-cs-fixer": "1.7.*",
7067                 "phpunit/phpunit": "~4.0",
7068                 "zendframework/zend-http": "~2.5"
7069             },
7070             "suggest": {
7071                 "zendframework/zend-http": "Allows use of Zend\\Http\\Client to check version information",
7072                 "zendframework/zend-json": "To check latest version hosted in GitHub"
7073             },
7074             "type": "library",
7075             "extra": {
7076                 "branch-alias": {
7077                     "dev-master": "2.5-dev",
7078                     "dev-develop": "2.6-dev"
7079                 }
7080             },
7081             "autoload": {
7082                 "psr-4": {
7083                     "Zend\\Version\\": "src/"
7084                 }
7085             },
7086             "notification-url": "https://packagist.org/downloads/",
7087             "license": [
7088                 "BSD-3-Clause"
7089             ],
7090             "homepage": "https://github.com/zendframework/zend-version",
7091             "keywords": [
7092                 "version",
7093                 "zf2"
7094             ],
7095             "abandoned": "ocramius/package-versions",
7096             "time": "2015-06-04T15:41:05+00:00"
7097         },
7098         {
7099             "name": "zendframework/zend-view",
7100             "version": "2.10.0",
7101             "source": {
7102                 "type": "git",
7103                 "url": "https://github.com/zendframework/zend-view.git",
7104                 "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e"
7105             },
7106             "dist": {
7107                 "type": "zip",
7108                 "url": "https://api.github.com/repos/zendframework/zend-view/zipball/4478cc5dd960e2339d88b363ef99fa278700e80e",
7109                 "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e",
7110                 "shasum": ""
7111             },
7112             "require": {
7113                 "php": "^5.6 || ^7.0",
7114                 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
7115                 "zendframework/zend-loader": "^2.5",
7116                 "zendframework/zend-stdlib": "^2.7 || ^3.0"
7117             },
7118             "require-dev": {
7119                 "phpunit/phpunit": "^5.7.15 || ^6.0.8",
7120                 "zendframework/zend-authentication": "^2.5",
7121                 "zendframework/zend-cache": "^2.6.1",
7122                 "zendframework/zend-coding-standard": "~1.0.0",
7123                 "zendframework/zend-config": "^2.6",
7124                 "zendframework/zend-console": "^2.6",
7125                 "zendframework/zend-escaper": "^2.5",
7126                 "zendframework/zend-feed": "^2.7",
7127                 "zendframework/zend-filter": "^2.6.1",
7128                 "zendframework/zend-http": "^2.5.4",
7129                 "zendframework/zend-i18n": "^2.6",
7130                 "zendframework/zend-json": "^2.6.1",
7131                 "zendframework/zend-log": "^2.7",
7132                 "zendframework/zend-modulemanager": "^2.7.1",
7133                 "zendframework/zend-mvc": "^2.7 || ^3.0",
7134                 "zendframework/zend-navigation": "^2.5",
7135                 "zendframework/zend-paginator": "^2.5",
7136                 "zendframework/zend-permissions-acl": "^2.6",
7137                 "zendframework/zend-router": "^3.0.1",
7138                 "zendframework/zend-serializer": "^2.6.1",
7139                 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
7140                 "zendframework/zend-session": "^2.8.1",
7141                 "zendframework/zend-uri": "^2.5"
7142             },
7143             "suggest": {
7144                 "zendframework/zend-authentication": "Zend\\Authentication component",
7145                 "zendframework/zend-escaper": "Zend\\Escaper component",
7146                 "zendframework/zend-feed": "Zend\\Feed component",
7147                 "zendframework/zend-filter": "Zend\\Filter component",
7148                 "zendframework/zend-http": "Zend\\Http component",
7149                 "zendframework/zend-i18n": "Zend\\I18n component",
7150                 "zendframework/zend-json": "Zend\\Json component",
7151                 "zendframework/zend-mvc": "Zend\\Mvc component",
7152                 "zendframework/zend-navigation": "Zend\\Navigation component",
7153                 "zendframework/zend-paginator": "Zend\\Paginator component",
7154                 "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component",
7155                 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
7156                 "zendframework/zend-uri": "Zend\\Uri component"
7157             },
7158             "bin": [
7159                 "bin/templatemap_generator.php"
7160             ],
7161             "type": "library",
7162             "extra": {
7163                 "branch-alias": {
7164                     "dev-master": "2.10.x-dev",
7165                     "dev-develop": "2.11.x-dev"
7166                 }
7167             },
7168             "autoload": {
7169                 "psr-4": {
7170                     "Zend\\View\\": "src/"
7171                 }
7172             },
7173             "notification-url": "https://packagist.org/downloads/",
7174             "license": [
7175                 "BSD-3-Clause"
7176             ],
7177             "description": "provides a system of helpers, output filters, and variable escaping",
7178             "homepage": "https://github.com/zendframework/zend-view",
7179             "keywords": [
7180                 "view",
7181                 "zf2"
7182             ],
7183             "time": "2018-01-17T22:21:50+00:00"
7184         },
7185         {
7186             "name": "zendframework/zend-xmlrpc",
7187             "version": "2.7.0",
7188             "source": {
7189                 "type": "git",
7190                 "url": "https://github.com/zendframework/zend-xmlrpc.git",
7191                 "reference": "97e7d70d71b040c8fc94807a911ee9a53dc35ef5"
7192             },
7193             "dist": {
7194                 "type": "zip",
7195                 "url": "https://api.github.com/repos/zendframework/zend-xmlrpc/zipball/97e7d70d71b040c8fc94807a911ee9a53dc35ef5",
7196                 "reference": "97e7d70d71b040c8fc94807a911ee9a53dc35ef5",
7197                 "shasum": ""
7198             },
7199             "require": {
7200                 "php": "^5.6 || ^7.0",
7201                 "zendframework/zend-http": "^2.5.4",
7202                 "zendframework/zend-math": "^2.7 || ^3.0",
7203                 "zendframework/zend-server": "^2.7",
7204                 "zendframework/zend-stdlib": "^2.7 || ^3.0",
7205                 "zendframework/zendxml": "^1.0.2"
7206             },
7207             "require-dev": {
7208                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7209                 "zendframework/zend-coding-standard": "~1.0.0"
7210             },
7211             "suggest": {
7212                 "zendframework/zend-cache": "To support Zend\\XmlRpc\\Server\\Cache usage"
7213             },
7214             "type": "library",
7215             "extra": {
7216                 "branch-alias": {
7217                     "dev-master": "2.7.x-dev",
7218                     "dev-develop": "2.8.x-dev"
7219                 }
7220             },
7221             "autoload": {
7222                 "psr-4": {
7223                     "Zend\\XmlRpc\\": "src/"
7224                 }
7225             },
7226             "notification-url": "https://packagist.org/downloads/",
7227             "license": [
7228                 "BSD-3-Clause"
7229             ],
7230             "description": "Fully-featured XML-RPC server and client implementations",
7231             "keywords": [
7232                 "ZendFramework",
7233                 "xmlrpc",
7234                 "zf"
7235             ],
7236             "time": "2018-05-14T19:17:17+00:00"
7237         },
7238         {
7239             "name": "zendframework/zendframework",
7240             "version": "2.5.3",
7241             "source": {
7242                 "type": "git",
7243                 "url": "https://github.com/zendframework/zendframework.git",
7244                 "reference": "aeb432d59410cd9a4a68166738745387a9bf49ab"
7245             },
7246             "dist": {
7247                 "type": "zip",
7248                 "url": "https://api.github.com/repos/zendframework/zendframework/zipball/aeb432d59410cd9a4a68166738745387a9bf49ab",
7249                 "reference": "aeb432d59410cd9a4a68166738745387a9bf49ab",
7250                 "shasum": ""
7251             },
7252             "require": {
7253                 "php": "^5.5 || ^7.0",
7254                 "zendframework/zend-authentication": "^2.5",
7255                 "zendframework/zend-barcode": "^2.5",
7256                 "zendframework/zend-cache": "^2.5",
7257                 "zendframework/zend-captcha": "^2.5",
7258                 "zendframework/zend-code": "^2.5",
7259                 "zendframework/zend-config": "^2.5",
7260                 "zendframework/zend-console": "^2.5",
7261                 "zendframework/zend-crypt": "^2.5",
7262                 "zendframework/zend-db": "^2.5",
7263                 "zendframework/zend-debug": "^2.5",
7264                 "zendframework/zend-di": "^2.5",
7265                 "zendframework/zend-dom": "^2.5",
7266                 "zendframework/zend-escaper": "^2.5",
7267                 "zendframework/zend-eventmanager": "^2.5",
7268                 "zendframework/zend-feed": "^2.5",
7269                 "zendframework/zend-file": "^2.5",
7270                 "zendframework/zend-filter": "^2.5",
7271                 "zendframework/zend-form": "^2.5",
7272                 "zendframework/zend-http": "^2.5",
7273                 "zendframework/zend-i18n": "^2.5",
7274                 "zendframework/zend-i18n-resources": "^2.5",
7275                 "zendframework/zend-inputfilter": "^2.5",
7276                 "zendframework/zend-json": "^2.5",
7277                 "zendframework/zend-loader": "^2.5",
7278                 "zendframework/zend-log": "^2.5",
7279                 "zendframework/zend-mail": "^2.5",
7280                 "zendframework/zend-math": "^2.5",
7281                 "zendframework/zend-memory": "^2.5",
7282                 "zendframework/zend-mime": "^2.5",
7283                 "zendframework/zend-modulemanager": "^2.5",
7284                 "zendframework/zend-mvc": "^2.5",
7285                 "zendframework/zend-navigation": "^2.5",
7286                 "zendframework/zend-paginator": "^2.5",
7287                 "zendframework/zend-permissions-acl": "^2.5",
7288                 "zendframework/zend-permissions-rbac": "^2.5",
7289                 "zendframework/zend-progressbar": "^2.5",
7290                 "zendframework/zend-serializer": "^2.5",
7291                 "zendframework/zend-server": "^2.5",
7292                 "zendframework/zend-servicemanager": "^2.5",
7293                 "zendframework/zend-session": "^2.5",
7294                 "zendframework/zend-soap": "^2.5",
7295                 "zendframework/zend-stdlib": "^2.5",
7296                 "zendframework/zend-tag": "^2.5",
7297                 "zendframework/zend-test": "^2.5",
7298                 "zendframework/zend-text": "^2.5",
7299                 "zendframework/zend-uri": "^2.5",
7300                 "zendframework/zend-validator": "^2.5",
7301                 "zendframework/zend-version": "^2.5",
7302                 "zendframework/zend-view": "^2.5",
7303                 "zendframework/zend-xmlrpc": "^2.5",
7304                 "zendframework/zendxml": "^1.0.1"
7305             },
7306             "suggest": {
7307                 "zendframework/zend-ldap": "zend-ldap component ^2.5, if you need LDAP features"
7308             },
7309             "bin": [
7310                 "bin/classmap_generator.php",
7311                 "bin/pluginmap_generator.php",
7312                 "bin/templatemap_generator.php"
7313             ],
7314             "type": "library",
7315             "extra": {
7316                 "branch-alias": {
7317                     "dev-master": "2.5-dev",
7318                     "dev-develop": "2.6-dev"
7319                 }
7320             },
7321             "notification-url": "https://packagist.org/downloads/",
7322             "license": [
7323                 "BSD-3-Clause"
7324             ],
7325             "description": "Zend Framework 2",
7326             "homepage": "http://framework.zend.com/",
7327             "keywords": [
7328                 "framework",
7329                 "zf2"
7330             ],
7331             "time": "2016-01-27T18:00:44+00:00"
7332         },
7333         {
7334             "name": "zendframework/zendxml",
7335             "version": "1.1.0",
7336             "source": {
7337                 "type": "git",
7338                 "url": "https://github.com/zendframework/ZendXml.git",
7339                 "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99"
7340             },
7341             "dist": {
7342                 "type": "zip",
7343                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
7344                 "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99",
7345                 "shasum": ""
7346             },
7347             "require": {
7348                 "php": "^5.6 || ^7.0"
7349             },
7350             "require-dev": {
7351                 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
7352                 "zendframework/zend-coding-standard": "~1.0.0"
7353             },
7354             "type": "library",
7355             "extra": {
7356                 "branch-alias": {
7357                     "dev-master": "1.1.x-dev",
7358                     "dev-develop": "1.2.x-dev"
7359                 }
7360             },
7361             "autoload": {
7362                 "psr-4": {
7363                     "ZendXml\\": "src/"
7364                 }
7365             },
7366             "notification-url": "https://packagist.org/downloads/",
7367             "license": [
7368                 "BSD-3-Clause"
7369             ],
7370             "description": "Utility library for XML usage, best practices, and security in PHP",
7371             "keywords": [
7372                 "ZendFramework",
7373                 "security",
7374                 "xml",
7375                 "zf"
7376             ],
7377             "time": "2018-04-30T15:11:04+00:00"
7378         }
7379     ],
7380     "packages-dev": [],
7381     "aliases": [],
7382     "minimum-stability": "stable",
7383     "stability-flags": {
7384         "doctrine/couchdb": 10
7385     },
7386     "prefer-stable": false,
7387     "prefer-lowest": false,
7388     "platform": {
7389         "php": ">=5.6.0"
7390     },
7391     "platform-dev": [],
7392     "platform-overrides": {
7393         "php": "5.6"
7394     }