]> BookStack Code Mirror - bookstack/blob - composer.lock
LDAP: Added TLS support
[bookstack] / composer.lock
1 {
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": "34390536dd685e0bc49b179babaa06ec",
8     "packages": [
9         {
10             "name": "aws/aws-sdk-php",
11             "version": "3.154.6",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/aws/aws-sdk-php.git",
15                 "reference": "83a1382930359e4d4f4c9187239f059d5b282520"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/83a1382930359e4d4f4c9187239f059d5b282520",
20                 "reference": "83a1382930359e4d4f4c9187239f059d5b282520",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-json": "*",
25                 "ext-pcre": "*",
26                 "ext-simplexml": "*",
27                 "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
28                 "guzzlehttp/promises": "^1.0",
29                 "guzzlehttp/psr7": "^1.4.1",
30                 "mtdowling/jmespath.php": "^2.5",
31                 "php": ">=5.5"
32             },
33             "require-dev": {
34                 "andrewsville/php-token-reflection": "^1.4",
35                 "aws/aws-php-sns-message-validator": "~1.0",
36                 "behat/behat": "~3.0",
37                 "doctrine/cache": "~1.4",
38                 "ext-dom": "*",
39                 "ext-openssl": "*",
40                 "ext-pcntl": "*",
41                 "ext-sockets": "*",
42                 "nette/neon": "^2.3",
43                 "paragonie/random_compat": ">= 2",
44                 "phpunit/phpunit": "^4.8.35|^5.4.3",
45                 "psr/cache": "^1.0",
46                 "psr/simple-cache": "^1.0",
47                 "sebastian/comparator": "^1.2.3"
48             },
49             "suggest": {
50                 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
51                 "doctrine/cache": "To use the DoctrineCacheAdapter",
52                 "ext-curl": "To send requests using cURL",
53                 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
54                 "ext-sockets": "To use client-side monitoring"
55             },
56             "type": "library",
57             "extra": {
58                 "branch-alias": {
59                     "dev-master": "3.0-dev"
60                 }
61             },
62             "autoload": {
63                 "psr-4": {
64                     "Aws\\": "src/"
65                 },
66                 "files": [
67                     "src/functions.php"
68                 ]
69             },
70             "notification-url": "https://packagist.org/downloads/",
71             "license": [
72                 "Apache-2.0"
73             ],
74             "authors": [
75                 {
76                     "name": "Amazon Web Services",
77                     "homepage": "http://aws.amazon.com"
78                 }
79             ],
80             "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
81             "homepage": "http://aws.amazon.com/sdkforphp",
82             "keywords": [
83                 "amazon",
84                 "aws",
85                 "cloud",
86                 "dynamodb",
87                 "ec2",
88                 "glacier",
89                 "s3",
90                 "sdk"
91             ],
92             "time": "2020-09-18T18:16:42+00:00"
93         },
94         {
95             "name": "barryvdh/laravel-dompdf",
96             "version": "v0.8.7",
97             "source": {
98                 "type": "git",
99                 "url": "https://github.com/barryvdh/laravel-dompdf.git",
100                 "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d"
101             },
102             "dist": {
103                 "type": "zip",
104                 "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
105                 "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
106                 "shasum": ""
107             },
108             "require": {
109                 "dompdf/dompdf": "^0.8",
110                 "illuminate/support": "^5.5|^6|^7|^8",
111                 "php": ">=7"
112             },
113             "type": "library",
114             "extra": {
115                 "branch-alias": {
116                     "dev-master": "0.8-dev"
117                 },
118                 "laravel": {
119                     "providers": [
120                         "Barryvdh\\DomPDF\\ServiceProvider"
121                     ],
122                     "aliases": {
123                         "PDF": "Barryvdh\\DomPDF\\Facade"
124                     }
125                 }
126             },
127             "autoload": {
128                 "psr-4": {
129                     "Barryvdh\\DomPDF\\": "src"
130                 }
131             },
132             "notification-url": "https://packagist.org/downloads/",
133             "license": [
134                 "MIT"
135             ],
136             "authors": [
137                 {
138                     "name": "Barry vd. Heuvel",
139                     "email": "barryvdh@gmail.com"
140                 }
141             ],
142             "description": "A DOMPDF Wrapper for Laravel",
143             "keywords": [
144                 "dompdf",
145                 "laravel",
146                 "pdf"
147             ],
148             "funding": [
149                 {
150                     "url": "https://github.com/barryvdh",
151                     "type": "github"
152                 }
153             ],
154             "time": "2020-09-07T11:50:18+00:00"
155         },
156         {
157             "name": "barryvdh/laravel-snappy",
158             "version": "v0.4.8",
159             "source": {
160                 "type": "git",
161                 "url": "https://github.com/barryvdh/laravel-snappy.git",
162                 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645"
163             },
164             "dist": {
165                 "type": "zip",
166                 "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/1903ab84171072b6bff8d98eb58d38b2c9aaf645",
167                 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645",
168                 "shasum": ""
169             },
170             "require": {
171                 "illuminate/filesystem": "^5.5|^6|^7|^8",
172                 "illuminate/support": "^5.5|^6|^7|^8",
173                 "knplabs/knp-snappy": "^1",
174                 "php": ">=7"
175             },
176             "type": "library",
177             "extra": {
178                 "branch-alias": {
179                     "dev-master": "0.4-dev"
180                 },
181                 "laravel": {
182                     "providers": [
183                         "Barryvdh\\Snappy\\ServiceProvider"
184                     ],
185                     "aliases": {
186                         "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
187                         "SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
188                     }
189                 }
190             },
191             "autoload": {
192                 "psr-4": {
193                     "Barryvdh\\Snappy\\": "src/"
194                 }
195             },
196             "notification-url": "https://packagist.org/downloads/",
197             "license": [
198                 "MIT"
199             ],
200             "authors": [
201                 {
202                     "name": "Barry vd. Heuvel",
203                     "email": "barryvdh@gmail.com"
204                 }
205             ],
206             "description": "Snappy PDF/Image for Laravel",
207             "keywords": [
208                 "image",
209                 "laravel",
210                 "pdf",
211                 "snappy",
212                 "wkhtmltoimage",
213                 "wkhtmltopdf"
214             ],
215             "time": "2020-09-07T12:33:10+00:00"
216         },
217         {
218             "name": "cogpowered/finediff",
219             "version": "0.3.1",
220             "source": {
221                 "type": "git",
222                 "url": "https://github.com/cogpowered/FineDiff.git",
223                 "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8"
224             },
225             "dist": {
226                 "type": "zip",
227                 "url": "https://api.github.com/repos/cogpowered/FineDiff/zipball/339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8",
228                 "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8",
229                 "shasum": ""
230             },
231             "require": {
232                 "php": ">=5.3.0"
233             },
234             "require-dev": {
235                 "mockery/mockery": "*",
236                 "phpunit/phpunit": "*"
237             },
238             "type": "library",
239             "autoload": {
240                 "psr-0": {
241                     "cogpowered\\FineDiff": "src/"
242                 }
243             },
244             "notification-url": "https://packagist.org/downloads/",
245             "license": [
246                 "MIT"
247             ],
248             "authors": [
249                 {
250                     "name": "Rob Crowe",
251                     "email": "rob@cogpowered.com"
252                 },
253                 {
254                     "name": "Raymond Hill"
255                 }
256             ],
257             "description": "PHP implementation of a Fine granularity Diff engine",
258             "homepage": "https://github.com/cogpowered/FineDiff",
259             "keywords": [
260                 "diff",
261                 "finediff",
262                 "opcode",
263                 "string",
264                 "text"
265             ],
266             "time": "2014-05-19T10:25:02+00:00"
267         },
268         {
269             "name": "doctrine/cache",
270             "version": "1.10.2",
271             "source": {
272                 "type": "git",
273                 "url": "https://github.com/doctrine/cache.git",
274                 "reference": "13e3381b25847283a91948d04640543941309727"
275             },
276             "dist": {
277                 "type": "zip",
278                 "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
279                 "reference": "13e3381b25847283a91948d04640543941309727",
280                 "shasum": ""
281             },
282             "require": {
283                 "php": "~7.1 || ^8.0"
284             },
285             "conflict": {
286                 "doctrine/common": ">2.2,<2.4"
287             },
288             "require-dev": {
289                 "alcaeus/mongo-php-adapter": "^1.1",
290                 "doctrine/coding-standard": "^6.0",
291                 "mongodb/mongodb": "^1.1",
292                 "phpunit/phpunit": "^7.0",
293                 "predis/predis": "~1.0"
294             },
295             "suggest": {
296                 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
297             },
298             "type": "library",
299             "extra": {
300                 "branch-alias": {
301                     "dev-master": "1.9.x-dev"
302                 }
303             },
304             "autoload": {
305                 "psr-4": {
306                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
307                 }
308             },
309             "notification-url": "https://packagist.org/downloads/",
310             "license": [
311                 "MIT"
312             ],
313             "authors": [
314                 {
315                     "name": "Guilherme Blanco",
316                     "email": "guilhermeblanco@gmail.com"
317                 },
318                 {
319                     "name": "Roman Borschel",
320                     "email": "roman@code-factory.org"
321                 },
322                 {
323                     "name": "Benjamin Eberlei",
324                     "email": "kontakt@beberlei.de"
325                 },
326                 {
327                     "name": "Jonathan Wage",
328                     "email": "jonwage@gmail.com"
329                 },
330                 {
331                     "name": "Johannes Schmitt",
332                     "email": "schmittjoh@gmail.com"
333                 }
334             ],
335             "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
336             "homepage": "https://www.doctrine-project.org/projects/cache.html",
337             "keywords": [
338                 "abstraction",
339                 "apcu",
340                 "cache",
341                 "caching",
342                 "couchdb",
343                 "memcached",
344                 "php",
345                 "redis",
346                 "xcache"
347             ],
348             "funding": [
349                 {
350                     "url": "https://www.doctrine-project.org/sponsorship.html",
351                     "type": "custom"
352                 },
353                 {
354                     "url": "https://www.patreon.com/phpdoctrine",
355                     "type": "patreon"
356                 },
357                 {
358                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
359                     "type": "tidelift"
360                 }
361             ],
362             "time": "2020-07-07T18:54:01+00:00"
363         },
364         {
365             "name": "doctrine/dbal",
366             "version": "2.10.4",
367             "source": {
368                 "type": "git",
369                 "url": "https://github.com/doctrine/dbal.git",
370                 "reference": "47433196b6390d14409a33885ee42b6208160643"
371             },
372             "dist": {
373                 "type": "zip",
374                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643",
375                 "reference": "47433196b6390d14409a33885ee42b6208160643",
376                 "shasum": ""
377             },
378             "require": {
379                 "doctrine/cache": "^1.0",
380                 "doctrine/event-manager": "^1.0",
381                 "ext-pdo": "*",
382                 "php": "^7.2"
383             },
384             "require-dev": {
385                 "doctrine/coding-standard": "^8.1",
386                 "jetbrains/phpstorm-stubs": "^2019.1",
387                 "nikic/php-parser": "^4.4",
388                 "phpstan/phpstan": "^0.12.40",
389                 "phpunit/phpunit": "^8.5.5",
390                 "psalm/plugin-phpunit": "^0.10.0",
391                 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
392                 "vimeo/psalm": "^3.14.2"
393             },
394             "suggest": {
395                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
396             },
397             "bin": [
398                 "bin/doctrine-dbal"
399             ],
400             "type": "library",
401             "extra": {
402                 "branch-alias": {
403                     "dev-master": "2.10.x-dev",
404                     "dev-develop": "3.0.x-dev"
405                 }
406             },
407             "autoload": {
408                 "psr-4": {
409                     "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
410                 }
411             },
412             "notification-url": "https://packagist.org/downloads/",
413             "license": [
414                 "MIT"
415             ],
416             "authors": [
417                 {
418                     "name": "Guilherme Blanco",
419                     "email": "guilhermeblanco@gmail.com"
420                 },
421                 {
422                     "name": "Roman Borschel",
423                     "email": "roman@code-factory.org"
424                 },
425                 {
426                     "name": "Benjamin Eberlei",
427                     "email": "kontakt@beberlei.de"
428                 },
429                 {
430                     "name": "Jonathan Wage",
431                     "email": "jonwage@gmail.com"
432                 }
433             ],
434             "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
435             "homepage": "https://www.doctrine-project.org/projects/dbal.html",
436             "keywords": [
437                 "abstraction",
438                 "database",
439                 "db2",
440                 "dbal",
441                 "mariadb",
442                 "mssql",
443                 "mysql",
444                 "oci8",
445                 "oracle",
446                 "pdo",
447                 "pgsql",
448                 "postgresql",
449                 "queryobject",
450                 "sasql",
451                 "sql",
452                 "sqlanywhere",
453                 "sqlite",
454                 "sqlserver",
455                 "sqlsrv"
456             ],
457             "funding": [
458                 {
459                     "url": "https://www.doctrine-project.org/sponsorship.html",
460                     "type": "custom"
461                 },
462                 {
463                     "url": "https://www.patreon.com/phpdoctrine",
464                     "type": "patreon"
465                 },
466                 {
467                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
468                     "type": "tidelift"
469                 }
470             ],
471             "time": "2020-09-12T21:20:41+00:00"
472         },
473         {
474             "name": "doctrine/event-manager",
475             "version": "1.1.1",
476             "source": {
477                 "type": "git",
478                 "url": "https://github.com/doctrine/event-manager.git",
479                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
480             },
481             "dist": {
482                 "type": "zip",
483                 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
484                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
485                 "shasum": ""
486             },
487             "require": {
488                 "php": "^7.1 || ^8.0"
489             },
490             "conflict": {
491                 "doctrine/common": "<2.9@dev"
492             },
493             "require-dev": {
494                 "doctrine/coding-standard": "^6.0",
495                 "phpunit/phpunit": "^7.0"
496             },
497             "type": "library",
498             "extra": {
499                 "branch-alias": {
500                     "dev-master": "1.0.x-dev"
501                 }
502             },
503             "autoload": {
504                 "psr-4": {
505                     "Doctrine\\Common\\": "lib/Doctrine/Common"
506                 }
507             },
508             "notification-url": "https://packagist.org/downloads/",
509             "license": [
510                 "MIT"
511             ],
512             "authors": [
513                 {
514                     "name": "Guilherme Blanco",
515                     "email": "guilhermeblanco@gmail.com"
516                 },
517                 {
518                     "name": "Roman Borschel",
519                     "email": "roman@code-factory.org"
520                 },
521                 {
522                     "name": "Benjamin Eberlei",
523                     "email": "kontakt@beberlei.de"
524                 },
525                 {
526                     "name": "Jonathan Wage",
527                     "email": "jonwage@gmail.com"
528                 },
529                 {
530                     "name": "Johannes Schmitt",
531                     "email": "schmittjoh@gmail.com"
532                 },
533                 {
534                     "name": "Marco Pivetta",
535                     "email": "ocramius@gmail.com"
536                 }
537             ],
538             "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
539             "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
540             "keywords": [
541                 "event",
542                 "event dispatcher",
543                 "event manager",
544                 "event system",
545                 "events"
546             ],
547             "funding": [
548                 {
549                     "url": "https://www.doctrine-project.org/sponsorship.html",
550                     "type": "custom"
551                 },
552                 {
553                     "url": "https://www.patreon.com/phpdoctrine",
554                     "type": "patreon"
555                 },
556                 {
557                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
558                     "type": "tidelift"
559                 }
560             ],
561             "time": "2020-05-29T18:28:51+00:00"
562         },
563         {
564             "name": "doctrine/inflector",
565             "version": "2.0.3",
566             "source": {
567                 "type": "git",
568                 "url": "https://github.com/doctrine/inflector.git",
569                 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
570             },
571             "dist": {
572                 "type": "zip",
573                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
574                 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
575                 "shasum": ""
576             },
577             "require": {
578                 "php": "^7.2 || ^8.0"
579             },
580             "require-dev": {
581                 "doctrine/coding-standard": "^7.0",
582                 "phpstan/phpstan": "^0.11",
583                 "phpstan/phpstan-phpunit": "^0.11",
584                 "phpstan/phpstan-strict-rules": "^0.11",
585                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
586             },
587             "type": "library",
588             "extra": {
589                 "branch-alias": {
590                     "dev-master": "2.0.x-dev"
591                 }
592             },
593             "autoload": {
594                 "psr-4": {
595                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
596                 }
597             },
598             "notification-url": "https://packagist.org/downloads/",
599             "license": [
600                 "MIT"
601             ],
602             "authors": [
603                 {
604                     "name": "Guilherme Blanco",
605                     "email": "guilhermeblanco@gmail.com"
606                 },
607                 {
608                     "name": "Roman Borschel",
609                     "email": "roman@code-factory.org"
610                 },
611                 {
612                     "name": "Benjamin Eberlei",
613                     "email": "kontakt@beberlei.de"
614                 },
615                 {
616                     "name": "Jonathan Wage",
617                     "email": "jonwage@gmail.com"
618                 },
619                 {
620                     "name": "Johannes Schmitt",
621                     "email": "schmittjoh@gmail.com"
622                 }
623             ],
624             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
625             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
626             "keywords": [
627                 "inflection",
628                 "inflector",
629                 "lowercase",
630                 "manipulation",
631                 "php",
632                 "plural",
633                 "singular",
634                 "strings",
635                 "uppercase",
636                 "words"
637             ],
638             "funding": [
639                 {
640                     "url": "https://www.doctrine-project.org/sponsorship.html",
641                     "type": "custom"
642                 },
643                 {
644                     "url": "https://www.patreon.com/phpdoctrine",
645                     "type": "patreon"
646                 },
647                 {
648                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
649                     "type": "tidelift"
650                 }
651             ],
652             "time": "2020-05-29T15:13:26+00:00"
653         },
654         {
655             "name": "doctrine/lexer",
656             "version": "1.2.1",
657             "source": {
658                 "type": "git",
659                 "url": "https://github.com/doctrine/lexer.git",
660                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
661             },
662             "dist": {
663                 "type": "zip",
664                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
665                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
666                 "shasum": ""
667             },
668             "require": {
669                 "php": "^7.2 || ^8.0"
670             },
671             "require-dev": {
672                 "doctrine/coding-standard": "^6.0",
673                 "phpstan/phpstan": "^0.11.8",
674                 "phpunit/phpunit": "^8.2"
675             },
676             "type": "library",
677             "extra": {
678                 "branch-alias": {
679                     "dev-master": "1.2.x-dev"
680                 }
681             },
682             "autoload": {
683                 "psr-4": {
684                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
685                 }
686             },
687             "notification-url": "https://packagist.org/downloads/",
688             "license": [
689                 "MIT"
690             ],
691             "authors": [
692                 {
693                     "name": "Guilherme Blanco",
694                     "email": "guilhermeblanco@gmail.com"
695                 },
696                 {
697                     "name": "Roman Borschel",
698                     "email": "roman@code-factory.org"
699                 },
700                 {
701                     "name": "Johannes Schmitt",
702                     "email": "schmittjoh@gmail.com"
703                 }
704             ],
705             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
706             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
707             "keywords": [
708                 "annotations",
709                 "docblock",
710                 "lexer",
711                 "parser",
712                 "php"
713             ],
714             "funding": [
715                 {
716                     "url": "https://www.doctrine-project.org/sponsorship.html",
717                     "type": "custom"
718                 },
719                 {
720                     "url": "https://www.patreon.com/phpdoctrine",
721                     "type": "patreon"
722                 },
723                 {
724                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
725                     "type": "tidelift"
726                 }
727             ],
728             "time": "2020-05-25T17:44:05+00:00"
729         },
730         {
731             "name": "dompdf/dompdf",
732             "version": "v0.8.6",
733             "source": {
734                 "type": "git",
735                 "url": "https://github.com/dompdf/dompdf.git",
736                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
737             },
738             "dist": {
739                 "type": "zip",
740                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
741                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
742                 "shasum": ""
743             },
744             "require": {
745                 "ext-dom": "*",
746                 "ext-mbstring": "*",
747                 "phenx/php-font-lib": "^0.5.2",
748                 "phenx/php-svg-lib": "^0.3.3",
749                 "php": "^7.1"
750             },
751             "require-dev": {
752                 "mockery/mockery": "^1.3",
753                 "phpunit/phpunit": "^7.5",
754                 "squizlabs/php_codesniffer": "^3.5"
755             },
756             "suggest": {
757                 "ext-gd": "Needed to process images",
758                 "ext-gmagick": "Improves image processing performance",
759                 "ext-imagick": "Improves image processing performance",
760                 "ext-zlib": "Needed for pdf stream compression"
761             },
762             "type": "library",
763             "extra": {
764                 "branch-alias": {
765                     "dev-develop": "0.7-dev"
766                 }
767             },
768             "autoload": {
769                 "psr-4": {
770                     "Dompdf\\": "src/"
771                 },
772                 "classmap": [
773                     "lib/"
774                 ]
775             },
776             "notification-url": "https://packagist.org/downloads/",
777             "license": [
778                 "LGPL-2.1"
779             ],
780             "authors": [
781                 {
782                     "name": "Fabien Ménager",
783                     "email": "fabien.menager@gmail.com"
784                 },
785                 {
786                     "name": "Brian Sweeney",
787                     "email": "eclecticgeek@gmail.com"
788                 },
789                 {
790                     "name": "Gabriel Bull",
791                     "email": "me@gabrielbull.com"
792                 }
793             ],
794             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
795             "homepage": "https://github.com/dompdf/dompdf",
796             "time": "2020-08-30T22:54:22+00:00"
797         },
798         {
799             "name": "dragonmantank/cron-expression",
800             "version": "v2.3.0",
801             "source": {
802                 "type": "git",
803                 "url": "https://github.com/dragonmantank/cron-expression.git",
804                 "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
805             },
806             "dist": {
807                 "type": "zip",
808                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
809                 "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
810                 "shasum": ""
811             },
812             "require": {
813                 "php": "^7.0"
814             },
815             "require-dev": {
816                 "phpunit/phpunit": "^6.4|^7.0"
817             },
818             "type": "library",
819             "extra": {
820                 "branch-alias": {
821                     "dev-master": "2.3-dev"
822                 }
823             },
824             "autoload": {
825                 "psr-4": {
826                     "Cron\\": "src/Cron/"
827                 }
828             },
829             "notification-url": "https://packagist.org/downloads/",
830             "license": [
831                 "MIT"
832             ],
833             "authors": [
834                 {
835                     "name": "Michael Dowling",
836                     "email": "mtdowling@gmail.com",
837                     "homepage": "https://github.com/mtdowling"
838                 },
839                 {
840                     "name": "Chris Tankersley",
841                     "email": "chris@ctankersley.com",
842                     "homepage": "https://github.com/dragonmantank"
843                 }
844             ],
845             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
846             "keywords": [
847                 "cron",
848                 "schedule"
849             ],
850             "time": "2019-03-31T00:38:28+00:00"
851         },
852         {
853             "name": "egulias/email-validator",
854             "version": "2.1.20",
855             "source": {
856                 "type": "git",
857                 "url": "https://github.com/egulias/EmailValidator.git",
858                 "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff"
859             },
860             "dist": {
861                 "type": "zip",
862                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f46887bc48db66c7f38f668eb7d6ae54583617ff",
863                 "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff",
864                 "shasum": ""
865             },
866             "require": {
867                 "doctrine/lexer": "^1.0.1",
868                 "php": ">=5.5",
869                 "symfony/polyfill-intl-idn": "^1.10"
870             },
871             "require-dev": {
872                 "dominicsayers/isemail": "^3.0.7",
873                 "phpunit/phpunit": "^4.8.36|^7.5.15",
874                 "satooshi/php-coveralls": "^1.0.1"
875             },
876             "suggest": {
877                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
878             },
879             "type": "library",
880             "extra": {
881                 "branch-alias": {
882                     "dev-master": "2.1.x-dev"
883                 }
884             },
885             "autoload": {
886                 "psr-4": {
887                     "Egulias\\EmailValidator\\": "src"
888                 }
889             },
890             "notification-url": "https://packagist.org/downloads/",
891             "license": [
892                 "MIT"
893             ],
894             "authors": [
895                 {
896                     "name": "Eduardo Gulias Davis"
897                 }
898             ],
899             "description": "A library for validating emails against several RFCs",
900             "homepage": "https://github.com/egulias/EmailValidator",
901             "keywords": [
902                 "email",
903                 "emailvalidation",
904                 "emailvalidator",
905                 "validation",
906                 "validator"
907             ],
908             "time": "2020-09-06T13:44:32+00:00"
909         },
910         {
911             "name": "facade/flare-client-php",
912             "version": "1.3.6",
913             "source": {
914                 "type": "git",
915                 "url": "https://github.com/facade/flare-client-php.git",
916                 "reference": "451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799"
917             },
918             "dist": {
919                 "type": "zip",
920                 "url": "https://api.github.com/repos/facade/flare-client-php/zipball/451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799",
921                 "reference": "451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799",
922                 "shasum": ""
923             },
924             "require": {
925                 "facade/ignition-contracts": "~1.0",
926                 "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
927                 "php": "^7.1",
928                 "symfony/http-foundation": "^3.3|^4.1|^5.0",
929                 "symfony/mime": "^3.4|^4.0|^5.1",
930                 "symfony/var-dumper": "^3.4|^4.0|^5.0"
931             },
932             "require-dev": {
933                 "friendsofphp/php-cs-fixer": "^2.14",
934                 "phpunit/phpunit": "^7.5.16",
935                 "spatie/phpunit-snapshot-assertions": "^2.0"
936             },
937             "type": "library",
938             "extra": {
939                 "branch-alias": {
940                     "dev-master": "1.0-dev"
941                 }
942             },
943             "autoload": {
944                 "psr-4": {
945                     "Facade\\FlareClient\\": "src"
946                 },
947                 "files": [
948                     "src/helpers.php"
949                 ]
950             },
951             "notification-url": "https://packagist.org/downloads/",
952             "license": [
953                 "MIT"
954             ],
955             "description": "Send PHP errors to Flare",
956             "homepage": "https://github.com/facade/flare-client-php",
957             "keywords": [
958                 "exception",
959                 "facade",
960                 "flare",
961                 "reporting"
962             ],
963             "funding": [
964                 {
965                     "url": "https://github.com/spatie",
966                     "type": "github"
967                 }
968             ],
969             "time": "2020-09-18T06:35:11+00:00"
970         },
971         {
972             "name": "facade/ignition",
973             "version": "1.16.3",
974             "source": {
975                 "type": "git",
976                 "url": "https://github.com/facade/ignition.git",
977                 "reference": "19674150bb46a4de0ba138c747f538fe7be11dbc"
978             },
979             "dist": {
980                 "type": "zip",
981                 "url": "https://api.github.com/repos/facade/ignition/zipball/19674150bb46a4de0ba138c747f538fe7be11dbc",
982                 "reference": "19674150bb46a4de0ba138c747f538fe7be11dbc",
983                 "shasum": ""
984             },
985             "require": {
986                 "ext-json": "*",
987                 "ext-mbstring": "*",
988                 "facade/flare-client-php": "^1.3",
989                 "facade/ignition-contracts": "^1.0",
990                 "filp/whoops": "^2.4",
991                 "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
992                 "monolog/monolog": "^1.12 || ^2.0",
993                 "php": "^7.1",
994                 "scrivo/highlight.php": "^9.15",
995                 "symfony/console": "^3.4 || ^4.0",
996                 "symfony/var-dumper": "^3.4 || ^4.0"
997             },
998             "require-dev": {
999                 "friendsofphp/php-cs-fixer": "^2.14",
1000                 "mockery/mockery": "^1.2",
1001                 "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
1002             },
1003             "suggest": {
1004                 "laravel/telescope": "^2.0"
1005             },
1006             "type": "library",
1007             "extra": {
1008                 "branch-alias": {
1009                     "dev-master": "1.x-dev"
1010                 },
1011                 "laravel": {
1012                     "providers": [
1013                         "Facade\\Ignition\\IgnitionServiceProvider"
1014                     ],
1015                     "aliases": {
1016                         "Flare": "Facade\\Ignition\\Facades\\Flare"
1017                     }
1018                 }
1019             },
1020             "autoload": {
1021                 "psr-4": {
1022                     "Facade\\Ignition\\": "src"
1023                 },
1024                 "files": [
1025                     "src/helpers.php"
1026                 ]
1027             },
1028             "notification-url": "https://packagist.org/downloads/",
1029             "license": [
1030                 "MIT"
1031             ],
1032             "description": "A beautiful error page for Laravel applications.",
1033             "homepage": "https://github.com/facade/ignition",
1034             "keywords": [
1035                 "error",
1036                 "flare",
1037                 "laravel",
1038                 "page"
1039             ],
1040             "time": "2020-07-13T15:54:05+00:00"
1041         },
1042         {
1043             "name": "facade/ignition-contracts",
1044             "version": "1.0.1",
1045             "source": {
1046                 "type": "git",
1047                 "url": "https://github.com/facade/ignition-contracts.git",
1048                 "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b"
1049             },
1050             "dist": {
1051                 "type": "zip",
1052                 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/aeab1ce8b68b188a43e81758e750151ad7da796b",
1053                 "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b",
1054                 "shasum": ""
1055             },
1056             "require": {
1057                 "php": "^7.1"
1058             },
1059             "require-dev": {
1060                 "friendsofphp/php-cs-fixer": "^2.14",
1061                 "phpunit/phpunit": "^7.5|^8.0",
1062                 "vimeo/psalm": "^3.12"
1063             },
1064             "type": "library",
1065             "autoload": {
1066                 "psr-4": {
1067                     "Facade\\IgnitionContracts\\": "src"
1068                 }
1069             },
1070             "notification-url": "https://packagist.org/downloads/",
1071             "license": [
1072                 "MIT"
1073             ],
1074             "authors": [
1075                 {
1076                     "name": "Freek Van der Herten",
1077                     "email": "freek@spatie.be",
1078                     "homepage": "https://flareapp.io",
1079                     "role": "Developer"
1080                 }
1081             ],
1082             "description": "Solution contracts for Ignition",
1083             "homepage": "https://github.com/facade/ignition-contracts",
1084             "keywords": [
1085                 "contracts",
1086                 "flare",
1087                 "ignition"
1088             ],
1089             "time": "2020-07-14T10:10:28+00:00"
1090         },
1091         {
1092             "name": "fideloper/proxy",
1093             "version": "4.4.0",
1094             "source": {
1095                 "type": "git",
1096                 "url": "https://github.com/fideloper/TrustedProxy.git",
1097                 "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8"
1098             },
1099             "dist": {
1100                 "type": "zip",
1101                 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
1102                 "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
1103                 "shasum": ""
1104             },
1105             "require": {
1106                 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
1107                 "php": ">=5.4.0"
1108             },
1109             "require-dev": {
1110                 "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
1111                 "mockery/mockery": "^1.0",
1112                 "phpunit/phpunit": "^6.0"
1113             },
1114             "type": "library",
1115             "extra": {
1116                 "laravel": {
1117                     "providers": [
1118                         "Fideloper\\Proxy\\TrustedProxyServiceProvider"
1119                     ]
1120                 }
1121             },
1122             "autoload": {
1123                 "psr-4": {
1124                     "Fideloper\\Proxy\\": "src/"
1125                 }
1126             },
1127             "notification-url": "https://packagist.org/downloads/",
1128             "license": [
1129                 "MIT"
1130             ],
1131             "authors": [
1132                 {
1133                     "name": "Chris Fidao",
1134                     "email": "fideloper@gmail.com"
1135                 }
1136             ],
1137             "description": "Set trusted proxies for Laravel",
1138             "keywords": [
1139                 "load balancing",
1140                 "proxy",
1141                 "trusted proxy"
1142             ],
1143             "time": "2020-06-23T01:36:47+00:00"
1144         },
1145         {
1146             "name": "filp/whoops",
1147             "version": "2.7.3",
1148             "source": {
1149                 "type": "git",
1150                 "url": "https://github.com/filp/whoops.git",
1151                 "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
1152             },
1153             "dist": {
1154                 "type": "zip",
1155                 "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
1156                 "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
1157                 "shasum": ""
1158             },
1159             "require": {
1160                 "php": "^5.5.9 || ^7.0",
1161                 "psr/log": "^1.0.1"
1162             },
1163             "require-dev": {
1164                 "mockery/mockery": "^0.9 || ^1.0",
1165                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
1166                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
1167             },
1168             "suggest": {
1169                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
1170                 "whoops/soap": "Formats errors as SOAP responses"
1171             },
1172             "type": "library",
1173             "extra": {
1174                 "branch-alias": {
1175                     "dev-master": "2.6-dev"
1176                 }
1177             },
1178             "autoload": {
1179                 "psr-4": {
1180                     "Whoops\\": "src/Whoops/"
1181                 }
1182             },
1183             "notification-url": "https://packagist.org/downloads/",
1184             "license": [
1185                 "MIT"
1186             ],
1187             "authors": [
1188                 {
1189                     "name": "Filipe Dobreira",
1190                     "homepage": "https://github.com/filp",
1191                     "role": "Developer"
1192                 }
1193             ],
1194             "description": "php error handling for cool kids",
1195             "homepage": "https://filp.github.io/whoops/",
1196             "keywords": [
1197                 "error",
1198                 "exception",
1199                 "handling",
1200                 "library",
1201                 "throwable",
1202                 "whoops"
1203             ],
1204             "time": "2020-06-14T09:00:00+00:00"
1205         },
1206         {
1207             "name": "gathercontent/htmldiff",
1208             "version": "0.2.1",
1209             "source": {
1210                 "type": "git",
1211                 "url": "https://github.com/gathercontent/htmldiff.git",
1212                 "reference": "24674a62315f64330134b4a4c5b01a7b59193c93"
1213             },
1214             "dist": {
1215                 "type": "zip",
1216                 "url": "https://api.github.com/repos/gathercontent/htmldiff/zipball/24674a62315f64330134b4a4c5b01a7b59193c93",
1217                 "reference": "24674a62315f64330134b4a4c5b01a7b59193c93",
1218                 "shasum": ""
1219             },
1220             "require": {
1221                 "cogpowered/finediff": "0.3.1",
1222                 "ext-tidy": "*"
1223             },
1224             "require-dev": {
1225                 "phpunit/phpunit": "4.*",
1226                 "squizlabs/php_codesniffer": "1.*"
1227             },
1228             "type": "library",
1229             "autoload": {
1230                 "psr-0": {
1231                     "GatherContent\\Htmldiff": "src/"
1232                 }
1233             },
1234             "notification-url": "https://packagist.org/downloads/",
1235             "license": [
1236                 "MIT"
1237             ],
1238             "authors": [
1239                 {
1240                     "name": "Andrew Cairns",
1241                     "email": "andrew@gathercontent.com"
1242                 },
1243                 {
1244                     "name": "Mathew Chapman",
1245                     "email": "mat@gathercontent.com"
1246                 },
1247                 {
1248                     "name": "Peter Legierski",
1249                     "email": "peter@gathercontent.com"
1250                 }
1251             ],
1252             "description": "Compare two HTML strings",
1253             "time": "2015-04-15T15:39:46+00:00"
1254         },
1255         {
1256             "name": "guzzlehttp/guzzle",
1257             "version": "6.5.5",
1258             "source": {
1259                 "type": "git",
1260                 "url": "https://github.com/guzzle/guzzle.git",
1261                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
1262             },
1263             "dist": {
1264                 "type": "zip",
1265                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
1266                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
1267                 "shasum": ""
1268             },
1269             "require": {
1270                 "ext-json": "*",
1271                 "guzzlehttp/promises": "^1.0",
1272                 "guzzlehttp/psr7": "^1.6.1",
1273                 "php": ">=5.5",
1274                 "symfony/polyfill-intl-idn": "^1.17.0"
1275             },
1276             "require-dev": {
1277                 "ext-curl": "*",
1278                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1279                 "psr/log": "^1.1"
1280             },
1281             "suggest": {
1282                 "psr/log": "Required for using the Log middleware"
1283             },
1284             "type": "library",
1285             "extra": {
1286                 "branch-alias": {
1287                     "dev-master": "6.5-dev"
1288                 }
1289             },
1290             "autoload": {
1291                 "psr-4": {
1292                     "GuzzleHttp\\": "src/"
1293                 },
1294                 "files": [
1295                     "src/functions_include.php"
1296                 ]
1297             },
1298             "notification-url": "https://packagist.org/downloads/",
1299             "license": [
1300                 "MIT"
1301             ],
1302             "authors": [
1303                 {
1304                     "name": "Michael Dowling",
1305                     "email": "mtdowling@gmail.com",
1306                     "homepage": "https://github.com/mtdowling"
1307                 }
1308             ],
1309             "description": "Guzzle is a PHP HTTP client library",
1310             "homepage": "http://guzzlephp.org/",
1311             "keywords": [
1312                 "client",
1313                 "curl",
1314                 "framework",
1315                 "http",
1316                 "http client",
1317                 "rest",
1318                 "web service"
1319             ],
1320             "time": "2020-06-16T21:01:06+00:00"
1321         },
1322         {
1323             "name": "guzzlehttp/promises",
1324             "version": "v1.3.1",
1325             "source": {
1326                 "type": "git",
1327                 "url": "https://github.com/guzzle/promises.git",
1328                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1329             },
1330             "dist": {
1331                 "type": "zip",
1332                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1333                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1334                 "shasum": ""
1335             },
1336             "require": {
1337                 "php": ">=5.5.0"
1338             },
1339             "require-dev": {
1340                 "phpunit/phpunit": "^4.0"
1341             },
1342             "type": "library",
1343             "extra": {
1344                 "branch-alias": {
1345                     "dev-master": "1.4-dev"
1346                 }
1347             },
1348             "autoload": {
1349                 "psr-4": {
1350                     "GuzzleHttp\\Promise\\": "src/"
1351                 },
1352                 "files": [
1353                     "src/functions_include.php"
1354                 ]
1355             },
1356             "notification-url": "https://packagist.org/downloads/",
1357             "license": [
1358                 "MIT"
1359             ],
1360             "authors": [
1361                 {
1362                     "name": "Michael Dowling",
1363                     "email": "mtdowling@gmail.com",
1364                     "homepage": "https://github.com/mtdowling"
1365                 }
1366             ],
1367             "description": "Guzzle promises library",
1368             "keywords": [
1369                 "promise"
1370             ],
1371             "time": "2016-12-20T10:07:11+00:00"
1372         },
1373         {
1374             "name": "guzzlehttp/psr7",
1375             "version": "1.6.1",
1376             "source": {
1377                 "type": "git",
1378                 "url": "https://github.com/guzzle/psr7.git",
1379                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
1380             },
1381             "dist": {
1382                 "type": "zip",
1383                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
1384                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
1385                 "shasum": ""
1386             },
1387             "require": {
1388                 "php": ">=5.4.0",
1389                 "psr/http-message": "~1.0",
1390                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1391             },
1392             "provide": {
1393                 "psr/http-message-implementation": "1.0"
1394             },
1395             "require-dev": {
1396                 "ext-zlib": "*",
1397                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
1398             },
1399             "suggest": {
1400                 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
1401             },
1402             "type": "library",
1403             "extra": {
1404                 "branch-alias": {
1405                     "dev-master": "1.6-dev"
1406                 }
1407             },
1408             "autoload": {
1409                 "psr-4": {
1410                     "GuzzleHttp\\Psr7\\": "src/"
1411                 },
1412                 "files": [
1413                     "src/functions_include.php"
1414                 ]
1415             },
1416             "notification-url": "https://packagist.org/downloads/",
1417             "license": [
1418                 "MIT"
1419             ],
1420             "authors": [
1421                 {
1422                     "name": "Michael Dowling",
1423                     "email": "mtdowling@gmail.com",
1424                     "homepage": "https://github.com/mtdowling"
1425                 },
1426                 {
1427                     "name": "Tobias Schultze",
1428                     "homepage": "https://github.com/Tobion"
1429                 }
1430             ],
1431             "description": "PSR-7 message implementation that also provides common utility methods",
1432             "keywords": [
1433                 "http",
1434                 "message",
1435                 "psr-7",
1436                 "request",
1437                 "response",
1438                 "stream",
1439                 "uri",
1440                 "url"
1441             ],
1442             "time": "2019-07-01T23:21:34+00:00"
1443         },
1444         {
1445             "name": "intervention/image",
1446             "version": "2.5.1",
1447             "source": {
1448                 "type": "git",
1449                 "url": "https://github.com/Intervention/image.git",
1450                 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
1451             },
1452             "dist": {
1453                 "type": "zip",
1454                 "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1455                 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1456                 "shasum": ""
1457             },
1458             "require": {
1459                 "ext-fileinfo": "*",
1460                 "guzzlehttp/psr7": "~1.1",
1461                 "php": ">=5.4.0"
1462             },
1463             "require-dev": {
1464                 "mockery/mockery": "~0.9.2",
1465                 "phpunit/phpunit": "^4.8 || ^5.7"
1466             },
1467             "suggest": {
1468                 "ext-gd": "to use GD library based image processing.",
1469                 "ext-imagick": "to use Imagick based image processing.",
1470                 "intervention/imagecache": "Caching extension for the Intervention Image library"
1471             },
1472             "type": "library",
1473             "extra": {
1474                 "branch-alias": {
1475                     "dev-master": "2.4-dev"
1476                 },
1477                 "laravel": {
1478                     "providers": [
1479                         "Intervention\\Image\\ImageServiceProvider"
1480                     ],
1481                     "aliases": {
1482                         "Image": "Intervention\\Image\\Facades\\Image"
1483                     }
1484                 }
1485             },
1486             "autoload": {
1487                 "psr-4": {
1488                     "Intervention\\Image\\": "src/Intervention/Image"
1489                 }
1490             },
1491             "notification-url": "https://packagist.org/downloads/",
1492             "license": [
1493                 "MIT"
1494             ],
1495             "authors": [
1496                 {
1497                     "name": "Oliver Vogel",
1498                     "email": "oliver@olivervogel.com",
1499                     "homepage": "http://olivervogel.com/"
1500                 }
1501             ],
1502             "description": "Image handling and manipulation library with support for Laravel integration",
1503             "homepage": "http://image.intervention.io/",
1504             "keywords": [
1505                 "gd",
1506                 "image",
1507                 "imagick",
1508                 "laravel",
1509                 "thumbnail",
1510                 "watermark"
1511             ],
1512             "time": "2019-11-02T09:15:47+00:00"
1513         },
1514         {
1515             "name": "jakub-onderka/php-console-color",
1516             "version": "v0.2",
1517             "source": {
1518                 "type": "git",
1519                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1520                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
1521             },
1522             "dist": {
1523                 "type": "zip",
1524                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
1525                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
1526                 "shasum": ""
1527             },
1528             "require": {
1529                 "php": ">=5.4.0"
1530             },
1531             "require-dev": {
1532                 "jakub-onderka/php-code-style": "1.0",
1533                 "jakub-onderka/php-parallel-lint": "1.0",
1534                 "jakub-onderka/php-var-dump-check": "0.*",
1535                 "phpunit/phpunit": "~4.3",
1536                 "squizlabs/php_codesniffer": "1.*"
1537             },
1538             "type": "library",
1539             "autoload": {
1540                 "psr-4": {
1541                     "JakubOnderka\\PhpConsoleColor\\": "src/"
1542                 }
1543             },
1544             "notification-url": "https://packagist.org/downloads/",
1545             "license": [
1546                 "BSD-2-Clause"
1547             ],
1548             "authors": [
1549                 {
1550                     "name": "Jakub Onderka",
1551                     "email": "jakub.onderka@gmail.com"
1552                 }
1553             ],
1554             "abandoned": "php-parallel-lint/php-console-color",
1555             "time": "2018-09-29T17:23:10+00:00"
1556         },
1557         {
1558             "name": "jakub-onderka/php-console-highlighter",
1559             "version": "v0.4",
1560             "source": {
1561                 "type": "git",
1562                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1563                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
1564             },
1565             "dist": {
1566                 "type": "zip",
1567                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
1568                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
1569                 "shasum": ""
1570             },
1571             "require": {
1572                 "ext-tokenizer": "*",
1573                 "jakub-onderka/php-console-color": "~0.2",
1574                 "php": ">=5.4.0"
1575             },
1576             "require-dev": {
1577                 "jakub-onderka/php-code-style": "~1.0",
1578                 "jakub-onderka/php-parallel-lint": "~1.0",
1579                 "jakub-onderka/php-var-dump-check": "~0.1",
1580                 "phpunit/phpunit": "~4.0",
1581                 "squizlabs/php_codesniffer": "~1.5"
1582             },
1583             "type": "library",
1584             "autoload": {
1585                 "psr-4": {
1586                     "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
1587                 }
1588             },
1589             "notification-url": "https://packagist.org/downloads/",
1590             "license": [
1591                 "MIT"
1592             ],
1593             "authors": [
1594                 {
1595                     "name": "Jakub Onderka",
1596                     "email": "acci@acci.cz",
1597                     "homepage": "http://www.acci.cz/"
1598                 }
1599             ],
1600             "description": "Highlight PHP code in terminal",
1601             "abandoned": "php-parallel-lint/php-console-highlighter",
1602             "time": "2018-09-29T18:48:56+00:00"
1603         },
1604         {
1605             "name": "knplabs/knp-snappy",
1606             "version": "v1.2.1",
1607             "source": {
1608                 "type": "git",
1609                 "url": "https://github.com/KnpLabs/snappy.git",
1610                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4"
1611             },
1612             "dist": {
1613                 "type": "zip",
1614                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1615                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1616                 "shasum": ""
1617             },
1618             "require": {
1619                 "php": ">=7.1",
1620                 "psr/log": "^1.0",
1621                 "symfony/process": "~3.4||~4.3||~5.0"
1622             },
1623             "require-dev": {
1624                 "phpunit/phpunit": "~7.4"
1625             },
1626             "suggest": {
1627                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1628                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1629                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1630                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1631                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1632             },
1633             "type": "library",
1634             "extra": {
1635                 "branch-alias": {
1636                     "dev-master": "1.x-dev"
1637                 }
1638             },
1639             "autoload": {
1640                 "psr-4": {
1641                     "Knp\\Snappy\\": "src/Knp/Snappy"
1642                 }
1643             },
1644             "notification-url": "https://packagist.org/downloads/",
1645             "license": [
1646                 "MIT"
1647             ],
1648             "authors": [
1649                 {
1650                     "name": "KnpLabs Team",
1651                     "homepage": "http://knplabs.com"
1652                 },
1653                 {
1654                     "name": "Symfony Community",
1655                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1656                 }
1657             ],
1658             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1659             "homepage": "http://github.com/KnpLabs/snappy",
1660             "keywords": [
1661                 "knp",
1662                 "knplabs",
1663                 "pdf",
1664                 "snapshot",
1665                 "thumbnail",
1666                 "wkhtmltopdf"
1667             ],
1668             "time": "2020-01-20T08:30:30+00:00"
1669         },
1670         {
1671             "name": "laravel/framework",
1672             "version": "v6.18.40",
1673             "source": {
1674                 "type": "git",
1675                 "url": "https://github.com/laravel/framework.git",
1676                 "reference": "e42450df0896b7130ccdb5290a114424e18887c9"
1677             },
1678             "dist": {
1679                 "type": "zip",
1680                 "url": "https://api.github.com/repos/laravel/framework/zipball/e42450df0896b7130ccdb5290a114424e18887c9",
1681                 "reference": "e42450df0896b7130ccdb5290a114424e18887c9",
1682                 "shasum": ""
1683             },
1684             "require": {
1685                 "doctrine/inflector": "^1.4|^2.0",
1686                 "dragonmantank/cron-expression": "^2.0",
1687                 "egulias/email-validator": "^2.1.10",
1688                 "ext-json": "*",
1689                 "ext-mbstring": "*",
1690                 "ext-openssl": "*",
1691                 "league/commonmark": "^1.3",
1692                 "league/flysystem": "^1.0.34",
1693                 "monolog/monolog": "^1.12|^2.0",
1694                 "nesbot/carbon": "^2.0",
1695                 "opis/closure": "^3.1",
1696                 "php": "^7.2",
1697                 "psr/container": "^1.0",
1698                 "psr/simple-cache": "^1.0",
1699                 "ramsey/uuid": "^3.7",
1700                 "swiftmailer/swiftmailer": "^6.0",
1701                 "symfony/console": "^4.3.4",
1702                 "symfony/debug": "^4.3.4",
1703                 "symfony/finder": "^4.3.4",
1704                 "symfony/http-foundation": "^4.3.4",
1705                 "symfony/http-kernel": "^4.3.4",
1706                 "symfony/polyfill-php73": "^1.17",
1707                 "symfony/process": "^4.3.4",
1708                 "symfony/routing": "^4.3.4",
1709                 "symfony/var-dumper": "^4.3.4",
1710                 "tijsverkoyen/css-to-inline-styles": "^2.2.1",
1711                 "vlucas/phpdotenv": "^3.3"
1712             },
1713             "conflict": {
1714                 "tightenco/collect": "<5.5.33"
1715             },
1716             "replace": {
1717                 "illuminate/auth": "self.version",
1718                 "illuminate/broadcasting": "self.version",
1719                 "illuminate/bus": "self.version",
1720                 "illuminate/cache": "self.version",
1721                 "illuminate/config": "self.version",
1722                 "illuminate/console": "self.version",
1723                 "illuminate/container": "self.version",
1724                 "illuminate/contracts": "self.version",
1725                 "illuminate/cookie": "self.version",
1726                 "illuminate/database": "self.version",
1727                 "illuminate/encryption": "self.version",
1728                 "illuminate/events": "self.version",
1729                 "illuminate/filesystem": "self.version",
1730                 "illuminate/hashing": "self.version",
1731                 "illuminate/http": "self.version",
1732                 "illuminate/log": "self.version",
1733                 "illuminate/mail": "self.version",
1734                 "illuminate/notifications": "self.version",
1735                 "illuminate/pagination": "self.version",
1736                 "illuminate/pipeline": "self.version",
1737                 "illuminate/queue": "self.version",
1738                 "illuminate/redis": "self.version",
1739                 "illuminate/routing": "self.version",
1740                 "illuminate/session": "self.version",
1741                 "illuminate/support": "self.version",
1742                 "illuminate/translation": "self.version",
1743                 "illuminate/validation": "self.version",
1744                 "illuminate/view": "self.version"
1745             },
1746             "require-dev": {
1747                 "aws/aws-sdk-php": "^3.0",
1748                 "doctrine/dbal": "^2.6",
1749                 "filp/whoops": "^2.4",
1750                 "guzzlehttp/guzzle": "^6.3|^7.0",
1751                 "league/flysystem-cached-adapter": "^1.0",
1752                 "mockery/mockery": "^1.3.1",
1753                 "moontoast/math": "^1.1",
1754                 "orchestra/testbench-core": "^4.0",
1755                 "pda/pheanstalk": "^4.0",
1756                 "phpunit/phpunit": "^7.5.15|^8.4|^9.0",
1757                 "predis/predis": "^1.1.1",
1758                 "symfony/cache": "^4.3.4"
1759             },
1760             "suggest": {
1761                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
1762                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1763                 "ext-ftp": "Required to use the Flysystem FTP driver.",
1764                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1765                 "ext-memcached": "Required to use the memcache cache driver.",
1766                 "ext-pcntl": "Required to use all features of the queue worker.",
1767                 "ext-posix": "Required to use all features of the queue worker.",
1768                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
1769                 "filp/whoops": "Required for friendly error pages in development (^2.4).",
1770                 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
1771                 "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.0|^7.0).",
1772                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1773                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
1774                 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
1775                 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
1776                 "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1777                 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1778                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1779                 "predis/predis": "Required to use the predis connector (^1.1.2).",
1780                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1781                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
1782                 "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
1783                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
1784                 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
1785             },
1786             "type": "library",
1787             "extra": {
1788                 "branch-alias": {
1789                     "dev-master": "6.x-dev"
1790                 }
1791             },
1792             "autoload": {
1793                 "files": [
1794                     "src/Illuminate/Foundation/helpers.php",
1795                     "src/Illuminate/Support/helpers.php"
1796                 ],
1797                 "psr-4": {
1798                     "Illuminate\\": "src/Illuminate/"
1799                 }
1800             },
1801             "notification-url": "https://packagist.org/downloads/",
1802             "license": [
1803                 "MIT"
1804             ],
1805             "authors": [
1806                 {
1807                     "name": "Taylor Otwell",
1808                     "email": "taylor@laravel.com"
1809                 }
1810             ],
1811             "description": "The Laravel Framework.",
1812             "homepage": "https://laravel.com",
1813             "keywords": [
1814                 "framework",
1815                 "laravel"
1816             ],
1817             "time": "2020-09-09T15:02:20+00:00"
1818         },
1819         {
1820             "name": "laravel/socialite",
1821             "version": "v4.4.1",
1822             "source": {
1823                 "type": "git",
1824                 "url": "https://github.com/laravel/socialite.git",
1825                 "reference": "80951df0d93435b773aa00efe1fad6d5015fac75"
1826             },
1827             "dist": {
1828                 "type": "zip",
1829                 "url": "https://api.github.com/repos/laravel/socialite/zipball/80951df0d93435b773aa00efe1fad6d5015fac75",
1830                 "reference": "80951df0d93435b773aa00efe1fad6d5015fac75",
1831                 "shasum": ""
1832             },
1833             "require": {
1834                 "ext-json": "*",
1835                 "guzzlehttp/guzzle": "^6.0|^7.0",
1836                 "illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
1837                 "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
1838                 "league/oauth1-client": "^1.0",
1839                 "php": "^7.1.3"
1840             },
1841             "require-dev": {
1842                 "illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0",
1843                 "mockery/mockery": "^1.0",
1844                 "orchestra/testbench": "^3.7|^3.8|^4.0|^5.0",
1845                 "phpunit/phpunit": "^7.0|^8.0"
1846             },
1847             "type": "library",
1848             "extra": {
1849                 "branch-alias": {
1850                     "dev-master": "4.x-dev"
1851                 },
1852                 "laravel": {
1853                     "providers": [
1854                         "Laravel\\Socialite\\SocialiteServiceProvider"
1855                     ],
1856                     "aliases": {
1857                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
1858                     }
1859                 }
1860             },
1861             "autoload": {
1862                 "psr-4": {
1863                     "Laravel\\Socialite\\": "src/"
1864                 }
1865             },
1866             "notification-url": "https://packagist.org/downloads/",
1867             "license": [
1868                 "MIT"
1869             ],
1870             "authors": [
1871                 {
1872                     "name": "Taylor Otwell",
1873                     "email": "taylor@laravel.com"
1874                 }
1875             ],
1876             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
1877             "homepage": "https://laravel.com",
1878             "keywords": [
1879                 "laravel",
1880                 "oauth"
1881             ],
1882             "time": "2020-06-03T13:30:03+00:00"
1883         },
1884         {
1885             "name": "league/commonmark",
1886             "version": "1.5.5",
1887             "source": {
1888                 "type": "git",
1889                 "url": "https://github.com/thephpleague/commonmark.git",
1890                 "reference": "45832dfed6007b984c0d40addfac48d403dc6432"
1891             },
1892             "dist": {
1893                 "type": "zip",
1894                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/45832dfed6007b984c0d40addfac48d403dc6432",
1895                 "reference": "45832dfed6007b984c0d40addfac48d403dc6432",
1896                 "shasum": ""
1897             },
1898             "require": {
1899                 "ext-mbstring": "*",
1900                 "php": "^7.1 || ^8.0"
1901             },
1902             "conflict": {
1903                 "scrutinizer/ocular": "1.7.*"
1904             },
1905             "require-dev": {
1906                 "cebe/markdown": "~1.0",
1907                 "commonmark/commonmark.js": "0.29.2",
1908                 "erusev/parsedown": "~1.0",
1909                 "ext-json": "*",
1910                 "github/gfm": "0.29.0",
1911                 "michelf/php-markdown": "~1.4",
1912                 "mikehaertl/php-shellcommand": "^1.4",
1913                 "phpstan/phpstan": "^0.12",
1914                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
1915                 "scrutinizer/ocular": "^1.5",
1916                 "symfony/finder": "^4.2"
1917             },
1918             "bin": [
1919                 "bin/commonmark"
1920             ],
1921             "type": "library",
1922             "autoload": {
1923                 "psr-4": {
1924                     "League\\CommonMark\\": "src"
1925                 }
1926             },
1927             "notification-url": "https://packagist.org/downloads/",
1928             "license": [
1929                 "BSD-3-Clause"
1930             ],
1931             "authors": [
1932                 {
1933                     "name": "Colin O'Dell",
1934                     "email": "colinodell@gmail.com",
1935                     "homepage": "https://www.colinodell.com",
1936                     "role": "Lead Developer"
1937                 }
1938             ],
1939             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
1940             "homepage": "https://commonmark.thephpleague.com",
1941             "keywords": [
1942                 "commonmark",
1943                 "flavored",
1944                 "gfm",
1945                 "github",
1946                 "github-flavored",
1947                 "markdown",
1948                 "md",
1949                 "parser"
1950             ],
1951             "funding": [
1952                 {
1953                     "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
1954                     "type": "custom"
1955                 },
1956                 {
1957                     "url": "https://www.colinodell.com/sponsor",
1958                     "type": "custom"
1959                 },
1960                 {
1961                     "url": "https://www.paypal.me/colinpodell/10.00",
1962                     "type": "custom"
1963                 },
1964                 {
1965                     "url": "https://github.com/colinodell",
1966                     "type": "github"
1967                 },
1968                 {
1969                     "url": "https://www.patreon.com/colinodell",
1970                     "type": "patreon"
1971                 },
1972                 {
1973                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1974                     "type": "tidelift"
1975                 }
1976             ],
1977             "time": "2020-09-13T14:44:46+00:00"
1978         },
1979         {
1980             "name": "league/flysystem",
1981             "version": "1.0.70",
1982             "source": {
1983                 "type": "git",
1984                 "url": "https://github.com/thephpleague/flysystem.git",
1985                 "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
1986             },
1987             "dist": {
1988                 "type": "zip",
1989                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
1990                 "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
1991                 "shasum": ""
1992             },
1993             "require": {
1994                 "ext-fileinfo": "*",
1995                 "php": ">=5.5.9"
1996             },
1997             "conflict": {
1998                 "league/flysystem-sftp": "<1.0.6"
1999             },
2000             "require-dev": {
2001                 "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
2002                 "phpunit/phpunit": "^5.7.26"
2003             },
2004             "suggest": {
2005                 "ext-fileinfo": "Required for MimeType",
2006                 "ext-ftp": "Allows you to use FTP server storage",
2007                 "ext-openssl": "Allows you to use FTPS server storage",
2008                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
2009                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
2010                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
2011                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
2012                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
2013                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
2014                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
2015                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
2016                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2017                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
2018                 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2019             },
2020             "type": "library",
2021             "extra": {
2022                 "branch-alias": {
2023                     "dev-master": "1.1-dev"
2024                 }
2025             },
2026             "autoload": {
2027                 "psr-4": {
2028                     "League\\Flysystem\\": "src/"
2029                 }
2030             },
2031             "notification-url": "https://packagist.org/downloads/",
2032             "license": [
2033                 "MIT"
2034             ],
2035             "authors": [
2036                 {
2037                     "name": "Frank de Jonge",
2038                     "email": "info@frenky.net"
2039                 }
2040             ],
2041             "description": "Filesystem abstraction: Many filesystems, one API.",
2042             "keywords": [
2043                 "Cloud Files",
2044                 "WebDAV",
2045                 "abstraction",
2046                 "aws",
2047                 "cloud",
2048                 "copy.com",
2049                 "dropbox",
2050                 "file systems",
2051                 "files",
2052                 "filesystem",
2053                 "filesystems",
2054                 "ftp",
2055                 "rackspace",
2056                 "remote",
2057                 "s3",
2058                 "sftp",
2059                 "storage"
2060             ],
2061             "funding": [
2062                 {
2063                     "url": "https://offset.earth/frankdejonge",
2064                     "type": "other"
2065                 }
2066             ],
2067             "time": "2020-07-26T07:20:36+00:00"
2068         },
2069         {
2070             "name": "league/flysystem-aws-s3-v3",
2071             "version": "1.0.28",
2072             "source": {
2073                 "type": "git",
2074                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2075                 "reference": "af7384a12f7cd7d08183390d930c9d0ec629c990"
2076             },
2077             "dist": {
2078                 "type": "zip",
2079                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/af7384a12f7cd7d08183390d930c9d0ec629c990",
2080                 "reference": "af7384a12f7cd7d08183390d930c9d0ec629c990",
2081                 "shasum": ""
2082             },
2083             "require": {
2084                 "aws/aws-sdk-php": "^3.20.0",
2085                 "league/flysystem": "^1.0.40",
2086                 "php": ">=5.5.0"
2087             },
2088             "require-dev": {
2089                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
2090                 "phpspec/phpspec": "^2.0.0"
2091             },
2092             "type": "library",
2093             "extra": {
2094                 "branch-alias": {
2095                     "dev-master": "1.0-dev"
2096                 }
2097             },
2098             "autoload": {
2099                 "psr-4": {
2100                     "League\\Flysystem\\AwsS3v3\\": "src/"
2101                 }
2102             },
2103             "notification-url": "https://packagist.org/downloads/",
2104             "license": [
2105                 "MIT"
2106             ],
2107             "authors": [
2108                 {
2109                     "name": "Frank de Jonge",
2110                     "email": "info@frenky.net"
2111                 }
2112             ],
2113             "description": "Flysystem adapter for the AWS S3 SDK v3.x",
2114             "time": "2020-08-22T08:43:01+00:00"
2115         },
2116         {
2117             "name": "league/oauth1-client",
2118             "version": "v1.8.1",
2119             "source": {
2120                 "type": "git",
2121                 "url": "https://github.com/thephpleague/oauth1-client.git",
2122                 "reference": "3a68155c3f27a91f4b66a2dc03996cd6f3281c9f"
2123             },
2124             "dist": {
2125                 "type": "zip",
2126                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/3a68155c3f27a91f4b66a2dc03996cd6f3281c9f",
2127                 "reference": "3a68155c3f27a91f4b66a2dc03996cd6f3281c9f",
2128                 "shasum": ""
2129             },
2130             "require": {
2131                 "ext-json": "*",
2132                 "ext-openssl": "*",
2133                 "guzzlehttp/guzzle": "^6.0|^7.0",
2134                 "php": ">=7.1"
2135             },
2136             "require-dev": {
2137                 "ext-simplexml": "*",
2138                 "friendsofphp/php-cs-fixer": "^2.16.1",
2139                 "mockery/mockery": "^1.3",
2140                 "phpstan/phpstan": "^0.12.42",
2141                 "phpunit/phpunit": "^7.5"
2142             },
2143             "suggest": {
2144                 "ext-simplexml": "For decoding XML-based responses."
2145             },
2146             "type": "library",
2147             "extra": {
2148                 "branch-alias": {
2149                     "dev-master": "1.0-dev",
2150                     "dev-develop": "2.0-dev"
2151                 }
2152             },
2153             "autoload": {
2154                 "psr-4": {
2155                     "League\\OAuth1\\Client\\": "src/"
2156                 }
2157             },
2158             "notification-url": "https://packagist.org/downloads/",
2159             "license": [
2160                 "MIT"
2161             ],
2162             "authors": [
2163                 {
2164                     "name": "Ben Corlett",
2165                     "email": "bencorlett@me.com",
2166                     "homepage": "http://www.webcomm.com.au",
2167                     "role": "Developer"
2168                 }
2169             ],
2170             "description": "OAuth 1.0 Client Library",
2171             "keywords": [
2172                 "Authentication",
2173                 "SSO",
2174                 "authorization",
2175                 "bitbucket",
2176                 "identity",
2177                 "idp",
2178                 "oauth",
2179                 "oauth1",
2180                 "single sign on",
2181                 "trello",
2182                 "tumblr",
2183                 "twitter"
2184             ],
2185             "time": "2020-09-04T11:07:03+00:00"
2186         },
2187         {
2188             "name": "monolog/monolog",
2189             "version": "2.1.1",
2190             "source": {
2191                 "type": "git",
2192                 "url": "https://github.com/Seldaek/monolog.git",
2193                 "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
2194             },
2195             "dist": {
2196                 "type": "zip",
2197                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
2198                 "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
2199                 "shasum": ""
2200             },
2201             "require": {
2202                 "php": ">=7.2",
2203                 "psr/log": "^1.0.1"
2204             },
2205             "provide": {
2206                 "psr/log-implementation": "1.0.0"
2207             },
2208             "require-dev": {
2209                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2210                 "doctrine/couchdb": "~1.0@dev",
2211                 "elasticsearch/elasticsearch": "^6.0",
2212                 "graylog2/gelf-php": "^1.4.2",
2213                 "php-amqplib/php-amqplib": "~2.4",
2214                 "php-console/php-console": "^3.1.3",
2215                 "php-parallel-lint/php-parallel-lint": "^1.0",
2216                 "phpspec/prophecy": "^1.6.1",
2217                 "phpunit/phpunit": "^8.5",
2218                 "predis/predis": "^1.1",
2219                 "rollbar/rollbar": "^1.3",
2220                 "ruflin/elastica": ">=0.90 <3.0",
2221                 "swiftmailer/swiftmailer": "^5.3|^6.0"
2222             },
2223             "suggest": {
2224                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2225                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2226                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2227                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2228                 "ext-mbstring": "Allow to work properly with unicode symbols",
2229                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2230                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2231                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2232                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2233                 "php-console/php-console": "Allow sending log messages to Google Chrome",
2234                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2235                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2236             },
2237             "type": "library",
2238             "extra": {
2239                 "branch-alias": {
2240                     "dev-master": "2.x-dev"
2241                 }
2242             },
2243             "autoload": {
2244                 "psr-4": {
2245                     "Monolog\\": "src/Monolog"
2246                 }
2247             },
2248             "notification-url": "https://packagist.org/downloads/",
2249             "license": [
2250                 "MIT"
2251             ],
2252             "authors": [
2253                 {
2254                     "name": "Jordi Boggiano",
2255                     "email": "j.boggiano@seld.be",
2256                     "homepage": "http://seld.be"
2257                 }
2258             ],
2259             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2260             "homepage": "http://github.com/Seldaek/monolog",
2261             "keywords": [
2262                 "log",
2263                 "logging",
2264                 "psr-3"
2265             ],
2266             "funding": [
2267                 {
2268                     "url": "https://github.com/Seldaek",
2269                     "type": "github"
2270                 },
2271                 {
2272                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2273                     "type": "tidelift"
2274                 }
2275             ],
2276             "time": "2020-07-23T08:41:23+00:00"
2277         },
2278         {
2279             "name": "mtdowling/jmespath.php",
2280             "version": "2.6.0",
2281             "source": {
2282                 "type": "git",
2283                 "url": "https://github.com/jmespath/jmespath.php.git",
2284                 "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
2285             },
2286             "dist": {
2287                 "type": "zip",
2288                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
2289                 "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
2290                 "shasum": ""
2291             },
2292             "require": {
2293                 "php": "^5.4 || ^7.0 || ^8.0",
2294                 "symfony/polyfill-mbstring": "^1.17"
2295             },
2296             "require-dev": {
2297                 "composer/xdebug-handler": "^1.4",
2298                 "phpunit/phpunit": "^4.8.36 || ^7.5.15"
2299             },
2300             "bin": [
2301                 "bin/jp.php"
2302             ],
2303             "type": "library",
2304             "extra": {
2305                 "branch-alias": {
2306                     "dev-master": "2.6-dev"
2307                 }
2308             },
2309             "autoload": {
2310                 "psr-4": {
2311                     "JmesPath\\": "src/"
2312                 },
2313                 "files": [
2314                     "src/JmesPath.php"
2315                 ]
2316             },
2317             "notification-url": "https://packagist.org/downloads/",
2318             "license": [
2319                 "MIT"
2320             ],
2321             "authors": [
2322                 {
2323                     "name": "Michael Dowling",
2324                     "email": "mtdowling@gmail.com",
2325                     "homepage": "https://github.com/mtdowling"
2326                 }
2327             ],
2328             "description": "Declaratively specify how to extract elements from a JSON document",
2329             "keywords": [
2330                 "json",
2331                 "jsonpath"
2332             ],
2333             "time": "2020-07-31T21:01:56+00:00"
2334         },
2335         {
2336             "name": "nesbot/carbon",
2337             "version": "2.40.0",
2338             "source": {
2339                 "type": "git",
2340                 "url": "https://github.com/briannesbitt/Carbon.git",
2341                 "reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d"
2342             },
2343             "dist": {
2344                 "type": "zip",
2345                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/6c7646154181013ecd55e80c201b9fd873c6ee5d",
2346                 "reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d",
2347                 "shasum": ""
2348             },
2349             "require": {
2350                 "ext-json": "*",
2351                 "php": "^7.1.8 || ^8.0",
2352                 "symfony/polyfill-mbstring": "^1.0",
2353                 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
2354             },
2355             "require-dev": {
2356                 "doctrine/orm": "^2.7",
2357                 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
2358                 "kylekatarnls/multi-tester": "^2.0",
2359                 "phpmd/phpmd": "^2.9",
2360                 "phpstan/extension-installer": "^1.0",
2361                 "phpstan/phpstan": "^0.12.35",
2362                 "phpunit/phpunit": "^7.5 || ^8.0",
2363                 "squizlabs/php_codesniffer": "^3.4"
2364             },
2365             "bin": [
2366                 "bin/carbon"
2367             ],
2368             "type": "library",
2369             "extra": {
2370                 "branch-alias": {
2371                     "dev-master": "2.x-dev",
2372                     "dev-3.x": "3.x-dev"
2373                 },
2374                 "laravel": {
2375                     "providers": [
2376                         "Carbon\\Laravel\\ServiceProvider"
2377                     ]
2378                 },
2379                 "phpstan": {
2380                     "includes": [
2381                         "extension.neon"
2382                     ]
2383                 }
2384             },
2385             "autoload": {
2386                 "psr-4": {
2387                     "Carbon\\": "src/Carbon/"
2388                 }
2389             },
2390             "notification-url": "https://packagist.org/downloads/",
2391             "license": [
2392                 "MIT"
2393             ],
2394             "authors": [
2395                 {
2396                     "name": "Brian Nesbitt",
2397                     "email": "brian@nesbot.com",
2398                     "homepage": "http://nesbot.com"
2399                 },
2400                 {
2401                     "name": "kylekatarnls",
2402                     "homepage": "http://github.com/kylekatarnls"
2403                 }
2404             ],
2405             "description": "An API extension for DateTime that supports 281 different languages.",
2406             "homepage": "http://carbon.nesbot.com",
2407             "keywords": [
2408                 "date",
2409                 "datetime",
2410                 "time"
2411             ],
2412             "funding": [
2413                 {
2414                     "url": "https://opencollective.com/Carbon",
2415                     "type": "open_collective"
2416                 },
2417                 {
2418                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
2419                     "type": "tidelift"
2420                 }
2421             ],
2422             "time": "2020-09-11T19:00:58+00:00"
2423         },
2424         {
2425             "name": "nunomaduro/collision",
2426             "version": "v3.0.1",
2427             "source": {
2428                 "type": "git",
2429                 "url": "https://github.com/nunomaduro/collision.git",
2430                 "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
2431             },
2432             "dist": {
2433                 "type": "zip",
2434                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
2435                 "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
2436                 "shasum": ""
2437             },
2438             "require": {
2439                 "filp/whoops": "^2.1.4",
2440                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2441                 "php": "^7.1",
2442                 "symfony/console": "~2.8|~3.3|~4.0"
2443             },
2444             "require-dev": {
2445                 "laravel/framework": "5.8.*",
2446                 "nunomaduro/larastan": "^0.3.0",
2447                 "phpstan/phpstan": "^0.11",
2448                 "phpunit/phpunit": "~8.0"
2449             },
2450             "type": "library",
2451             "extra": {
2452                 "laravel": {
2453                     "providers": [
2454                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
2455                     ]
2456                 }
2457             },
2458             "autoload": {
2459                 "psr-4": {
2460                     "NunoMaduro\\Collision\\": "src/"
2461                 }
2462             },
2463             "notification-url": "https://packagist.org/downloads/",
2464             "license": [
2465                 "MIT"
2466             ],
2467             "authors": [
2468                 {
2469                     "name": "Nuno Maduro",
2470                     "email": "enunomaduro@gmail.com"
2471                 }
2472             ],
2473             "description": "Cli error handling for console/command-line PHP applications.",
2474             "keywords": [
2475                 "artisan",
2476                 "cli",
2477                 "command-line",
2478                 "console",
2479                 "error",
2480                 "handling",
2481                 "laravel",
2482                 "laravel-zero",
2483                 "php",
2484                 "symfony"
2485             ],
2486             "time": "2019-03-07T21:35:13+00:00"
2487         },
2488         {
2489             "name": "onelogin/php-saml",
2490             "version": "3.4.1",
2491             "source": {
2492                 "type": "git",
2493                 "url": "https://github.com/onelogin/php-saml.git",
2494                 "reference": "5fbf3486704ac9835b68184023ab54862c95f213"
2495             },
2496             "dist": {
2497                 "type": "zip",
2498                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/5fbf3486704ac9835b68184023ab54862c95f213",
2499                 "reference": "5fbf3486704ac9835b68184023ab54862c95f213",
2500                 "shasum": ""
2501             },
2502             "require": {
2503                 "php": ">=5.4",
2504                 "robrichards/xmlseclibs": ">=3.0.4"
2505             },
2506             "require-dev": {
2507                 "pdepend/pdepend": "^2.5.0",
2508                 "php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
2509                 "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
2510                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
2511                 "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
2512                 "squizlabs/php_codesniffer": "^3.1.1"
2513             },
2514             "suggest": {
2515                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
2516                 "ext-gettext": "Install gettext and php5-gettext libs to handle translations",
2517                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
2518             },
2519             "type": "library",
2520             "autoload": {
2521                 "psr-4": {
2522                     "OneLogin\\": "src/"
2523                 }
2524             },
2525             "notification-url": "https://packagist.org/downloads/",
2526             "license": [
2527                 "MIT"
2528             ],
2529             "description": "OneLogin PHP SAML Toolkit",
2530             "homepage": "https://developers.onelogin.com/saml/php",
2531             "keywords": [
2532                 "SAML2",
2533                 "onelogin",
2534                 "saml"
2535             ],
2536             "time": "2019-11-25T17:30:07+00:00"
2537         },
2538         {
2539             "name": "opis/closure",
2540             "version": "3.5.7",
2541             "source": {
2542                 "type": "git",
2543                 "url": "https://github.com/opis/closure.git",
2544                 "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf"
2545             },
2546             "dist": {
2547                 "type": "zip",
2548                 "url": "https://api.github.com/repos/opis/closure/zipball/4531e53afe2fc660403e76fb7644e95998bff7bf",
2549                 "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf",
2550                 "shasum": ""
2551             },
2552             "require": {
2553                 "php": "^5.4 || ^7.0"
2554             },
2555             "require-dev": {
2556                 "jeremeamia/superclosure": "^2.0",
2557                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2558             },
2559             "type": "library",
2560             "extra": {
2561                 "branch-alias": {
2562                     "dev-master": "3.5.x-dev"
2563                 }
2564             },
2565             "autoload": {
2566                 "psr-4": {
2567                     "Opis\\Closure\\": "src/"
2568                 },
2569                 "files": [
2570                     "functions.php"
2571                 ]
2572             },
2573             "notification-url": "https://packagist.org/downloads/",
2574             "license": [
2575                 "MIT"
2576             ],
2577             "authors": [
2578                 {
2579                     "name": "Marius Sarca",
2580                     "email": "marius.sarca@gmail.com"
2581                 },
2582                 {
2583                     "name": "Sorin Sarca",
2584                     "email": "sarca_sorin@hotmail.com"
2585                 }
2586             ],
2587             "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
2588             "homepage": "https://opis.io/closure",
2589             "keywords": [
2590                 "anonymous functions",
2591                 "closure",
2592                 "function",
2593                 "serializable",
2594                 "serialization",
2595                 "serialize"
2596             ],
2597             "time": "2020-09-06T17:02:15+00:00"
2598         },
2599         {
2600             "name": "paragonie/random_compat",
2601             "version": "v9.99.99",
2602             "source": {
2603                 "type": "git",
2604                 "url": "https://github.com/paragonie/random_compat.git",
2605                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2606             },
2607             "dist": {
2608                 "type": "zip",
2609                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2610                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2611                 "shasum": ""
2612             },
2613             "require": {
2614                 "php": "^7"
2615             },
2616             "require-dev": {
2617                 "phpunit/phpunit": "4.*|5.*",
2618                 "vimeo/psalm": "^1"
2619             },
2620             "suggest": {
2621                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2622             },
2623             "type": "library",
2624             "notification-url": "https://packagist.org/downloads/",
2625             "license": [
2626                 "MIT"
2627             ],
2628             "authors": [
2629                 {
2630                     "name": "Paragon Initiative Enterprises",
2631                     "email": "security@paragonie.com",
2632                     "homepage": "https://paragonie.com"
2633                 }
2634             ],
2635             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2636             "keywords": [
2637                 "csprng",
2638                 "polyfill",
2639                 "pseudorandom",
2640                 "random"
2641             ],
2642             "time": "2018-07-02T15:55:56+00:00"
2643         },
2644         {
2645             "name": "phenx/php-font-lib",
2646             "version": "0.5.2",
2647             "source": {
2648                 "type": "git",
2649                 "url": "https://github.com/PhenX/php-font-lib.git",
2650                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
2651             },
2652             "dist": {
2653                 "type": "zip",
2654                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2655                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2656                 "shasum": ""
2657             },
2658             "require-dev": {
2659                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2660             },
2661             "type": "library",
2662             "autoload": {
2663                 "psr-4": {
2664                     "FontLib\\": "src/FontLib"
2665                 }
2666             },
2667             "notification-url": "https://packagist.org/downloads/",
2668             "license": [
2669                 "LGPL-3.0"
2670             ],
2671             "authors": [
2672                 {
2673                     "name": "Fabien Ménager",
2674                     "email": "fabien.menager@gmail.com"
2675                 }
2676             ],
2677             "description": "A library to read, parse, export and make subsets of different types of font files.",
2678             "homepage": "https://github.com/PhenX/php-font-lib",
2679             "time": "2020-03-08T15:31:32+00:00"
2680         },
2681         {
2682             "name": "phenx/php-svg-lib",
2683             "version": "v0.3.3",
2684             "source": {
2685                 "type": "git",
2686                 "url": "https://github.com/PhenX/php-svg-lib.git",
2687                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
2688             },
2689             "dist": {
2690                 "type": "zip",
2691                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2692                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2693                 "shasum": ""
2694             },
2695             "require": {
2696                 "sabberworm/php-css-parser": "^8.3"
2697             },
2698             "require-dev": {
2699                 "phpunit/phpunit": "^5.5|^6.5"
2700             },
2701             "type": "library",
2702             "autoload": {
2703                 "psr-4": {
2704                     "Svg\\": "src/Svg"
2705                 }
2706             },
2707             "notification-url": "https://packagist.org/downloads/",
2708             "license": [
2709                 "LGPL-3.0"
2710             ],
2711             "authors": [
2712                 {
2713                     "name": "Fabien Ménager",
2714                     "email": "fabien.menager@gmail.com"
2715                 }
2716             ],
2717             "description": "A library to read, parse and export to PDF SVG files.",
2718             "homepage": "https://github.com/PhenX/php-svg-lib",
2719             "time": "2019-09-11T20:02:13+00:00"
2720         },
2721         {
2722             "name": "phpoption/phpoption",
2723             "version": "1.7.5",
2724             "source": {
2725                 "type": "git",
2726                 "url": "https://github.com/schmittjoh/php-option.git",
2727                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
2728             },
2729             "dist": {
2730                 "type": "zip",
2731                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
2732                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
2733                 "shasum": ""
2734             },
2735             "require": {
2736                 "php": "^5.5.9 || ^7.0 || ^8.0"
2737             },
2738             "require-dev": {
2739                 "bamarni/composer-bin-plugin": "^1.4.1",
2740                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
2741             },
2742             "type": "library",
2743             "extra": {
2744                 "branch-alias": {
2745                     "dev-master": "1.7-dev"
2746                 }
2747             },
2748             "autoload": {
2749                 "psr-4": {
2750                     "PhpOption\\": "src/PhpOption/"
2751                 }
2752             },
2753             "notification-url": "https://packagist.org/downloads/",
2754             "license": [
2755                 "Apache-2.0"
2756             ],
2757             "authors": [
2758                 {
2759                     "name": "Johannes M. Schmitt",
2760                     "email": "schmittjoh@gmail.com"
2761                 },
2762                 {
2763                     "name": "Graham Campbell",
2764                     "email": "graham@alt-three.com"
2765                 }
2766             ],
2767             "description": "Option Type for PHP",
2768             "keywords": [
2769                 "language",
2770                 "option",
2771                 "php",
2772                 "type"
2773             ],
2774             "funding": [
2775                 {
2776                     "url": "https://github.com/GrahamCampbell",
2777                     "type": "github"
2778                 },
2779                 {
2780                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2781                     "type": "tidelift"
2782                 }
2783             ],
2784             "time": "2020-07-20T17:29:33+00:00"
2785         },
2786         {
2787             "name": "predis/predis",
2788             "version": "v1.1.6",
2789             "source": {
2790                 "type": "git",
2791                 "url": "https://github.com/predis/predis.git",
2792                 "reference": "9930e933c67446962997b05201c69c2319bf26de"
2793             },
2794             "dist": {
2795                 "type": "zip",
2796                 "url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
2797                 "reference": "9930e933c67446962997b05201c69c2319bf26de",
2798                 "shasum": ""
2799             },
2800             "require": {
2801                 "php": ">=5.3.9"
2802             },
2803             "require-dev": {
2804                 "cweagans/composer-patches": "^1.6",
2805                 "phpunit/phpunit": "~4.8"
2806             },
2807             "suggest": {
2808                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
2809                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2810             },
2811             "type": "library",
2812             "extra": {
2813                 "composer-exit-on-patch-failure": true,
2814                 "patches": {
2815                     "phpunit/phpunit-mock-objects": {
2816                         "Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
2817                     },
2818                     "phpunit/phpunit": {
2819                         "Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
2820                         "Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
2821                     }
2822                 }
2823             },
2824             "autoload": {
2825                 "psr-4": {
2826                     "Predis\\": "src/"
2827                 }
2828             },
2829             "notification-url": "https://packagist.org/downloads/",
2830             "license": [
2831                 "MIT"
2832             ],
2833             "authors": [
2834                 {
2835                     "name": "Daniele Alessandri",
2836                     "email": "suppakilla@gmail.com",
2837                     "homepage": "http://clorophilla.net",
2838                     "role": "Creator & Maintainer"
2839                 },
2840                 {
2841                     "name": "Till Krüss",
2842                     "homepage": "https://till.im",
2843                     "role": "Maintainer"
2844                 }
2845             ],
2846             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2847             "homepage": "http://github.com/predis/predis",
2848             "keywords": [
2849                 "nosql",
2850                 "predis",
2851                 "redis"
2852             ],
2853             "funding": [
2854                 {
2855                     "url": "https://github.com/sponsors/tillkruss",
2856                     "type": "github"
2857                 }
2858             ],
2859             "time": "2020-09-11T19:18:05+00:00"
2860         },
2861         {
2862             "name": "psr/container",
2863             "version": "1.0.0",
2864             "source": {
2865                 "type": "git",
2866                 "url": "https://github.com/php-fig/container.git",
2867                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2868             },
2869             "dist": {
2870                 "type": "zip",
2871                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2872                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2873                 "shasum": ""
2874             },
2875             "require": {
2876                 "php": ">=5.3.0"
2877             },
2878             "type": "library",
2879             "extra": {
2880                 "branch-alias": {
2881                     "dev-master": "1.0.x-dev"
2882                 }
2883             },
2884             "autoload": {
2885                 "psr-4": {
2886                     "Psr\\Container\\": "src/"
2887                 }
2888             },
2889             "notification-url": "https://packagist.org/downloads/",
2890             "license": [
2891                 "MIT"
2892             ],
2893             "authors": [
2894                 {
2895                     "name": "PHP-FIG",
2896                     "homepage": "http://www.php-fig.org/"
2897                 }
2898             ],
2899             "description": "Common Container Interface (PHP FIG PSR-11)",
2900             "homepage": "https://github.com/php-fig/container",
2901             "keywords": [
2902                 "PSR-11",
2903                 "container",
2904                 "container-interface",
2905                 "container-interop",
2906                 "psr"
2907             ],
2908             "time": "2017-02-14T16:28:37+00:00"
2909         },
2910         {
2911             "name": "psr/http-message",
2912             "version": "1.0.1",
2913             "source": {
2914                 "type": "git",
2915                 "url": "https://github.com/php-fig/http-message.git",
2916                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2917             },
2918             "dist": {
2919                 "type": "zip",
2920                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2921                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2922                 "shasum": ""
2923             },
2924             "require": {
2925                 "php": ">=5.3.0"
2926             },
2927             "type": "library",
2928             "extra": {
2929                 "branch-alias": {
2930                     "dev-master": "1.0.x-dev"
2931                 }
2932             },
2933             "autoload": {
2934                 "psr-4": {
2935                     "Psr\\Http\\Message\\": "src/"
2936                 }
2937             },
2938             "notification-url": "https://packagist.org/downloads/",
2939             "license": [
2940                 "MIT"
2941             ],
2942             "authors": [
2943                 {
2944                     "name": "PHP-FIG",
2945                     "homepage": "http://www.php-fig.org/"
2946                 }
2947             ],
2948             "description": "Common interface for HTTP messages",
2949             "homepage": "https://github.com/php-fig/http-message",
2950             "keywords": [
2951                 "http",
2952                 "http-message",
2953                 "psr",
2954                 "psr-7",
2955                 "request",
2956                 "response"
2957             ],
2958             "time": "2016-08-06T14:39:51+00:00"
2959         },
2960         {
2961             "name": "psr/log",
2962             "version": "1.1.3",
2963             "source": {
2964                 "type": "git",
2965                 "url": "https://github.com/php-fig/log.git",
2966                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2967             },
2968             "dist": {
2969                 "type": "zip",
2970                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2971                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2972                 "shasum": ""
2973             },
2974             "require": {
2975                 "php": ">=5.3.0"
2976             },
2977             "type": "library",
2978             "extra": {
2979                 "branch-alias": {
2980                     "dev-master": "1.1.x-dev"
2981                 }
2982             },
2983             "autoload": {
2984                 "psr-4": {
2985                     "Psr\\Log\\": "Psr/Log/"
2986                 }
2987             },
2988             "notification-url": "https://packagist.org/downloads/",
2989             "license": [
2990                 "MIT"
2991             ],
2992             "authors": [
2993                 {
2994                     "name": "PHP-FIG",
2995                     "homepage": "http://www.php-fig.org/"
2996                 }
2997             ],
2998             "description": "Common interface for logging libraries",
2999             "homepage": "https://github.com/php-fig/log",
3000             "keywords": [
3001                 "log",
3002                 "psr",
3003                 "psr-3"
3004             ],
3005             "time": "2020-03-23T09:12:05+00:00"
3006         },
3007         {
3008             "name": "psr/simple-cache",
3009             "version": "1.0.1",
3010             "source": {
3011                 "type": "git",
3012                 "url": "https://github.com/php-fig/simple-cache.git",
3013                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3014             },
3015             "dist": {
3016                 "type": "zip",
3017                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3018                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3019                 "shasum": ""
3020             },
3021             "require": {
3022                 "php": ">=5.3.0"
3023             },
3024             "type": "library",
3025             "extra": {
3026                 "branch-alias": {
3027                     "dev-master": "1.0.x-dev"
3028                 }
3029             },
3030             "autoload": {
3031                 "psr-4": {
3032                     "Psr\\SimpleCache\\": "src/"
3033                 }
3034             },
3035             "notification-url": "https://packagist.org/downloads/",
3036             "license": [
3037                 "MIT"
3038             ],
3039             "authors": [
3040                 {
3041                     "name": "PHP-FIG",
3042                     "homepage": "http://www.php-fig.org/"
3043                 }
3044             ],
3045             "description": "Common interfaces for simple caching",
3046             "keywords": [
3047                 "cache",
3048                 "caching",
3049                 "psr",
3050                 "psr-16",
3051                 "simple-cache"
3052             ],
3053             "time": "2017-10-23T01:57:42+00:00"
3054         },
3055         {
3056             "name": "ralouphie/getallheaders",
3057             "version": "3.0.3",
3058             "source": {
3059                 "type": "git",
3060                 "url": "https://github.com/ralouphie/getallheaders.git",
3061                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3062             },
3063             "dist": {
3064                 "type": "zip",
3065                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3066                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3067                 "shasum": ""
3068             },
3069             "require": {
3070                 "php": ">=5.6"
3071             },
3072             "require-dev": {
3073                 "php-coveralls/php-coveralls": "^2.1",
3074                 "phpunit/phpunit": "^5 || ^6.5"
3075             },
3076             "type": "library",
3077             "autoload": {
3078                 "files": [
3079                     "src/getallheaders.php"
3080                 ]
3081             },
3082             "notification-url": "https://packagist.org/downloads/",
3083             "license": [
3084                 "MIT"
3085             ],
3086             "authors": [
3087                 {
3088                     "name": "Ralph Khattar",
3089                     "email": "ralph.khattar@gmail.com"
3090                 }
3091             ],
3092             "description": "A polyfill for getallheaders.",
3093             "time": "2019-03-08T08:55:37+00:00"
3094         },
3095         {
3096             "name": "ramsey/uuid",
3097             "version": "3.9.3",
3098             "source": {
3099                 "type": "git",
3100                 "url": "https://github.com/ramsey/uuid.git",
3101                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
3102             },
3103             "dist": {
3104                 "type": "zip",
3105                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
3106                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
3107                 "shasum": ""
3108             },
3109             "require": {
3110                 "ext-json": "*",
3111                 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
3112                 "php": "^5.4 | ^7 | ^8",
3113                 "symfony/polyfill-ctype": "^1.8"
3114             },
3115             "replace": {
3116                 "rhumsaa/uuid": "self.version"
3117             },
3118             "require-dev": {
3119                 "codeception/aspect-mock": "^1 | ^2",
3120                 "doctrine/annotations": "^1.2",
3121                 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
3122                 "jakub-onderka/php-parallel-lint": "^1",
3123                 "mockery/mockery": "^0.9.11 | ^1",
3124                 "moontoast/math": "^1.1",
3125                 "paragonie/random-lib": "^2",
3126                 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
3127                 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
3128                 "squizlabs/php_codesniffer": "^3.5"
3129             },
3130             "suggest": {
3131                 "ext-ctype": "Provides support for PHP Ctype functions",
3132                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3133                 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
3134                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3135                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3136                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3137                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3138                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3139             },
3140             "type": "library",
3141             "extra": {
3142                 "branch-alias": {
3143                     "dev-master": "3.x-dev"
3144                 }
3145             },
3146             "autoload": {
3147                 "psr-4": {
3148                     "Ramsey\\Uuid\\": "src/"
3149                 },
3150                 "files": [
3151                     "src/functions.php"
3152                 ]
3153             },
3154             "notification-url": "https://packagist.org/downloads/",
3155             "license": [
3156                 "MIT"
3157             ],
3158             "authors": [
3159                 {
3160                     "name": "Ben Ramsey",
3161                     "email": "ben@benramsey.com",
3162                     "homepage": "https://benramsey.com"
3163                 },
3164                 {
3165                     "name": "Marijn Huizendveld",
3166                     "email": "marijn.huizendveld@gmail.com"
3167                 },
3168                 {
3169                     "name": "Thibaud Fabre",
3170                     "email": "thibaud@aztech.io"
3171                 }
3172             ],
3173             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3174             "homepage": "https://github.com/ramsey/uuid",
3175             "keywords": [
3176                 "guid",
3177                 "identifier",
3178                 "uuid"
3179             ],
3180             "time": "2020-02-21T04:36:14+00:00"
3181         },
3182         {
3183             "name": "robrichards/xmlseclibs",
3184             "version": "3.1.1",
3185             "source": {
3186                 "type": "git",
3187                 "url": "https://github.com/robrichards/xmlseclibs.git",
3188                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
3189             },
3190             "dist": {
3191                 "type": "zip",
3192                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
3193                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
3194                 "shasum": ""
3195             },
3196             "require": {
3197                 "ext-openssl": "*",
3198                 "php": ">= 5.4"
3199             },
3200             "type": "library",
3201             "autoload": {
3202                 "psr-4": {
3203                     "RobRichards\\XMLSecLibs\\": "src"
3204                 }
3205             },
3206             "notification-url": "https://packagist.org/downloads/",
3207             "license": [
3208                 "BSD-3-Clause"
3209             ],
3210             "description": "A PHP library for XML Security",
3211             "homepage": "https://github.com/robrichards/xmlseclibs",
3212             "keywords": [
3213                 "security",
3214                 "signature",
3215                 "xml",
3216                 "xmldsig"
3217             ],
3218             "time": "2020-09-05T13:00:25+00:00"
3219         },
3220         {
3221             "name": "sabberworm/php-css-parser",
3222             "version": "8.3.1",
3223             "source": {
3224                 "type": "git",
3225                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
3226                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
3227             },
3228             "dist": {
3229                 "type": "zip",
3230                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
3231                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
3232                 "shasum": ""
3233             },
3234             "require": {
3235                 "php": ">=5.3.2"
3236             },
3237             "require-dev": {
3238                 "codacy/coverage": "^1.4",
3239                 "phpunit/phpunit": "~4.8"
3240             },
3241             "type": "library",
3242             "autoload": {
3243                 "psr-0": {
3244                     "Sabberworm\\CSS": "lib/"
3245                 }
3246             },
3247             "notification-url": "https://packagist.org/downloads/",
3248             "license": [
3249                 "MIT"
3250             ],
3251             "authors": [
3252                 {
3253                     "name": "Raphael Schweikert"
3254                 }
3255             ],
3256             "description": "Parser for CSS Files written in PHP",
3257             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
3258             "keywords": [
3259                 "css",
3260                 "parser",
3261                 "stylesheet"
3262             ],
3263             "time": "2020-06-01T09:10:00+00:00"
3264         },
3265         {
3266             "name": "scrivo/highlight.php",
3267             "version": "v9.18.1.2",
3268             "source": {
3269                 "type": "git",
3270                 "url": "https://github.com/scrivo/highlight.php.git",
3271                 "reference": "efb6e445494a9458aa59b0af5edfa4bdcc6809d9"
3272             },
3273             "dist": {
3274                 "type": "zip",
3275                 "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/efb6e445494a9458aa59b0af5edfa4bdcc6809d9",
3276                 "reference": "efb6e445494a9458aa59b0af5edfa4bdcc6809d9",
3277                 "shasum": ""
3278             },
3279             "require": {
3280                 "ext-json": "*",
3281                 "ext-mbstring": "*",
3282                 "php": ">=5.4"
3283             },
3284             "require-dev": {
3285                 "phpunit/phpunit": "^4.8|^5.7",
3286                 "sabberworm/php-css-parser": "^8.3",
3287                 "symfony/finder": "^2.8|^3.4",
3288                 "symfony/var-dumper": "^2.8|^3.4"
3289             },
3290             "suggest": {
3291                 "ext-dom": "Needed to make use of the features in the utilities namespace"
3292             },
3293             "type": "library",
3294             "autoload": {
3295                 "psr-0": {
3296                     "Highlight\\": "",
3297                     "HighlightUtilities\\": ""
3298                 },
3299                 "files": [
3300                     "HighlightUtilities/functions.php"
3301                 ]
3302             },
3303             "notification-url": "https://packagist.org/downloads/",
3304             "license": [
3305                 "BSD-3-Clause"
3306             ],
3307             "authors": [
3308                 {
3309                     "name": "Geert Bergman",
3310                     "homepage": "http://www.scrivo.org/",
3311                     "role": "Project Author"
3312                 },
3313                 {
3314                     "name": "Vladimir Jimenez",
3315                     "homepage": "https://allejo.io",
3316                     "role": "Maintainer"
3317                 },
3318                 {
3319                     "name": "Martin Folkers",
3320                     "homepage": "https://twobrain.io",
3321                     "role": "Contributor"
3322                 }
3323             ],
3324             "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
3325             "keywords": [
3326                 "code",
3327                 "highlight",
3328                 "highlight.js",
3329                 "highlight.php",
3330                 "syntax"
3331             ],
3332             "funding": [
3333                 {
3334                     "url": "https://github.com/allejo",
3335                     "type": "github"
3336                 }
3337             ],
3338             "time": "2020-08-27T03:24:44+00:00"
3339         },
3340         {
3341             "name": "socialiteproviders/discord",
3342             "version": "v2.0.2",
3343             "source": {
3344                 "type": "git",
3345                 "url": "https://github.com/SocialiteProviders/Discord.git",
3346                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a"
3347             },
3348             "dist": {
3349                 "type": "zip",
3350                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/e0cd8895f321943b36f533e7bf21ad29bcdece9a",
3351                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a",
3352                 "shasum": ""
3353             },
3354             "require": {
3355                 "php": "^5.6 || ^7.0",
3356                 "socialiteproviders/manager": "~2.0 || ~3.0"
3357             },
3358             "type": "library",
3359             "autoload": {
3360                 "psr-4": {
3361                     "SocialiteProviders\\Discord\\": ""
3362                 }
3363             },
3364             "notification-url": "https://packagist.org/downloads/",
3365             "license": [
3366                 "MIT"
3367             ],
3368             "authors": [
3369                 {
3370                     "name": "Christopher Eklund",
3371                     "email": "eklundchristopher@gmail.com"
3372                 }
3373             ],
3374             "description": "Discord OAuth2 Provider for Laravel Socialite",
3375             "time": "2018-05-26T03:40:07+00:00"
3376         },
3377         {
3378             "name": "socialiteproviders/gitlab",
3379             "version": "v3.1",
3380             "source": {
3381                 "type": "git",
3382                 "url": "https://github.com/SocialiteProviders/GitLab.git",
3383                 "reference": "69e537f6192ca15483e98b8662495384f44299ca"
3384             },
3385             "dist": {
3386                 "type": "zip",
3387                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/69e537f6192ca15483e98b8662495384f44299ca",
3388                 "reference": "69e537f6192ca15483e98b8662495384f44299ca",
3389                 "shasum": ""
3390             },
3391             "require": {
3392                 "php": "^5.6 || ^7.0",
3393                 "socialiteproviders/manager": "~2.0 || ~3.0"
3394             },
3395             "type": "library",
3396             "autoload": {
3397                 "psr-4": {
3398                     "SocialiteProviders\\GitLab\\": ""
3399                 }
3400             },
3401             "notification-url": "https://packagist.org/downloads/",
3402             "license": [
3403                 "MIT"
3404             ],
3405             "authors": [
3406                 {
3407                     "name": "Christoffer Martinsen",
3408                     "email": "christoffermartinsen@gmail.com"
3409                 }
3410             ],
3411             "description": "GitLab OAuth2 Provider for Laravel Socialite",
3412             "time": "2018-06-27T05:10:32+00:00"
3413         },
3414         {
3415             "name": "socialiteproviders/manager",
3416             "version": "v3.6",
3417             "source": {
3418                 "type": "git",
3419                 "url": "https://github.com/SocialiteProviders/Manager.git",
3420                 "reference": "fc8dbcf0061f12bfe0cc347e9655af932860ad36"
3421             },
3422             "dist": {
3423                 "type": "zip",
3424                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/fc8dbcf0061f12bfe0cc347e9655af932860ad36",
3425                 "reference": "fc8dbcf0061f12bfe0cc347e9655af932860ad36",
3426                 "shasum": ""
3427             },
3428             "require": {
3429                 "illuminate/support": "^6.0|^7.0|^8.0",
3430                 "laravel/socialite": "~4.0|~5.0",
3431                 "php": "^7.2"
3432             },
3433             "require-dev": {
3434                 "mockery/mockery": "^1.2",
3435                 "phpunit/phpunit": "^8.0"
3436             },
3437             "type": "library",
3438             "extra": {
3439                 "laravel": {
3440                     "providers": [
3441                         "SocialiteProviders\\Manager\\ServiceProvider"
3442                     ]
3443                 }
3444             },
3445             "autoload": {
3446                 "psr-4": {
3447                     "SocialiteProviders\\Manager\\": "src/"
3448                 }
3449             },
3450             "notification-url": "https://packagist.org/downloads/",
3451             "license": [
3452                 "MIT"
3453             ],
3454             "authors": [
3455                 {
3456                     "name": "Andy Wendt",
3457                     "email": "andy@awendt.com"
3458                 },
3459                 {
3460                     "name": "Anton Komarev",
3461                     "email": "a.komarev@cybercog.su"
3462                 },
3463                 {
3464                     "name": "Miguel Piedrafita",
3465                     "email": "soy@miguelpiedrafita.com"
3466                 },
3467                 {
3468                     "name": "atymic",
3469                     "email": "atymicq@gmail.com",
3470                     "homepage": "https://atymic.dev"
3471                 }
3472             ],
3473             "description": "Easily add new or override built-in providers in Laravel Socialite.",
3474             "homepage": "https://socialiteproviders.com/",
3475             "time": "2020-09-08T10:41:06+00:00"
3476         },
3477         {
3478             "name": "socialiteproviders/microsoft-azure",
3479             "version": "v3.1.0",
3480             "source": {
3481                 "type": "git",
3482                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
3483                 "reference": "b22f4696cccecd6de902cf0bc923de7fc2e4608e"
3484             },
3485             "dist": {
3486                 "type": "zip",
3487                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/b22f4696cccecd6de902cf0bc923de7fc2e4608e",
3488                 "reference": "b22f4696cccecd6de902cf0bc923de7fc2e4608e",
3489                 "shasum": ""
3490             },
3491             "require": {
3492                 "ext-json": "*",
3493                 "php": "^5.6 || ^7.0",
3494                 "socialiteproviders/manager": "~2.0 || ~3.0"
3495             },
3496             "type": "library",
3497             "autoload": {
3498                 "psr-4": {
3499                     "SocialiteProviders\\Azure\\": ""
3500                 }
3501             },
3502             "notification-url": "https://packagist.org/downloads/",
3503             "license": [
3504                 "MIT"
3505             ],
3506             "authors": [
3507                 {
3508                     "name": "Chris Hemmings",
3509                     "email": "chris@hemmin.gs"
3510                 }
3511             ],
3512             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
3513             "time": "2020-04-30T23:01:40+00:00"
3514         },
3515         {
3516             "name": "socialiteproviders/okta",
3517             "version": "v1.1.0",
3518             "source": {
3519                 "type": "git",
3520                 "url": "https://github.com/SocialiteProviders/Okta.git",
3521                 "reference": "7c2512f0872316b139e3eea1c50c9351747a57ea"
3522             },
3523             "dist": {
3524                 "type": "zip",
3525                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/7c2512f0872316b139e3eea1c50c9351747a57ea",
3526                 "reference": "7c2512f0872316b139e3eea1c50c9351747a57ea",
3527                 "shasum": ""
3528             },
3529             "require": {
3530                 "ext-json": "*",
3531                 "php": "^5.6 || ^7.0",
3532                 "socialiteproviders/manager": "~2.0 || ~3.0"
3533             },
3534             "type": "library",
3535             "autoload": {
3536                 "psr-4": {
3537                     "SocialiteProviders\\Okta\\": ""
3538                 }
3539             },
3540             "notification-url": "https://packagist.org/downloads/",
3541             "license": [
3542                 "MIT"
3543             ],
3544             "authors": [
3545                 {
3546                     "name": "Chase Coney",
3547                     "email": "chase.coney@gmail.com"
3548                 }
3549             ],
3550             "description": "Okta OAuth2 Provider for Laravel Socialite",
3551             "time": "2019-09-06T15:27:03+00:00"
3552         },
3553         {
3554             "name": "socialiteproviders/slack",
3555             "version": "v3.1",
3556             "source": {
3557                 "type": "git",
3558                 "url": "https://github.com/SocialiteProviders/Slack.git",
3559                 "reference": "d46826640fbeae8f34328d99c358404a1e1050a3"
3560             },
3561             "dist": {
3562                 "type": "zip",
3563                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/d46826640fbeae8f34328d99c358404a1e1050a3",
3564                 "reference": "d46826640fbeae8f34328d99c358404a1e1050a3",
3565                 "shasum": ""
3566             },
3567             "require": {
3568                 "php": "^5.6 || ^7.0",
3569                 "socialiteproviders/manager": "~2.0 || ~3.0"
3570             },
3571             "type": "library",
3572             "autoload": {
3573                 "psr-4": {
3574                     "SocialiteProviders\\Slack\\": ""
3575                 }
3576             },
3577             "notification-url": "https://packagist.org/downloads/",
3578             "license": [
3579                 "MIT"
3580             ],
3581             "authors": [
3582                 {
3583                     "name": "Brian Faust",
3584                     "email": "hello@brianfaust.de"
3585                 }
3586             ],
3587             "description": "Slack OAuth2 Provider for Laravel Socialite",
3588             "time": "2019-01-11T19:48:14+00:00"
3589         },
3590         {
3591             "name": "socialiteproviders/twitch",
3592             "version": "v5.2.0",
3593             "source": {
3594                 "type": "git",
3595                 "url": "https://github.com/SocialiteProviders/Twitch.git",
3596                 "reference": "9ee6fe196d7c28777139b3cde04cbd537cf7e652"
3597             },
3598             "dist": {
3599                 "type": "zip",
3600                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/9ee6fe196d7c28777139b3cde04cbd537cf7e652",
3601                 "reference": "9ee6fe196d7c28777139b3cde04cbd537cf7e652",
3602                 "shasum": ""
3603             },
3604             "require": {
3605                 "ext-json": "*",
3606                 "php": "^5.6 || ^7.0",
3607                 "socialiteproviders/manager": "~2.0 || ~3.0"
3608             },
3609             "type": "library",
3610             "autoload": {
3611                 "psr-4": {
3612                     "SocialiteProviders\\Twitch\\": ""
3613                 }
3614             },
3615             "notification-url": "https://packagist.org/downloads/",
3616             "license": [
3617                 "MIT"
3618             ],
3619             "authors": [
3620                 {
3621                     "name": "Brian Faust",
3622                     "email": "hello@brianfaust.de"
3623                 }
3624             ],
3625             "description": "Twitch OAuth2 Provider for Laravel Socialite",
3626             "time": "2020-05-06T22:51:30+00:00"
3627         },
3628         {
3629             "name": "swiftmailer/swiftmailer",
3630             "version": "v6.2.3",
3631             "source": {
3632                 "type": "git",
3633                 "url": "https://github.com/swiftmailer/swiftmailer.git",
3634                 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
3635             },
3636             "dist": {
3637                 "type": "zip",
3638                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3639                 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3640                 "shasum": ""
3641             },
3642             "require": {
3643                 "egulias/email-validator": "~2.0",
3644                 "php": ">=7.0.0",
3645                 "symfony/polyfill-iconv": "^1.0",
3646                 "symfony/polyfill-intl-idn": "^1.10",
3647                 "symfony/polyfill-mbstring": "^1.0"
3648             },
3649             "require-dev": {
3650                 "mockery/mockery": "~0.9.1",
3651                 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
3652             },
3653             "suggest": {
3654                 "ext-intl": "Needed to support internationalized email addresses",
3655                 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
3656             },
3657             "type": "library",
3658             "extra": {
3659                 "branch-alias": {
3660                     "dev-master": "6.2-dev"
3661                 }
3662             },
3663             "autoload": {
3664                 "files": [
3665                     "lib/swift_required.php"
3666                 ]
3667             },
3668             "notification-url": "https://packagist.org/downloads/",
3669             "license": [
3670                 "MIT"
3671             ],
3672             "authors": [
3673                 {
3674                     "name": "Chris Corbyn"
3675                 },
3676                 {
3677                     "name": "Fabien Potencier",
3678                     "email": "fabien@symfony.com"
3679                 }
3680             ],
3681             "description": "Swiftmailer, free feature-rich PHP mailer",
3682             "homepage": "https://swiftmailer.symfony.com",
3683             "keywords": [
3684                 "email",
3685                 "mail",
3686                 "mailer"
3687             ],
3688             "time": "2019-11-12T09:31:26+00:00"
3689         },
3690         {
3691             "name": "symfony/console",
3692             "version": "v4.4.13",
3693             "source": {
3694                 "type": "git",
3695                 "url": "https://github.com/symfony/console.git",
3696                 "reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727"
3697             },
3698             "dist": {
3699                 "type": "zip",
3700                 "url": "https://api.github.com/repos/symfony/console/zipball/b39fd99b9297b67fb7633b7d8083957a97e1e727",
3701                 "reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727",
3702                 "shasum": ""
3703             },
3704             "require": {
3705                 "php": ">=7.1.3",
3706                 "symfony/polyfill-mbstring": "~1.0",
3707                 "symfony/polyfill-php73": "^1.8",
3708                 "symfony/polyfill-php80": "^1.15",
3709                 "symfony/service-contracts": "^1.1|^2"
3710             },
3711             "conflict": {
3712                 "symfony/dependency-injection": "<3.4",
3713                 "symfony/event-dispatcher": "<4.3|>=5",
3714                 "symfony/lock": "<4.4",
3715                 "symfony/process": "<3.3"
3716             },
3717             "provide": {
3718                 "psr/log-implementation": "1.0"
3719             },
3720             "require-dev": {
3721                 "psr/log": "~1.0",
3722                 "symfony/config": "^3.4|^4.0|^5.0",
3723                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3724                 "symfony/event-dispatcher": "^4.3",
3725                 "symfony/lock": "^4.4|^5.0",
3726                 "symfony/process": "^3.4|^4.0|^5.0",
3727                 "symfony/var-dumper": "^4.3|^5.0"
3728             },
3729             "suggest": {
3730                 "psr/log": "For using the console logger",
3731                 "symfony/event-dispatcher": "",
3732                 "symfony/lock": "",
3733                 "symfony/process": ""
3734             },
3735             "type": "library",
3736             "extra": {
3737                 "branch-alias": {
3738                     "dev-master": "4.4-dev"
3739                 }
3740             },
3741             "autoload": {
3742                 "psr-4": {
3743                     "Symfony\\Component\\Console\\": ""
3744                 },
3745                 "exclude-from-classmap": [
3746                     "/Tests/"
3747                 ]
3748             },
3749             "notification-url": "https://packagist.org/downloads/",
3750             "license": [
3751                 "MIT"
3752             ],
3753             "authors": [
3754                 {
3755                     "name": "Fabien Potencier",
3756                     "email": "fabien@symfony.com"
3757                 },
3758                 {
3759                     "name": "Symfony Community",
3760                     "homepage": "https://symfony.com/contributors"
3761                 }
3762             ],
3763             "description": "Symfony Console Component",
3764             "homepage": "https://symfony.com",
3765             "funding": [
3766                 {
3767                     "url": "https://symfony.com/sponsor",
3768                     "type": "custom"
3769                 },
3770                 {
3771                     "url": "https://github.com/fabpot",
3772                     "type": "github"
3773                 },
3774                 {
3775                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3776                     "type": "tidelift"
3777                 }
3778             ],
3779             "time": "2020-09-02T07:07:21+00:00"
3780         },
3781         {
3782             "name": "symfony/css-selector",
3783             "version": "v4.4.13",
3784             "source": {
3785                 "type": "git",
3786                 "url": "https://github.com/symfony/css-selector.git",
3787                 "reference": "bf17dc9f6ce144e41f786c32435feea4d8e11dcc"
3788             },
3789             "dist": {
3790                 "type": "zip",
3791                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/bf17dc9f6ce144e41f786c32435feea4d8e11dcc",
3792                 "reference": "bf17dc9f6ce144e41f786c32435feea4d8e11dcc",
3793                 "shasum": ""
3794             },
3795             "require": {
3796                 "php": ">=7.1.3"
3797             },
3798             "type": "library",
3799             "extra": {
3800                 "branch-alias": {
3801                     "dev-master": "4.4-dev"
3802                 }
3803             },
3804             "autoload": {
3805                 "psr-4": {
3806                     "Symfony\\Component\\CssSelector\\": ""
3807                 },
3808                 "exclude-from-classmap": [
3809                     "/Tests/"
3810                 ]
3811             },
3812             "notification-url": "https://packagist.org/downloads/",
3813             "license": [
3814                 "MIT"
3815             ],
3816             "authors": [
3817                 {
3818                     "name": "Fabien Potencier",
3819                     "email": "fabien@symfony.com"
3820                 },
3821                 {
3822                     "name": "Jean-François Simon",
3823                     "email": "jeanfrancois.simon@sensiolabs.com"
3824                 },
3825                 {
3826                     "name": "Symfony Community",
3827                     "homepage": "https://symfony.com/contributors"
3828                 }
3829             ],
3830             "description": "Symfony CssSelector Component",
3831             "homepage": "https://symfony.com",
3832             "funding": [
3833                 {
3834                     "url": "https://symfony.com/sponsor",
3835                     "type": "custom"
3836                 },
3837                 {
3838                     "url": "https://github.com/fabpot",
3839                     "type": "github"
3840                 },
3841                 {
3842                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3843                     "type": "tidelift"
3844                 }
3845             ],
3846             "time": "2020-07-05T09:39:30+00:00"
3847         },
3848         {
3849             "name": "symfony/debug",
3850             "version": "v4.4.13",
3851             "source": {
3852                 "type": "git",
3853                 "url": "https://github.com/symfony/debug.git",
3854                 "reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e"
3855             },
3856             "dist": {
3857                 "type": "zip",
3858                 "url": "https://api.github.com/repos/symfony/debug/zipball/aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
3859                 "reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
3860                 "shasum": ""
3861             },
3862             "require": {
3863                 "php": ">=7.1.3",
3864                 "psr/log": "~1.0",
3865                 "symfony/polyfill-php80": "^1.15"
3866             },
3867             "conflict": {
3868                 "symfony/http-kernel": "<3.4"
3869             },
3870             "require-dev": {
3871                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
3872             },
3873             "type": "library",
3874             "extra": {
3875                 "branch-alias": {
3876                     "dev-master": "4.4-dev"
3877                 }
3878             },
3879             "autoload": {
3880                 "psr-4": {
3881                     "Symfony\\Component\\Debug\\": ""
3882                 },
3883                 "exclude-from-classmap": [
3884                     "/Tests/"
3885                 ]
3886             },
3887             "notification-url": "https://packagist.org/downloads/",
3888             "license": [
3889                 "MIT"
3890             ],
3891             "authors": [
3892                 {
3893                     "name": "Fabien Potencier",
3894                     "email": "fabien@symfony.com"
3895                 },
3896                 {
3897                     "name": "Symfony Community",
3898                     "homepage": "https://symfony.com/contributors"
3899                 }
3900             ],
3901             "description": "Symfony Debug Component",
3902             "homepage": "https://symfony.com",
3903             "funding": [
3904                 {
3905                     "url": "https://symfony.com/sponsor",
3906                     "type": "custom"
3907                 },
3908                 {
3909                     "url": "https://github.com/fabpot",
3910                     "type": "github"
3911                 },
3912                 {
3913                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3914                     "type": "tidelift"
3915                 }
3916             ],
3917             "time": "2020-08-10T07:47:39+00:00"
3918         },
3919         {
3920             "name": "symfony/error-handler",
3921             "version": "v4.4.13",
3922             "source": {
3923                 "type": "git",
3924                 "url": "https://github.com/symfony/error-handler.git",
3925                 "reference": "2434fb32851f252e4f27691eee0b77c16198db62"
3926             },
3927             "dist": {
3928                 "type": "zip",
3929                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/2434fb32851f252e4f27691eee0b77c16198db62",
3930                 "reference": "2434fb32851f252e4f27691eee0b77c16198db62",
3931                 "shasum": ""
3932             },
3933             "require": {
3934                 "php": ">=7.1.3",
3935                 "psr/log": "~1.0",
3936                 "symfony/debug": "^4.4.5",
3937                 "symfony/polyfill-php80": "^1.15",
3938                 "symfony/var-dumper": "^4.4|^5.0"
3939             },
3940             "require-dev": {
3941                 "symfony/http-kernel": "^4.4|^5.0",
3942                 "symfony/serializer": "^4.4|^5.0"
3943             },
3944             "type": "library",
3945             "extra": {
3946                 "branch-alias": {
3947                     "dev-master": "4.4-dev"
3948                 }
3949             },
3950             "autoload": {
3951                 "psr-4": {
3952                     "Symfony\\Component\\ErrorHandler\\": ""
3953                 },
3954                 "exclude-from-classmap": [
3955                     "/Tests/"
3956                 ]
3957             },
3958             "notification-url": "https://packagist.org/downloads/",
3959             "license": [
3960                 "MIT"
3961             ],
3962             "authors": [
3963                 {
3964                     "name": "Fabien Potencier",
3965                     "email": "fabien@symfony.com"
3966                 },
3967                 {
3968                     "name": "Symfony Community",
3969                     "homepage": "https://symfony.com/contributors"
3970                 }
3971             ],
3972             "description": "Symfony ErrorHandler Component",
3973             "homepage": "https://symfony.com",
3974             "funding": [
3975                 {
3976                     "url": "https://symfony.com/sponsor",
3977                     "type": "custom"
3978                 },
3979                 {
3980                     "url": "https://github.com/fabpot",
3981                     "type": "github"
3982                 },
3983                 {
3984                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3985                     "type": "tidelift"
3986                 }
3987             ],
3988             "time": "2020-08-17T09:56:45+00:00"
3989         },
3990         {
3991             "name": "symfony/event-dispatcher",
3992             "version": "v4.4.13",
3993             "source": {
3994                 "type": "git",
3995                 "url": "https://github.com/symfony/event-dispatcher.git",
3996                 "reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030"
3997             },
3998             "dist": {
3999                 "type": "zip",
4000                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e8ea5ccddd00556b86d69d42f99f1061a704030",
4001                 "reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030",
4002                 "shasum": ""
4003             },
4004             "require": {
4005                 "php": ">=7.1.3",
4006                 "symfony/event-dispatcher-contracts": "^1.1"
4007             },
4008             "conflict": {
4009                 "symfony/dependency-injection": "<3.4"
4010             },
4011             "provide": {
4012                 "psr/event-dispatcher-implementation": "1.0",
4013                 "symfony/event-dispatcher-implementation": "1.1"
4014             },
4015             "require-dev": {
4016                 "psr/log": "~1.0",
4017                 "symfony/config": "^3.4|^4.0|^5.0",
4018                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4019                 "symfony/expression-language": "^3.4|^4.0|^5.0",
4020                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4021                 "symfony/service-contracts": "^1.1|^2",
4022                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
4023             },
4024             "suggest": {
4025                 "symfony/dependency-injection": "",
4026                 "symfony/http-kernel": ""
4027             },
4028             "type": "library",
4029             "extra": {
4030                 "branch-alias": {
4031                     "dev-master": "4.4-dev"
4032                 }
4033             },
4034             "autoload": {
4035                 "psr-4": {
4036                     "Symfony\\Component\\EventDispatcher\\": ""
4037                 },
4038                 "exclude-from-classmap": [
4039                     "/Tests/"
4040                 ]
4041             },
4042             "notification-url": "https://packagist.org/downloads/",
4043             "license": [
4044                 "MIT"
4045             ],
4046             "authors": [
4047                 {
4048                     "name": "Fabien Potencier",
4049                     "email": "fabien@symfony.com"
4050                 },
4051                 {
4052                     "name": "Symfony Community",
4053                     "homepage": "https://symfony.com/contributors"
4054                 }
4055             ],
4056             "description": "Symfony EventDispatcher Component",
4057             "homepage": "https://symfony.com",
4058             "funding": [
4059                 {
4060                     "url": "https://symfony.com/sponsor",
4061                     "type": "custom"
4062                 },
4063                 {
4064                     "url": "https://github.com/fabpot",
4065                     "type": "github"
4066                 },
4067                 {
4068                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4069                     "type": "tidelift"
4070                 }
4071             ],
4072             "time": "2020-08-13T14:18:44+00:00"
4073         },
4074         {
4075             "name": "symfony/event-dispatcher-contracts",
4076             "version": "v1.1.9",
4077             "source": {
4078                 "type": "git",
4079                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4080                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
4081             },
4082             "dist": {
4083                 "type": "zip",
4084                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
4085                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
4086                 "shasum": ""
4087             },
4088             "require": {
4089                 "php": ">=7.1.3"
4090             },
4091             "suggest": {
4092                 "psr/event-dispatcher": "",
4093                 "symfony/event-dispatcher-implementation": ""
4094             },
4095             "type": "library",
4096             "extra": {
4097                 "branch-alias": {
4098                     "dev-master": "1.1-dev"
4099                 },
4100                 "thanks": {
4101                     "name": "symfony/contracts",
4102                     "url": "https://github.com/symfony/contracts"
4103                 }
4104             },
4105             "autoload": {
4106                 "psr-4": {
4107                     "Symfony\\Contracts\\EventDispatcher\\": ""
4108                 }
4109             },
4110             "notification-url": "https://packagist.org/downloads/",
4111             "license": [
4112                 "MIT"
4113             ],
4114             "authors": [
4115                 {
4116                     "name": "Nicolas Grekas",
4117                     "email": "p@tchwork.com"
4118                 },
4119                 {
4120                     "name": "Symfony Community",
4121                     "homepage": "https://symfony.com/contributors"
4122                 }
4123             ],
4124             "description": "Generic abstractions related to dispatching event",
4125             "homepage": "https://symfony.com",
4126             "keywords": [
4127                 "abstractions",
4128                 "contracts",
4129                 "decoupling",
4130                 "interfaces",
4131                 "interoperability",
4132                 "standards"
4133             ],
4134             "funding": [
4135                 {
4136                     "url": "https://symfony.com/sponsor",
4137                     "type": "custom"
4138                 },
4139                 {
4140                     "url": "https://github.com/fabpot",
4141                     "type": "github"
4142                 },
4143                 {
4144                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4145                     "type": "tidelift"
4146                 }
4147             ],
4148             "time": "2020-07-06T13:19:58+00:00"
4149         },
4150         {
4151             "name": "symfony/finder",
4152             "version": "v4.4.13",
4153             "source": {
4154                 "type": "git",
4155                 "url": "https://github.com/symfony/finder.git",
4156                 "reference": "2a78590b2c7e3de5c429628457c47541c58db9c7"
4157             },
4158             "dist": {
4159                 "type": "zip",
4160                 "url": "https://api.github.com/repos/symfony/finder/zipball/2a78590b2c7e3de5c429628457c47541c58db9c7",
4161                 "reference": "2a78590b2c7e3de5c429628457c47541c58db9c7",
4162                 "shasum": ""
4163             },
4164             "require": {
4165                 "php": ">=7.1.3"
4166             },
4167             "type": "library",
4168             "extra": {
4169                 "branch-alias": {
4170                     "dev-master": "4.4-dev"
4171                 }
4172             },
4173             "autoload": {
4174                 "psr-4": {
4175                     "Symfony\\Component\\Finder\\": ""
4176                 },
4177                 "exclude-from-classmap": [
4178                     "/Tests/"
4179                 ]
4180             },
4181             "notification-url": "https://packagist.org/downloads/",
4182             "license": [
4183                 "MIT"
4184             ],
4185             "authors": [
4186                 {
4187                     "name": "Fabien Potencier",
4188                     "email": "fabien@symfony.com"
4189                 },
4190                 {
4191                     "name": "Symfony Community",
4192                     "homepage": "https://symfony.com/contributors"
4193                 }
4194             ],
4195             "description": "Symfony Finder Component",
4196             "homepage": "https://symfony.com",
4197             "funding": [
4198                 {
4199                     "url": "https://symfony.com/sponsor",
4200                     "type": "custom"
4201                 },
4202                 {
4203                     "url": "https://github.com/fabpot",
4204                     "type": "github"
4205                 },
4206                 {
4207                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4208                     "type": "tidelift"
4209                 }
4210             ],
4211             "time": "2020-08-17T09:56:45+00:00"
4212         },
4213         {
4214             "name": "symfony/http-foundation",
4215             "version": "v4.4.13",
4216             "source": {
4217                 "type": "git",
4218                 "url": "https://github.com/symfony/http-foundation.git",
4219                 "reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1"
4220             },
4221             "dist": {
4222                 "type": "zip",
4223                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e3e5a62a6631a461954d471e7206e3750dbe8ee1",
4224                 "reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1",
4225                 "shasum": ""
4226             },
4227             "require": {
4228                 "php": ">=7.1.3",
4229                 "symfony/mime": "^4.3|^5.0",
4230                 "symfony/polyfill-mbstring": "~1.1"
4231             },
4232             "require-dev": {
4233                 "predis/predis": "~1.0",
4234                 "symfony/expression-language": "^3.4|^4.0|^5.0"
4235             },
4236             "type": "library",
4237             "extra": {
4238                 "branch-alias": {
4239                     "dev-master": "4.4-dev"
4240                 }
4241             },
4242             "autoload": {
4243                 "psr-4": {
4244                     "Symfony\\Component\\HttpFoundation\\": ""
4245                 },
4246                 "exclude-from-classmap": [
4247                     "/Tests/"
4248                 ]
4249             },
4250             "notification-url": "https://packagist.org/downloads/",
4251             "license": [
4252                 "MIT"
4253             ],
4254             "authors": [
4255                 {
4256                     "name": "Fabien Potencier",
4257                     "email": "fabien@symfony.com"
4258                 },
4259                 {
4260                     "name": "Symfony Community",
4261                     "homepage": "https://symfony.com/contributors"
4262                 }
4263             ],
4264             "description": "Symfony HttpFoundation Component",
4265             "homepage": "https://symfony.com",
4266             "funding": [
4267                 {
4268                     "url": "https://symfony.com/sponsor",
4269                     "type": "custom"
4270                 },
4271                 {
4272                     "url": "https://github.com/fabpot",
4273                     "type": "github"
4274                 },
4275                 {
4276                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4277                     "type": "tidelift"
4278                 }
4279             ],
4280             "time": "2020-08-17T07:39:58+00:00"
4281         },
4282         {
4283             "name": "symfony/http-kernel",
4284             "version": "v4.4.13",
4285             "source": {
4286                 "type": "git",
4287                 "url": "https://github.com/symfony/http-kernel.git",
4288                 "reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188"
4289             },
4290             "dist": {
4291                 "type": "zip",
4292                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
4293                 "reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
4294                 "shasum": ""
4295             },
4296             "require": {
4297                 "php": ">=7.1.3",
4298                 "psr/log": "~1.0",
4299                 "symfony/error-handler": "^4.4",
4300                 "symfony/event-dispatcher": "^4.4",
4301                 "symfony/http-foundation": "^4.4|^5.0",
4302                 "symfony/polyfill-ctype": "^1.8",
4303                 "symfony/polyfill-php73": "^1.9",
4304                 "symfony/polyfill-php80": "^1.15"
4305             },
4306             "conflict": {
4307                 "symfony/browser-kit": "<4.3",
4308                 "symfony/config": "<3.4",
4309                 "symfony/console": ">=5",
4310                 "symfony/dependency-injection": "<4.3",
4311                 "symfony/translation": "<4.2",
4312                 "twig/twig": "<1.34|<2.4,>=2"
4313             },
4314             "provide": {
4315                 "psr/log-implementation": "1.0"
4316             },
4317             "require-dev": {
4318                 "psr/cache": "~1.0",
4319                 "symfony/browser-kit": "^4.3|^5.0",
4320                 "symfony/config": "^3.4|^4.0|^5.0",
4321                 "symfony/console": "^3.4|^4.0",
4322                 "symfony/css-selector": "^3.4|^4.0|^5.0",
4323                 "symfony/dependency-injection": "^4.3|^5.0",
4324                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
4325                 "symfony/expression-language": "^3.4|^4.0|^5.0",
4326                 "symfony/finder": "^3.4|^4.0|^5.0",
4327                 "symfony/process": "^3.4|^4.0|^5.0",
4328                 "symfony/routing": "^3.4|^4.0|^5.0",
4329                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
4330                 "symfony/templating": "^3.4|^4.0|^5.0",
4331                 "symfony/translation": "^4.2|^5.0",
4332                 "symfony/translation-contracts": "^1.1|^2",
4333                 "twig/twig": "^1.34|^2.4|^3.0"
4334             },
4335             "suggest": {
4336                 "symfony/browser-kit": "",
4337                 "symfony/config": "",
4338                 "symfony/console": "",
4339                 "symfony/dependency-injection": ""
4340             },
4341             "type": "library",
4342             "extra": {
4343                 "branch-alias": {
4344                     "dev-master": "4.4-dev"
4345                 }
4346             },
4347             "autoload": {
4348                 "psr-4": {
4349                     "Symfony\\Component\\HttpKernel\\": ""
4350                 },
4351                 "exclude-from-classmap": [
4352                     "/Tests/"
4353                 ]
4354             },
4355             "notification-url": "https://packagist.org/downloads/",
4356             "license": [
4357                 "MIT"
4358             ],
4359             "authors": [
4360                 {
4361                     "name": "Fabien Potencier",
4362                     "email": "fabien@symfony.com"
4363                 },
4364                 {
4365                     "name": "Symfony Community",
4366                     "homepage": "https://symfony.com/contributors"
4367                 }
4368             ],
4369             "description": "Symfony HttpKernel Component",
4370             "homepage": "https://symfony.com",
4371             "funding": [
4372                 {
4373                     "url": "https://symfony.com/sponsor",
4374                     "type": "custom"
4375                 },
4376                 {
4377                     "url": "https://github.com/fabpot",
4378                     "type": "github"
4379                 },
4380                 {
4381                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4382                     "type": "tidelift"
4383                 }
4384             ],
4385             "time": "2020-09-02T08:09:29+00:00"
4386         },
4387         {
4388             "name": "symfony/mime",
4389             "version": "v4.4.13",
4390             "source": {
4391                 "type": "git",
4392                 "url": "https://github.com/symfony/mime.git",
4393                 "reference": "50ad671306d3d3ffb888d95b4fb1859496831e3a"
4394             },
4395             "dist": {
4396                 "type": "zip",
4397                 "url": "https://api.github.com/repos/symfony/mime/zipball/50ad671306d3d3ffb888d95b4fb1859496831e3a",
4398                 "reference": "50ad671306d3d3ffb888d95b4fb1859496831e3a",
4399                 "shasum": ""
4400             },
4401             "require": {
4402                 "php": ">=7.1.3",
4403                 "symfony/polyfill-intl-idn": "^1.10",
4404                 "symfony/polyfill-mbstring": "^1.0"
4405             },
4406             "conflict": {
4407                 "symfony/mailer": "<4.4"
4408             },
4409             "require-dev": {
4410                 "egulias/email-validator": "^2.1.10",
4411                 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
4412             },
4413             "type": "library",
4414             "extra": {
4415                 "branch-alias": {
4416                     "dev-master": "4.4-dev"
4417                 }
4418             },
4419             "autoload": {
4420                 "psr-4": {
4421                     "Symfony\\Component\\Mime\\": ""
4422                 },
4423                 "exclude-from-classmap": [
4424                     "/Tests/"
4425                 ]
4426             },
4427             "notification-url": "https://packagist.org/downloads/",
4428             "license": [
4429                 "MIT"
4430             ],
4431             "authors": [
4432                 {
4433                     "name": "Fabien Potencier",
4434                     "email": "fabien@symfony.com"
4435                 },
4436                 {
4437                     "name": "Symfony Community",
4438                     "homepage": "https://symfony.com/contributors"
4439                 }
4440             ],
4441             "description": "A library to manipulate MIME messages",
4442             "homepage": "https://symfony.com",
4443             "keywords": [
4444                 "mime",
4445                 "mime-type"
4446             ],
4447             "funding": [
4448                 {
4449                     "url": "https://symfony.com/sponsor",
4450                     "type": "custom"
4451                 },
4452                 {
4453                     "url": "https://github.com/fabpot",
4454                     "type": "github"
4455                 },
4456                 {
4457                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4458                     "type": "tidelift"
4459                 }
4460             ],
4461             "time": "2020-08-17T09:56:45+00:00"
4462         },
4463         {
4464             "name": "symfony/polyfill-ctype",
4465             "version": "v1.18.1",
4466             "source": {
4467                 "type": "git",
4468                 "url": "https://github.com/symfony/polyfill-ctype.git",
4469                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
4470             },
4471             "dist": {
4472                 "type": "zip",
4473                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
4474                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
4475                 "shasum": ""
4476             },
4477             "require": {
4478                 "php": ">=5.3.3"
4479             },
4480             "suggest": {
4481                 "ext-ctype": "For best performance"
4482             },
4483             "type": "library",
4484             "extra": {
4485                 "branch-alias": {
4486                     "dev-master": "1.18-dev"
4487                 },
4488                 "thanks": {
4489                     "name": "symfony/polyfill",
4490                     "url": "https://github.com/symfony/polyfill"
4491                 }
4492             },
4493             "autoload": {
4494                 "psr-4": {
4495                     "Symfony\\Polyfill\\Ctype\\": ""
4496                 },
4497                 "files": [
4498                     "bootstrap.php"
4499                 ]
4500             },
4501             "notification-url": "https://packagist.org/downloads/",
4502             "license": [
4503                 "MIT"
4504             ],
4505             "authors": [
4506                 {
4507                     "name": "Gert de Pagter",
4508                     "email": "BackEndTea@gmail.com"
4509                 },
4510                 {
4511                     "name": "Symfony Community",
4512                     "homepage": "https://symfony.com/contributors"
4513                 }
4514             ],
4515             "description": "Symfony polyfill for ctype functions",
4516             "homepage": "https://symfony.com",
4517             "keywords": [
4518                 "compatibility",
4519                 "ctype",
4520                 "polyfill",
4521                 "portable"
4522             ],
4523             "funding": [
4524                 {
4525                     "url": "https://symfony.com/sponsor",
4526                     "type": "custom"
4527                 },
4528                 {
4529                     "url": "https://github.com/fabpot",
4530                     "type": "github"
4531                 },
4532                 {
4533                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4534                     "type": "tidelift"
4535                 }
4536             ],
4537             "time": "2020-07-14T12:35:20+00:00"
4538         },
4539         {
4540             "name": "symfony/polyfill-iconv",
4541             "version": "v1.18.1",
4542             "source": {
4543                 "type": "git",
4544                 "url": "https://github.com/symfony/polyfill-iconv.git",
4545                 "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
4546             },
4547             "dist": {
4548                 "type": "zip",
4549                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
4550                 "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
4551                 "shasum": ""
4552             },
4553             "require": {
4554                 "php": ">=5.3.3"
4555             },
4556             "suggest": {
4557                 "ext-iconv": "For best performance"
4558             },
4559             "type": "library",
4560             "extra": {
4561                 "branch-alias": {
4562                     "dev-master": "1.18-dev"
4563                 },
4564                 "thanks": {
4565                     "name": "symfony/polyfill",
4566                     "url": "https://github.com/symfony/polyfill"
4567                 }
4568             },
4569             "autoload": {
4570                 "psr-4": {
4571                     "Symfony\\Polyfill\\Iconv\\": ""
4572                 },
4573                 "files": [
4574                     "bootstrap.php"
4575                 ]
4576             },
4577             "notification-url": "https://packagist.org/downloads/",
4578             "license": [
4579                 "MIT"
4580             ],
4581             "authors": [
4582                 {
4583                     "name": "Nicolas Grekas",
4584                     "email": "p@tchwork.com"
4585                 },
4586                 {
4587                     "name": "Symfony Community",
4588                     "homepage": "https://symfony.com/contributors"
4589                 }
4590             ],
4591             "description": "Symfony polyfill for the Iconv extension",
4592             "homepage": "https://symfony.com",
4593             "keywords": [
4594                 "compatibility",
4595                 "iconv",
4596                 "polyfill",
4597                 "portable",
4598                 "shim"
4599             ],
4600             "funding": [
4601                 {
4602                     "url": "https://symfony.com/sponsor",
4603                     "type": "custom"
4604                 },
4605                 {
4606                     "url": "https://github.com/fabpot",
4607                     "type": "github"
4608                 },
4609                 {
4610                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4611                     "type": "tidelift"
4612                 }
4613             ],
4614             "time": "2020-07-14T12:35:20+00:00"
4615         },
4616         {
4617             "name": "symfony/polyfill-intl-idn",
4618             "version": "v1.18.1",
4619             "source": {
4620                 "type": "git",
4621                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4622                 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
4623             },
4624             "dist": {
4625                 "type": "zip",
4626                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
4627                 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
4628                 "shasum": ""
4629             },
4630             "require": {
4631                 "php": ">=5.3.3",
4632                 "symfony/polyfill-intl-normalizer": "^1.10",
4633                 "symfony/polyfill-php70": "^1.10",
4634                 "symfony/polyfill-php72": "^1.10"
4635             },
4636             "suggest": {
4637                 "ext-intl": "For best performance"
4638             },
4639             "type": "library",
4640             "extra": {
4641                 "branch-alias": {
4642                     "dev-master": "1.18-dev"
4643                 },
4644                 "thanks": {
4645                     "name": "symfony/polyfill",
4646                     "url": "https://github.com/symfony/polyfill"
4647                 }
4648             },
4649             "autoload": {
4650                 "psr-4": {
4651                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
4652                 },
4653                 "files": [
4654                     "bootstrap.php"
4655                 ]
4656             },
4657             "notification-url": "https://packagist.org/downloads/",
4658             "license": [
4659                 "MIT"
4660             ],
4661             "authors": [
4662                 {
4663                     "name": "Laurent Bassin",
4664                     "email": "laurent@bassin.info"
4665                 },
4666                 {
4667                     "name": "Trevor Rowbotham",
4668                     "email": "trevor.rowbotham@pm.me"
4669                 },
4670                 {
4671                     "name": "Symfony Community",
4672                     "homepage": "https://symfony.com/contributors"
4673                 }
4674             ],
4675             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4676             "homepage": "https://symfony.com",
4677             "keywords": [
4678                 "compatibility",
4679                 "idn",
4680                 "intl",
4681                 "polyfill",
4682                 "portable",
4683                 "shim"
4684             ],
4685             "funding": [
4686                 {
4687                     "url": "https://symfony.com/sponsor",
4688                     "type": "custom"
4689                 },
4690                 {
4691                     "url": "https://github.com/fabpot",
4692                     "type": "github"
4693                 },
4694                 {
4695                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4696                     "type": "tidelift"
4697                 }
4698             ],
4699             "time": "2020-08-04T06:02:08+00:00"
4700         },
4701         {
4702             "name": "symfony/polyfill-intl-normalizer",
4703             "version": "v1.18.1",
4704             "source": {
4705                 "type": "git",
4706                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4707                 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
4708             },
4709             "dist": {
4710                 "type": "zip",
4711                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
4712                 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
4713                 "shasum": ""
4714             },
4715             "require": {
4716                 "php": ">=5.3.3"
4717             },
4718             "suggest": {
4719                 "ext-intl": "For best performance"
4720             },
4721             "type": "library",
4722             "extra": {
4723                 "branch-alias": {
4724                     "dev-master": "1.18-dev"
4725                 },
4726                 "thanks": {
4727                     "name": "symfony/polyfill",
4728                     "url": "https://github.com/symfony/polyfill"
4729                 }
4730             },
4731             "autoload": {
4732                 "psr-4": {
4733                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4734                 },
4735                 "files": [
4736                     "bootstrap.php"
4737                 ],
4738                 "classmap": [
4739                     "Resources/stubs"
4740                 ]
4741             },
4742             "notification-url": "https://packagist.org/downloads/",
4743             "license": [
4744                 "MIT"
4745             ],
4746             "authors": [
4747                 {
4748                     "name": "Nicolas Grekas",
4749                     "email": "p@tchwork.com"
4750                 },
4751                 {
4752                     "name": "Symfony Community",
4753                     "homepage": "https://symfony.com/contributors"
4754                 }
4755             ],
4756             "description": "Symfony polyfill for intl's Normalizer class and related functions",
4757             "homepage": "https://symfony.com",
4758             "keywords": [
4759                 "compatibility",
4760                 "intl",
4761                 "normalizer",
4762                 "polyfill",
4763                 "portable",
4764                 "shim"
4765             ],
4766             "funding": [
4767                 {
4768                     "url": "https://symfony.com/sponsor",
4769                     "type": "custom"
4770                 },
4771                 {
4772                     "url": "https://github.com/fabpot",
4773                     "type": "github"
4774                 },
4775                 {
4776                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4777                     "type": "tidelift"
4778                 }
4779             ],
4780             "time": "2020-07-14T12:35:20+00:00"
4781         },
4782         {
4783             "name": "symfony/polyfill-mbstring",
4784             "version": "v1.18.1",
4785             "source": {
4786                 "type": "git",
4787                 "url": "https://github.com/symfony/polyfill-mbstring.git",
4788                 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
4789             },
4790             "dist": {
4791                 "type": "zip",
4792                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
4793                 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
4794                 "shasum": ""
4795             },
4796             "require": {
4797                 "php": ">=5.3.3"
4798             },
4799             "suggest": {
4800                 "ext-mbstring": "For best performance"
4801             },
4802             "type": "library",
4803             "extra": {
4804                 "branch-alias": {
4805                     "dev-master": "1.18-dev"
4806                 },
4807                 "thanks": {
4808                     "name": "symfony/polyfill",
4809                     "url": "https://github.com/symfony/polyfill"
4810                 }
4811             },
4812             "autoload": {
4813                 "psr-4": {
4814                     "Symfony\\Polyfill\\Mbstring\\": ""
4815                 },
4816                 "files": [
4817                     "bootstrap.php"
4818                 ]
4819             },
4820             "notification-url": "https://packagist.org/downloads/",
4821             "license": [
4822                 "MIT"
4823             ],
4824             "authors": [
4825                 {
4826                     "name": "Nicolas Grekas",
4827                     "email": "p@tchwork.com"
4828                 },
4829                 {
4830                     "name": "Symfony Community",
4831                     "homepage": "https://symfony.com/contributors"
4832                 }
4833             ],
4834             "description": "Symfony polyfill for the Mbstring extension",
4835             "homepage": "https://symfony.com",
4836             "keywords": [
4837                 "compatibility",
4838                 "mbstring",
4839                 "polyfill",
4840                 "portable",
4841                 "shim"
4842             ],
4843             "funding": [
4844                 {
4845                     "url": "https://symfony.com/sponsor",
4846                     "type": "custom"
4847                 },
4848                 {
4849                     "url": "https://github.com/fabpot",
4850                     "type": "github"
4851                 },
4852                 {
4853                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4854                     "type": "tidelift"
4855                 }
4856             ],
4857             "time": "2020-07-14T12:35:20+00:00"
4858         },
4859         {
4860             "name": "symfony/polyfill-php70",
4861             "version": "v1.18.1",
4862             "source": {
4863                 "type": "git",
4864                 "url": "https://github.com/symfony/polyfill-php70.git",
4865                 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
4866             },
4867             "dist": {
4868                 "type": "zip",
4869                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
4870                 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
4871                 "shasum": ""
4872             },
4873             "require": {
4874                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
4875                 "php": ">=5.3.3"
4876             },
4877             "type": "library",
4878             "extra": {
4879                 "branch-alias": {
4880                     "dev-master": "1.18-dev"
4881                 },
4882                 "thanks": {
4883                     "name": "symfony/polyfill",
4884                     "url": "https://github.com/symfony/polyfill"
4885                 }
4886             },
4887             "autoload": {
4888                 "psr-4": {
4889                     "Symfony\\Polyfill\\Php70\\": ""
4890                 },
4891                 "files": [
4892                     "bootstrap.php"
4893                 ],
4894                 "classmap": [
4895                     "Resources/stubs"
4896                 ]
4897             },
4898             "notification-url": "https://packagist.org/downloads/",
4899             "license": [
4900                 "MIT"
4901             ],
4902             "authors": [
4903                 {
4904                     "name": "Nicolas Grekas",
4905                     "email": "p@tchwork.com"
4906                 },
4907                 {
4908                     "name": "Symfony Community",
4909                     "homepage": "https://symfony.com/contributors"
4910                 }
4911             ],
4912             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4913             "homepage": "https://symfony.com",
4914             "keywords": [
4915                 "compatibility",
4916                 "polyfill",
4917                 "portable",
4918                 "shim"
4919             ],
4920             "funding": [
4921                 {
4922                     "url": "https://symfony.com/sponsor",
4923                     "type": "custom"
4924                 },
4925                 {
4926                     "url": "https://github.com/fabpot",
4927                     "type": "github"
4928                 },
4929                 {
4930                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4931                     "type": "tidelift"
4932                 }
4933             ],
4934             "time": "2020-07-14T12:35:20+00:00"
4935         },
4936         {
4937             "name": "symfony/polyfill-php72",
4938             "version": "v1.18.1",
4939             "source": {
4940                 "type": "git",
4941                 "url": "https://github.com/symfony/polyfill-php72.git",
4942                 "reference": "639447d008615574653fb3bc60d1986d7172eaae"
4943             },
4944             "dist": {
4945                 "type": "zip",
4946                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
4947                 "reference": "639447d008615574653fb3bc60d1986d7172eaae",
4948                 "shasum": ""
4949             },
4950             "require": {
4951                 "php": ">=5.3.3"
4952             },
4953             "type": "library",
4954             "extra": {
4955                 "branch-alias": {
4956                     "dev-master": "1.18-dev"
4957                 },
4958                 "thanks": {
4959                     "name": "symfony/polyfill",
4960                     "url": "https://github.com/symfony/polyfill"
4961                 }
4962             },
4963             "autoload": {
4964                 "psr-4": {
4965                     "Symfony\\Polyfill\\Php72\\": ""
4966                 },
4967                 "files": [
4968                     "bootstrap.php"
4969                 ]
4970             },
4971             "notification-url": "https://packagist.org/downloads/",
4972             "license": [
4973                 "MIT"
4974             ],
4975             "authors": [
4976                 {
4977                     "name": "Nicolas Grekas",
4978                     "email": "p@tchwork.com"
4979                 },
4980                 {
4981                     "name": "Symfony Community",
4982                     "homepage": "https://symfony.com/contributors"
4983                 }
4984             ],
4985             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4986             "homepage": "https://symfony.com",
4987             "keywords": [
4988                 "compatibility",
4989                 "polyfill",
4990                 "portable",
4991                 "shim"
4992             ],
4993             "funding": [
4994                 {
4995                     "url": "https://symfony.com/sponsor",
4996                     "type": "custom"
4997                 },
4998                 {
4999                     "url": "https://github.com/fabpot",
5000                     "type": "github"
5001                 },
5002                 {
5003                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5004                     "type": "tidelift"
5005                 }
5006             ],
5007             "time": "2020-07-14T12:35:20+00:00"
5008         },
5009         {
5010             "name": "symfony/polyfill-php73",
5011             "version": "v1.18.1",
5012             "source": {
5013                 "type": "git",
5014                 "url": "https://github.com/symfony/polyfill-php73.git",
5015                 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
5016             },
5017             "dist": {
5018                 "type": "zip",
5019                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
5020                 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
5021                 "shasum": ""
5022             },
5023             "require": {
5024                 "php": ">=5.3.3"
5025             },
5026             "type": "library",
5027             "extra": {
5028                 "branch-alias": {
5029                     "dev-master": "1.18-dev"
5030                 },
5031                 "thanks": {
5032                     "name": "symfony/polyfill",
5033                     "url": "https://github.com/symfony/polyfill"
5034                 }
5035             },
5036             "autoload": {
5037                 "psr-4": {
5038                     "Symfony\\Polyfill\\Php73\\": ""
5039                 },
5040                 "files": [
5041                     "bootstrap.php"
5042                 ],
5043                 "classmap": [
5044                     "Resources/stubs"
5045                 ]
5046             },
5047             "notification-url": "https://packagist.org/downloads/",
5048             "license": [
5049                 "MIT"
5050             ],
5051             "authors": [
5052                 {
5053                     "name": "Nicolas Grekas",
5054                     "email": "p@tchwork.com"
5055                 },
5056                 {
5057                     "name": "Symfony Community",
5058                     "homepage": "https://symfony.com/contributors"
5059                 }
5060             ],
5061             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
5062             "homepage": "https://symfony.com",
5063             "keywords": [
5064                 "compatibility",
5065                 "polyfill",
5066                 "portable",
5067                 "shim"
5068             ],
5069             "funding": [
5070                 {
5071                     "url": "https://symfony.com/sponsor",
5072                     "type": "custom"
5073                 },
5074                 {
5075                     "url": "https://github.com/fabpot",
5076                     "type": "github"
5077                 },
5078                 {
5079                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5080                     "type": "tidelift"
5081                 }
5082             ],
5083             "time": "2020-07-14T12:35:20+00:00"
5084         },
5085         {
5086             "name": "symfony/polyfill-php80",
5087             "version": "v1.18.1",
5088             "source": {
5089                 "type": "git",
5090                 "url": "https://github.com/symfony/polyfill-php80.git",
5091                 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
5092             },
5093             "dist": {
5094                 "type": "zip",
5095                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
5096                 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
5097                 "shasum": ""
5098             },
5099             "require": {
5100                 "php": ">=7.0.8"
5101             },
5102             "type": "library",
5103             "extra": {
5104                 "branch-alias": {
5105                     "dev-master": "1.18-dev"
5106                 },
5107                 "thanks": {
5108                     "name": "symfony/polyfill",
5109                     "url": "https://github.com/symfony/polyfill"
5110                 }
5111             },
5112             "autoload": {
5113                 "psr-4": {
5114                     "Symfony\\Polyfill\\Php80\\": ""
5115                 },
5116                 "files": [
5117                     "bootstrap.php"
5118                 ],
5119                 "classmap": [
5120                     "Resources/stubs"
5121                 ]
5122             },
5123             "notification-url": "https://packagist.org/downloads/",
5124             "license": [
5125                 "MIT"
5126             ],
5127             "authors": [
5128                 {
5129                     "name": "Ion Bazan",
5130                     "email": "ion.bazan@gmail.com"
5131                 },
5132                 {
5133                     "name": "Nicolas Grekas",
5134                     "email": "p@tchwork.com"
5135                 },
5136                 {
5137                     "name": "Symfony Community",
5138                     "homepage": "https://symfony.com/contributors"
5139                 }
5140             ],
5141             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5142             "homepage": "https://symfony.com",
5143             "keywords": [
5144                 "compatibility",
5145                 "polyfill",
5146                 "portable",
5147                 "shim"
5148             ],
5149             "funding": [
5150                 {
5151                     "url": "https://symfony.com/sponsor",
5152                     "type": "custom"
5153                 },
5154                 {
5155                     "url": "https://github.com/fabpot",
5156                     "type": "github"
5157                 },
5158                 {
5159                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5160                     "type": "tidelift"
5161                 }
5162             ],
5163             "time": "2020-07-14T12:35:20+00:00"
5164         },
5165         {
5166             "name": "symfony/process",
5167             "version": "v4.4.13",
5168             "source": {
5169                 "type": "git",
5170                 "url": "https://github.com/symfony/process.git",
5171                 "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479"
5172             },
5173             "dist": {
5174                 "type": "zip",
5175                 "url": "https://api.github.com/repos/symfony/process/zipball/65e70bab62f3da7089a8d4591fb23fbacacb3479",
5176                 "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479",
5177                 "shasum": ""
5178             },
5179             "require": {
5180                 "php": ">=7.1.3"
5181             },
5182             "type": "library",
5183             "extra": {
5184                 "branch-alias": {
5185                     "dev-master": "4.4-dev"
5186                 }
5187             },
5188             "autoload": {
5189                 "psr-4": {
5190                     "Symfony\\Component\\Process\\": ""
5191                 },
5192                 "exclude-from-classmap": [
5193                     "/Tests/"
5194                 ]
5195             },
5196             "notification-url": "https://packagist.org/downloads/",
5197             "license": [
5198                 "MIT"
5199             ],
5200             "authors": [
5201                 {
5202                     "name": "Fabien Potencier",
5203                     "email": "fabien@symfony.com"
5204                 },
5205                 {
5206                     "name": "Symfony Community",
5207                     "homepage": "https://symfony.com/contributors"
5208                 }
5209             ],
5210             "description": "Symfony Process Component",
5211             "homepage": "https://symfony.com",
5212             "funding": [
5213                 {
5214                     "url": "https://symfony.com/sponsor",
5215                     "type": "custom"
5216                 },
5217                 {
5218                     "url": "https://github.com/fabpot",
5219                     "type": "github"
5220                 },
5221                 {
5222                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5223                     "type": "tidelift"
5224                 }
5225             ],
5226             "time": "2020-07-23T08:31:43+00:00"
5227         },
5228         {
5229             "name": "symfony/routing",
5230             "version": "v4.4.13",
5231             "source": {
5232                 "type": "git",
5233                 "url": "https://github.com/symfony/routing.git",
5234                 "reference": "e3387963565da9bae51d1d3ab8041646cc93bd04"
5235             },
5236             "dist": {
5237                 "type": "zip",
5238                 "url": "https://api.github.com/repos/symfony/routing/zipball/e3387963565da9bae51d1d3ab8041646cc93bd04",
5239                 "reference": "e3387963565da9bae51d1d3ab8041646cc93bd04",
5240                 "shasum": ""
5241             },
5242             "require": {
5243                 "php": ">=7.1.3"
5244             },
5245             "conflict": {
5246                 "symfony/config": "<4.2",
5247                 "symfony/dependency-injection": "<3.4",
5248                 "symfony/yaml": "<3.4"
5249             },
5250             "require-dev": {
5251                 "doctrine/annotations": "~1.2",
5252                 "psr/log": "~1.0",
5253                 "symfony/config": "^4.2|^5.0",
5254                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5255                 "symfony/expression-language": "^3.4|^4.0|^5.0",
5256                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
5257                 "symfony/yaml": "^3.4|^4.0|^5.0"
5258             },
5259             "suggest": {
5260                 "doctrine/annotations": "For using the annotation loader",
5261                 "symfony/config": "For using the all-in-one router or any loader",
5262                 "symfony/expression-language": "For using expression matching",
5263                 "symfony/http-foundation": "For using a Symfony Request object",
5264                 "symfony/yaml": "For using the YAML loader"
5265             },
5266             "type": "library",
5267             "extra": {
5268                 "branch-alias": {
5269                     "dev-master": "4.4-dev"
5270                 }
5271             },
5272             "autoload": {
5273                 "psr-4": {
5274                     "Symfony\\Component\\Routing\\": ""
5275                 },
5276                 "exclude-from-classmap": [
5277                     "/Tests/"
5278                 ]
5279             },
5280             "notification-url": "https://packagist.org/downloads/",
5281             "license": [
5282                 "MIT"
5283             ],
5284             "authors": [
5285                 {
5286                     "name": "Fabien Potencier",
5287                     "email": "fabien@symfony.com"
5288                 },
5289                 {
5290                     "name": "Symfony Community",
5291                     "homepage": "https://symfony.com/contributors"
5292                 }
5293             ],
5294             "description": "Symfony Routing Component",
5295             "homepage": "https://symfony.com",
5296             "keywords": [
5297                 "router",
5298                 "routing",
5299                 "uri",
5300                 "url"
5301             ],
5302             "funding": [
5303                 {
5304                     "url": "https://symfony.com/sponsor",
5305                     "type": "custom"
5306                 },
5307                 {
5308                     "url": "https://github.com/fabpot",
5309                     "type": "github"
5310                 },
5311                 {
5312                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5313                     "type": "tidelift"
5314                 }
5315             ],
5316             "time": "2020-08-10T07:27:51+00:00"
5317         },
5318         {
5319             "name": "symfony/service-contracts",
5320             "version": "v1.1.9",
5321             "source": {
5322                 "type": "git",
5323                 "url": "https://github.com/symfony/service-contracts.git",
5324                 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26"
5325             },
5326             "dist": {
5327                 "type": "zip",
5328                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26",
5329                 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26",
5330                 "shasum": ""
5331             },
5332             "require": {
5333                 "php": ">=7.1.3",
5334                 "psr/container": "^1.0"
5335             },
5336             "suggest": {
5337                 "symfony/service-implementation": ""
5338             },
5339             "type": "library",
5340             "extra": {
5341                 "branch-alias": {
5342                     "dev-master": "1.1-dev"
5343                 },
5344                 "thanks": {
5345                     "name": "symfony/contracts",
5346                     "url": "https://github.com/symfony/contracts"
5347                 }
5348             },
5349             "autoload": {
5350                 "psr-4": {
5351                     "Symfony\\Contracts\\Service\\": ""
5352                 }
5353             },
5354             "notification-url": "https://packagist.org/downloads/",
5355             "license": [
5356                 "MIT"
5357             ],
5358             "authors": [
5359                 {
5360                     "name": "Nicolas Grekas",
5361                     "email": "p@tchwork.com"
5362                 },
5363                 {
5364                     "name": "Symfony Community",
5365                     "homepage": "https://symfony.com/contributors"
5366                 }
5367             ],
5368             "description": "Generic abstractions related to writing services",
5369             "homepage": "https://symfony.com",
5370             "keywords": [
5371                 "abstractions",
5372                 "contracts",
5373                 "decoupling",
5374                 "interfaces",
5375                 "interoperability",
5376                 "standards"
5377             ],
5378             "funding": [
5379                 {
5380                     "url": "https://symfony.com/sponsor",
5381                     "type": "custom"
5382                 },
5383                 {
5384                     "url": "https://github.com/fabpot",
5385                     "type": "github"
5386                 },
5387                 {
5388                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5389                     "type": "tidelift"
5390                 }
5391             ],
5392             "time": "2020-07-06T13:19:58+00:00"
5393         },
5394         {
5395             "name": "symfony/translation",
5396             "version": "v4.4.13",
5397             "source": {
5398                 "type": "git",
5399                 "url": "https://github.com/symfony/translation.git",
5400                 "reference": "700e6e50174b0cdcf0fa232773bec5c314680575"
5401             },
5402             "dist": {
5403                 "type": "zip",
5404                 "url": "https://api.github.com/repos/symfony/translation/zipball/700e6e50174b0cdcf0fa232773bec5c314680575",
5405                 "reference": "700e6e50174b0cdcf0fa232773bec5c314680575",
5406                 "shasum": ""
5407             },
5408             "require": {
5409                 "php": ">=7.1.3",
5410                 "symfony/polyfill-mbstring": "~1.0",
5411                 "symfony/translation-contracts": "^1.1.6|^2"
5412             },
5413             "conflict": {
5414                 "symfony/config": "<3.4",
5415                 "symfony/dependency-injection": "<3.4",
5416                 "symfony/http-kernel": "<4.4",
5417                 "symfony/yaml": "<3.4"
5418             },
5419             "provide": {
5420                 "symfony/translation-implementation": "1.0"
5421             },
5422             "require-dev": {
5423                 "psr/log": "~1.0",
5424                 "symfony/config": "^3.4|^4.0|^5.0",
5425                 "symfony/console": "^3.4|^4.0|^5.0",
5426                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5427                 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
5428                 "symfony/http-kernel": "^4.4",
5429                 "symfony/intl": "^3.4|^4.0|^5.0",
5430                 "symfony/service-contracts": "^1.1.2|^2",
5431                 "symfony/yaml": "^3.4|^4.0|^5.0"
5432             },
5433             "suggest": {
5434                 "psr/log-implementation": "To use logging capability in translator",
5435                 "symfony/config": "",
5436                 "symfony/yaml": ""
5437             },
5438             "type": "library",
5439             "extra": {
5440                 "branch-alias": {
5441                     "dev-master": "4.4-dev"
5442                 }
5443             },
5444             "autoload": {
5445                 "psr-4": {
5446                     "Symfony\\Component\\Translation\\": ""
5447                 },
5448                 "exclude-from-classmap": [
5449                     "/Tests/"
5450                 ]
5451             },
5452             "notification-url": "https://packagist.org/downloads/",
5453             "license": [
5454                 "MIT"
5455             ],
5456             "authors": [
5457                 {
5458                     "name": "Fabien Potencier",
5459                     "email": "fabien@symfony.com"
5460                 },
5461                 {
5462                     "name": "Symfony Community",
5463                     "homepage": "https://symfony.com/contributors"
5464                 }
5465             ],
5466             "description": "Symfony Translation Component",
5467             "homepage": "https://symfony.com",
5468             "funding": [
5469                 {
5470                     "url": "https://symfony.com/sponsor",
5471                     "type": "custom"
5472                 },
5473                 {
5474                     "url": "https://github.com/fabpot",
5475                     "type": "github"
5476                 },
5477                 {
5478                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5479                     "type": "tidelift"
5480                 }
5481             ],
5482             "time": "2020-08-17T09:56:45+00:00"
5483         },
5484         {
5485             "name": "symfony/translation-contracts",
5486             "version": "v1.1.10",
5487             "source": {
5488                 "type": "git",
5489                 "url": "https://github.com/symfony/translation-contracts.git",
5490                 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc"
5491             },
5492             "dist": {
5493                 "type": "zip",
5494                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/84180a25fad31e23bebd26ca09d89464f082cacc",
5495                 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc",
5496                 "shasum": ""
5497             },
5498             "require": {
5499                 "php": ">=7.1.3"
5500             },
5501             "suggest": {
5502                 "symfony/translation-implementation": ""
5503             },
5504             "type": "library",
5505             "extra": {
5506                 "branch-alias": {
5507                     "dev-master": "1.1-dev"
5508                 },
5509                 "thanks": {
5510                     "name": "symfony/contracts",
5511                     "url": "https://github.com/symfony/contracts"
5512                 }
5513             },
5514             "autoload": {
5515                 "psr-4": {
5516                     "Symfony\\Contracts\\Translation\\": ""
5517                 }
5518             },
5519             "notification-url": "https://packagist.org/downloads/",
5520             "license": [
5521                 "MIT"
5522             ],
5523             "authors": [
5524                 {
5525                     "name": "Nicolas Grekas",
5526                     "email": "p@tchwork.com"
5527                 },
5528                 {
5529                     "name": "Symfony Community",
5530                     "homepage": "https://symfony.com/contributors"
5531                 }
5532             ],
5533             "description": "Generic abstractions related to translation",
5534             "homepage": "https://symfony.com",
5535             "keywords": [
5536                 "abstractions",
5537                 "contracts",
5538                 "decoupling",
5539                 "interfaces",
5540                 "interoperability",
5541                 "standards"
5542             ],
5543             "funding": [
5544                 {
5545                     "url": "https://symfony.com/sponsor",
5546                     "type": "custom"
5547                 },
5548                 {
5549                     "url": "https://github.com/fabpot",
5550                     "type": "github"
5551                 },
5552                 {
5553                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5554                     "type": "tidelift"
5555                 }
5556             ],
5557             "time": "2020-09-02T16:08:58+00:00"
5558         },
5559         {
5560             "name": "symfony/var-dumper",
5561             "version": "v4.4.13",
5562             "source": {
5563                 "type": "git",
5564                 "url": "https://github.com/symfony/var-dumper.git",
5565                 "reference": "1bef32329f3166486ab7cb88599cae4875632b99"
5566             },
5567             "dist": {
5568                 "type": "zip",
5569                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1bef32329f3166486ab7cb88599cae4875632b99",
5570                 "reference": "1bef32329f3166486ab7cb88599cae4875632b99",
5571                 "shasum": ""
5572             },
5573             "require": {
5574                 "php": ">=7.1.3",
5575                 "symfony/polyfill-mbstring": "~1.0",
5576                 "symfony/polyfill-php72": "~1.5",
5577                 "symfony/polyfill-php80": "^1.15"
5578             },
5579             "conflict": {
5580                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5581                 "symfony/console": "<3.4"
5582             },
5583             "require-dev": {
5584                 "ext-iconv": "*",
5585                 "symfony/console": "^3.4|^4.0|^5.0",
5586                 "symfony/process": "^4.4|^5.0",
5587                 "twig/twig": "^1.34|^2.4|^3.0"
5588             },
5589             "suggest": {
5590                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5591                 "ext-intl": "To show region name in time zone dump",
5592                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5593             },
5594             "bin": [
5595                 "Resources/bin/var-dump-server"
5596             ],
5597             "type": "library",
5598             "extra": {
5599                 "branch-alias": {
5600                     "dev-master": "4.4-dev"
5601                 }
5602             },
5603             "autoload": {
5604                 "files": [
5605                     "Resources/functions/dump.php"
5606                 ],
5607                 "psr-4": {
5608                     "Symfony\\Component\\VarDumper\\": ""
5609                 },
5610                 "exclude-from-classmap": [
5611                     "/Tests/"
5612                 ]
5613             },
5614             "notification-url": "https://packagist.org/downloads/",
5615             "license": [
5616                 "MIT"
5617             ],
5618             "authors": [
5619                 {
5620                     "name": "Nicolas Grekas",
5621                     "email": "p@tchwork.com"
5622                 },
5623                 {
5624                     "name": "Symfony Community",
5625                     "homepage": "https://symfony.com/contributors"
5626                 }
5627             ],
5628             "description": "Symfony mechanism for exploring and dumping PHP variables",
5629             "homepage": "https://symfony.com",
5630             "keywords": [
5631                 "debug",
5632                 "dump"
5633             ],
5634             "funding": [
5635                 {
5636                     "url": "https://symfony.com/sponsor",
5637                     "type": "custom"
5638                 },
5639                 {
5640                     "url": "https://github.com/fabpot",
5641                     "type": "github"
5642                 },
5643                 {
5644                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5645                     "type": "tidelift"
5646                 }
5647             ],
5648             "time": "2020-08-17T07:31:35+00:00"
5649         },
5650         {
5651             "name": "tijsverkoyen/css-to-inline-styles",
5652             "version": "2.2.3",
5653             "source": {
5654                 "type": "git",
5655                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
5656                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
5657             },
5658             "dist": {
5659                 "type": "zip",
5660                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
5661                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
5662                 "shasum": ""
5663             },
5664             "require": {
5665                 "ext-dom": "*",
5666                 "ext-libxml": "*",
5667                 "php": "^5.5 || ^7.0 || ^8.0",
5668                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
5669             },
5670             "require-dev": {
5671                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
5672             },
5673             "type": "library",
5674             "extra": {
5675                 "branch-alias": {
5676                     "dev-master": "2.2.x-dev"
5677                 }
5678             },
5679             "autoload": {
5680                 "psr-4": {
5681                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
5682                 }
5683             },
5684             "notification-url": "https://packagist.org/downloads/",
5685             "license": [
5686                 "BSD-3-Clause"
5687             ],
5688             "authors": [
5689                 {
5690                     "name": "Tijs Verkoyen",
5691                     "email": "css_to_inline_styles@verkoyen.eu",
5692                     "role": "Developer"
5693                 }
5694             ],
5695             "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
5696             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
5697             "time": "2020-07-13T06:12:54+00:00"
5698         },
5699         {
5700             "name": "vlucas/phpdotenv",
5701             "version": "v3.6.7",
5702             "source": {
5703                 "type": "git",
5704                 "url": "https://github.com/vlucas/phpdotenv.git",
5705                 "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82"
5706             },
5707             "dist": {
5708                 "type": "zip",
5709                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2065beda6cbe75e2603686907b2e45f6f3a5ad82",
5710                 "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82",
5711                 "shasum": ""
5712             },
5713             "require": {
5714                 "php": "^5.4 || ^7.0 || ^8.0",
5715                 "phpoption/phpoption": "^1.5.2",
5716                 "symfony/polyfill-ctype": "^1.17"
5717             },
5718             "require-dev": {
5719                 "ext-filter": "*",
5720                 "ext-pcre": "*",
5721                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
5722             },
5723             "suggest": {
5724                 "ext-filter": "Required to use the boolean validator.",
5725                 "ext-pcre": "Required to use most of the library."
5726             },
5727             "type": "library",
5728             "extra": {
5729                 "branch-alias": {
5730                     "dev-master": "3.6-dev"
5731                 }
5732             },
5733             "autoload": {
5734                 "psr-4": {
5735                     "Dotenv\\": "src/"
5736                 }
5737             },
5738             "notification-url": "https://packagist.org/downloads/",
5739             "license": [
5740                 "BSD-3-Clause"
5741             ],
5742             "authors": [
5743                 {
5744                     "name": "Graham Campbell",
5745                     "email": "graham@alt-three.com",
5746                     "homepage": "https://gjcampbell.co.uk/"
5747                 },
5748                 {
5749                     "name": "Vance Lucas",
5750                     "email": "vance@vancelucas.com",
5751                     "homepage": "https://vancelucas.com/"
5752                 }
5753             ],
5754             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
5755             "keywords": [
5756                 "dotenv",
5757                 "env",
5758                 "environment"
5759             ],
5760             "funding": [
5761                 {
5762                     "url": "https://github.com/GrahamCampbell",
5763                     "type": "github"
5764                 },
5765                 {
5766                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
5767                     "type": "tidelift"
5768                 }
5769             ],
5770             "time": "2020-07-14T19:04:52+00:00"
5771         }
5772     ],
5773     "packages-dev": [
5774         {
5775             "name": "barryvdh/laravel-debugbar",
5776             "version": "v3.5.1",
5777             "source": {
5778                 "type": "git",
5779                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
5780                 "reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc"
5781             },
5782             "dist": {
5783                 "type": "zip",
5784                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/233c10688f4c1a6e66ed2ef123038b1363d1bedc",
5785                 "reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc",
5786                 "shasum": ""
5787             },
5788             "require": {
5789                 "illuminate/routing": "^6|^7|^8",
5790                 "illuminate/session": "^6|^7|^8",
5791                 "illuminate/support": "^6|^7|^8",
5792                 "maximebf/debugbar": "^1.16.3",
5793                 "php": ">=7.2",
5794                 "symfony/debug": "^4.3|^5",
5795                 "symfony/finder": "^4.3|^5"
5796             },
5797             "require-dev": {
5798                 "orchestra/testbench-dusk": "^4|^5|^6",
5799                 "phpunit/phpunit": "^8.5|^9.0",
5800                 "squizlabs/php_codesniffer": "^3.5"
5801             },
5802             "type": "library",
5803             "extra": {
5804                 "branch-alias": {
5805                     "dev-master": "3.5-dev"
5806                 },
5807                 "laravel": {
5808                     "providers": [
5809                         "Barryvdh\\Debugbar\\ServiceProvider"
5810                     ],
5811                     "aliases": {
5812                         "Debugbar": "Barryvdh\\Debugbar\\Facade"
5813                     }
5814                 }
5815             },
5816             "autoload": {
5817                 "psr-4": {
5818                     "Barryvdh\\Debugbar\\": "src/"
5819                 },
5820                 "files": [
5821                     "src/helpers.php"
5822                 ]
5823             },
5824             "notification-url": "https://packagist.org/downloads/",
5825             "license": [
5826                 "MIT"
5827             ],
5828             "authors": [
5829                 {
5830                     "name": "Barry vd. Heuvel",
5831                     "email": "barryvdh@gmail.com"
5832                 }
5833             ],
5834             "description": "PHP Debugbar integration for Laravel",
5835             "keywords": [
5836                 "debug",
5837                 "debugbar",
5838                 "laravel",
5839                 "profiler",
5840                 "webprofiler"
5841             ],
5842             "funding": [
5843                 {
5844                     "url": "https://github.com/barryvdh",
5845                     "type": "github"
5846                 }
5847             ],
5848             "time": "2020-09-07T19:32:39+00:00"
5849         },
5850         {
5851             "name": "barryvdh/laravel-ide-helper",
5852             "version": "v2.8.1",
5853             "source": {
5854                 "type": "git",
5855                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
5856                 "reference": "affa55122f83575888d4ebf1728992686e8223de"
5857             },
5858             "dist": {
5859                 "type": "zip",
5860                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/affa55122f83575888d4ebf1728992686e8223de",
5861                 "reference": "affa55122f83575888d4ebf1728992686e8223de",
5862                 "shasum": ""
5863             },
5864             "require": {
5865                 "barryvdh/reflection-docblock": "^2.0.6",
5866                 "composer/composer": "^1.6 || ^2.0@dev",
5867                 "doctrine/dbal": "~2.3",
5868                 "ext-json": "*",
5869                 "illuminate/console": "^6 || ^7 || ^8",
5870                 "illuminate/filesystem": "^6 || ^7 || ^8",
5871                 "illuminate/support": "^6 || ^7 || ^8",
5872                 "php": ">=7.2",
5873                 "phpdocumentor/type-resolver": "^1.1.0"
5874             },
5875             "require-dev": {
5876                 "friendsofphp/php-cs-fixer": "^2",
5877                 "illuminate/config": "^6 || ^7 || ^8",
5878                 "illuminate/view": "^6 || ^7 || ^8",
5879                 "mockery/mockery": "^1.3",
5880                 "orchestra/testbench": "^4 || ^5 || ^6",
5881                 "phpunit/phpunit": "^8.5 || ^9",
5882                 "spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3",
5883                 "vimeo/psalm": "^3.12"
5884             },
5885             "type": "library",
5886             "extra": {
5887                 "branch-alias": {
5888                     "dev-master": "2.8-dev"
5889                 },
5890                 "laravel": {
5891                     "providers": [
5892                         "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
5893                     ]
5894                 }
5895             },
5896             "autoload": {
5897                 "psr-4": {
5898                     "Barryvdh\\LaravelIdeHelper\\": "src"
5899                 }
5900             },
5901             "notification-url": "https://packagist.org/downloads/",
5902             "license": [
5903                 "MIT"
5904             ],
5905             "authors": [
5906                 {
5907                     "name": "Barry vd. Heuvel",
5908                     "email": "barryvdh@gmail.com"
5909                 }
5910             ],
5911             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
5912             "keywords": [
5913                 "autocomplete",
5914                 "codeintel",
5915                 "helper",
5916                 "ide",
5917                 "laravel",
5918                 "netbeans",
5919                 "phpdoc",
5920                 "phpstorm",
5921                 "sublime"
5922             ],
5923             "funding": [
5924                 {
5925                     "url": "https://github.com/barryvdh",
5926                     "type": "github"
5927                 }
5928             ],
5929             "time": "2020-09-07T07:36:37+00:00"
5930         },
5931         {
5932             "name": "barryvdh/reflection-docblock",
5933             "version": "v2.0.6",
5934             "source": {
5935                 "type": "git",
5936                 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
5937                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
5938             },
5939             "dist": {
5940                 "type": "zip",
5941                 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
5942                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
5943                 "shasum": ""
5944             },
5945             "require": {
5946                 "php": ">=5.3.3"
5947             },
5948             "require-dev": {
5949                 "phpunit/phpunit": "~4.0,<4.5"
5950             },
5951             "suggest": {
5952                 "dflydev/markdown": "~1.0",
5953                 "erusev/parsedown": "~1.0"
5954             },
5955             "type": "library",
5956             "extra": {
5957                 "branch-alias": {
5958                     "dev-master": "2.0.x-dev"
5959                 }
5960             },
5961             "autoload": {
5962                 "psr-0": {
5963                     "Barryvdh": [
5964                         "src/"
5965                     ]
5966                 }
5967             },
5968             "notification-url": "https://packagist.org/downloads/",
5969             "license": [
5970                 "MIT"
5971             ],
5972             "authors": [
5973                 {
5974                     "name": "Mike van Riel",
5975                     "email": "mike.vanriel@naenius.com"
5976                 }
5977             ],
5978             "time": "2018-12-13T10:34:14+00:00"
5979         },
5980         {
5981             "name": "composer/ca-bundle",
5982             "version": "1.2.8",
5983             "source": {
5984                 "type": "git",
5985                 "url": "https://github.com/composer/ca-bundle.git",
5986                 "reference": "8a7ecad675253e4654ea05505233285377405215"
5987             },
5988             "dist": {
5989                 "type": "zip",
5990                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
5991                 "reference": "8a7ecad675253e4654ea05505233285377405215",
5992                 "shasum": ""
5993             },
5994             "require": {
5995                 "ext-openssl": "*",
5996                 "ext-pcre": "*",
5997                 "php": "^5.3.2 || ^7.0 || ^8.0"
5998             },
5999             "require-dev": {
6000                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
6001                 "psr/log": "^1.0",
6002                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
6003             },
6004             "type": "library",
6005             "extra": {
6006                 "branch-alias": {
6007                     "dev-master": "1.x-dev"
6008                 }
6009             },
6010             "autoload": {
6011                 "psr-4": {
6012                     "Composer\\CaBundle\\": "src"
6013                 }
6014             },
6015             "notification-url": "https://packagist.org/downloads/",
6016             "license": [
6017                 "MIT"
6018             ],
6019             "authors": [
6020                 {
6021                     "name": "Jordi Boggiano",
6022                     "email": "j.boggiano@seld.be",
6023                     "homepage": "http://seld.be"
6024                 }
6025             ],
6026             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
6027             "keywords": [
6028                 "cabundle",
6029                 "cacert",
6030                 "certificate",
6031                 "ssl",
6032                 "tls"
6033             ],
6034             "funding": [
6035                 {
6036                     "url": "https://packagist.com",
6037                     "type": "custom"
6038                 },
6039                 {
6040                     "url": "https://github.com/composer",
6041                     "type": "github"
6042                 },
6043                 {
6044                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6045                     "type": "tidelift"
6046                 }
6047             ],
6048             "time": "2020-08-23T12:54:47+00:00"
6049         },
6050         {
6051             "name": "composer/composer",
6052             "version": "1.10.13",
6053             "source": {
6054                 "type": "git",
6055                 "url": "https://github.com/composer/composer.git",
6056                 "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b"
6057             },
6058             "dist": {
6059                 "type": "zip",
6060                 "url": "https://api.github.com/repos/composer/composer/zipball/47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
6061                 "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
6062                 "shasum": ""
6063             },
6064             "require": {
6065                 "composer/ca-bundle": "^1.0",
6066                 "composer/semver": "^1.0",
6067                 "composer/spdx-licenses": "^1.2",
6068                 "composer/xdebug-handler": "^1.1",
6069                 "justinrainbow/json-schema": "^5.2.10",
6070                 "php": "^5.3.2 || ^7.0",
6071                 "psr/log": "^1.0",
6072                 "seld/jsonlint": "^1.4",
6073                 "seld/phar-utils": "^1.0",
6074                 "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
6075                 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
6076                 "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
6077                 "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
6078             },
6079             "conflict": {
6080                 "symfony/console": "2.8.38"
6081             },
6082             "require-dev": {
6083                 "phpspec/prophecy": "^1.10",
6084                 "symfony/phpunit-bridge": "^4.2"
6085             },
6086             "suggest": {
6087                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
6088                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
6089                 "ext-zlib": "Allow gzip compression of HTTP requests"
6090             },
6091             "bin": [
6092                 "bin/composer"
6093             ],
6094             "type": "library",
6095             "extra": {
6096                 "branch-alias": {
6097                     "dev-master": "1.10-dev"
6098                 }
6099             },
6100             "autoload": {
6101                 "psr-4": {
6102                     "Composer\\": "src/Composer"
6103                 }
6104             },
6105             "notification-url": "https://packagist.org/downloads/",
6106             "license": [
6107                 "MIT"
6108             ],
6109             "authors": [
6110                 {
6111                     "name": "Nils Adermann",
6112                     "email": "naderman@naderman.de",
6113                     "homepage": "http://www.naderman.de"
6114                 },
6115                 {
6116                     "name": "Jordi Boggiano",
6117                     "email": "j.boggiano@seld.be",
6118                     "homepage": "http://seld.be"
6119                 }
6120             ],
6121             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
6122             "homepage": "https://getcomposer.org/",
6123             "keywords": [
6124                 "autoload",
6125                 "dependency",
6126                 "package"
6127             ],
6128             "funding": [
6129                 {
6130                     "url": "https://packagist.com",
6131                     "type": "custom"
6132                 },
6133                 {
6134                     "url": "https://github.com/composer",
6135                     "type": "github"
6136                 },
6137                 {
6138                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6139                     "type": "tidelift"
6140                 }
6141             ],
6142             "time": "2020-09-09T09:46:34+00:00"
6143         },
6144         {
6145             "name": "composer/semver",
6146             "version": "1.7.0",
6147             "source": {
6148                 "type": "git",
6149                 "url": "https://github.com/composer/semver.git",
6150                 "reference": "114f819054a2ea7db03287f5efb757e2af6e4079"
6151             },
6152             "dist": {
6153                 "type": "zip",
6154                 "url": "https://api.github.com/repos/composer/semver/zipball/114f819054a2ea7db03287f5efb757e2af6e4079",
6155                 "reference": "114f819054a2ea7db03287f5efb757e2af6e4079",
6156                 "shasum": ""
6157             },
6158             "require": {
6159                 "php": "^5.3.2 || ^7.0"
6160             },
6161             "require-dev": {
6162                 "phpunit/phpunit": "^4.5 || ^5.0.5"
6163             },
6164             "type": "library",
6165             "extra": {
6166                 "branch-alias": {
6167                     "dev-master": "1.x-dev"
6168                 }
6169             },
6170             "autoload": {
6171                 "psr-4": {
6172                     "Composer\\Semver\\": "src"
6173                 }
6174             },
6175             "notification-url": "https://packagist.org/downloads/",
6176             "license": [
6177                 "MIT"
6178             ],
6179             "authors": [
6180                 {
6181                     "name": "Nils Adermann",
6182                     "email": "naderman@naderman.de",
6183                     "homepage": "http://www.naderman.de"
6184                 },
6185                 {
6186                     "name": "Jordi Boggiano",
6187                     "email": "j.boggiano@seld.be",
6188                     "homepage": "http://seld.be"
6189                 },
6190                 {
6191                     "name": "Rob Bast",
6192                     "email": "rob.bast@gmail.com",
6193                     "homepage": "http://robbast.nl"
6194                 }
6195             ],
6196             "description": "Semver library that offers utilities, version constraint parsing and validation.",
6197             "keywords": [
6198                 "semantic",
6199                 "semver",
6200                 "validation",
6201                 "versioning"
6202             ],
6203             "funding": [
6204                 {
6205                     "url": "https://packagist.com",
6206                     "type": "custom"
6207                 },
6208                 {
6209                     "url": "https://github.com/composer",
6210                     "type": "github"
6211                 },
6212                 {
6213                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6214                     "type": "tidelift"
6215                 }
6216             ],
6217             "time": "2020-09-09T09:34:06+00:00"
6218         },
6219         {
6220             "name": "composer/spdx-licenses",
6221             "version": "1.5.4",
6222             "source": {
6223                 "type": "git",
6224                 "url": "https://github.com/composer/spdx-licenses.git",
6225                 "reference": "6946f785871e2314c60b4524851f3702ea4f2223"
6226             },
6227             "dist": {
6228                 "type": "zip",
6229                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
6230                 "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
6231                 "shasum": ""
6232             },
6233             "require": {
6234                 "php": "^5.3.2 || ^7.0 || ^8.0"
6235             },
6236             "require-dev": {
6237                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
6238             },
6239             "type": "library",
6240             "extra": {
6241                 "branch-alias": {
6242                     "dev-master": "1.x-dev"
6243                 }
6244             },
6245             "autoload": {
6246                 "psr-4": {
6247                     "Composer\\Spdx\\": "src"
6248                 }
6249             },
6250             "notification-url": "https://packagist.org/downloads/",
6251             "license": [
6252                 "MIT"
6253             ],
6254             "authors": [
6255                 {
6256                     "name": "Nils Adermann",
6257                     "email": "naderman@naderman.de",
6258                     "homepage": "http://www.naderman.de"
6259                 },
6260                 {
6261                     "name": "Jordi Boggiano",
6262                     "email": "j.boggiano@seld.be",
6263                     "homepage": "http://seld.be"
6264                 },
6265                 {
6266                     "name": "Rob Bast",
6267                     "email": "rob.bast@gmail.com",
6268                     "homepage": "http://robbast.nl"
6269                 }
6270             ],
6271             "description": "SPDX licenses list and validation library.",
6272             "keywords": [
6273                 "license",
6274                 "spdx",
6275                 "validator"
6276             ],
6277             "funding": [
6278                 {
6279                     "url": "https://packagist.com",
6280                     "type": "custom"
6281                 },
6282                 {
6283                     "url": "https://github.com/composer",
6284                     "type": "github"
6285                 },
6286                 {
6287                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6288                     "type": "tidelift"
6289                 }
6290             ],
6291             "time": "2020-07-15T15:35:07+00:00"
6292         },
6293         {
6294             "name": "composer/xdebug-handler",
6295             "version": "1.4.3",
6296             "source": {
6297                 "type": "git",
6298                 "url": "https://github.com/composer/xdebug-handler.git",
6299                 "reference": "ebd27a9866ae8254e873866f795491f02418c5a5"
6300             },
6301             "dist": {
6302                 "type": "zip",
6303                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5",
6304                 "reference": "ebd27a9866ae8254e873866f795491f02418c5a5",
6305                 "shasum": ""
6306             },
6307             "require": {
6308                 "php": "^5.3.2 || ^7.0 || ^8.0",
6309                 "psr/log": "^1.0"
6310             },
6311             "require-dev": {
6312                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
6313             },
6314             "type": "library",
6315             "autoload": {
6316                 "psr-4": {
6317                     "Composer\\XdebugHandler\\": "src"
6318                 }
6319             },
6320             "notification-url": "https://packagist.org/downloads/",
6321             "license": [
6322                 "MIT"
6323             ],
6324             "authors": [
6325                 {
6326                     "name": "John Stevenson",
6327                     "email": "john-stevenson@blueyonder.co.uk"
6328                 }
6329             ],
6330             "description": "Restarts a process without Xdebug.",
6331             "keywords": [
6332                 "Xdebug",
6333                 "performance"
6334             ],
6335             "funding": [
6336                 {
6337                     "url": "https://packagist.com",
6338                     "type": "custom"
6339                 },
6340                 {
6341                     "url": "https://github.com/composer",
6342                     "type": "github"
6343                 },
6344                 {
6345                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6346                     "type": "tidelift"
6347                 }
6348             ],
6349             "time": "2020-08-19T10:27:58+00:00"
6350         },
6351         {
6352             "name": "doctrine/instantiator",
6353             "version": "1.3.1",
6354             "source": {
6355                 "type": "git",
6356                 "url": "https://github.com/doctrine/instantiator.git",
6357                 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
6358             },
6359             "dist": {
6360                 "type": "zip",
6361                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
6362                 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
6363                 "shasum": ""
6364             },
6365             "require": {
6366                 "php": "^7.1 || ^8.0"
6367             },
6368             "require-dev": {
6369                 "doctrine/coding-standard": "^6.0",
6370                 "ext-pdo": "*",
6371                 "ext-phar": "*",
6372                 "phpbench/phpbench": "^0.13",
6373                 "phpstan/phpstan-phpunit": "^0.11",
6374                 "phpstan/phpstan-shim": "^0.11",
6375                 "phpunit/phpunit": "^7.0"
6376             },
6377             "type": "library",
6378             "extra": {
6379                 "branch-alias": {
6380                     "dev-master": "1.2.x-dev"
6381                 }
6382             },
6383             "autoload": {
6384                 "psr-4": {
6385                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
6386                 }
6387             },
6388             "notification-url": "https://packagist.org/downloads/",
6389             "license": [
6390                 "MIT"
6391             ],
6392             "authors": [
6393                 {
6394                     "name": "Marco Pivetta",
6395                     "email": "ocramius@gmail.com",
6396                     "homepage": "http://ocramius.github.com/"
6397                 }
6398             ],
6399             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
6400             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
6401             "keywords": [
6402                 "constructor",
6403                 "instantiate"
6404             ],
6405             "funding": [
6406                 {
6407                     "url": "https://www.doctrine-project.org/sponsorship.html",
6408                     "type": "custom"
6409                 },
6410                 {
6411                     "url": "https://www.patreon.com/phpdoctrine",
6412                     "type": "patreon"
6413                 },
6414                 {
6415                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
6416                     "type": "tidelift"
6417                 }
6418             ],
6419             "time": "2020-05-29T17:27:14+00:00"
6420         },
6421         {
6422             "name": "fzaninotto/faker",
6423             "version": "v1.9.1",
6424             "source": {
6425                 "type": "git",
6426                 "url": "https://github.com/fzaninotto/Faker.git",
6427                 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
6428             },
6429             "dist": {
6430                 "type": "zip",
6431                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
6432                 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
6433                 "shasum": ""
6434             },
6435             "require": {
6436                 "php": "^5.3.3 || ^7.0"
6437             },
6438             "require-dev": {
6439                 "ext-intl": "*",
6440                 "phpunit/phpunit": "^4.8.35 || ^5.7",
6441                 "squizlabs/php_codesniffer": "^2.9.2"
6442             },
6443             "type": "library",
6444             "extra": {
6445                 "branch-alias": {
6446                     "dev-master": "1.9-dev"
6447                 }
6448             },
6449             "autoload": {
6450                 "psr-4": {
6451                     "Faker\\": "src/Faker/"
6452                 }
6453             },
6454             "notification-url": "https://packagist.org/downloads/",
6455             "license": [
6456                 "MIT"
6457             ],
6458             "authors": [
6459                 {
6460                     "name": "François Zaninotto"
6461                 }
6462             ],
6463             "description": "Faker is a PHP library that generates fake data for you.",
6464             "keywords": [
6465                 "data",
6466                 "faker",
6467                 "fixtures"
6468             ],
6469             "time": "2019-12-12T13:22:17+00:00"
6470         },
6471         {
6472             "name": "hamcrest/hamcrest-php",
6473             "version": "v2.0.1",
6474             "source": {
6475                 "type": "git",
6476                 "url": "https://github.com/hamcrest/hamcrest-php.git",
6477                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
6478             },
6479             "dist": {
6480                 "type": "zip",
6481                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6482                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6483                 "shasum": ""
6484             },
6485             "require": {
6486                 "php": "^5.3|^7.0|^8.0"
6487             },
6488             "replace": {
6489                 "cordoval/hamcrest-php": "*",
6490                 "davedevelopment/hamcrest-php": "*",
6491                 "kodova/hamcrest-php": "*"
6492             },
6493             "require-dev": {
6494                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
6495                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
6496             },
6497             "type": "library",
6498             "extra": {
6499                 "branch-alias": {
6500                     "dev-master": "2.1-dev"
6501                 }
6502             },
6503             "autoload": {
6504                 "classmap": [
6505                     "hamcrest"
6506                 ]
6507             },
6508             "notification-url": "https://packagist.org/downloads/",
6509             "license": [
6510                 "BSD-3-Clause"
6511             ],
6512             "description": "This is the PHP port of Hamcrest Matchers",
6513             "keywords": [
6514                 "test"
6515             ],
6516             "time": "2020-07-09T08:09:16+00:00"
6517         },
6518         {
6519             "name": "justinrainbow/json-schema",
6520             "version": "5.2.10",
6521             "source": {
6522                 "type": "git",
6523                 "url": "https://github.com/justinrainbow/json-schema.git",
6524                 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
6525             },
6526             "dist": {
6527                 "type": "zip",
6528                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
6529                 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
6530                 "shasum": ""
6531             },
6532             "require": {
6533                 "php": ">=5.3.3"
6534             },
6535             "require-dev": {
6536                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
6537                 "json-schema/json-schema-test-suite": "1.2.0",
6538                 "phpunit/phpunit": "^4.8.35"
6539             },
6540             "bin": [
6541                 "bin/validate-json"
6542             ],
6543             "type": "library",
6544             "extra": {
6545                 "branch-alias": {
6546                     "dev-master": "5.0.x-dev"
6547                 }
6548             },
6549             "autoload": {
6550                 "psr-4": {
6551                     "JsonSchema\\": "src/JsonSchema/"
6552                 }
6553             },
6554             "notification-url": "https://packagist.org/downloads/",
6555             "license": [
6556                 "MIT"
6557             ],
6558             "authors": [
6559                 {
6560                     "name": "Bruno Prieto Reis",
6561                     "email": "bruno.p.reis@gmail.com"
6562                 },
6563                 {
6564                     "name": "Justin Rainbow",
6565                     "email": "justin.rainbow@gmail.com"
6566                 },
6567                 {
6568                     "name": "Igor Wiedler",
6569                     "email": "igor@wiedler.ch"
6570                 },
6571                 {
6572                     "name": "Robert Schönthal",
6573                     "email": "seroscho@googlemail.com"
6574                 }
6575             ],
6576             "description": "A library to validate a json schema.",
6577             "homepage": "https://github.com/justinrainbow/json-schema",
6578             "keywords": [
6579                 "json",
6580                 "schema"
6581             ],
6582             "time": "2020-05-27T16:41:55+00:00"
6583         },
6584         {
6585             "name": "laravel/browser-kit-testing",
6586             "version": "v5.1.4",
6587             "source": {
6588                 "type": "git",
6589                 "url": "https://github.com/laravel/browser-kit-testing.git",
6590                 "reference": "7664a30d2dbabcdb0315bfaa867fef2df8cb8fb1"
6591             },
6592             "dist": {
6593                 "type": "zip",
6594                 "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/7664a30d2dbabcdb0315bfaa867fef2df8cb8fb1",
6595                 "reference": "7664a30d2dbabcdb0315bfaa867fef2df8cb8fb1",
6596                 "shasum": ""
6597             },
6598             "require": {
6599                 "ext-dom": "*",
6600                 "ext-json": "*",
6601                 "illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
6602                 "illuminate/database": "~5.7.0|~5.8.0|^6.0",
6603                 "illuminate/http": "~5.7.0|~5.8.0|^6.0",
6604                 "illuminate/support": "~5.7.0|~5.8.0|^6.0",
6605                 "mockery/mockery": "^1.0",
6606                 "php": ">=7.1.3",
6607                 "phpunit/phpunit": "^7.5|^8.0",
6608                 "symfony/console": "^4.2",
6609                 "symfony/css-selector": "^4.2",
6610                 "symfony/dom-crawler": "^4.2",
6611                 "symfony/http-foundation": "^4.2",
6612                 "symfony/http-kernel": "^4.2"
6613             },
6614             "require-dev": {
6615                 "laravel/framework": "~5.7.0|~5.8.0|^6.0"
6616             },
6617             "type": "library",
6618             "extra": {
6619                 "branch-alias": {
6620                     "dev-master": "5.x-dev"
6621                 }
6622             },
6623             "autoload": {
6624                 "psr-4": {
6625                     "Laravel\\BrowserKitTesting\\": "src/"
6626                 }
6627             },
6628             "notification-url": "https://packagist.org/downloads/",
6629             "license": [
6630                 "MIT"
6631             ],
6632             "authors": [
6633                 {
6634                     "name": "Taylor Otwell",
6635                     "email": "taylor@laravel.com"
6636                 }
6637             ],
6638             "description": "Provides backwards compatibility for BrowserKit testing in the latest Laravel release.",
6639             "keywords": [
6640                 "laravel",
6641                 "testing"
6642             ],
6643             "time": "2020-08-25T16:54:44+00:00"
6644         },
6645         {
6646             "name": "maximebf/debugbar",
6647             "version": "v1.16.3",
6648             "source": {
6649                 "type": "git",
6650                 "url": "https://github.com/maximebf/php-debugbar.git",
6651                 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
6652             },
6653             "dist": {
6654                 "type": "zip",
6655                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
6656                 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
6657                 "shasum": ""
6658             },
6659             "require": {
6660                 "php": "^7.1",
6661                 "psr/log": "^1.0",
6662                 "symfony/var-dumper": "^2.6|^3|^4|^5"
6663             },
6664             "require-dev": {
6665                 "phpunit/phpunit": "^5"
6666             },
6667             "suggest": {
6668                 "kriswallsmith/assetic": "The best way to manage assets",
6669                 "monolog/monolog": "Log using Monolog",
6670                 "predis/predis": "Redis storage"
6671             },
6672             "type": "library",
6673             "extra": {
6674                 "branch-alias": {
6675                     "dev-master": "1.16-dev"
6676                 }
6677             },
6678             "autoload": {
6679                 "psr-4": {
6680                     "DebugBar\\": "src/DebugBar/"
6681                 }
6682             },
6683             "notification-url": "https://packagist.org/downloads/",
6684             "license": [
6685                 "MIT"
6686             ],
6687             "authors": [
6688                 {
6689                     "name": "Maxime Bouroumeau-Fuseau",
6690                     "email": "maxime.bouroumeau@gmail.com",
6691                     "homepage": "http://maximebf.com"
6692                 },
6693                 {
6694                     "name": "Barry vd. Heuvel",
6695                     "email": "barryvdh@gmail.com"
6696                 }
6697             ],
6698             "description": "Debug bar in the browser for php application",
6699             "homepage": "https://github.com/maximebf/php-debugbar",
6700             "keywords": [
6701                 "debug",
6702                 "debugbar"
6703             ],
6704             "time": "2020-05-06T07:06:27+00:00"
6705         },
6706         {
6707             "name": "mockery/mockery",
6708             "version": "1.3.3",
6709             "source": {
6710                 "type": "git",
6711                 "url": "https://github.com/mockery/mockery.git",
6712                 "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d"
6713             },
6714             "dist": {
6715                 "type": "zip",
6716                 "url": "https://api.github.com/repos/mockery/mockery/zipball/60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
6717                 "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
6718                 "shasum": ""
6719             },
6720             "require": {
6721                 "hamcrest/hamcrest-php": "^2.0.1",
6722                 "lib-pcre": ">=7.0",
6723                 "php": ">=5.6.0"
6724             },
6725             "require-dev": {
6726                 "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
6727             },
6728             "type": "library",
6729             "extra": {
6730                 "branch-alias": {
6731                     "dev-master": "1.3.x-dev"
6732                 }
6733             },
6734             "autoload": {
6735                 "psr-0": {
6736                     "Mockery": "library/"
6737                 }
6738             },
6739             "notification-url": "https://packagist.org/downloads/",
6740             "license": [
6741                 "BSD-3-Clause"
6742             ],
6743             "authors": [
6744                 {
6745                     "name": "Pádraic Brady",
6746                     "email": "padraic.brady@gmail.com",
6747                     "homepage": "http://blog.astrumfutura.com"
6748                 },
6749                 {
6750                     "name": "Dave Marshall",
6751                     "email": "dave.marshall@atstsolutions.co.uk",
6752                     "homepage": "http://davedevelopment.co.uk"
6753                 }
6754             ],
6755             "description": "Mockery is a simple yet flexible PHP mock object framework",
6756             "homepage": "https://github.com/mockery/mockery",
6757             "keywords": [
6758                 "BDD",
6759                 "TDD",
6760                 "library",
6761                 "mock",
6762                 "mock objects",
6763                 "mockery",
6764                 "stub",
6765                 "test",
6766                 "test double",
6767                 "testing"
6768             ],
6769             "time": "2020-08-11T18:10:21+00:00"
6770         },
6771         {
6772             "name": "myclabs/deep-copy",
6773             "version": "1.10.1",
6774             "source": {
6775                 "type": "git",
6776                 "url": "https://github.com/myclabs/DeepCopy.git",
6777                 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
6778             },
6779             "dist": {
6780                 "type": "zip",
6781                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
6782                 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
6783                 "shasum": ""
6784             },
6785             "require": {
6786                 "php": "^7.1 || ^8.0"
6787             },
6788             "replace": {
6789                 "myclabs/deep-copy": "self.version"
6790             },
6791             "require-dev": {
6792                 "doctrine/collections": "^1.0",
6793                 "doctrine/common": "^2.6",
6794                 "phpunit/phpunit": "^7.1"
6795             },
6796             "type": "library",
6797             "autoload": {
6798                 "psr-4": {
6799                     "DeepCopy\\": "src/DeepCopy/"
6800                 },
6801                 "files": [
6802                     "src/DeepCopy/deep_copy.php"
6803                 ]
6804             },
6805             "notification-url": "https://packagist.org/downloads/",
6806             "license": [
6807                 "MIT"
6808             ],
6809             "description": "Create deep copies (clones) of your objects",
6810             "keywords": [
6811                 "clone",
6812                 "copy",
6813                 "duplicate",
6814                 "object",
6815                 "object graph"
6816             ],
6817             "funding": [
6818                 {
6819                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6820                     "type": "tidelift"
6821                 }
6822             ],
6823             "time": "2020-06-29T13:22:24+00:00"
6824         },
6825         {
6826             "name": "phar-io/manifest",
6827             "version": "1.0.3",
6828             "source": {
6829                 "type": "git",
6830                 "url": "https://github.com/phar-io/manifest.git",
6831                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
6832             },
6833             "dist": {
6834                 "type": "zip",
6835                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
6836                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
6837                 "shasum": ""
6838             },
6839             "require": {
6840                 "ext-dom": "*",
6841                 "ext-phar": "*",
6842                 "phar-io/version": "^2.0",
6843                 "php": "^5.6 || ^7.0"
6844             },
6845             "type": "library",
6846             "extra": {
6847                 "branch-alias": {
6848                     "dev-master": "1.0.x-dev"
6849                 }
6850             },
6851             "autoload": {
6852                 "classmap": [
6853                     "src/"
6854                 ]
6855             },
6856             "notification-url": "https://packagist.org/downloads/",
6857             "license": [
6858                 "BSD-3-Clause"
6859             ],
6860             "authors": [
6861                 {
6862                     "name": "Arne Blankerts",
6863                     "role": "Developer",
6864                     "email": "arne@blankerts.de"
6865                 },
6866                 {
6867                     "name": "Sebastian Heuer",
6868                     "role": "Developer",
6869                     "email": "sebastian@phpeople.de"
6870                 },
6871                 {
6872                     "name": "Sebastian Bergmann",
6873                     "role": "Developer",
6874                     "email": "sebastian@phpunit.de"
6875                 }
6876             ],
6877             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6878             "time": "2018-07-08T19:23:20+00:00"
6879         },
6880         {
6881             "name": "phar-io/version",
6882             "version": "2.0.1",
6883             "source": {
6884                 "type": "git",
6885                 "url": "https://github.com/phar-io/version.git",
6886                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
6887             },
6888             "dist": {
6889                 "type": "zip",
6890                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
6891                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
6892                 "shasum": ""
6893             },
6894             "require": {
6895                 "php": "^5.6 || ^7.0"
6896             },
6897             "type": "library",
6898             "autoload": {
6899                 "classmap": [
6900                     "src/"
6901                 ]
6902             },
6903             "notification-url": "https://packagist.org/downloads/",
6904             "license": [
6905                 "BSD-3-Clause"
6906             ],
6907             "authors": [
6908                 {
6909                     "name": "Arne Blankerts",
6910                     "email": "arne@blankerts.de",
6911                     "role": "Developer"
6912                 },
6913                 {
6914                     "name": "Sebastian Heuer",
6915                     "email": "sebastian@phpeople.de",
6916                     "role": "Developer"
6917                 },
6918                 {
6919                     "name": "Sebastian Bergmann",
6920                     "email": "sebastian@phpunit.de",
6921                     "role": "Developer"
6922                 }
6923             ],
6924             "description": "Library for handling version information and constraints",
6925             "time": "2018-07-08T19:19:57+00:00"
6926         },
6927         {
6928             "name": "phpdocumentor/reflection-common",
6929             "version": "2.2.0",
6930             "source": {
6931                 "type": "git",
6932                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6933                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
6934             },
6935             "dist": {
6936                 "type": "zip",
6937                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6938                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6939                 "shasum": ""
6940             },
6941             "require": {
6942                 "php": "^7.2 || ^8.0"
6943             },
6944             "type": "library",
6945             "extra": {
6946                 "branch-alias": {
6947                     "dev-2.x": "2.x-dev"
6948                 }
6949             },
6950             "autoload": {
6951                 "psr-4": {
6952                     "phpDocumentor\\Reflection\\": "src/"
6953                 }
6954             },
6955             "notification-url": "https://packagist.org/downloads/",
6956             "license": [
6957                 "MIT"
6958             ],
6959             "authors": [
6960                 {
6961                     "name": "Jaap van Otterdijk",
6962                     "email": "opensource@ijaap.nl"
6963                 }
6964             ],
6965             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6966             "homepage": "http://www.phpdoc.org",
6967             "keywords": [
6968                 "FQSEN",
6969                 "phpDocumentor",
6970                 "phpdoc",
6971                 "reflection",
6972                 "static analysis"
6973             ],
6974             "time": "2020-06-27T09:03:43+00:00"
6975         },
6976         {
6977             "name": "phpdocumentor/reflection-docblock",
6978             "version": "5.2.2",
6979             "source": {
6980                 "type": "git",
6981                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
6982                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
6983             },
6984             "dist": {
6985                 "type": "zip",
6986                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
6987                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
6988                 "shasum": ""
6989             },
6990             "require": {
6991                 "ext-filter": "*",
6992                 "php": "^7.2 || ^8.0",
6993                 "phpdocumentor/reflection-common": "^2.2",
6994                 "phpdocumentor/type-resolver": "^1.3",
6995                 "webmozart/assert": "^1.9.1"
6996             },
6997             "require-dev": {
6998                 "mockery/mockery": "~1.3.2"
6999             },
7000             "type": "library",
7001             "extra": {
7002                 "branch-alias": {
7003                     "dev-master": "5.x-dev"
7004                 }
7005             },
7006             "autoload": {
7007                 "psr-4": {
7008                     "phpDocumentor\\Reflection\\": "src"
7009                 }
7010             },
7011             "notification-url": "https://packagist.org/downloads/",
7012             "license": [
7013                 "MIT"
7014             ],
7015             "authors": [
7016                 {
7017                     "name": "Mike van Riel",
7018                     "email": "me@mikevanriel.com"
7019                 },
7020                 {
7021                     "name": "Jaap van Otterdijk",
7022                     "email": "account@ijaap.nl"
7023                 }
7024             ],
7025             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
7026             "time": "2020-09-03T19:13:55+00:00"
7027         },
7028         {
7029             "name": "phpdocumentor/type-resolver",
7030             "version": "1.4.0",
7031             "source": {
7032                 "type": "git",
7033                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
7034                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
7035             },
7036             "dist": {
7037                 "type": "zip",
7038                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
7039                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
7040                 "shasum": ""
7041             },
7042             "require": {
7043                 "php": "^7.2 || ^8.0",
7044                 "phpdocumentor/reflection-common": "^2.0"
7045             },
7046             "require-dev": {
7047                 "ext-tokenizer": "*"
7048             },
7049             "type": "library",
7050             "extra": {
7051                 "branch-alias": {
7052                     "dev-1.x": "1.x-dev"
7053                 }
7054             },
7055             "autoload": {
7056                 "psr-4": {
7057                     "phpDocumentor\\Reflection\\": "src"
7058                 }
7059             },
7060             "notification-url": "https://packagist.org/downloads/",
7061             "license": [
7062                 "MIT"
7063             ],
7064             "authors": [
7065                 {
7066                     "name": "Mike van Riel",
7067                     "email": "me@mikevanriel.com"
7068                 }
7069             ],
7070             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
7071             "time": "2020-09-17T18:55:26+00:00"
7072         },
7073         {
7074             "name": "phploc/phploc",
7075             "version": "5.0.0",
7076             "source": {
7077                 "type": "git",
7078                 "url": "https://github.com/sebastianbergmann/phploc.git",
7079                 "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884"
7080             },
7081             "dist": {
7082                 "type": "zip",
7083                 "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884",
7084                 "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884",
7085                 "shasum": ""
7086             },
7087             "require": {
7088                 "php": "^7.2",
7089                 "sebastian/finder-facade": "^1.1",
7090                 "sebastian/version": "^2.0",
7091                 "symfony/console": "^4.0"
7092             },
7093             "bin": [
7094                 "phploc"
7095             ],
7096             "type": "library",
7097             "extra": {
7098                 "branch-alias": {
7099                     "dev-master": "5.0-dev"
7100                 }
7101             },
7102             "autoload": {
7103                 "classmap": [
7104                     "src/"
7105                 ]
7106             },
7107             "notification-url": "https://packagist.org/downloads/",
7108             "license": [
7109                 "BSD-3-Clause"
7110             ],
7111             "authors": [
7112                 {
7113                     "name": "Sebastian Bergmann",
7114                     "email": "sebastian@phpunit.de",
7115                     "role": "lead"
7116                 }
7117             ],
7118             "description": "A tool for quickly measuring the size of a PHP project.",
7119             "homepage": "https://github.com/sebastianbergmann/phploc",
7120             "time": "2019-03-16T10:41:19+00:00"
7121         },
7122         {
7123             "name": "phpspec/prophecy",
7124             "version": "1.11.1",
7125             "source": {
7126                 "type": "git",
7127                 "url": "https://github.com/phpspec/prophecy.git",
7128                 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
7129             },
7130             "dist": {
7131                 "type": "zip",
7132                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
7133                 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
7134                 "shasum": ""
7135             },
7136             "require": {
7137                 "doctrine/instantiator": "^1.2",
7138                 "php": "^7.2",
7139                 "phpdocumentor/reflection-docblock": "^5.0",
7140                 "sebastian/comparator": "^3.0 || ^4.0",
7141                 "sebastian/recursion-context": "^3.0 || ^4.0"
7142             },
7143             "require-dev": {
7144                 "phpspec/phpspec": "^6.0",
7145                 "phpunit/phpunit": "^8.0"
7146             },
7147             "type": "library",
7148             "extra": {
7149                 "branch-alias": {
7150                     "dev-master": "1.11.x-dev"
7151                 }
7152             },
7153             "autoload": {
7154                 "psr-4": {
7155                     "Prophecy\\": "src/Prophecy"
7156                 }
7157             },
7158             "notification-url": "https://packagist.org/downloads/",
7159             "license": [
7160                 "MIT"
7161             ],
7162             "authors": [
7163                 {
7164                     "name": "Konstantin Kudryashov",
7165                     "email": "ever.zet@gmail.com",
7166                     "homepage": "http://everzet.com"
7167                 },
7168                 {
7169                     "name": "Marcello Duarte",
7170                     "email": "marcello.duarte@gmail.com"
7171                 }
7172             ],
7173             "description": "Highly opinionated mocking framework for PHP 5.3+",
7174             "homepage": "https://github.com/phpspec/prophecy",
7175             "keywords": [
7176                 "Double",
7177                 "Dummy",
7178                 "fake",
7179                 "mock",
7180                 "spy",
7181                 "stub"
7182             ],
7183             "time": "2020-07-08T12:44:21+00:00"
7184         },
7185         {
7186             "name": "phpunit/php-code-coverage",
7187             "version": "7.0.10",
7188             "source": {
7189                 "type": "git",
7190                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7191                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
7192             },
7193             "dist": {
7194                 "type": "zip",
7195                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
7196                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
7197                 "shasum": ""
7198             },
7199             "require": {
7200                 "ext-dom": "*",
7201                 "ext-xmlwriter": "*",
7202                 "php": "^7.2",
7203                 "phpunit/php-file-iterator": "^2.0.2",
7204                 "phpunit/php-text-template": "^1.2.1",
7205                 "phpunit/php-token-stream": "^3.1.1",
7206                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
7207                 "sebastian/environment": "^4.2.2",
7208                 "sebastian/version": "^2.0.1",
7209                 "theseer/tokenizer": "^1.1.3"
7210             },
7211             "require-dev": {
7212                 "phpunit/phpunit": "^8.2.2"
7213             },
7214             "suggest": {
7215                 "ext-xdebug": "^2.7.2"
7216             },
7217             "type": "library",
7218             "extra": {
7219                 "branch-alias": {
7220                     "dev-master": "7.0-dev"
7221                 }
7222             },
7223             "autoload": {
7224                 "classmap": [
7225                     "src/"
7226                 ]
7227             },
7228             "notification-url": "https://packagist.org/downloads/",
7229             "license": [
7230                 "BSD-3-Clause"
7231             ],
7232             "authors": [
7233                 {
7234                     "name": "Sebastian Bergmann",
7235                     "email": "sebastian@phpunit.de",
7236                     "role": "lead"
7237                 }
7238             ],
7239             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7240             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7241             "keywords": [
7242                 "coverage",
7243                 "testing",
7244                 "xunit"
7245             ],
7246             "time": "2019-11-20T13:55:58+00:00"
7247         },
7248         {
7249             "name": "phpunit/php-file-iterator",
7250             "version": "2.0.2",
7251             "source": {
7252                 "type": "git",
7253                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7254                 "reference": "050bedf145a257b1ff02746c31894800e5122946"
7255             },
7256             "dist": {
7257                 "type": "zip",
7258                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
7259                 "reference": "050bedf145a257b1ff02746c31894800e5122946",
7260                 "shasum": ""
7261             },
7262             "require": {
7263                 "php": "^7.1"
7264             },
7265             "require-dev": {
7266                 "phpunit/phpunit": "^7.1"
7267             },
7268             "type": "library",
7269             "extra": {
7270                 "branch-alias": {
7271                     "dev-master": "2.0.x-dev"
7272                 }
7273             },
7274             "autoload": {
7275                 "classmap": [
7276                     "src/"
7277                 ]
7278             },
7279             "notification-url": "https://packagist.org/downloads/",
7280             "license": [
7281                 "BSD-3-Clause"
7282             ],
7283             "authors": [
7284                 {
7285                     "name": "Sebastian Bergmann",
7286                     "email": "sebastian@phpunit.de",
7287                     "role": "lead"
7288                 }
7289             ],
7290             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7291             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7292             "keywords": [
7293                 "filesystem",
7294                 "iterator"
7295             ],
7296             "time": "2018-09-13T20:33:42+00:00"
7297         },
7298         {
7299             "name": "phpunit/php-text-template",
7300             "version": "1.2.1",
7301             "source": {
7302                 "type": "git",
7303                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
7304                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7305             },
7306             "dist": {
7307                 "type": "zip",
7308                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7309                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7310                 "shasum": ""
7311             },
7312             "require": {
7313                 "php": ">=5.3.3"
7314             },
7315             "type": "library",
7316             "autoload": {
7317                 "classmap": [
7318                     "src/"
7319                 ]
7320             },
7321             "notification-url": "https://packagist.org/downloads/",
7322             "license": [
7323                 "BSD-3-Clause"
7324             ],
7325             "authors": [
7326                 {
7327                     "name": "Sebastian Bergmann",
7328                     "email": "sebastian@phpunit.de",
7329                     "role": "lead"
7330                 }
7331             ],
7332             "description": "Simple template engine.",
7333             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7334             "keywords": [
7335                 "template"
7336             ],
7337             "time": "2015-06-21T13:50:34+00:00"
7338         },
7339         {
7340             "name": "phpunit/php-timer",
7341             "version": "2.1.2",
7342             "source": {
7343                 "type": "git",
7344                 "url": "https://github.com/sebastianbergmann/php-timer.git",
7345                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
7346             },
7347             "dist": {
7348                 "type": "zip",
7349                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
7350                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
7351                 "shasum": ""
7352             },
7353             "require": {
7354                 "php": "^7.1"
7355             },
7356             "require-dev": {
7357                 "phpunit/phpunit": "^7.0"
7358             },
7359             "type": "library",
7360             "extra": {
7361                 "branch-alias": {
7362                     "dev-master": "2.1-dev"
7363                 }
7364             },
7365             "autoload": {
7366                 "classmap": [
7367                     "src/"
7368                 ]
7369             },
7370             "notification-url": "https://packagist.org/downloads/",
7371             "license": [
7372                 "BSD-3-Clause"
7373             ],
7374             "authors": [
7375                 {
7376                     "name": "Sebastian Bergmann",
7377                     "email": "sebastian@phpunit.de",
7378                     "role": "lead"
7379                 }
7380             ],
7381             "description": "Utility class for timing",
7382             "homepage": "https://github.com/sebastianbergmann/php-timer/",
7383             "keywords": [
7384                 "timer"
7385             ],
7386             "time": "2019-06-07T04:22:29+00:00"
7387         },
7388         {
7389             "name": "phpunit/php-token-stream",
7390             "version": "3.1.1",
7391             "source": {
7392                 "type": "git",
7393                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
7394                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
7395             },
7396             "dist": {
7397                 "type": "zip",
7398                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
7399                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
7400                 "shasum": ""
7401             },
7402             "require": {
7403                 "ext-tokenizer": "*",
7404                 "php": "^7.1"
7405             },
7406             "require-dev": {
7407                 "phpunit/phpunit": "^7.0"
7408             },
7409             "type": "library",
7410             "extra": {
7411                 "branch-alias": {
7412                     "dev-master": "3.1-dev"
7413                 }
7414             },
7415             "autoload": {
7416                 "classmap": [
7417                     "src/"
7418                 ]
7419             },
7420             "notification-url": "https://packagist.org/downloads/",
7421             "license": [
7422                 "BSD-3-Clause"
7423             ],
7424             "authors": [
7425                 {
7426                     "name": "Sebastian Bergmann",
7427                     "email": "sebastian@phpunit.de"
7428                 }
7429             ],
7430             "description": "Wrapper around PHP's tokenizer extension.",
7431             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7432             "keywords": [
7433                 "tokenizer"
7434             ],
7435             "time": "2019-09-17T06:23:10+00:00"
7436         },
7437         {
7438             "name": "phpunit/phpunit",
7439             "version": "8.5.8",
7440             "source": {
7441                 "type": "git",
7442                 "url": "https://github.com/sebastianbergmann/phpunit.git",
7443                 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
7444             },
7445             "dist": {
7446                 "type": "zip",
7447                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
7448                 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
7449                 "shasum": ""
7450             },
7451             "require": {
7452                 "doctrine/instantiator": "^1.2.0",
7453                 "ext-dom": "*",
7454                 "ext-json": "*",
7455                 "ext-libxml": "*",
7456                 "ext-mbstring": "*",
7457                 "ext-xml": "*",
7458                 "ext-xmlwriter": "*",
7459                 "myclabs/deep-copy": "^1.9.1",
7460                 "phar-io/manifest": "^1.0.3",
7461                 "phar-io/version": "^2.0.1",
7462                 "php": "^7.2",
7463                 "phpspec/prophecy": "^1.8.1",
7464                 "phpunit/php-code-coverage": "^7.0.7",
7465                 "phpunit/php-file-iterator": "^2.0.2",
7466                 "phpunit/php-text-template": "^1.2.1",
7467                 "phpunit/php-timer": "^2.1.2",
7468                 "sebastian/comparator": "^3.0.2",
7469                 "sebastian/diff": "^3.0.2",
7470                 "sebastian/environment": "^4.2.2",
7471                 "sebastian/exporter": "^3.1.1",
7472                 "sebastian/global-state": "^3.0.0",
7473                 "sebastian/object-enumerator": "^3.0.3",
7474                 "sebastian/resource-operations": "^2.0.1",
7475                 "sebastian/type": "^1.1.3",
7476                 "sebastian/version": "^2.0.1"
7477             },
7478             "require-dev": {
7479                 "ext-pdo": "*"
7480             },
7481             "suggest": {
7482                 "ext-soap": "*",
7483                 "ext-xdebug": "*",
7484                 "phpunit/php-invoker": "^2.0.0"
7485             },
7486             "bin": [
7487                 "phpunit"
7488             ],
7489             "type": "library",
7490             "extra": {
7491                 "branch-alias": {
7492                     "dev-master": "8.5-dev"
7493                 }
7494             },
7495             "autoload": {
7496                 "classmap": [
7497                     "src/"
7498                 ]
7499             },
7500             "notification-url": "https://packagist.org/downloads/",
7501             "license": [
7502                 "BSD-3-Clause"
7503             ],
7504             "authors": [
7505                 {
7506                     "name": "Sebastian Bergmann",
7507                     "email": "sebastian@phpunit.de",
7508                     "role": "lead"
7509                 }
7510             ],
7511             "description": "The PHP Unit Testing framework.",
7512             "homepage": "https://phpunit.de/",
7513             "keywords": [
7514                 "phpunit",
7515                 "testing",
7516                 "xunit"
7517             ],
7518             "funding": [
7519                 {
7520                     "url": "https://phpunit.de/donate.html",
7521                     "type": "custom"
7522                 },
7523                 {
7524                     "url": "https://github.com/sebastianbergmann",
7525                     "type": "github"
7526                 }
7527             ],
7528             "time": "2020-06-22T07:06:58+00:00"
7529         },
7530         {
7531             "name": "sebastian/code-unit-reverse-lookup",
7532             "version": "1.0.1",
7533             "source": {
7534                 "type": "git",
7535                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7536                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
7537             },
7538             "dist": {
7539                 "type": "zip",
7540                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
7541                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
7542                 "shasum": ""
7543             },
7544             "require": {
7545                 "php": "^5.6 || ^7.0"
7546             },
7547             "require-dev": {
7548                 "phpunit/phpunit": "^5.7 || ^6.0"
7549             },
7550             "type": "library",
7551             "extra": {
7552                 "branch-alias": {
7553                     "dev-master": "1.0.x-dev"
7554                 }
7555             },
7556             "autoload": {
7557                 "classmap": [
7558                     "src/"
7559                 ]
7560             },
7561             "notification-url": "https://packagist.org/downloads/",
7562             "license": [
7563                 "BSD-3-Clause"
7564             ],
7565             "authors": [
7566                 {
7567                     "name": "Sebastian Bergmann",
7568                     "email": "sebastian@phpunit.de"
7569                 }
7570             ],
7571             "description": "Looks up which function or method a line of code belongs to",
7572             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7573             "time": "2017-03-04T06:30:41+00:00"
7574         },
7575         {
7576             "name": "sebastian/comparator",
7577             "version": "3.0.2",
7578             "source": {
7579                 "type": "git",
7580                 "url": "https://github.com/sebastianbergmann/comparator.git",
7581                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
7582             },
7583             "dist": {
7584                 "type": "zip",
7585                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
7586                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
7587                 "shasum": ""
7588             },
7589             "require": {
7590                 "php": "^7.1",
7591                 "sebastian/diff": "^3.0",
7592                 "sebastian/exporter": "^3.1"
7593             },
7594             "require-dev": {
7595                 "phpunit/phpunit": "^7.1"
7596             },
7597             "type": "library",
7598             "extra": {
7599                 "branch-alias": {
7600                     "dev-master": "3.0-dev"
7601                 }
7602             },
7603             "autoload": {
7604                 "classmap": [
7605                     "src/"
7606                 ]
7607             },
7608             "notification-url": "https://packagist.org/downloads/",
7609             "license": [
7610                 "BSD-3-Clause"
7611             ],
7612             "authors": [
7613                 {
7614                     "name": "Jeff Welch",
7615                     "email": "whatthejeff@gmail.com"
7616                 },
7617                 {
7618                     "name": "Volker Dusch",
7619                     "email": "github@wallbash.com"
7620                 },
7621                 {
7622                     "name": "Bernhard Schussek",
7623                     "email": "bschussek@2bepublished.at"
7624                 },
7625                 {
7626                     "name": "Sebastian Bergmann",
7627                     "email": "sebastian@phpunit.de"
7628                 }
7629             ],
7630             "description": "Provides the functionality to compare PHP values for equality",
7631             "homepage": "https://github.com/sebastianbergmann/comparator",
7632             "keywords": [
7633                 "comparator",
7634                 "compare",
7635                 "equality"
7636             ],
7637             "time": "2018-07-12T15:12:46+00:00"
7638         },
7639         {
7640             "name": "sebastian/diff",
7641             "version": "3.0.2",
7642             "source": {
7643                 "type": "git",
7644                 "url": "https://github.com/sebastianbergmann/diff.git",
7645                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
7646             },
7647             "dist": {
7648                 "type": "zip",
7649                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
7650                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
7651                 "shasum": ""
7652             },
7653             "require": {
7654                 "php": "^7.1"
7655             },
7656             "require-dev": {
7657                 "phpunit/phpunit": "^7.5 || ^8.0",
7658                 "symfony/process": "^2 || ^3.3 || ^4"
7659             },
7660             "type": "library",
7661             "extra": {
7662                 "branch-alias": {
7663                     "dev-master": "3.0-dev"
7664                 }
7665             },
7666             "autoload": {
7667                 "classmap": [
7668                     "src/"
7669                 ]
7670             },
7671             "notification-url": "https://packagist.org/downloads/",
7672             "license": [
7673                 "BSD-3-Clause"
7674             ],
7675             "authors": [
7676                 {
7677                     "name": "Kore Nordmann",
7678                     "email": "mail@kore-nordmann.de"
7679                 },
7680                 {
7681                     "name": "Sebastian Bergmann",
7682                     "email": "sebastian@phpunit.de"
7683                 }
7684             ],
7685             "description": "Diff implementation",
7686             "homepage": "https://github.com/sebastianbergmann/diff",
7687             "keywords": [
7688                 "diff",
7689                 "udiff",
7690                 "unidiff",
7691                 "unified diff"
7692             ],
7693             "time": "2019-02-04T06:01:07+00:00"
7694         },
7695         {
7696             "name": "sebastian/environment",
7697             "version": "4.2.3",
7698             "source": {
7699                 "type": "git",
7700                 "url": "https://github.com/sebastianbergmann/environment.git",
7701                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
7702             },
7703             "dist": {
7704                 "type": "zip",
7705                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
7706                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
7707                 "shasum": ""
7708             },
7709             "require": {
7710                 "php": "^7.1"
7711             },
7712             "require-dev": {
7713                 "phpunit/phpunit": "^7.5"
7714             },
7715             "suggest": {
7716                 "ext-posix": "*"
7717             },
7718             "type": "library",
7719             "extra": {
7720                 "branch-alias": {
7721                     "dev-master": "4.2-dev"
7722                 }
7723             },
7724             "autoload": {
7725                 "classmap": [
7726                     "src/"
7727                 ]
7728             },
7729             "notification-url": "https://packagist.org/downloads/",
7730             "license": [
7731                 "BSD-3-Clause"
7732             ],
7733             "authors": [
7734                 {
7735                     "name": "Sebastian Bergmann",
7736                     "email": "sebastian@phpunit.de"
7737                 }
7738             ],
7739             "description": "Provides functionality to handle HHVM/PHP environments",
7740             "homepage": "http://www.github.com/sebastianbergmann/environment",
7741             "keywords": [
7742                 "Xdebug",
7743                 "environment",
7744                 "hhvm"
7745             ],
7746             "time": "2019-11-20T08:46:58+00:00"
7747         },
7748         {
7749             "name": "sebastian/exporter",
7750             "version": "3.1.2",
7751             "source": {
7752                 "type": "git",
7753                 "url": "https://github.com/sebastianbergmann/exporter.git",
7754                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
7755             },
7756             "dist": {
7757                 "type": "zip",
7758                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
7759                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
7760                 "shasum": ""
7761             },
7762             "require": {
7763                 "php": "^7.0",
7764                 "sebastian/recursion-context": "^3.0"
7765             },
7766             "require-dev": {
7767                 "ext-mbstring": "*",
7768                 "phpunit/phpunit": "^6.0"
7769             },
7770             "type": "library",
7771             "extra": {
7772                 "branch-alias": {
7773                     "dev-master": "3.1.x-dev"
7774                 }
7775             },
7776             "autoload": {
7777                 "classmap": [
7778                     "src/"
7779                 ]
7780             },
7781             "notification-url": "https://packagist.org/downloads/",
7782             "license": [
7783                 "BSD-3-Clause"
7784             ],
7785             "authors": [
7786                 {
7787                     "name": "Sebastian Bergmann",
7788                     "email": "sebastian@phpunit.de"
7789                 },
7790                 {
7791                     "name": "Jeff Welch",
7792                     "email": "whatthejeff@gmail.com"
7793                 },
7794                 {
7795                     "name": "Volker Dusch",
7796                     "email": "github@wallbash.com"
7797                 },
7798                 {
7799                     "name": "Adam Harvey",
7800                     "email": "aharvey@php.net"
7801                 },
7802                 {
7803                     "name": "Bernhard Schussek",
7804                     "email": "bschussek@gmail.com"
7805                 }
7806             ],
7807             "description": "Provides the functionality to export PHP variables for visualization",
7808             "homepage": "http://www.github.com/sebastianbergmann/exporter",
7809             "keywords": [
7810                 "export",
7811                 "exporter"
7812             ],
7813             "time": "2019-09-14T09:02:43+00:00"
7814         },
7815         {
7816             "name": "sebastian/finder-facade",
7817             "version": "1.2.3",
7818             "source": {
7819                 "type": "git",
7820                 "url": "https://github.com/sebastianbergmann/finder-facade.git",
7821                 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16"
7822             },
7823             "dist": {
7824                 "type": "zip",
7825                 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/167c45d131f7fc3d159f56f191a0a22228765e16",
7826                 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16",
7827                 "shasum": ""
7828             },
7829             "require": {
7830                 "php": "^7.1",
7831                 "symfony/finder": "^2.3|^3.0|^4.0|^5.0",
7832                 "theseer/fdomdocument": "^1.6"
7833             },
7834             "type": "library",
7835             "extra": {
7836                 "branch-alias": []
7837             },
7838             "autoload": {
7839                 "classmap": [
7840                     "src/"
7841                 ]
7842             },
7843             "notification-url": "https://packagist.org/downloads/",
7844             "license": [
7845                 "BSD-3-Clause"
7846             ],
7847             "authors": [
7848                 {
7849                     "name": "Sebastian Bergmann",
7850                     "email": "sebastian@phpunit.de",
7851                     "role": "lead"
7852                 }
7853             ],
7854             "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
7855             "homepage": "https://github.com/sebastianbergmann/finder-facade",
7856             "time": "2020-01-16T08:08:45+00:00"
7857         },
7858         {
7859             "name": "sebastian/global-state",
7860             "version": "3.0.0",
7861             "source": {
7862                 "type": "git",
7863                 "url": "https://github.com/sebastianbergmann/global-state.git",
7864                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
7865             },
7866             "dist": {
7867                 "type": "zip",
7868                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
7869                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
7870                 "shasum": ""
7871             },
7872             "require": {
7873                 "php": "^7.2",
7874                 "sebastian/object-reflector": "^1.1.1",
7875                 "sebastian/recursion-context": "^3.0"
7876             },
7877             "require-dev": {
7878                 "ext-dom": "*",
7879                 "phpunit/phpunit": "^8.0"
7880             },
7881             "suggest": {
7882                 "ext-uopz": "*"
7883             },
7884             "type": "library",
7885             "extra": {
7886                 "branch-alias": {
7887                     "dev-master": "3.0-dev"
7888                 }
7889             },
7890             "autoload": {
7891                 "classmap": [
7892                     "src/"
7893                 ]
7894             },
7895             "notification-url": "https://packagist.org/downloads/",
7896             "license": [
7897                 "BSD-3-Clause"
7898             ],
7899             "authors": [
7900                 {
7901                     "name": "Sebastian Bergmann",
7902                     "email": "sebastian@phpunit.de"
7903                 }
7904             ],
7905             "description": "Snapshotting of global state",
7906             "homepage": "http://www.github.com/sebastianbergmann/global-state",
7907             "keywords": [
7908                 "global state"
7909             ],
7910             "time": "2019-02-01T05:30:01+00:00"
7911         },
7912         {
7913             "name": "sebastian/object-enumerator",
7914             "version": "3.0.3",
7915             "source": {
7916                 "type": "git",
7917                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7918                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
7919             },
7920             "dist": {
7921                 "type": "zip",
7922                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
7923                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
7924                 "shasum": ""
7925             },
7926             "require": {
7927                 "php": "^7.0",
7928                 "sebastian/object-reflector": "^1.1.1",
7929                 "sebastian/recursion-context": "^3.0"
7930             },
7931             "require-dev": {
7932                 "phpunit/phpunit": "^6.0"
7933             },
7934             "type": "library",
7935             "extra": {
7936                 "branch-alias": {
7937                     "dev-master": "3.0.x-dev"
7938                 }
7939             },
7940             "autoload": {
7941                 "classmap": [
7942                     "src/"
7943                 ]
7944             },
7945             "notification-url": "https://packagist.org/downloads/",
7946             "license": [
7947                 "BSD-3-Clause"
7948             ],
7949             "authors": [
7950                 {
7951                     "name": "Sebastian Bergmann",
7952                     "email": "sebastian@phpunit.de"
7953                 }
7954             ],
7955             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7956             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7957             "time": "2017-08-03T12:35:26+00:00"
7958         },
7959         {
7960             "name": "sebastian/object-reflector",
7961             "version": "1.1.1",
7962             "source": {
7963                 "type": "git",
7964                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
7965                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
7966             },
7967             "dist": {
7968                 "type": "zip",
7969                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
7970                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
7971                 "shasum": ""
7972             },
7973             "require": {
7974                 "php": "^7.0"
7975             },
7976             "require-dev": {
7977                 "phpunit/phpunit": "^6.0"
7978             },
7979             "type": "library",
7980             "extra": {
7981                 "branch-alias": {
7982                     "dev-master": "1.1-dev"
7983                 }
7984             },
7985             "autoload": {
7986                 "classmap": [
7987                     "src/"
7988                 ]
7989             },
7990             "notification-url": "https://packagist.org/downloads/",
7991             "license": [
7992                 "BSD-3-Clause"
7993             ],
7994             "authors": [
7995                 {
7996                     "name": "Sebastian Bergmann",
7997                     "email": "sebastian@phpunit.de"
7998                 }
7999             ],
8000             "description": "Allows reflection of object attributes, including inherited and non-public ones",
8001             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8002             "time": "2017-03-29T09:07:27+00:00"
8003         },
8004         {
8005             "name": "sebastian/recursion-context",
8006             "version": "3.0.0",
8007             "source": {
8008                 "type": "git",
8009                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
8010                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
8011             },
8012             "dist": {
8013                 "type": "zip",
8014                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
8015                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
8016                 "shasum": ""
8017             },
8018             "require": {
8019                 "php": "^7.0"
8020             },
8021             "require-dev": {
8022                 "phpunit/phpunit": "^6.0"
8023             },
8024             "type": "library",
8025             "extra": {
8026                 "branch-alias": {
8027                     "dev-master": "3.0.x-dev"
8028                 }
8029             },
8030             "autoload": {
8031                 "classmap": [
8032                     "src/"
8033                 ]
8034             },
8035             "notification-url": "https://packagist.org/downloads/",
8036             "license": [
8037                 "BSD-3-Clause"
8038             ],
8039             "authors": [
8040                 {
8041                     "name": "Jeff Welch",
8042                     "email": "whatthejeff@gmail.com"
8043                 },
8044                 {
8045                     "name": "Sebastian Bergmann",
8046                     "email": "sebastian@phpunit.de"
8047                 },
8048                 {
8049                     "name": "Adam Harvey",
8050                     "email": "aharvey@php.net"
8051                 }
8052             ],
8053             "description": "Provides functionality to recursively process PHP variables",
8054             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8055             "time": "2017-03-03T06:23:57+00:00"
8056         },
8057         {
8058             "name": "sebastian/resource-operations",
8059             "version": "2.0.1",
8060             "source": {
8061                 "type": "git",
8062                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
8063                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
8064             },
8065             "dist": {
8066                 "type": "zip",
8067                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
8068                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
8069                 "shasum": ""
8070             },
8071             "require": {
8072                 "php": "^7.1"
8073             },
8074             "type": "library",
8075             "extra": {
8076                 "branch-alias": {
8077                     "dev-master": "2.0-dev"
8078                 }
8079             },
8080             "autoload": {
8081                 "classmap": [
8082                     "src/"
8083                 ]
8084             },
8085             "notification-url": "https://packagist.org/downloads/",
8086             "license": [
8087                 "BSD-3-Clause"
8088             ],
8089             "authors": [
8090                 {
8091                     "name": "Sebastian Bergmann",
8092                     "email": "sebastian@phpunit.de"
8093                 }
8094             ],
8095             "description": "Provides a list of PHP built-in functions that operate on resources",
8096             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8097             "time": "2018-10-04T04:07:39+00:00"
8098         },
8099         {
8100             "name": "sebastian/type",
8101             "version": "1.1.3",
8102             "source": {
8103                 "type": "git",
8104                 "url": "https://github.com/sebastianbergmann/type.git",
8105                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
8106             },
8107             "dist": {
8108                 "type": "zip",
8109                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
8110                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
8111                 "shasum": ""
8112             },
8113             "require": {
8114                 "php": "^7.2"
8115             },
8116             "require-dev": {
8117                 "phpunit/phpunit": "^8.2"
8118             },
8119             "type": "library",
8120             "extra": {
8121                 "branch-alias": {
8122                     "dev-master": "1.1-dev"
8123                 }
8124             },
8125             "autoload": {
8126                 "classmap": [
8127                     "src/"
8128                 ]
8129             },
8130             "notification-url": "https://packagist.org/downloads/",
8131             "license": [
8132                 "BSD-3-Clause"
8133             ],
8134             "authors": [
8135                 {
8136                     "name": "Sebastian Bergmann",
8137                     "email": "sebastian@phpunit.de",
8138                     "role": "lead"
8139                 }
8140             ],
8141             "description": "Collection of value objects that represent the types of the PHP type system",
8142             "homepage": "https://github.com/sebastianbergmann/type",
8143             "time": "2019-07-02T08:10:15+00:00"
8144         },
8145         {
8146             "name": "sebastian/version",
8147             "version": "2.0.1",
8148             "source": {
8149                 "type": "git",
8150                 "url": "https://github.com/sebastianbergmann/version.git",
8151                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
8152             },
8153             "dist": {
8154                 "type": "zip",
8155                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
8156                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
8157                 "shasum": ""
8158             },
8159             "require": {
8160                 "php": ">=5.6"
8161             },
8162             "type": "library",
8163             "extra": {
8164                 "branch-alias": {
8165                     "dev-master": "2.0.x-dev"
8166                 }
8167             },
8168             "autoload": {
8169                 "classmap": [
8170                     "src/"
8171                 ]
8172             },
8173             "notification-url": "https://packagist.org/downloads/",
8174             "license": [
8175                 "BSD-3-Clause"
8176             ],
8177             "authors": [
8178                 {
8179                     "name": "Sebastian Bergmann",
8180                     "email": "sebastian@phpunit.de",
8181                     "role": "lead"
8182                 }
8183             ],
8184             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8185             "homepage": "https://github.com/sebastianbergmann/version",
8186             "time": "2016-10-03T07:35:21+00:00"
8187         },
8188         {
8189             "name": "seld/jsonlint",
8190             "version": "1.8.2",
8191             "source": {
8192                 "type": "git",
8193                 "url": "https://github.com/Seldaek/jsonlint.git",
8194                 "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337"
8195             },
8196             "dist": {
8197                 "type": "zip",
8198                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337",
8199                 "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337",
8200                 "shasum": ""
8201             },
8202             "require": {
8203                 "php": "^5.3 || ^7.0 || ^8.0"
8204             },
8205             "require-dev": {
8206                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8207             },
8208             "bin": [
8209                 "bin/jsonlint"
8210             ],
8211             "type": "library",
8212             "autoload": {
8213                 "psr-4": {
8214                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
8215                 }
8216             },
8217             "notification-url": "https://packagist.org/downloads/",
8218             "license": [
8219                 "MIT"
8220             ],
8221             "authors": [
8222                 {
8223                     "name": "Jordi Boggiano",
8224                     "email": "j.boggiano@seld.be",
8225                     "homepage": "http://seld.be"
8226                 }
8227             ],
8228             "description": "JSON Linter",
8229             "keywords": [
8230                 "json",
8231                 "linter",
8232                 "parser",
8233                 "validator"
8234             ],
8235             "funding": [
8236                 {
8237                     "url": "https://github.com/Seldaek",
8238                     "type": "github"
8239                 },
8240                 {
8241                     "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
8242                     "type": "tidelift"
8243                 }
8244             ],
8245             "time": "2020-08-25T06:56:57+00:00"
8246         },
8247         {
8248             "name": "seld/phar-utils",
8249             "version": "1.1.1",
8250             "source": {
8251                 "type": "git",
8252                 "url": "https://github.com/Seldaek/phar-utils.git",
8253                 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
8254             },
8255             "dist": {
8256                 "type": "zip",
8257                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
8258                 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
8259                 "shasum": ""
8260             },
8261             "require": {
8262                 "php": ">=5.3"
8263             },
8264             "type": "library",
8265             "extra": {
8266                 "branch-alias": {
8267                     "dev-master": "1.x-dev"
8268                 }
8269             },
8270             "autoload": {
8271                 "psr-4": {
8272                     "Seld\\PharUtils\\": "src/"
8273                 }
8274             },
8275             "notification-url": "https://packagist.org/downloads/",
8276             "license": [
8277                 "MIT"
8278             ],
8279             "authors": [
8280                 {
8281                     "name": "Jordi Boggiano",
8282                     "email": "j.boggiano@seld.be"
8283                 }
8284             ],
8285             "description": "PHAR file format utilities, for when PHP phars you up",
8286             "keywords": [
8287                 "phar"
8288             ],
8289             "time": "2020-07-07T18:42:57+00:00"
8290         },
8291         {
8292             "name": "squizlabs/php_codesniffer",
8293             "version": "3.5.6",
8294             "source": {
8295                 "type": "git",
8296                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
8297                 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
8298             },
8299             "dist": {
8300                 "type": "zip",
8301                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
8302                 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
8303                 "shasum": ""
8304             },
8305             "require": {
8306                 "ext-simplexml": "*",
8307                 "ext-tokenizer": "*",
8308                 "ext-xmlwriter": "*",
8309                 "php": ">=5.4.0"
8310             },
8311             "require-dev": {
8312                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
8313             },
8314             "bin": [
8315                 "bin/phpcs",
8316                 "bin/phpcbf"
8317             ],
8318             "type": "library",
8319             "extra": {
8320                 "branch-alias": {
8321                     "dev-master": "3.x-dev"
8322                 }
8323             },
8324             "notification-url": "https://packagist.org/downloads/",
8325             "license": [
8326                 "BSD-3-Clause"
8327             ],
8328             "authors": [
8329                 {
8330                     "name": "Greg Sherwood",
8331                     "role": "lead"
8332                 }
8333             ],
8334             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
8335             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
8336             "keywords": [
8337                 "phpcs",
8338                 "standards"
8339             ],
8340             "time": "2020-08-10T04:50:15+00:00"
8341         },
8342         {
8343             "name": "symfony/dom-crawler",
8344             "version": "v4.4.13",
8345             "source": {
8346                 "type": "git",
8347                 "url": "https://github.com/symfony/dom-crawler.git",
8348                 "reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85"
8349             },
8350             "dist": {
8351                 "type": "zip",
8352                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
8353                 "reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
8354                 "shasum": ""
8355             },
8356             "require": {
8357                 "php": ">=7.1.3",
8358                 "symfony/polyfill-ctype": "~1.8",
8359                 "symfony/polyfill-mbstring": "~1.0"
8360             },
8361             "conflict": {
8362                 "masterminds/html5": "<2.6"
8363             },
8364             "require-dev": {
8365                 "masterminds/html5": "^2.6",
8366                 "symfony/css-selector": "^3.4|^4.0|^5.0"
8367             },
8368             "suggest": {
8369                 "symfony/css-selector": ""
8370             },
8371             "type": "library",
8372             "extra": {
8373                 "branch-alias": {
8374                     "dev-master": "4.4-dev"
8375                 }
8376             },
8377             "autoload": {
8378                 "psr-4": {
8379                     "Symfony\\Component\\DomCrawler\\": ""
8380                 },
8381                 "exclude-from-classmap": [
8382                     "/Tests/"
8383                 ]
8384             },
8385             "notification-url": "https://packagist.org/downloads/",
8386             "license": [
8387                 "MIT"
8388             ],
8389             "authors": [
8390                 {
8391                     "name": "Fabien Potencier",
8392                     "email": "fabien@symfony.com"
8393                 },
8394                 {
8395                     "name": "Symfony Community",
8396                     "homepage": "https://symfony.com/contributors"
8397                 }
8398             ],
8399             "description": "Symfony DomCrawler Component",
8400             "homepage": "https://symfony.com",
8401             "funding": [
8402                 {
8403                     "url": "https://symfony.com/sponsor",
8404                     "type": "custom"
8405                 },
8406                 {
8407                     "url": "https://github.com/fabpot",
8408                     "type": "github"
8409                 },
8410                 {
8411                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8412                     "type": "tidelift"
8413                 }
8414             ],
8415             "time": "2020-08-12T06:20:35+00:00"
8416         },
8417         {
8418             "name": "symfony/filesystem",
8419             "version": "v4.4.13",
8420             "source": {
8421                 "type": "git",
8422                 "url": "https://github.com/symfony/filesystem.git",
8423                 "reference": "27575bcbc68db1f6d06218891296572c9b845704"
8424             },
8425             "dist": {
8426                 "type": "zip",
8427                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/27575bcbc68db1f6d06218891296572c9b845704",
8428                 "reference": "27575bcbc68db1f6d06218891296572c9b845704",
8429                 "shasum": ""
8430             },
8431             "require": {
8432                 "php": ">=7.1.3",
8433                 "symfony/polyfill-ctype": "~1.8"
8434             },
8435             "type": "library",
8436             "extra": {
8437                 "branch-alias": {
8438                     "dev-master": "4.4-dev"
8439                 }
8440             },
8441             "autoload": {
8442                 "psr-4": {
8443                     "Symfony\\Component\\Filesystem\\": ""
8444                 },
8445                 "exclude-from-classmap": [
8446                     "/Tests/"
8447                 ]
8448             },
8449             "notification-url": "https://packagist.org/downloads/",
8450             "license": [
8451                 "MIT"
8452             ],
8453             "authors": [
8454                 {
8455                     "name": "Fabien Potencier",
8456                     "email": "fabien@symfony.com"
8457                 },
8458                 {
8459                     "name": "Symfony Community",
8460                     "homepage": "https://symfony.com/contributors"
8461                 }
8462             ],
8463             "description": "Symfony Filesystem Component",
8464             "homepage": "https://symfony.com",
8465             "funding": [
8466                 {
8467                     "url": "https://symfony.com/sponsor",
8468                     "type": "custom"
8469                 },
8470                 {
8471                     "url": "https://github.com/fabpot",
8472                     "type": "github"
8473                 },
8474                 {
8475                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8476                     "type": "tidelift"
8477                 }
8478             ],
8479             "time": "2020-08-21T17:19:37+00:00"
8480         },
8481         {
8482             "name": "theseer/fdomdocument",
8483             "version": "1.6.6",
8484             "source": {
8485                 "type": "git",
8486                 "url": "https://github.com/theseer/fDOMDocument.git",
8487                 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
8488             },
8489             "dist": {
8490                 "type": "zip",
8491                 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
8492                 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
8493                 "shasum": ""
8494             },
8495             "require": {
8496                 "ext-dom": "*",
8497                 "lib-libxml": "*",
8498                 "php": ">=5.3.3"
8499             },
8500             "type": "library",
8501             "autoload": {
8502                 "classmap": [
8503                     "src/"
8504                 ]
8505             },
8506             "notification-url": "https://packagist.org/downloads/",
8507             "license": [
8508                 "BSD-3-Clause"
8509             ],
8510             "authors": [
8511                 {
8512                     "name": "Arne Blankerts",
8513                     "role": "lead",
8514                     "email": "arne@blankerts.de"
8515                 }
8516             ],
8517             "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
8518             "homepage": "https://github.com/theseer/fDOMDocument",
8519             "time": "2017-06-30T11:53:12+00:00"
8520         },
8521         {
8522             "name": "theseer/tokenizer",
8523             "version": "1.2.0",
8524             "source": {
8525                 "type": "git",
8526                 "url": "https://github.com/theseer/tokenizer.git",
8527                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
8528             },
8529             "dist": {
8530                 "type": "zip",
8531                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
8532                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
8533                 "shasum": ""
8534             },
8535             "require": {
8536                 "ext-dom": "*",
8537                 "ext-tokenizer": "*",
8538                 "ext-xmlwriter": "*",
8539                 "php": "^7.2 || ^8.0"
8540             },
8541             "type": "library",
8542             "autoload": {
8543                 "classmap": [
8544                     "src/"
8545                 ]
8546             },
8547             "notification-url": "https://packagist.org/downloads/",
8548             "license": [
8549                 "BSD-3-Clause"
8550             ],
8551             "authors": [
8552                 {
8553                     "name": "Arne Blankerts",
8554                     "email": "arne@blankerts.de",
8555                     "role": "Developer"
8556                 }
8557             ],
8558             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
8559             "funding": [
8560                 {
8561                     "url": "https://github.com/theseer",
8562                     "type": "github"
8563                 }
8564             ],
8565             "time": "2020-07-12T23:59:07+00:00"
8566         },
8567         {
8568             "name": "webmozart/assert",
8569             "version": "1.9.1",
8570             "source": {
8571                 "type": "git",
8572                 "url": "https://github.com/webmozart/assert.git",
8573                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
8574             },
8575             "dist": {
8576                 "type": "zip",
8577                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
8578                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
8579                 "shasum": ""
8580             },
8581             "require": {
8582                 "php": "^5.3.3 || ^7.0 || ^8.0",
8583                 "symfony/polyfill-ctype": "^1.8"
8584             },
8585             "conflict": {
8586                 "phpstan/phpstan": "<0.12.20",
8587                 "vimeo/psalm": "<3.9.1"
8588             },
8589             "require-dev": {
8590                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
8591             },
8592             "type": "library",
8593             "autoload": {
8594                 "psr-4": {
8595                     "Webmozart\\Assert\\": "src/"
8596                 }
8597             },
8598             "notification-url": "https://packagist.org/downloads/",
8599             "license": [
8600                 "MIT"
8601             ],
8602             "authors": [
8603                 {
8604                     "name": "Bernhard Schussek",
8605                     "email": "bschussek@gmail.com"
8606                 }
8607             ],
8608             "description": "Assertions to validate method input/output with nice error messages.",
8609             "keywords": [
8610                 "assert",
8611                 "check",
8612                 "validate"
8613             ],
8614             "time": "2020-07-08T17:02:28+00:00"
8615         },
8616         {
8617             "name": "wnx/laravel-stats",
8618             "version": "v2.0.2",
8619             "source": {
8620                 "type": "git",
8621                 "url": "https://github.com/stefanzweifel/laravel-stats.git",
8622                 "reference": "e86ebfdd149383b18a41fe3efa1601d82d447140"
8623             },
8624             "dist": {
8625                 "type": "zip",
8626                 "url": "https://api.github.com/repos/stefanzweifel/laravel-stats/zipball/e86ebfdd149383b18a41fe3efa1601d82d447140",
8627                 "reference": "e86ebfdd149383b18a41fe3efa1601d82d447140",
8628                 "shasum": ""
8629             },
8630             "require": {
8631                 "illuminate/console": "~5.8.0|^6.0|^7.0",
8632                 "illuminate/support": "~5.8.0|^6.0|^7.0",
8633                 "php": ">=7.2.0",
8634                 "phploc/phploc": "~5.0|~6.0",
8635                 "symfony/finder": "~4.0"
8636             },
8637             "require-dev": {
8638                 "friendsofphp/php-cs-fixer": "^2.15",
8639                 "laravel/browser-kit-testing": "~5.0",
8640                 "laravel/dusk": "~5.0",
8641                 "mockery/mockery": "^1.1",
8642                 "orchestra/testbench": "^3.8|^4.0|^5.0",
8643                 "phpunit/phpunit": "8.*|9.*"
8644             },
8645             "type": "library",
8646             "extra": {
8647                 "laravel": {
8648                     "providers": [
8649                         "Wnx\\LaravelStats\\StatsServiceProvider"
8650                     ]
8651                 }
8652             },
8653             "autoload": {
8654                 "psr-4": {
8655                     "Wnx\\LaravelStats\\": "src/"
8656                 }
8657             },
8658             "notification-url": "https://packagist.org/downloads/",
8659             "license": [
8660                 "MIT"
8661             ],
8662             "authors": [
8663                 {
8664                     "name": "Stefan Zweifel",
8665                     "email": "hello@stefanzweifel.io",
8666                     "homepage": "https://stefanzweifel.io",
8667                     "role": "Developer"
8668                 }
8669             ],
8670             "description": "Get insights about your Laravel Project",
8671             "homepage": "https://github.com/stefanzweifel/laravel-stats",
8672             "keywords": [
8673                 "laravel",
8674                 "statistics",
8675                 "stats",
8676                 "wnx"
8677             ],
8678             "time": "2020-02-22T19:09:14+00:00"
8679         }
8680     ],
8681     "aliases": [],
8682     "minimum-stability": "dev",
8683     "stability-flags": [],
8684     "prefer-stable": true,
8685     "prefer-lowest": false,
8686     "platform": {
8687         "php": "^7.2",
8688         "ext-curl": "*",
8689         "ext-dom": "*",
8690         "ext-gd": "*",
8691         "ext-json": "*",
8692         "ext-mbstring": "*",
8693         "ext-tidy": "*",
8694         "ext-xml": "*"
8695     },
8696     "platform-dev": [],
8697     "platform-overrides": {
8698         "php": "7.2.0"
8699     },
8700     "plugin-api-version": "1.1.0"
8701 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.