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