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