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