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