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