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