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