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