Moodle release 3.9.3
[moodle.git] / composer.lock
blob11dbff6e99cfeab60a5adee0d4ea5b4d200df436
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": "b1953ceec577434625a7aee12f650daa",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "behat/behat",
12             "version": "v3.6.1",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Behat/Behat.git",
16                 "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Behat/Behat/zipball/9bfe195b4745c32e068af03fa4df9558b4916d30",
21                 "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30",
22                 "shasum": ""
23             },
24             "require": {
25                 "behat/gherkin": "^4.6.0",
26                 "behat/transliterator": "^1.2",
27                 "container-interop/container-interop": "^1.2",
28                 "ext-mbstring": "*",
29                 "php": ">=5.3.3",
30                 "psr/container": "^1.0",
31                 "symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
32                 "symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0",
33                 "symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
34                 "symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
35                 "symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
36                 "symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0"
37             },
38             "require-dev": {
39                 "herrera-io/box": "~1.6.1",
40                 "phpunit/phpunit": "^4.8.36 || ^6.3",
41                 "symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0"
42             },
43             "suggest": {
44                 "ext-dom": "Needed to output test results in JUnit format."
45             },
46             "bin": [
47                 "bin/behat"
48             ],
49             "type": "library",
50             "extra": {
51                 "branch-alias": {
52                     "dev-master": "3.6.x-dev"
53                 }
54             },
55             "autoload": {
56                 "psr-4": {
57                     "Behat\\Behat\\": "src/Behat/Behat/",
58                     "Behat\\Testwork\\": "src/Behat/Testwork/"
59                 }
60             },
61             "notification-url": "https://packagist.org/downloads/",
62             "license": [
63                 "MIT"
64             ],
65             "authors": [
66                 {
67                     "name": "Konstantin Kudryashov",
68                     "email": "ever.zet@gmail.com",
69                     "homepage": "http://everzet.com"
70                 }
71             ],
72             "description": "Scenario-oriented BDD framework for PHP 5.3",
73             "homepage": "http://behat.org/",
74             "keywords": [
75                 "Agile",
76                 "BDD",
77                 "ScenarioBDD",
78                 "Scrum",
79                 "StoryBDD",
80                 "User story",
81                 "business",
82                 "development",
83                 "documentation",
84                 "examples",
85                 "symfony",
86                 "testing"
87             ],
88             "time": "2020-02-06T09:54:48+00:00"
89         },
90         {
91             "name": "behat/gherkin",
92             "version": "v4.6.2",
93             "source": {
94                 "type": "git",
95                 "url": "https://github.com/Behat/Gherkin.git",
96                 "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31"
97             },
98             "dist": {
99                 "type": "zip",
100                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31",
101                 "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31",
102                 "shasum": ""
103             },
104             "require": {
105                 "php": ">=5.3.1"
106             },
107             "require-dev": {
108                 "phpunit/phpunit": "~4.5|~5",
109                 "symfony/phpunit-bridge": "~2.7|~3|~4",
110                 "symfony/yaml": "~2.3|~3|~4"
111             },
112             "suggest": {
113                 "symfony/yaml": "If you want to parse features, represented in YAML files"
114             },
115             "type": "library",
116             "extra": {
117                 "branch-alias": {
118                     "dev-master": "4.4-dev"
119                 }
120             },
121             "autoload": {
122                 "psr-0": {
123                     "Behat\\Gherkin": "src/"
124                 }
125             },
126             "notification-url": "https://packagist.org/downloads/",
127             "license": [
128                 "MIT"
129             ],
130             "authors": [
131                 {
132                     "name": "Konstantin Kudryashov",
133                     "email": "ever.zet@gmail.com",
134                     "homepage": "http://everzet.com"
135                 }
136             ],
137             "description": "Gherkin DSL parser for PHP 5.3",
138             "homepage": "http://behat.org/",
139             "keywords": [
140                 "BDD",
141                 "Behat",
142                 "Cucumber",
143                 "DSL",
144                 "gherkin",
145                 "parser"
146             ],
147             "time": "2020-03-17T14:03:26+00:00"
148         },
149         {
150             "name": "behat/mink",
151             "version": "v1.8.1",
152             "source": {
153                 "type": "git",
154                 "url": "https://github.com/minkphp/Mink.git",
155                 "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887"
156             },
157             "dist": {
158                 "type": "zip",
159                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887",
160                 "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887",
161                 "shasum": ""
162             },
163             "require": {
164                 "php": ">=5.3.1",
165                 "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
166             },
167             "require-dev": {
168                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20",
169                 "symfony/debug": "^2.7|^3.0|^4.0",
170                 "symfony/phpunit-bridge": "^3.4.38 || ^5.0.5"
171             },
172             "suggest": {
173                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
174                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
175                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
176                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
177                 "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
178             },
179             "type": "library",
180             "extra": {
181                 "branch-alias": {
182                     "dev-master": "1.8.x-dev"
183                 }
184             },
185             "autoload": {
186                 "psr-4": {
187                     "Behat\\Mink\\": "src/"
188                 }
189             },
190             "notification-url": "https://packagist.org/downloads/",
191             "license": [
192                 "MIT"
193             ],
194             "authors": [
195                 {
196                     "name": "Konstantin Kudryashov",
197                     "email": "ever.zet@gmail.com",
198                     "homepage": "http://everzet.com"
199                 }
200             ],
201             "description": "Browser controller/emulator abstraction for PHP",
202             "homepage": "http://mink.behat.org/",
203             "keywords": [
204                 "browser",
205                 "testing",
206                 "web"
207             ],
208             "time": "2020-03-11T15:45:53+00:00"
209         },
210         {
211             "name": "behat/mink-browserkit-driver",
212             "version": "v1.3.4",
213             "source": {
214                 "type": "git",
215                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
216                 "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee"
217             },
218             "dist": {
219                 "type": "zip",
220                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/e3b90840022ebcd544c7b394a3c9597ae242cbee",
221                 "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee",
222                 "shasum": ""
223             },
224             "require": {
225                 "behat/mink": "^1.7.1@dev",
226                 "php": ">=5.3.6",
227                 "symfony/browser-kit": "~2.3|~3.0|~4.0",
228                 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
229             },
230             "require-dev": {
231                 "mink/driver-testsuite": "dev-master",
232                 "symfony/debug": "^2.7|^3.0|^4.0",
233                 "symfony/http-kernel": "~2.3|~3.0|~4.0"
234             },
235             "type": "mink-driver",
236             "extra": {
237                 "branch-alias": {
238                     "dev-master": "1.3.x-dev"
239                 }
240             },
241             "autoload": {
242                 "psr-4": {
243                     "Behat\\Mink\\Driver\\": "src/"
244                 }
245             },
246             "notification-url": "https://packagist.org/downloads/",
247             "license": [
248                 "MIT"
249             ],
250             "authors": [
251                 {
252                     "name": "Konstantin Kudryashov",
253                     "email": "ever.zet@gmail.com",
254                     "homepage": "http://everzet.com"
255                 }
256             ],
257             "description": "Symfony2 BrowserKit driver for Mink framework",
258             "homepage": "http://mink.behat.org/",
259             "keywords": [
260                 "Mink",
261                 "Symfony2",
262                 "browser",
263                 "testing"
264             ],
265             "time": "2020-03-11T09:49:45+00:00"
266         },
267         {
268             "name": "behat/mink-extension",
269             "version": "2.3.1",
270             "source": {
271                 "type": "git",
272                 "url": "https://github.com/Behat/MinkExtension.git",
273                 "reference": "80f7849ba53867181b7e412df9210e12fba50177"
274             },
275             "dist": {
276                 "type": "zip",
277                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177",
278                 "reference": "80f7849ba53867181b7e412df9210e12fba50177",
279                 "shasum": ""
280             },
281             "require": {
282                 "behat/behat": "^3.0.5",
283                 "behat/mink": "^1.5",
284                 "php": ">=5.3.2",
285                 "symfony/config": "^2.7|^3.0|^4.0"
286             },
287             "require-dev": {
288                 "behat/mink-goutte-driver": "^1.1",
289                 "phpspec/phpspec": "^2.0"
290             },
291             "type": "behat-extension",
292             "extra": {
293                 "branch-alias": {
294                     "dev-master": "2.1.x-dev"
295                 }
296             },
297             "autoload": {
298                 "psr-0": {
299                     "Behat\\MinkExtension": "src/"
300                 }
301             },
302             "notification-url": "https://packagist.org/downloads/",
303             "license": [
304                 "MIT"
305             ],
306             "authors": [
307                 {
308                     "name": "Christophe Coevoet",
309                     "email": "stof@notk.org"
310                 },
311                 {
312                     "name": "Konstantin Kudryashov",
313                     "email": "ever.zet@gmail.com"
314                 }
315             ],
316             "description": "Mink extension for Behat",
317             "homepage": "http://extensions.behat.org/mink",
318             "keywords": [
319                 "browser",
320                 "gui",
321                 "test",
322                 "web"
323             ],
324             "time": "2018-02-06T15:36:30+00:00"
325         },
326         {
327             "name": "behat/mink-goutte-driver",
328             "version": "v1.2.1",
329             "source": {
330                 "type": "git",
331                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
332                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
333             },
334             "dist": {
335                 "type": "zip",
336                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
337                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
338                 "shasum": ""
339             },
340             "require": {
341                 "behat/mink": "~1.6@dev",
342                 "behat/mink-browserkit-driver": "~1.2@dev",
343                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
344                 "php": ">=5.3.1"
345             },
346             "require-dev": {
347                 "symfony/phpunit-bridge": "~2.7|~3.0"
348             },
349             "type": "mink-driver",
350             "extra": {
351                 "branch-alias": {
352                     "dev-master": "1.2.x-dev"
353                 }
354             },
355             "autoload": {
356                 "psr-4": {
357                     "Behat\\Mink\\Driver\\": "src/"
358                 }
359             },
360             "notification-url": "https://packagist.org/downloads/",
361             "license": [
362                 "MIT"
363             ],
364             "authors": [
365                 {
366                     "name": "Konstantin Kudryashov",
367                     "email": "ever.zet@gmail.com",
368                     "homepage": "http://everzet.com"
369                 }
370             ],
371             "description": "Goutte driver for Mink framework",
372             "homepage": "http://mink.behat.org/",
373             "keywords": [
374                 "browser",
375                 "goutte",
376                 "headless",
377                 "testing"
378             ],
379             "time": "2016-03-05T09:04:22+00:00"
380         },
381         {
382             "name": "behat/mink-selenium2-driver",
383             "version": "v1.4.0",
384             "source": {
385                 "type": "git",
386                 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
387                 "reference": "312a967dd527f28980cce40850339cd5316da092"
388             },
389             "dist": {
390                 "type": "zip",
391                 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092",
392                 "reference": "312a967dd527f28980cce40850339cd5316da092",
393                 "shasum": ""
394             },
395             "require": {
396                 "behat/mink": "~1.7@dev",
397                 "instaclick/php-webdriver": "~1.1",
398                 "php": ">=5.4"
399             },
400             "require-dev": {
401                 "mink/driver-testsuite": "dev-master"
402             },
403             "type": "mink-driver",
404             "extra": {
405                 "branch-alias": {
406                     "dev-master": "1.4.x-dev"
407                 }
408             },
409             "autoload": {
410                 "psr-4": {
411                     "Behat\\Mink\\Driver\\": "src/"
412                 }
413             },
414             "notification-url": "https://packagist.org/downloads/",
415             "license": [
416                 "MIT"
417             ],
418             "authors": [
419                 {
420                     "name": "Pete Otaqui",
421                     "email": "pete@otaqui.com",
422                     "homepage": "https://github.com/pete-otaqui"
423                 },
424                 {
425                     "name": "Konstantin Kudryashov",
426                     "email": "ever.zet@gmail.com",
427                     "homepage": "http://everzet.com"
428                 }
429             ],
430             "description": "Selenium2 (WebDriver) driver for Mink framework",
431             "homepage": "http://mink.behat.org/",
432             "keywords": [
433                 "ajax",
434                 "browser",
435                 "javascript",
436                 "selenium",
437                 "testing",
438                 "webdriver"
439             ],
440             "time": "2020-03-11T14:43:21+00:00"
441         },
442         {
443             "name": "behat/transliterator",
444             "version": "v1.3.0",
445             "source": {
446                 "type": "git",
447                 "url": "https://github.com/Behat/Transliterator.git",
448                 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
449             },
450             "dist": {
451                 "type": "zip",
452                 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
453                 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
454                 "shasum": ""
455             },
456             "require": {
457                 "php": ">=5.3.3"
458             },
459             "require-dev": {
460                 "chuyskywalker/rolling-curl": "^3.1",
461                 "php-yaoi/php-yaoi": "^1.0",
462                 "phpunit/phpunit": "^4.8.36|^6.3"
463             },
464             "type": "library",
465             "extra": {
466                 "branch-alias": {
467                     "dev-master": "1.2-dev"
468                 }
469             },
470             "autoload": {
471                 "psr-4": {
472                     "Behat\\Transliterator\\": "src/Behat/Transliterator"
473                 }
474             },
475             "notification-url": "https://packagist.org/downloads/",
476             "license": [
477                 "Artistic-1.0"
478             ],
479             "description": "String transliterator",
480             "keywords": [
481                 "i18n",
482                 "slug",
483                 "transliterator"
484             ],
485             "time": "2020-01-14T16:39:13+00:00"
486         },
487         {
488             "name": "container-interop/container-interop",
489             "version": "1.2.0",
490             "source": {
491                 "type": "git",
492                 "url": "https://github.com/container-interop/container-interop.git",
493                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
494             },
495             "dist": {
496                 "type": "zip",
497                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
498                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
499                 "shasum": ""
500             },
501             "require": {
502                 "psr/container": "^1.0"
503             },
504             "type": "library",
505             "autoload": {
506                 "psr-4": {
507                     "Interop\\Container\\": "src/Interop/Container/"
508                 }
509             },
510             "notification-url": "https://packagist.org/downloads/",
511             "license": [
512                 "MIT"
513             ],
514             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
515             "homepage": "https://github.com/container-interop/container-interop",
516             "abandoned": "psr/container",
517             "time": "2017-02-14T19:40:03+00:00"
518         },
519         {
520             "name": "doctrine/instantiator",
521             "version": "1.3.0",
522             "source": {
523                 "type": "git",
524                 "url": "https://github.com/doctrine/instantiator.git",
525                 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
526             },
527             "dist": {
528                 "type": "zip",
529                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
530                 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
531                 "shasum": ""
532             },
533             "require": {
534                 "php": "^7.1"
535             },
536             "require-dev": {
537                 "doctrine/coding-standard": "^6.0",
538                 "ext-pdo": "*",
539                 "ext-phar": "*",
540                 "phpbench/phpbench": "^0.13",
541                 "phpstan/phpstan-phpunit": "^0.11",
542                 "phpstan/phpstan-shim": "^0.11",
543                 "phpunit/phpunit": "^7.0"
544             },
545             "type": "library",
546             "extra": {
547                 "branch-alias": {
548                     "dev-master": "1.2.x-dev"
549                 }
550             },
551             "autoload": {
552                 "psr-4": {
553                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
554                 }
555             },
556             "notification-url": "https://packagist.org/downloads/",
557             "license": [
558                 "MIT"
559             ],
560             "authors": [
561                 {
562                     "name": "Marco Pivetta",
563                     "email": "ocramius@gmail.com",
564                     "homepage": "http://ocramius.github.com/"
565                 }
566             ],
567             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
568             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
569             "keywords": [
570                 "constructor",
571                 "instantiate"
572             ],
573             "time": "2019-10-21T16:45:58+00:00"
574         },
575         {
576             "name": "fabpot/goutte",
577             "version": "v3.3.0",
578             "source": {
579                 "type": "git",
580                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
581                 "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae"
582             },
583             "dist": {
584                 "type": "zip",
585                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
586                 "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
587                 "shasum": ""
588             },
589             "require": {
590                 "guzzlehttp/guzzle": "^6.0",
591                 "php": "^7.1.3",
592                 "symfony/browser-kit": "^4.4|^5.0",
593                 "symfony/css-selector": "^4.4|^5.0",
594                 "symfony/dom-crawler": "^4.4|^5.0"
595             },
596             "require-dev": {
597                 "symfony/phpunit-bridge": "^5.0"
598             },
599             "type": "application",
600             "extra": {
601                 "branch-alias": {
602                     "dev-master": "3.3-dev"
603                 }
604             },
605             "autoload": {
606                 "psr-4": {
607                     "Goutte\\": "Goutte"
608                 },
609                 "exclude-from-classmap": [
610                     "Goutte/Tests"
611                 ]
612             },
613             "notification-url": "https://packagist.org/downloads/",
614             "license": [
615                 "MIT"
616             ],
617             "authors": [
618                 {
619                     "name": "Fabien Potencier",
620                     "email": "fabien@symfony.com"
621                 }
622             ],
623             "description": "A simple PHP Web Scraper",
624             "homepage": "https://github.com/FriendsOfPHP/Goutte",
625             "keywords": [
626                 "scraper"
627             ],
628             "time": "2019-12-06T13:11:18+00:00"
629         },
630         {
631             "name": "guzzlehttp/guzzle",
632             "version": "6.5.3",
633             "source": {
634                 "type": "git",
635                 "url": "https://github.com/guzzle/guzzle.git",
636                 "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
637             },
638             "dist": {
639                 "type": "zip",
640                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
641                 "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
642                 "shasum": ""
643             },
644             "require": {
645                 "ext-json": "*",
646                 "guzzlehttp/promises": "^1.0",
647                 "guzzlehttp/psr7": "^1.6.1",
648                 "php": ">=5.5",
649                 "symfony/polyfill-intl-idn": "^1.11"
650             },
651             "require-dev": {
652                 "ext-curl": "*",
653                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
654                 "psr/log": "^1.1"
655             },
656             "suggest": {
657                 "psr/log": "Required for using the Log middleware"
658             },
659             "type": "library",
660             "extra": {
661                 "branch-alias": {
662                     "dev-master": "6.5-dev"
663                 }
664             },
665             "autoload": {
666                 "psr-4": {
667                     "GuzzleHttp\\": "src/"
668                 },
669                 "files": [
670                     "src/functions_include.php"
671                 ]
672             },
673             "notification-url": "https://packagist.org/downloads/",
674             "license": [
675                 "MIT"
676             ],
677             "authors": [
678                 {
679                     "name": "Michael Dowling",
680                     "email": "mtdowling@gmail.com",
681                     "homepage": "https://github.com/mtdowling"
682                 }
683             ],
684             "description": "Guzzle is a PHP HTTP client library",
685             "homepage": "http://guzzlephp.org/",
686             "keywords": [
687                 "client",
688                 "curl",
689                 "framework",
690                 "http",
691                 "http client",
692                 "rest",
693                 "web service"
694             ],
695             "time": "2020-04-18T10:38:46+00:00"
696         },
697         {
698             "name": "guzzlehttp/promises",
699             "version": "v1.3.1",
700             "source": {
701                 "type": "git",
702                 "url": "https://github.com/guzzle/promises.git",
703                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
704             },
705             "dist": {
706                 "type": "zip",
707                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
708                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
709                 "shasum": ""
710             },
711             "require": {
712                 "php": ">=5.5.0"
713             },
714             "require-dev": {
715                 "phpunit/phpunit": "^4.0"
716             },
717             "type": "library",
718             "extra": {
719                 "branch-alias": {
720                     "dev-master": "1.4-dev"
721                 }
722             },
723             "autoload": {
724                 "psr-4": {
725                     "GuzzleHttp\\Promise\\": "src/"
726                 },
727                 "files": [
728                     "src/functions_include.php"
729                 ]
730             },
731             "notification-url": "https://packagist.org/downloads/",
732             "license": [
733                 "MIT"
734             ],
735             "authors": [
736                 {
737                     "name": "Michael Dowling",
738                     "email": "mtdowling@gmail.com",
739                     "homepage": "https://github.com/mtdowling"
740                 }
741             ],
742             "description": "Guzzle promises library",
743             "keywords": [
744                 "promise"
745             ],
746             "time": "2016-12-20T10:07:11+00:00"
747         },
748         {
749             "name": "guzzlehttp/psr7",
750             "version": "1.6.1",
751             "source": {
752                 "type": "git",
753                 "url": "https://github.com/guzzle/psr7.git",
754                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
755             },
756             "dist": {
757                 "type": "zip",
758                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
759                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
760                 "shasum": ""
761             },
762             "require": {
763                 "php": ">=5.4.0",
764                 "psr/http-message": "~1.0",
765                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
766             },
767             "provide": {
768                 "psr/http-message-implementation": "1.0"
769             },
770             "require-dev": {
771                 "ext-zlib": "*",
772                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
773             },
774             "suggest": {
775                 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
776             },
777             "type": "library",
778             "extra": {
779                 "branch-alias": {
780                     "dev-master": "1.6-dev"
781                 }
782             },
783             "autoload": {
784                 "psr-4": {
785                     "GuzzleHttp\\Psr7\\": "src/"
786                 },
787                 "files": [
788                     "src/functions_include.php"
789                 ]
790             },
791             "notification-url": "https://packagist.org/downloads/",
792             "license": [
793                 "MIT"
794             ],
795             "authors": [
796                 {
797                     "name": "Michael Dowling",
798                     "email": "mtdowling@gmail.com",
799                     "homepage": "https://github.com/mtdowling"
800                 },
801                 {
802                     "name": "Tobias Schultze",
803                     "homepage": "https://github.com/Tobion"
804                 }
805             ],
806             "description": "PSR-7 message implementation that also provides common utility methods",
807             "keywords": [
808                 "http",
809                 "message",
810                 "psr-7",
811                 "request",
812                 "response",
813                 "stream",
814                 "uri",
815                 "url"
816             ],
817             "time": "2019-07-01T23:21:34+00:00"
818         },
819         {
820             "name": "instaclick/php-webdriver",
821             "version": "dev-local",
822             "source": {
823                 "type": "git",
824                 "url": "https://github.com/moodlehq/php-webdriver.git",
825                 "reference": "3df827208ec104a9716aa8c30741e330da620c1e"
826             },
827             "dist": {
828                 "type": "zip",
829                 "url": "https://api.github.com/repos/moodlehq/php-webdriver/zipball/3df827208ec104a9716aa8c30741e330da620c1e",
830                 "reference": "3df827208ec104a9716aa8c30741e330da620c1e",
831                 "shasum": ""
832             },
833             "require": {
834                 "ext-curl": "*",
835                 "php": ">=5.3.2"
836             },
837             "require-dev": {
838                 "phpunit/phpunit": "^4.8",
839                 "satooshi/php-coveralls": "^1.0||^2.0"
840             },
841             "type": "library",
842             "extra": {
843                 "branch-alias": {
844                     "dev-master": "1.4.x-dev"
845                 }
846             },
847             "autoload": {
848                 "psr-0": {
849                     "WebDriver": "lib/"
850                 }
851             },
852             "license": [
853                 "Apache-2.0"
854             ],
855             "authors": [
856                 {
857                     "name": "Justin Bishop",
858                     "email": "jubishop@gmail.com",
859                     "role": "Developer"
860                 },
861                 {
862                     "name": "Anthon Pang",
863                     "email": "apang@softwaredevelopment.ca",
864                     "role": "Fork Maintainer"
865                 }
866             ],
867             "description": "PHP WebDriver for Selenium 2",
868             "homepage": "http://instaclick.com/",
869             "keywords": [
870                 "browser",
871                 "selenium",
872                 "webdriver",
873                 "webtest"
874             ],
875             "support": {
876                 "source": "https://github.com/moodlehq/php-webdriver/tree/local"
877             },
878             "time": "2019-08-14T02:10:24+00:00"
879         },
880         {
881             "name": "mikey179/vfsstream",
882             "version": "v1.6.8",
883             "source": {
884                 "type": "git",
885                 "url": "https://github.com/bovigo/vfsStream.git",
886                 "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
887             },
888             "dist": {
889                 "type": "zip",
890                 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
891                 "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
892                 "shasum": ""
893             },
894             "require": {
895                 "php": ">=5.3.0"
896             },
897             "require-dev": {
898                 "phpunit/phpunit": "^4.5|^5.0"
899             },
900             "type": "library",
901             "extra": {
902                 "branch-alias": {
903                     "dev-master": "1.6.x-dev"
904                 }
905             },
906             "autoload": {
907                 "psr-0": {
908                     "org\\bovigo\\vfs\\": "src/main/php"
909                 }
910             },
911             "notification-url": "https://packagist.org/downloads/",
912             "license": [
913                 "BSD-3-Clause"
914             ],
915             "authors": [
916                 {
917                     "name": "Frank Kleine",
918                     "homepage": "http://frankkleine.de/",
919                     "role": "Developer"
920                 }
921             ],
922             "description": "Virtual file system to mock the real file system in unit tests.",
923             "homepage": "http://vfs.bovigo.org/",
924             "time": "2019-10-30T15:31:00+00:00"
925         },
926         {
927             "name": "moodlehq/behat-extension",
928             "version": "v3.39.3",
929             "source": {
930                 "type": "git",
931                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
932                 "reference": "d05ea443ff24f90edb9b31c92e4dfe67c58a0b4b"
933             },
934             "dist": {
935                 "type": "zip",
936                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/d05ea443ff24f90edb9b31c92e4dfe67c58a0b4b",
937                 "reference": "d05ea443ff24f90edb9b31c92e4dfe67c58a0b4b",
938                 "shasum": ""
939             },
940             "require": {
941                 "behat/behat": "3.6.*",
942                 "behat/mink": "~1.8",
943                 "behat/mink-extension": "~2.3",
944                 "behat/mink-goutte-driver": "~1.2",
945                 "behat/mink-selenium2-driver": "~1.4",
946                 "php": ">=7.2.0",
947                 "symfony/process": "^4.0 || ^5.0"
948             },
949             "type": "library",
950             "autoload": {
951                 "psr-0": {
952                     "Moodle\\BehatExtension": "src/"
953                 }
954             },
955             "notification-url": "https://packagist.org/downloads/",
956             "license": [
957                 "GPL-3.0-or-later"
958             ],
959             "authors": [
960                 {
961                     "name": "David Monllaó",
962                     "email": "david.monllao@gmail.com",
963                     "homepage": "http://moodle.com",
964                     "role": "Developer"
965                 }
966             ],
967             "description": "Moodle behat extension",
968             "keywords": [
969                 "BDD",
970                 "Behat",
971                 "moodle"
972             ],
973             "time": "2020-04-20T09:32:44+00:00"
974         },
975         {
976             "name": "myclabs/deep-copy",
977             "version": "1.9.5",
978             "source": {
979                 "type": "git",
980                 "url": "https://github.com/myclabs/DeepCopy.git",
981                 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
982             },
983             "dist": {
984                 "type": "zip",
985                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
986                 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
987                 "shasum": ""
988             },
989             "require": {
990                 "php": "^7.1"
991             },
992             "replace": {
993                 "myclabs/deep-copy": "self.version"
994             },
995             "require-dev": {
996                 "doctrine/collections": "^1.0",
997                 "doctrine/common": "^2.6",
998                 "phpunit/phpunit": "^7.1"
999             },
1000             "type": "library",
1001             "autoload": {
1002                 "psr-4": {
1003                     "DeepCopy\\": "src/DeepCopy/"
1004                 },
1005                 "files": [
1006                     "src/DeepCopy/deep_copy.php"
1007                 ]
1008             },
1009             "notification-url": "https://packagist.org/downloads/",
1010             "license": [
1011                 "MIT"
1012             ],
1013             "description": "Create deep copies (clones) of your objects",
1014             "keywords": [
1015                 "clone",
1016                 "copy",
1017                 "duplicate",
1018                 "object",
1019                 "object graph"
1020             ],
1021             "time": "2020-01-17T21:11:47+00:00"
1022         },
1023         {
1024             "name": "phar-io/manifest",
1025             "version": "1.0.3",
1026             "source": {
1027                 "type": "git",
1028                 "url": "https://github.com/phar-io/manifest.git",
1029                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
1030             },
1031             "dist": {
1032                 "type": "zip",
1033                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1034                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1035                 "shasum": ""
1036             },
1037             "require": {
1038                 "ext-dom": "*",
1039                 "ext-phar": "*",
1040                 "phar-io/version": "^2.0",
1041                 "php": "^5.6 || ^7.0"
1042             },
1043             "type": "library",
1044             "extra": {
1045                 "branch-alias": {
1046                     "dev-master": "1.0.x-dev"
1047                 }
1048             },
1049             "autoload": {
1050                 "classmap": [
1051                     "src/"
1052                 ]
1053             },
1054             "notification-url": "https://packagist.org/downloads/",
1055             "license": [
1056                 "BSD-3-Clause"
1057             ],
1058             "authors": [
1059                 {
1060                     "name": "Arne Blankerts",
1061                     "email": "arne@blankerts.de",
1062                     "role": "Developer"
1063                 },
1064                 {
1065                     "name": "Sebastian Heuer",
1066                     "email": "sebastian@phpeople.de",
1067                     "role": "Developer"
1068                 },
1069                 {
1070                     "name": "Sebastian Bergmann",
1071                     "email": "sebastian@phpunit.de",
1072                     "role": "Developer"
1073                 }
1074             ],
1075             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1076             "time": "2018-07-08T19:23:20+00:00"
1077         },
1078         {
1079             "name": "phar-io/version",
1080             "version": "2.0.1",
1081             "source": {
1082                 "type": "git",
1083                 "url": "https://github.com/phar-io/version.git",
1084                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
1085             },
1086             "dist": {
1087                 "type": "zip",
1088                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1089                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1090                 "shasum": ""
1091             },
1092             "require": {
1093                 "php": "^5.6 || ^7.0"
1094             },
1095             "type": "library",
1096             "autoload": {
1097                 "classmap": [
1098                     "src/"
1099                 ]
1100             },
1101             "notification-url": "https://packagist.org/downloads/",
1102             "license": [
1103                 "BSD-3-Clause"
1104             ],
1105             "authors": [
1106                 {
1107                     "name": "Arne Blankerts",
1108                     "email": "arne@blankerts.de",
1109                     "role": "Developer"
1110                 },
1111                 {
1112                     "name": "Sebastian Heuer",
1113                     "email": "sebastian@phpeople.de",
1114                     "role": "Developer"
1115                 },
1116                 {
1117                     "name": "Sebastian Bergmann",
1118                     "email": "sebastian@phpunit.de",
1119                     "role": "Developer"
1120                 }
1121             ],
1122             "description": "Library for handling version information and constraints",
1123             "time": "2018-07-08T19:19:57+00:00"
1124         },
1125         {
1126             "name": "phpdocumentor/reflection-common",
1127             "version": "2.0.0",
1128             "source": {
1129                 "type": "git",
1130                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1131                 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
1132             },
1133             "dist": {
1134                 "type": "zip",
1135                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
1136                 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
1137                 "shasum": ""
1138             },
1139             "require": {
1140                 "php": ">=7.1"
1141             },
1142             "require-dev": {
1143                 "phpunit/phpunit": "~6"
1144             },
1145             "type": "library",
1146             "extra": {
1147                 "branch-alias": {
1148                     "dev-master": "2.x-dev"
1149                 }
1150             },
1151             "autoload": {
1152                 "psr-4": {
1153                     "phpDocumentor\\Reflection\\": "src/"
1154                 }
1155             },
1156             "notification-url": "https://packagist.org/downloads/",
1157             "license": [
1158                 "MIT"
1159             ],
1160             "authors": [
1161                 {
1162                     "name": "Jaap van Otterdijk",
1163                     "email": "opensource@ijaap.nl"
1164                 }
1165             ],
1166             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1167             "homepage": "http://www.phpdoc.org",
1168             "keywords": [
1169                 "FQSEN",
1170                 "phpDocumentor",
1171                 "phpdoc",
1172                 "reflection",
1173                 "static analysis"
1174             ],
1175             "time": "2018-08-07T13:53:10+00:00"
1176         },
1177         {
1178             "name": "phpdocumentor/reflection-docblock",
1179             "version": "5.1.0",
1180             "source": {
1181                 "type": "git",
1182                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1183                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
1184             },
1185             "dist": {
1186                 "type": "zip",
1187                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
1188                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
1189                 "shasum": ""
1190             },
1191             "require": {
1192                 "ext-filter": "^7.1",
1193                 "php": "^7.2",
1194                 "phpdocumentor/reflection-common": "^2.0",
1195                 "phpdocumentor/type-resolver": "^1.0",
1196                 "webmozart/assert": "^1"
1197             },
1198             "require-dev": {
1199                 "doctrine/instantiator": "^1",
1200                 "mockery/mockery": "^1"
1201             },
1202             "type": "library",
1203             "extra": {
1204                 "branch-alias": {
1205                     "dev-master": "5.x-dev"
1206                 }
1207             },
1208             "autoload": {
1209                 "psr-4": {
1210                     "phpDocumentor\\Reflection\\": "src"
1211                 }
1212             },
1213             "notification-url": "https://packagist.org/downloads/",
1214             "license": [
1215                 "MIT"
1216             ],
1217             "authors": [
1218                 {
1219                     "name": "Mike van Riel",
1220                     "email": "me@mikevanriel.com"
1221                 },
1222                 {
1223                     "name": "Jaap van Otterdijk",
1224                     "email": "account@ijaap.nl"
1225                 }
1226             ],
1227             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1228             "time": "2020-02-22T12:28:44+00:00"
1229         },
1230         {
1231             "name": "phpdocumentor/type-resolver",
1232             "version": "1.1.0",
1233             "source": {
1234                 "type": "git",
1235                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1236                 "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
1237             },
1238             "dist": {
1239                 "type": "zip",
1240                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
1241                 "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
1242                 "shasum": ""
1243             },
1244             "require": {
1245                 "php": "^7.2",
1246                 "phpdocumentor/reflection-common": "^2.0"
1247             },
1248             "require-dev": {
1249                 "ext-tokenizer": "^7.2",
1250                 "mockery/mockery": "~1"
1251             },
1252             "type": "library",
1253             "extra": {
1254                 "branch-alias": {
1255                     "dev-master": "1.x-dev"
1256                 }
1257             },
1258             "autoload": {
1259                 "psr-4": {
1260                     "phpDocumentor\\Reflection\\": "src"
1261                 }
1262             },
1263             "notification-url": "https://packagist.org/downloads/",
1264             "license": [
1265                 "MIT"
1266             ],
1267             "authors": [
1268                 {
1269                     "name": "Mike van Riel",
1270                     "email": "me@mikevanriel.com"
1271                 }
1272             ],
1273             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1274             "time": "2020-02-18T18:59:58+00:00"
1275         },
1276         {
1277             "name": "phpspec/prophecy",
1278             "version": "v1.10.3",
1279             "source": {
1280                 "type": "git",
1281                 "url": "https://github.com/phpspec/prophecy.git",
1282                 "reference": "451c3cd1418cf640de218914901e51b064abb093"
1283             },
1284             "dist": {
1285                 "type": "zip",
1286                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
1287                 "reference": "451c3cd1418cf640de218914901e51b064abb093",
1288                 "shasum": ""
1289             },
1290             "require": {
1291                 "doctrine/instantiator": "^1.0.2",
1292                 "php": "^5.3|^7.0",
1293                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
1294                 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
1295                 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
1296             },
1297             "require-dev": {
1298                 "phpspec/phpspec": "^2.5 || ^3.2",
1299                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1300             },
1301             "type": "library",
1302             "extra": {
1303                 "branch-alias": {
1304                     "dev-master": "1.10.x-dev"
1305                 }
1306             },
1307             "autoload": {
1308                 "psr-4": {
1309                     "Prophecy\\": "src/Prophecy"
1310                 }
1311             },
1312             "notification-url": "https://packagist.org/downloads/",
1313             "license": [
1314                 "MIT"
1315             ],
1316             "authors": [
1317                 {
1318                     "name": "Konstantin Kudryashov",
1319                     "email": "ever.zet@gmail.com",
1320                     "homepage": "http://everzet.com"
1321                 },
1322                 {
1323                     "name": "Marcello Duarte",
1324                     "email": "marcello.duarte@gmail.com"
1325                 }
1326             ],
1327             "description": "Highly opinionated mocking framework for PHP 5.3+",
1328             "homepage": "https://github.com/phpspec/prophecy",
1329             "keywords": [
1330                 "Double",
1331                 "Dummy",
1332                 "fake",
1333                 "mock",
1334                 "spy",
1335                 "stub"
1336             ],
1337             "time": "2020-03-05T15:02:03+00:00"
1338         },
1339         {
1340             "name": "phpunit/dbunit",
1341             "version": "4.0.0",
1342             "source": {
1343                 "type": "git",
1344                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1345                 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
1346             },
1347             "dist": {
1348                 "type": "zip",
1349                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1350                 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1351                 "shasum": ""
1352             },
1353             "require": {
1354                 "ext-pdo": "*",
1355                 "ext-simplexml": "*",
1356                 "php": "^7.1",
1357                 "phpunit/phpunit": "^7.0",
1358                 "symfony/yaml": "^3.0 || ^4.0"
1359             },
1360             "type": "library",
1361             "extra": {
1362                 "branch-alias": {
1363                     "dev-master": "4.0-dev"
1364                 }
1365             },
1366             "autoload": {
1367                 "classmap": [
1368                     "src/"
1369                 ]
1370             },
1371             "notification-url": "https://packagist.org/downloads/",
1372             "license": [
1373                 "BSD-3-Clause"
1374             ],
1375             "authors": [
1376                 {
1377                     "name": "Sebastian Bergmann",
1378                     "email": "sebastian@phpunit.de",
1379                     "role": "lead"
1380                 }
1381             ],
1382             "description": "PHPUnit extension for database interaction testing",
1383             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1384             "keywords": [
1385                 "database",
1386                 "testing",
1387                 "xunit"
1388             ],
1389             "abandoned": true,
1390             "time": "2018-02-07T06:47:59+00:00"
1391         },
1392         {
1393             "name": "phpunit/php-code-coverage",
1394             "version": "6.1.4",
1395             "source": {
1396                 "type": "git",
1397                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1398                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
1399             },
1400             "dist": {
1401                 "type": "zip",
1402                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1403                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1404                 "shasum": ""
1405             },
1406             "require": {
1407                 "ext-dom": "*",
1408                 "ext-xmlwriter": "*",
1409                 "php": "^7.1",
1410                 "phpunit/php-file-iterator": "^2.0",
1411                 "phpunit/php-text-template": "^1.2.1",
1412                 "phpunit/php-token-stream": "^3.0",
1413                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1414                 "sebastian/environment": "^3.1 || ^4.0",
1415                 "sebastian/version": "^2.0.1",
1416                 "theseer/tokenizer": "^1.1"
1417             },
1418             "require-dev": {
1419                 "phpunit/phpunit": "^7.0"
1420             },
1421             "suggest": {
1422                 "ext-xdebug": "^2.6.0"
1423             },
1424             "type": "library",
1425             "extra": {
1426                 "branch-alias": {
1427                     "dev-master": "6.1-dev"
1428                 }
1429             },
1430             "autoload": {
1431                 "classmap": [
1432                     "src/"
1433                 ]
1434             },
1435             "notification-url": "https://packagist.org/downloads/",
1436             "license": [
1437                 "BSD-3-Clause"
1438             ],
1439             "authors": [
1440                 {
1441                     "name": "Sebastian Bergmann",
1442                     "email": "sebastian@phpunit.de",
1443                     "role": "lead"
1444                 }
1445             ],
1446             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1447             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1448             "keywords": [
1449                 "coverage",
1450                 "testing",
1451                 "xunit"
1452             ],
1453             "time": "2018-10-31T16:06:48+00:00"
1454         },
1455         {
1456             "name": "phpunit/php-file-iterator",
1457             "version": "2.0.2",
1458             "source": {
1459                 "type": "git",
1460                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1461                 "reference": "050bedf145a257b1ff02746c31894800e5122946"
1462             },
1463             "dist": {
1464                 "type": "zip",
1465                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
1466                 "reference": "050bedf145a257b1ff02746c31894800e5122946",
1467                 "shasum": ""
1468             },
1469             "require": {
1470                 "php": "^7.1"
1471             },
1472             "require-dev": {
1473                 "phpunit/phpunit": "^7.1"
1474             },
1475             "type": "library",
1476             "extra": {
1477                 "branch-alias": {
1478                     "dev-master": "2.0.x-dev"
1479                 }
1480             },
1481             "autoload": {
1482                 "classmap": [
1483                     "src/"
1484                 ]
1485             },
1486             "notification-url": "https://packagist.org/downloads/",
1487             "license": [
1488                 "BSD-3-Clause"
1489             ],
1490             "authors": [
1491                 {
1492                     "name": "Sebastian Bergmann",
1493                     "email": "sebastian@phpunit.de",
1494                     "role": "lead"
1495                 }
1496             ],
1497             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1498             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1499             "keywords": [
1500                 "filesystem",
1501                 "iterator"
1502             ],
1503             "time": "2018-09-13T20:33:42+00:00"
1504         },
1505         {
1506             "name": "phpunit/php-text-template",
1507             "version": "1.2.1",
1508             "source": {
1509                 "type": "git",
1510                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1511                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1512             },
1513             "dist": {
1514                 "type": "zip",
1515                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1516                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1517                 "shasum": ""
1518             },
1519             "require": {
1520                 "php": ">=5.3.3"
1521             },
1522             "type": "library",
1523             "autoload": {
1524                 "classmap": [
1525                     "src/"
1526                 ]
1527             },
1528             "notification-url": "https://packagist.org/downloads/",
1529             "license": [
1530                 "BSD-3-Clause"
1531             ],
1532             "authors": [
1533                 {
1534                     "name": "Sebastian Bergmann",
1535                     "email": "sebastian@phpunit.de",
1536                     "role": "lead"
1537                 }
1538             ],
1539             "description": "Simple template engine.",
1540             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1541             "keywords": [
1542                 "template"
1543             ],
1544             "time": "2015-06-21T13:50:34+00:00"
1545         },
1546         {
1547             "name": "phpunit/php-timer",
1548             "version": "2.1.2",
1549             "source": {
1550                 "type": "git",
1551                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1552                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
1553             },
1554             "dist": {
1555                 "type": "zip",
1556                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
1557                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
1558                 "shasum": ""
1559             },
1560             "require": {
1561                 "php": "^7.1"
1562             },
1563             "require-dev": {
1564                 "phpunit/phpunit": "^7.0"
1565             },
1566             "type": "library",
1567             "extra": {
1568                 "branch-alias": {
1569                     "dev-master": "2.1-dev"
1570                 }
1571             },
1572             "autoload": {
1573                 "classmap": [
1574                     "src/"
1575                 ]
1576             },
1577             "notification-url": "https://packagist.org/downloads/",
1578             "license": [
1579                 "BSD-3-Clause"
1580             ],
1581             "authors": [
1582                 {
1583                     "name": "Sebastian Bergmann",
1584                     "email": "sebastian@phpunit.de",
1585                     "role": "lead"
1586                 }
1587             ],
1588             "description": "Utility class for timing",
1589             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1590             "keywords": [
1591                 "timer"
1592             ],
1593             "time": "2019-06-07T04:22:29+00:00"
1594         },
1595         {
1596             "name": "phpunit/php-token-stream",
1597             "version": "3.1.1",
1598             "source": {
1599                 "type": "git",
1600                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1601                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
1602             },
1603             "dist": {
1604                 "type": "zip",
1605                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
1606                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
1607                 "shasum": ""
1608             },
1609             "require": {
1610                 "ext-tokenizer": "*",
1611                 "php": "^7.1"
1612             },
1613             "require-dev": {
1614                 "phpunit/phpunit": "^7.0"
1615             },
1616             "type": "library",
1617             "extra": {
1618                 "branch-alias": {
1619                     "dev-master": "3.1-dev"
1620                 }
1621             },
1622             "autoload": {
1623                 "classmap": [
1624                     "src/"
1625                 ]
1626             },
1627             "notification-url": "https://packagist.org/downloads/",
1628             "license": [
1629                 "BSD-3-Clause"
1630             ],
1631             "authors": [
1632                 {
1633                     "name": "Sebastian Bergmann",
1634                     "email": "sebastian@phpunit.de"
1635                 }
1636             ],
1637             "description": "Wrapper around PHP's tokenizer extension.",
1638             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1639             "keywords": [
1640                 "tokenizer"
1641             ],
1642             "time": "2019-09-17T06:23:10+00:00"
1643         },
1644         {
1645             "name": "phpunit/phpunit",
1646             "version": "7.5.20",
1647             "source": {
1648                 "type": "git",
1649                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1650                 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
1651             },
1652             "dist": {
1653                 "type": "zip",
1654                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
1655                 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
1656                 "shasum": ""
1657             },
1658             "require": {
1659                 "doctrine/instantiator": "^1.1",
1660                 "ext-dom": "*",
1661                 "ext-json": "*",
1662                 "ext-libxml": "*",
1663                 "ext-mbstring": "*",
1664                 "ext-xml": "*",
1665                 "myclabs/deep-copy": "^1.7",
1666                 "phar-io/manifest": "^1.0.2",
1667                 "phar-io/version": "^2.0",
1668                 "php": "^7.1",
1669                 "phpspec/prophecy": "^1.7",
1670                 "phpunit/php-code-coverage": "^6.0.7",
1671                 "phpunit/php-file-iterator": "^2.0.1",
1672                 "phpunit/php-text-template": "^1.2.1",
1673                 "phpunit/php-timer": "^2.1",
1674                 "sebastian/comparator": "^3.0",
1675                 "sebastian/diff": "^3.0",
1676                 "sebastian/environment": "^4.0",
1677                 "sebastian/exporter": "^3.1",
1678                 "sebastian/global-state": "^2.0",
1679                 "sebastian/object-enumerator": "^3.0.3",
1680                 "sebastian/resource-operations": "^2.0",
1681                 "sebastian/version": "^2.0.1"
1682             },
1683             "conflict": {
1684                 "phpunit/phpunit-mock-objects": "*"
1685             },
1686             "require-dev": {
1687                 "ext-pdo": "*"
1688             },
1689             "suggest": {
1690                 "ext-soap": "*",
1691                 "ext-xdebug": "*",
1692                 "phpunit/php-invoker": "^2.0"
1693             },
1694             "bin": [
1695                 "phpunit"
1696             ],
1697             "type": "library",
1698             "extra": {
1699                 "branch-alias": {
1700                     "dev-master": "7.5-dev"
1701                 }
1702             },
1703             "autoload": {
1704                 "classmap": [
1705                     "src/"
1706                 ]
1707             },
1708             "notification-url": "https://packagist.org/downloads/",
1709             "license": [
1710                 "BSD-3-Clause"
1711             ],
1712             "authors": [
1713                 {
1714                     "name": "Sebastian Bergmann",
1715                     "email": "sebastian@phpunit.de",
1716                     "role": "lead"
1717                 }
1718             ],
1719             "description": "The PHP Unit Testing framework.",
1720             "homepage": "https://phpunit.de/",
1721             "keywords": [
1722                 "phpunit",
1723                 "testing",
1724                 "xunit"
1725             ],
1726             "time": "2020-01-08T08:45:45+00:00"
1727         },
1728         {
1729             "name": "psr/container",
1730             "version": "1.0.0",
1731             "source": {
1732                 "type": "git",
1733                 "url": "https://github.com/php-fig/container.git",
1734                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1735             },
1736             "dist": {
1737                 "type": "zip",
1738                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1739                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1740                 "shasum": ""
1741             },
1742             "require": {
1743                 "php": ">=5.3.0"
1744             },
1745             "type": "library",
1746             "extra": {
1747                 "branch-alias": {
1748                     "dev-master": "1.0.x-dev"
1749                 }
1750             },
1751             "autoload": {
1752                 "psr-4": {
1753                     "Psr\\Container\\": "src/"
1754                 }
1755             },
1756             "notification-url": "https://packagist.org/downloads/",
1757             "license": [
1758                 "MIT"
1759             ],
1760             "authors": [
1761                 {
1762                     "name": "PHP-FIG",
1763                     "homepage": "http://www.php-fig.org/"
1764                 }
1765             ],
1766             "description": "Common Container Interface (PHP FIG PSR-11)",
1767             "homepage": "https://github.com/php-fig/container",
1768             "keywords": [
1769                 "PSR-11",
1770                 "container",
1771                 "container-interface",
1772                 "container-interop",
1773                 "psr"
1774             ],
1775             "time": "2017-02-14T16:28:37+00:00"
1776         },
1777         {
1778             "name": "psr/event-dispatcher",
1779             "version": "1.0.0",
1780             "source": {
1781                 "type": "git",
1782                 "url": "https://github.com/php-fig/event-dispatcher.git",
1783                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1784             },
1785             "dist": {
1786                 "type": "zip",
1787                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1788                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1789                 "shasum": ""
1790             },
1791             "require": {
1792                 "php": ">=7.2.0"
1793             },
1794             "type": "library",
1795             "extra": {
1796                 "branch-alias": {
1797                     "dev-master": "1.0.x-dev"
1798                 }
1799             },
1800             "autoload": {
1801                 "psr-4": {
1802                     "Psr\\EventDispatcher\\": "src/"
1803                 }
1804             },
1805             "notification-url": "https://packagist.org/downloads/",
1806             "license": [
1807                 "MIT"
1808             ],
1809             "authors": [
1810                 {
1811                     "name": "PHP-FIG",
1812                     "homepage": "http://www.php-fig.org/"
1813                 }
1814             ],
1815             "description": "Standard interfaces for event handling.",
1816             "keywords": [
1817                 "events",
1818                 "psr",
1819                 "psr-14"
1820             ],
1821             "time": "2019-01-08T18:20:26+00:00"
1822         },
1823         {
1824             "name": "psr/http-message",
1825             "version": "1.0.1",
1826             "source": {
1827                 "type": "git",
1828                 "url": "https://github.com/php-fig/http-message.git",
1829                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1830             },
1831             "dist": {
1832                 "type": "zip",
1833                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1834                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1835                 "shasum": ""
1836             },
1837             "require": {
1838                 "php": ">=5.3.0"
1839             },
1840             "type": "library",
1841             "extra": {
1842                 "branch-alias": {
1843                     "dev-master": "1.0.x-dev"
1844                 }
1845             },
1846             "autoload": {
1847                 "psr-4": {
1848                     "Psr\\Http\\Message\\": "src/"
1849                 }
1850             },
1851             "notification-url": "https://packagist.org/downloads/",
1852             "license": [
1853                 "MIT"
1854             ],
1855             "authors": [
1856                 {
1857                     "name": "PHP-FIG",
1858                     "homepage": "http://www.php-fig.org/"
1859                 }
1860             ],
1861             "description": "Common interface for HTTP messages",
1862             "homepage": "https://github.com/php-fig/http-message",
1863             "keywords": [
1864                 "http",
1865                 "http-message",
1866                 "psr",
1867                 "psr-7",
1868                 "request",
1869                 "response"
1870             ],
1871             "time": "2016-08-06T14:39:51+00:00"
1872         },
1873         {
1874             "name": "ralouphie/getallheaders",
1875             "version": "3.0.3",
1876             "source": {
1877                 "type": "git",
1878                 "url": "https://github.com/ralouphie/getallheaders.git",
1879                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1880             },
1881             "dist": {
1882                 "type": "zip",
1883                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1884                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1885                 "shasum": ""
1886             },
1887             "require": {
1888                 "php": ">=5.6"
1889             },
1890             "require-dev": {
1891                 "php-coveralls/php-coveralls": "^2.1",
1892                 "phpunit/phpunit": "^5 || ^6.5"
1893             },
1894             "type": "library",
1895             "autoload": {
1896                 "files": [
1897                     "src/getallheaders.php"
1898                 ]
1899             },
1900             "notification-url": "https://packagist.org/downloads/",
1901             "license": [
1902                 "MIT"
1903             ],
1904             "authors": [
1905                 {
1906                     "name": "Ralph Khattar",
1907                     "email": "ralph.khattar@gmail.com"
1908                 }
1909             ],
1910             "description": "A polyfill for getallheaders.",
1911             "time": "2019-03-08T08:55:37+00:00"
1912         },
1913         {
1914             "name": "sebastian/code-unit-reverse-lookup",
1915             "version": "1.0.1",
1916             "source": {
1917                 "type": "git",
1918                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1919                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1920             },
1921             "dist": {
1922                 "type": "zip",
1923                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1924                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1925                 "shasum": ""
1926             },
1927             "require": {
1928                 "php": "^5.6 || ^7.0"
1929             },
1930             "require-dev": {
1931                 "phpunit/phpunit": "^5.7 || ^6.0"
1932             },
1933             "type": "library",
1934             "extra": {
1935                 "branch-alias": {
1936                     "dev-master": "1.0.x-dev"
1937                 }
1938             },
1939             "autoload": {
1940                 "classmap": [
1941                     "src/"
1942                 ]
1943             },
1944             "notification-url": "https://packagist.org/downloads/",
1945             "license": [
1946                 "BSD-3-Clause"
1947             ],
1948             "authors": [
1949                 {
1950                     "name": "Sebastian Bergmann",
1951                     "email": "sebastian@phpunit.de"
1952                 }
1953             ],
1954             "description": "Looks up which function or method a line of code belongs to",
1955             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1956             "time": "2017-03-04T06:30:41+00:00"
1957         },
1958         {
1959             "name": "sebastian/comparator",
1960             "version": "3.0.2",
1961             "source": {
1962                 "type": "git",
1963                 "url": "https://github.com/sebastianbergmann/comparator.git",
1964                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
1965             },
1966             "dist": {
1967                 "type": "zip",
1968                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1969                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1970                 "shasum": ""
1971             },
1972             "require": {
1973                 "php": "^7.1",
1974                 "sebastian/diff": "^3.0",
1975                 "sebastian/exporter": "^3.1"
1976             },
1977             "require-dev": {
1978                 "phpunit/phpunit": "^7.1"
1979             },
1980             "type": "library",
1981             "extra": {
1982                 "branch-alias": {
1983                     "dev-master": "3.0-dev"
1984                 }
1985             },
1986             "autoload": {
1987                 "classmap": [
1988                     "src/"
1989                 ]
1990             },
1991             "notification-url": "https://packagist.org/downloads/",
1992             "license": [
1993                 "BSD-3-Clause"
1994             ],
1995             "authors": [
1996                 {
1997                     "name": "Jeff Welch",
1998                     "email": "whatthejeff@gmail.com"
1999                 },
2000                 {
2001                     "name": "Volker Dusch",
2002                     "email": "github@wallbash.com"
2003                 },
2004                 {
2005                     "name": "Bernhard Schussek",
2006                     "email": "bschussek@2bepublished.at"
2007                 },
2008                 {
2009                     "name": "Sebastian Bergmann",
2010                     "email": "sebastian@phpunit.de"
2011                 }
2012             ],
2013             "description": "Provides the functionality to compare PHP values for equality",
2014             "homepage": "https://github.com/sebastianbergmann/comparator",
2015             "keywords": [
2016                 "comparator",
2017                 "compare",
2018                 "equality"
2019             ],
2020             "time": "2018-07-12T15:12:46+00:00"
2021         },
2022         {
2023             "name": "sebastian/diff",
2024             "version": "3.0.2",
2025             "source": {
2026                 "type": "git",
2027                 "url": "https://github.com/sebastianbergmann/diff.git",
2028                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2029             },
2030             "dist": {
2031                 "type": "zip",
2032                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2033                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2034                 "shasum": ""
2035             },
2036             "require": {
2037                 "php": "^7.1"
2038             },
2039             "require-dev": {
2040                 "phpunit/phpunit": "^7.5 || ^8.0",
2041                 "symfony/process": "^2 || ^3.3 || ^4"
2042             },
2043             "type": "library",
2044             "extra": {
2045                 "branch-alias": {
2046                     "dev-master": "3.0-dev"
2047                 }
2048             },
2049             "autoload": {
2050                 "classmap": [
2051                     "src/"
2052                 ]
2053             },
2054             "notification-url": "https://packagist.org/downloads/",
2055             "license": [
2056                 "BSD-3-Clause"
2057             ],
2058             "authors": [
2059                 {
2060                     "name": "Kore Nordmann",
2061                     "email": "mail@kore-nordmann.de"
2062                 },
2063                 {
2064                     "name": "Sebastian Bergmann",
2065                     "email": "sebastian@phpunit.de"
2066                 }
2067             ],
2068             "description": "Diff implementation",
2069             "homepage": "https://github.com/sebastianbergmann/diff",
2070             "keywords": [
2071                 "diff",
2072                 "udiff",
2073                 "unidiff",
2074                 "unified diff"
2075             ],
2076             "time": "2019-02-04T06:01:07+00:00"
2077         },
2078         {
2079             "name": "sebastian/environment",
2080             "version": "4.2.3",
2081             "source": {
2082                 "type": "git",
2083                 "url": "https://github.com/sebastianbergmann/environment.git",
2084                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2085             },
2086             "dist": {
2087                 "type": "zip",
2088                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2089                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2090                 "shasum": ""
2091             },
2092             "require": {
2093                 "php": "^7.1"
2094             },
2095             "require-dev": {
2096                 "phpunit/phpunit": "^7.5"
2097             },
2098             "suggest": {
2099                 "ext-posix": "*"
2100             },
2101             "type": "library",
2102             "extra": {
2103                 "branch-alias": {
2104                     "dev-master": "4.2-dev"
2105                 }
2106             },
2107             "autoload": {
2108                 "classmap": [
2109                     "src/"
2110                 ]
2111             },
2112             "notification-url": "https://packagist.org/downloads/",
2113             "license": [
2114                 "BSD-3-Clause"
2115             ],
2116             "authors": [
2117                 {
2118                     "name": "Sebastian Bergmann",
2119                     "email": "sebastian@phpunit.de"
2120                 }
2121             ],
2122             "description": "Provides functionality to handle HHVM/PHP environments",
2123             "homepage": "http://www.github.com/sebastianbergmann/environment",
2124             "keywords": [
2125                 "Xdebug",
2126                 "environment",
2127                 "hhvm"
2128             ],
2129             "time": "2019-11-20T08:46:58+00:00"
2130         },
2131         {
2132             "name": "sebastian/exporter",
2133             "version": "3.1.2",
2134             "source": {
2135                 "type": "git",
2136                 "url": "https://github.com/sebastianbergmann/exporter.git",
2137                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2138             },
2139             "dist": {
2140                 "type": "zip",
2141                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
2142                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2143                 "shasum": ""
2144             },
2145             "require": {
2146                 "php": "^7.0",
2147                 "sebastian/recursion-context": "^3.0"
2148             },
2149             "require-dev": {
2150                 "ext-mbstring": "*",
2151                 "phpunit/phpunit": "^6.0"
2152             },
2153             "type": "library",
2154             "extra": {
2155                 "branch-alias": {
2156                     "dev-master": "3.1.x-dev"
2157                 }
2158             },
2159             "autoload": {
2160                 "classmap": [
2161                     "src/"
2162                 ]
2163             },
2164             "notification-url": "https://packagist.org/downloads/",
2165             "license": [
2166                 "BSD-3-Clause"
2167             ],
2168             "authors": [
2169                 {
2170                     "name": "Sebastian Bergmann",
2171                     "email": "sebastian@phpunit.de"
2172                 },
2173                 {
2174                     "name": "Jeff Welch",
2175                     "email": "whatthejeff@gmail.com"
2176                 },
2177                 {
2178                     "name": "Volker Dusch",
2179                     "email": "github@wallbash.com"
2180                 },
2181                 {
2182                     "name": "Adam Harvey",
2183                     "email": "aharvey@php.net"
2184                 },
2185                 {
2186                     "name": "Bernhard Schussek",
2187                     "email": "bschussek@gmail.com"
2188                 }
2189             ],
2190             "description": "Provides the functionality to export PHP variables for visualization",
2191             "homepage": "http://www.github.com/sebastianbergmann/exporter",
2192             "keywords": [
2193                 "export",
2194                 "exporter"
2195             ],
2196             "time": "2019-09-14T09:02:43+00:00"
2197         },
2198         {
2199             "name": "sebastian/global-state",
2200             "version": "2.0.0",
2201             "source": {
2202                 "type": "git",
2203                 "url": "https://github.com/sebastianbergmann/global-state.git",
2204                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2205             },
2206             "dist": {
2207                 "type": "zip",
2208                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2209                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2210                 "shasum": ""
2211             },
2212             "require": {
2213                 "php": "^7.0"
2214             },
2215             "require-dev": {
2216                 "phpunit/phpunit": "^6.0"
2217             },
2218             "suggest": {
2219                 "ext-uopz": "*"
2220             },
2221             "type": "library",
2222             "extra": {
2223                 "branch-alias": {
2224                     "dev-master": "2.0-dev"
2225                 }
2226             },
2227             "autoload": {
2228                 "classmap": [
2229                     "src/"
2230                 ]
2231             },
2232             "notification-url": "https://packagist.org/downloads/",
2233             "license": [
2234                 "BSD-3-Clause"
2235             ],
2236             "authors": [
2237                 {
2238                     "name": "Sebastian Bergmann",
2239                     "email": "sebastian@phpunit.de"
2240                 }
2241             ],
2242             "description": "Snapshotting of global state",
2243             "homepage": "http://www.github.com/sebastianbergmann/global-state",
2244             "keywords": [
2245                 "global state"
2246             ],
2247             "time": "2017-04-27T15:39:26+00:00"
2248         },
2249         {
2250             "name": "sebastian/object-enumerator",
2251             "version": "3.0.3",
2252             "source": {
2253                 "type": "git",
2254                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2255                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2256             },
2257             "dist": {
2258                 "type": "zip",
2259                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2260                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2261                 "shasum": ""
2262             },
2263             "require": {
2264                 "php": "^7.0",
2265                 "sebastian/object-reflector": "^1.1.1",
2266                 "sebastian/recursion-context": "^3.0"
2267             },
2268             "require-dev": {
2269                 "phpunit/phpunit": "^6.0"
2270             },
2271             "type": "library",
2272             "extra": {
2273                 "branch-alias": {
2274                     "dev-master": "3.0.x-dev"
2275                 }
2276             },
2277             "autoload": {
2278                 "classmap": [
2279                     "src/"
2280                 ]
2281             },
2282             "notification-url": "https://packagist.org/downloads/",
2283             "license": [
2284                 "BSD-3-Clause"
2285             ],
2286             "authors": [
2287                 {
2288                     "name": "Sebastian Bergmann",
2289                     "email": "sebastian@phpunit.de"
2290                 }
2291             ],
2292             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2293             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2294             "time": "2017-08-03T12:35:26+00:00"
2295         },
2296         {
2297             "name": "sebastian/object-reflector",
2298             "version": "1.1.1",
2299             "source": {
2300                 "type": "git",
2301                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2302                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2303             },
2304             "dist": {
2305                 "type": "zip",
2306                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2307                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2308                 "shasum": ""
2309             },
2310             "require": {
2311                 "php": "^7.0"
2312             },
2313             "require-dev": {
2314                 "phpunit/phpunit": "^6.0"
2315             },
2316             "type": "library",
2317             "extra": {
2318                 "branch-alias": {
2319                     "dev-master": "1.1-dev"
2320                 }
2321             },
2322             "autoload": {
2323                 "classmap": [
2324                     "src/"
2325                 ]
2326             },
2327             "notification-url": "https://packagist.org/downloads/",
2328             "license": [
2329                 "BSD-3-Clause"
2330             ],
2331             "authors": [
2332                 {
2333                     "name": "Sebastian Bergmann",
2334                     "email": "sebastian@phpunit.de"
2335                 }
2336             ],
2337             "description": "Allows reflection of object attributes, including inherited and non-public ones",
2338             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2339             "time": "2017-03-29T09:07:27+00:00"
2340         },
2341         {
2342             "name": "sebastian/recursion-context",
2343             "version": "3.0.0",
2344             "source": {
2345                 "type": "git",
2346                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2347                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2348             },
2349             "dist": {
2350                 "type": "zip",
2351                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2352                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2353                 "shasum": ""
2354             },
2355             "require": {
2356                 "php": "^7.0"
2357             },
2358             "require-dev": {
2359                 "phpunit/phpunit": "^6.0"
2360             },
2361             "type": "library",
2362             "extra": {
2363                 "branch-alias": {
2364                     "dev-master": "3.0.x-dev"
2365                 }
2366             },
2367             "autoload": {
2368                 "classmap": [
2369                     "src/"
2370                 ]
2371             },
2372             "notification-url": "https://packagist.org/downloads/",
2373             "license": [
2374                 "BSD-3-Clause"
2375             ],
2376             "authors": [
2377                 {
2378                     "name": "Jeff Welch",
2379                     "email": "whatthejeff@gmail.com"
2380                 },
2381                 {
2382                     "name": "Sebastian Bergmann",
2383                     "email": "sebastian@phpunit.de"
2384                 },
2385                 {
2386                     "name": "Adam Harvey",
2387                     "email": "aharvey@php.net"
2388                 }
2389             ],
2390             "description": "Provides functionality to recursively process PHP variables",
2391             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2392             "time": "2017-03-03T06:23:57+00:00"
2393         },
2394         {
2395             "name": "sebastian/resource-operations",
2396             "version": "2.0.1",
2397             "source": {
2398                 "type": "git",
2399                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2400                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2401             },
2402             "dist": {
2403                 "type": "zip",
2404                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2405                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2406                 "shasum": ""
2407             },
2408             "require": {
2409                 "php": "^7.1"
2410             },
2411             "type": "library",
2412             "extra": {
2413                 "branch-alias": {
2414                     "dev-master": "2.0-dev"
2415                 }
2416             },
2417             "autoload": {
2418                 "classmap": [
2419                     "src/"
2420                 ]
2421             },
2422             "notification-url": "https://packagist.org/downloads/",
2423             "license": [
2424                 "BSD-3-Clause"
2425             ],
2426             "authors": [
2427                 {
2428                     "name": "Sebastian Bergmann",
2429                     "email": "sebastian@phpunit.de"
2430                 }
2431             ],
2432             "description": "Provides a list of PHP built-in functions that operate on resources",
2433             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2434             "time": "2018-10-04T04:07:39+00:00"
2435         },
2436         {
2437             "name": "sebastian/version",
2438             "version": "2.0.1",
2439             "source": {
2440                 "type": "git",
2441                 "url": "https://github.com/sebastianbergmann/version.git",
2442                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2443             },
2444             "dist": {
2445                 "type": "zip",
2446                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2447                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2448                 "shasum": ""
2449             },
2450             "require": {
2451                 "php": ">=5.6"
2452             },
2453             "type": "library",
2454             "extra": {
2455                 "branch-alias": {
2456                     "dev-master": "2.0.x-dev"
2457                 }
2458             },
2459             "autoload": {
2460                 "classmap": [
2461                     "src/"
2462                 ]
2463             },
2464             "notification-url": "https://packagist.org/downloads/",
2465             "license": [
2466                 "BSD-3-Clause"
2467             ],
2468             "authors": [
2469                 {
2470                     "name": "Sebastian Bergmann",
2471                     "email": "sebastian@phpunit.de",
2472                     "role": "lead"
2473                 }
2474             ],
2475             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2476             "homepage": "https://github.com/sebastianbergmann/version",
2477             "time": "2016-10-03T07:35:21+00:00"
2478         },
2479         {
2480             "name": "symfony/browser-kit",
2481             "version": "v4.4.7",
2482             "source": {
2483                 "type": "git",
2484                 "url": "https://github.com/symfony/browser-kit.git",
2485                 "reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42"
2486             },
2487             "dist": {
2488                 "type": "zip",
2489                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e4b0dc1b100bf75b5717c5b451397f230a618a42",
2490                 "reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42",
2491                 "shasum": ""
2492             },
2493             "require": {
2494                 "php": "^7.1.3",
2495                 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
2496             },
2497             "require-dev": {
2498                 "symfony/css-selector": "^3.4|^4.0|^5.0",
2499                 "symfony/http-client": "^4.3|^5.0",
2500                 "symfony/mime": "^4.3|^5.0",
2501                 "symfony/process": "^3.4|^4.0|^5.0"
2502             },
2503             "suggest": {
2504                 "symfony/process": ""
2505             },
2506             "type": "library",
2507             "extra": {
2508                 "branch-alias": {
2509                     "dev-master": "4.4-dev"
2510                 }
2511             },
2512             "autoload": {
2513                 "psr-4": {
2514                     "Symfony\\Component\\BrowserKit\\": ""
2515                 },
2516                 "exclude-from-classmap": [
2517                     "/Tests/"
2518                 ]
2519             },
2520             "notification-url": "https://packagist.org/downloads/",
2521             "license": [
2522                 "MIT"
2523             ],
2524             "authors": [
2525                 {
2526                     "name": "Fabien Potencier",
2527                     "email": "fabien@symfony.com"
2528                 },
2529                 {
2530                     "name": "Symfony Community",
2531                     "homepage": "https://symfony.com/contributors"
2532                 }
2533             ],
2534             "description": "Symfony BrowserKit Component",
2535             "homepage": "https://symfony.com",
2536             "funding": [
2537                 {
2538                     "url": "https://symfony.com/sponsor",
2539                     "type": "custom"
2540                 },
2541                 {
2542                     "url": "https://github.com/fabpot",
2543                     "type": "github"
2544                 },
2545                 {
2546                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2547                     "type": "tidelift"
2548                 }
2549             ],
2550             "time": "2020-03-28T10:15:50+00:00"
2551         },
2552         {
2553             "name": "symfony/config",
2554             "version": "v4.4.7",
2555             "source": {
2556                 "type": "git",
2557                 "url": "https://github.com/symfony/config.git",
2558                 "reference": "3f4a3de1af498ed0ea653d4dc2317794144e6ca4"
2559             },
2560             "dist": {
2561                 "type": "zip",
2562                 "url": "https://api.github.com/repos/symfony/config/zipball/3f4a3de1af498ed0ea653d4dc2317794144e6ca4",
2563                 "reference": "3f4a3de1af498ed0ea653d4dc2317794144e6ca4",
2564                 "shasum": ""
2565             },
2566             "require": {
2567                 "php": "^7.1.3",
2568                 "symfony/filesystem": "^3.4|^4.0|^5.0",
2569                 "symfony/polyfill-ctype": "~1.8"
2570             },
2571             "conflict": {
2572                 "symfony/finder": "<3.4"
2573             },
2574             "require-dev": {
2575                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
2576                 "symfony/finder": "^3.4|^4.0|^5.0",
2577                 "symfony/messenger": "^4.1|^5.0",
2578                 "symfony/service-contracts": "^1.1|^2",
2579                 "symfony/yaml": "^3.4|^4.0|^5.0"
2580             },
2581             "suggest": {
2582                 "symfony/yaml": "To use the yaml reference dumper"
2583             },
2584             "type": "library",
2585             "extra": {
2586                 "branch-alias": {
2587                     "dev-master": "4.4-dev"
2588                 }
2589             },
2590             "autoload": {
2591                 "psr-4": {
2592                     "Symfony\\Component\\Config\\": ""
2593                 },
2594                 "exclude-from-classmap": [
2595                     "/Tests/"
2596                 ]
2597             },
2598             "notification-url": "https://packagist.org/downloads/",
2599             "license": [
2600                 "MIT"
2601             ],
2602             "authors": [
2603                 {
2604                     "name": "Fabien Potencier",
2605                     "email": "fabien@symfony.com"
2606                 },
2607                 {
2608                     "name": "Symfony Community",
2609                     "homepage": "https://symfony.com/contributors"
2610                 }
2611             ],
2612             "description": "Symfony Config Component",
2613             "homepage": "https://symfony.com",
2614             "time": "2020-03-27T16:54:36+00:00"
2615         },
2616         {
2617             "name": "symfony/console",
2618             "version": "v5.0.7",
2619             "source": {
2620                 "type": "git",
2621                 "url": "https://github.com/symfony/console.git",
2622                 "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
2623             },
2624             "dist": {
2625                 "type": "zip",
2626                 "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
2627                 "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
2628                 "shasum": ""
2629             },
2630             "require": {
2631                 "php": "^7.2.5",
2632                 "symfony/polyfill-mbstring": "~1.0",
2633                 "symfony/polyfill-php73": "^1.8",
2634                 "symfony/service-contracts": "^1.1|^2"
2635             },
2636             "conflict": {
2637                 "symfony/dependency-injection": "<4.4",
2638                 "symfony/event-dispatcher": "<4.4",
2639                 "symfony/lock": "<4.4",
2640                 "symfony/process": "<4.4"
2641             },
2642             "provide": {
2643                 "psr/log-implementation": "1.0"
2644             },
2645             "require-dev": {
2646                 "psr/log": "~1.0",
2647                 "symfony/config": "^4.4|^5.0",
2648                 "symfony/dependency-injection": "^4.4|^5.0",
2649                 "symfony/event-dispatcher": "^4.4|^5.0",
2650                 "symfony/lock": "^4.4|^5.0",
2651                 "symfony/process": "^4.4|^5.0",
2652                 "symfony/var-dumper": "^4.4|^5.0"
2653             },
2654             "suggest": {
2655                 "psr/log": "For using the console logger",
2656                 "symfony/event-dispatcher": "",
2657                 "symfony/lock": "",
2658                 "symfony/process": ""
2659             },
2660             "type": "library",
2661             "extra": {
2662                 "branch-alias": {
2663                     "dev-master": "5.0-dev"
2664                 }
2665             },
2666             "autoload": {
2667                 "psr-4": {
2668                     "Symfony\\Component\\Console\\": ""
2669                 },
2670                 "exclude-from-classmap": [
2671                     "/Tests/"
2672                 ]
2673             },
2674             "notification-url": "https://packagist.org/downloads/",
2675             "license": [
2676                 "MIT"
2677             ],
2678             "authors": [
2679                 {
2680                     "name": "Fabien Potencier",
2681                     "email": "fabien@symfony.com"
2682                 },
2683                 {
2684                     "name": "Symfony Community",
2685                     "homepage": "https://symfony.com/contributors"
2686                 }
2687             ],
2688             "description": "Symfony Console Component",
2689             "homepage": "https://symfony.com",
2690             "time": "2020-03-30T11:42:42+00:00"
2691         },
2692         {
2693             "name": "symfony/css-selector",
2694             "version": "v5.0.7",
2695             "source": {
2696                 "type": "git",
2697                 "url": "https://github.com/symfony/css-selector.git",
2698                 "reference": "5f8d5271303dad260692ba73dfa21777d38e124e"
2699             },
2700             "dist": {
2701                 "type": "zip",
2702                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/5f8d5271303dad260692ba73dfa21777d38e124e",
2703                 "reference": "5f8d5271303dad260692ba73dfa21777d38e124e",
2704                 "shasum": ""
2705             },
2706             "require": {
2707                 "php": "^7.2.5"
2708             },
2709             "type": "library",
2710             "extra": {
2711                 "branch-alias": {
2712                     "dev-master": "5.0-dev"
2713                 }
2714             },
2715             "autoload": {
2716                 "psr-4": {
2717                     "Symfony\\Component\\CssSelector\\": ""
2718                 },
2719                 "exclude-from-classmap": [
2720                     "/Tests/"
2721                 ]
2722             },
2723             "notification-url": "https://packagist.org/downloads/",
2724             "license": [
2725                 "MIT"
2726             ],
2727             "authors": [
2728                 {
2729                     "name": "Fabien Potencier",
2730                     "email": "fabien@symfony.com"
2731                 },
2732                 {
2733                     "name": "Jean-François Simon",
2734                     "email": "jeanfrancois.simon@sensiolabs.com"
2735                 },
2736                 {
2737                     "name": "Symfony Community",
2738                     "homepage": "https://symfony.com/contributors"
2739                 }
2740             ],
2741             "description": "Symfony CssSelector Component",
2742             "homepage": "https://symfony.com",
2743             "funding": [
2744                 {
2745                     "url": "https://symfony.com/sponsor",
2746                     "type": "custom"
2747                 },
2748                 {
2749                     "url": "https://github.com/fabpot",
2750                     "type": "github"
2751                 },
2752                 {
2753                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2754                     "type": "tidelift"
2755                 }
2756             ],
2757             "time": "2020-03-27T16:56:45+00:00"
2758         },
2759         {
2760             "name": "symfony/dependency-injection",
2761             "version": "v4.4.7",
2762             "source": {
2763                 "type": "git",
2764                 "url": "https://github.com/symfony/dependency-injection.git",
2765                 "reference": "755b18859be26b90f4bf63753432d3387458bf31"
2766             },
2767             "dist": {
2768                 "type": "zip",
2769                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/755b18859be26b90f4bf63753432d3387458bf31",
2770                 "reference": "755b18859be26b90f4bf63753432d3387458bf31",
2771                 "shasum": ""
2772             },
2773             "require": {
2774                 "php": "^7.1.3",
2775                 "psr/container": "^1.0",
2776                 "symfony/service-contracts": "^1.1.6|^2"
2777             },
2778             "conflict": {
2779                 "symfony/config": "<4.3|>=5.0",
2780                 "symfony/finder": "<3.4",
2781                 "symfony/proxy-manager-bridge": "<3.4",
2782                 "symfony/yaml": "<3.4"
2783             },
2784             "provide": {
2785                 "psr/container-implementation": "1.0",
2786                 "symfony/service-implementation": "1.0"
2787             },
2788             "require-dev": {
2789                 "symfony/config": "^4.3",
2790                 "symfony/expression-language": "^3.4|^4.0|^5.0",
2791                 "symfony/yaml": "^3.4|^4.0|^5.0"
2792             },
2793             "suggest": {
2794                 "symfony/config": "",
2795                 "symfony/expression-language": "For using expressions in service container configuration",
2796                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2797                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2798                 "symfony/yaml": ""
2799             },
2800             "type": "library",
2801             "extra": {
2802                 "branch-alias": {
2803                     "dev-master": "4.4-dev"
2804                 }
2805             },
2806             "autoload": {
2807                 "psr-4": {
2808                     "Symfony\\Component\\DependencyInjection\\": ""
2809                 },
2810                 "exclude-from-classmap": [
2811                     "/Tests/"
2812                 ]
2813             },
2814             "notification-url": "https://packagist.org/downloads/",
2815             "license": [
2816                 "MIT"
2817             ],
2818             "authors": [
2819                 {
2820                     "name": "Fabien Potencier",
2821                     "email": "fabien@symfony.com"
2822                 },
2823                 {
2824                     "name": "Symfony Community",
2825                     "homepage": "https://symfony.com/contributors"
2826                 }
2827             ],
2828             "description": "Symfony DependencyInjection Component",
2829             "homepage": "https://symfony.com",
2830             "time": "2020-03-30T10:09:30+00:00"
2831         },
2832         {
2833             "name": "symfony/dom-crawler",
2834             "version": "v4.4.7",
2835             "source": {
2836                 "type": "git",
2837                 "url": "https://github.com/symfony/dom-crawler.git",
2838                 "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162"
2839             },
2840             "dist": {
2841                 "type": "zip",
2842                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4d0fb3374324071ecdd94898367a3fa4b5563162",
2843                 "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162",
2844                 "shasum": ""
2845             },
2846             "require": {
2847                 "php": "^7.1.3",
2848                 "symfony/polyfill-ctype": "~1.8",
2849                 "symfony/polyfill-mbstring": "~1.0"
2850             },
2851             "conflict": {
2852                 "masterminds/html5": "<2.6"
2853             },
2854             "require-dev": {
2855                 "masterminds/html5": "^2.6",
2856                 "symfony/css-selector": "^3.4|^4.0|^5.0"
2857             },
2858             "suggest": {
2859                 "symfony/css-selector": ""
2860             },
2861             "type": "library",
2862             "extra": {
2863                 "branch-alias": {
2864                     "dev-master": "4.4-dev"
2865                 }
2866             },
2867             "autoload": {
2868                 "psr-4": {
2869                     "Symfony\\Component\\DomCrawler\\": ""
2870                 },
2871                 "exclude-from-classmap": [
2872                     "/Tests/"
2873                 ]
2874             },
2875             "notification-url": "https://packagist.org/downloads/",
2876             "license": [
2877                 "MIT"
2878             ],
2879             "authors": [
2880                 {
2881                     "name": "Fabien Potencier",
2882                     "email": "fabien@symfony.com"
2883                 },
2884                 {
2885                     "name": "Symfony Community",
2886                     "homepage": "https://symfony.com/contributors"
2887                 }
2888             ],
2889             "description": "Symfony DomCrawler Component",
2890             "homepage": "https://symfony.com",
2891             "funding": [
2892                 {
2893                     "url": "https://symfony.com/sponsor",
2894                     "type": "custom"
2895                 },
2896                 {
2897                     "url": "https://github.com/fabpot",
2898                     "type": "github"
2899                 },
2900                 {
2901                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2902                     "type": "tidelift"
2903                 }
2904             ],
2905             "time": "2020-03-29T19:12:22+00:00"
2906         },
2907         {
2908             "name": "symfony/event-dispatcher",
2909             "version": "v5.0.7",
2910             "source": {
2911                 "type": "git",
2912                 "url": "https://github.com/symfony/event-dispatcher.git",
2913                 "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
2914             },
2915             "dist": {
2916                 "type": "zip",
2917                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
2918                 "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
2919                 "shasum": ""
2920             },
2921             "require": {
2922                 "php": "^7.2.5",
2923                 "symfony/event-dispatcher-contracts": "^2"
2924             },
2925             "conflict": {
2926                 "symfony/dependency-injection": "<4.4"
2927             },
2928             "provide": {
2929                 "psr/event-dispatcher-implementation": "1.0",
2930                 "symfony/event-dispatcher-implementation": "2.0"
2931             },
2932             "require-dev": {
2933                 "psr/log": "~1.0",
2934                 "symfony/config": "^4.4|^5.0",
2935                 "symfony/dependency-injection": "^4.4|^5.0",
2936                 "symfony/expression-language": "^4.4|^5.0",
2937                 "symfony/http-foundation": "^4.4|^5.0",
2938                 "symfony/service-contracts": "^1.1|^2",
2939                 "symfony/stopwatch": "^4.4|^5.0"
2940             },
2941             "suggest": {
2942                 "symfony/dependency-injection": "",
2943                 "symfony/http-kernel": ""
2944             },
2945             "type": "library",
2946             "extra": {
2947                 "branch-alias": {
2948                     "dev-master": "5.0-dev"
2949                 }
2950             },
2951             "autoload": {
2952                 "psr-4": {
2953                     "Symfony\\Component\\EventDispatcher\\": ""
2954                 },
2955                 "exclude-from-classmap": [
2956                     "/Tests/"
2957                 ]
2958             },
2959             "notification-url": "https://packagist.org/downloads/",
2960             "license": [
2961                 "MIT"
2962             ],
2963             "authors": [
2964                 {
2965                     "name": "Fabien Potencier",
2966                     "email": "fabien@symfony.com"
2967                 },
2968                 {
2969                     "name": "Symfony Community",
2970                     "homepage": "https://symfony.com/contributors"
2971                 }
2972             ],
2973             "description": "Symfony EventDispatcher Component",
2974             "homepage": "https://symfony.com",
2975             "funding": [
2976                 {
2977                     "url": "https://symfony.com/sponsor",
2978                     "type": "custom"
2979                 },
2980                 {
2981                     "url": "https://github.com/fabpot",
2982                     "type": "github"
2983                 },
2984                 {
2985                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2986                     "type": "tidelift"
2987                 }
2988             ],
2989             "time": "2020-03-27T16:56:45+00:00"
2990         },
2991         {
2992             "name": "symfony/event-dispatcher-contracts",
2993             "version": "v2.0.1",
2994             "source": {
2995                 "type": "git",
2996                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2997                 "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
2998             },
2999             "dist": {
3000                 "type": "zip",
3001                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
3002                 "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
3003                 "shasum": ""
3004             },
3005             "require": {
3006                 "php": "^7.2.5",
3007                 "psr/event-dispatcher": "^1"
3008             },
3009             "suggest": {
3010                 "symfony/event-dispatcher-implementation": ""
3011             },
3012             "type": "library",
3013             "extra": {
3014                 "branch-alias": {
3015                     "dev-master": "2.0-dev"
3016                 }
3017             },
3018             "autoload": {
3019                 "psr-4": {
3020                     "Symfony\\Contracts\\EventDispatcher\\": ""
3021                 }
3022             },
3023             "notification-url": "https://packagist.org/downloads/",
3024             "license": [
3025                 "MIT"
3026             ],
3027             "authors": [
3028                 {
3029                     "name": "Nicolas Grekas",
3030                     "email": "p@tchwork.com"
3031                 },
3032                 {
3033                     "name": "Symfony Community",
3034                     "homepage": "https://symfony.com/contributors"
3035                 }
3036             ],
3037             "description": "Generic abstractions related to dispatching event",
3038             "homepage": "https://symfony.com",
3039             "keywords": [
3040                 "abstractions",
3041                 "contracts",
3042                 "decoupling",
3043                 "interfaces",
3044                 "interoperability",
3045                 "standards"
3046             ],
3047             "time": "2019-11-18T17:27:11+00:00"
3048         },
3049         {
3050             "name": "symfony/filesystem",
3051             "version": "v5.0.7",
3052             "source": {
3053                 "type": "git",
3054                 "url": "https://github.com/symfony/filesystem.git",
3055                 "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
3056             },
3057             "dist": {
3058                 "type": "zip",
3059                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
3060                 "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
3061                 "shasum": ""
3062             },
3063             "require": {
3064                 "php": "^7.2.5",
3065                 "symfony/polyfill-ctype": "~1.8"
3066             },
3067             "type": "library",
3068             "extra": {
3069                 "branch-alias": {
3070                     "dev-master": "5.0-dev"
3071                 }
3072             },
3073             "autoload": {
3074                 "psr-4": {
3075                     "Symfony\\Component\\Filesystem\\": ""
3076                 },
3077                 "exclude-from-classmap": [
3078                     "/Tests/"
3079                 ]
3080             },
3081             "notification-url": "https://packagist.org/downloads/",
3082             "license": [
3083                 "MIT"
3084             ],
3085             "authors": [
3086                 {
3087                     "name": "Fabien Potencier",
3088                     "email": "fabien@symfony.com"
3089                 },
3090                 {
3091                     "name": "Symfony Community",
3092                     "homepage": "https://symfony.com/contributors"
3093                 }
3094             ],
3095             "description": "Symfony Filesystem Component",
3096             "homepage": "https://symfony.com",
3097             "time": "2020-03-27T16:56:45+00:00"
3098         },
3099         {
3100             "name": "symfony/polyfill-ctype",
3101             "version": "v1.15.0",
3102             "source": {
3103                 "type": "git",
3104                 "url": "https://github.com/symfony/polyfill-ctype.git",
3105                 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
3106             },
3107             "dist": {
3108                 "type": "zip",
3109                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
3110                 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
3111                 "shasum": ""
3112             },
3113             "require": {
3114                 "php": ">=5.3.3"
3115             },
3116             "suggest": {
3117                 "ext-ctype": "For best performance"
3118             },
3119             "type": "library",
3120             "extra": {
3121                 "branch-alias": {
3122                     "dev-master": "1.15-dev"
3123                 }
3124             },
3125             "autoload": {
3126                 "psr-4": {
3127                     "Symfony\\Polyfill\\Ctype\\": ""
3128                 },
3129                 "files": [
3130                     "bootstrap.php"
3131                 ]
3132             },
3133             "notification-url": "https://packagist.org/downloads/",
3134             "license": [
3135                 "MIT"
3136             ],
3137             "authors": [
3138                 {
3139                     "name": "Gert de Pagter",
3140                     "email": "BackEndTea@gmail.com"
3141                 },
3142                 {
3143                     "name": "Symfony Community",
3144                     "homepage": "https://symfony.com/contributors"
3145                 }
3146             ],
3147             "description": "Symfony polyfill for ctype functions",
3148             "homepage": "https://symfony.com",
3149             "keywords": [
3150                 "compatibility",
3151                 "ctype",
3152                 "polyfill",
3153                 "portable"
3154             ],
3155             "funding": [
3156                 {
3157                     "url": "https://symfony.com/sponsor",
3158                     "type": "custom"
3159                 },
3160                 {
3161                     "url": "https://github.com/fabpot",
3162                     "type": "github"
3163                 },
3164                 {
3165                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3166                     "type": "tidelift"
3167                 }
3168             ],
3169             "time": "2020-02-27T09:26:54+00:00"
3170         },
3171         {
3172             "name": "symfony/polyfill-intl-idn",
3173             "version": "v1.15.0",
3174             "source": {
3175                 "type": "git",
3176                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3177                 "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
3178             },
3179             "dist": {
3180                 "type": "zip",
3181                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
3182                 "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
3183                 "shasum": ""
3184             },
3185             "require": {
3186                 "php": ">=5.3.3",
3187                 "symfony/polyfill-mbstring": "^1.3",
3188                 "symfony/polyfill-php72": "^1.10"
3189             },
3190             "suggest": {
3191                 "ext-intl": "For best performance"
3192             },
3193             "type": "library",
3194             "extra": {
3195                 "branch-alias": {
3196                     "dev-master": "1.15-dev"
3197                 }
3198             },
3199             "autoload": {
3200                 "psr-4": {
3201                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
3202                 },
3203                 "files": [
3204                     "bootstrap.php"
3205                 ]
3206             },
3207             "notification-url": "https://packagist.org/downloads/",
3208             "license": [
3209                 "MIT"
3210             ],
3211             "authors": [
3212                 {
3213                     "name": "Laurent Bassin",
3214                     "email": "laurent@bassin.info"
3215                 },
3216                 {
3217                     "name": "Symfony Community",
3218                     "homepage": "https://symfony.com/contributors"
3219                 }
3220             ],
3221             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3222             "homepage": "https://symfony.com",
3223             "keywords": [
3224                 "compatibility",
3225                 "idn",
3226                 "intl",
3227                 "polyfill",
3228                 "portable",
3229                 "shim"
3230             ],
3231             "funding": [
3232                 {
3233                     "url": "https://symfony.com/sponsor",
3234                     "type": "custom"
3235                 },
3236                 {
3237                     "url": "https://github.com/fabpot",
3238                     "type": "github"
3239                 },
3240                 {
3241                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3242                     "type": "tidelift"
3243                 }
3244             ],
3245             "time": "2020-03-09T19:04:49+00:00"
3246         },
3247         {
3248             "name": "symfony/polyfill-mbstring",
3249             "version": "v1.15.0",
3250             "source": {
3251                 "type": "git",
3252                 "url": "https://github.com/symfony/polyfill-mbstring.git",
3253                 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
3254             },
3255             "dist": {
3256                 "type": "zip",
3257                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
3258                 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
3259                 "shasum": ""
3260             },
3261             "require": {
3262                 "php": ">=5.3.3"
3263             },
3264             "suggest": {
3265                 "ext-mbstring": "For best performance"
3266             },
3267             "type": "library",
3268             "extra": {
3269                 "branch-alias": {
3270                     "dev-master": "1.15-dev"
3271                 }
3272             },
3273             "autoload": {
3274                 "psr-4": {
3275                     "Symfony\\Polyfill\\Mbstring\\": ""
3276                 },
3277                 "files": [
3278                     "bootstrap.php"
3279                 ]
3280             },
3281             "notification-url": "https://packagist.org/downloads/",
3282             "license": [
3283                 "MIT"
3284             ],
3285             "authors": [
3286                 {
3287                     "name": "Nicolas Grekas",
3288                     "email": "p@tchwork.com"
3289                 },
3290                 {
3291                     "name": "Symfony Community",
3292                     "homepage": "https://symfony.com/contributors"
3293                 }
3294             ],
3295             "description": "Symfony polyfill for the Mbstring extension",
3296             "homepage": "https://symfony.com",
3297             "keywords": [
3298                 "compatibility",
3299                 "mbstring",
3300                 "polyfill",
3301                 "portable",
3302                 "shim"
3303             ],
3304             "funding": [
3305                 {
3306                     "url": "https://symfony.com/sponsor",
3307                     "type": "custom"
3308                 },
3309                 {
3310                     "url": "https://github.com/fabpot",
3311                     "type": "github"
3312                 },
3313                 {
3314                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3315                     "type": "tidelift"
3316                 }
3317             ],
3318             "time": "2020-03-09T19:04:49+00:00"
3319         },
3320         {
3321             "name": "symfony/polyfill-php72",
3322             "version": "v1.15.0",
3323             "source": {
3324                 "type": "git",
3325                 "url": "https://github.com/symfony/polyfill-php72.git",
3326                 "reference": "37b0976c78b94856543260ce09b460a7bc852747"
3327             },
3328             "dist": {
3329                 "type": "zip",
3330                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
3331                 "reference": "37b0976c78b94856543260ce09b460a7bc852747",
3332                 "shasum": ""
3333             },
3334             "require": {
3335                 "php": ">=5.3.3"
3336             },
3337             "type": "library",
3338             "extra": {
3339                 "branch-alias": {
3340                     "dev-master": "1.15-dev"
3341                 }
3342             },
3343             "autoload": {
3344                 "psr-4": {
3345                     "Symfony\\Polyfill\\Php72\\": ""
3346                 },
3347                 "files": [
3348                     "bootstrap.php"
3349                 ]
3350             },
3351             "notification-url": "https://packagist.org/downloads/",
3352             "license": [
3353                 "MIT"
3354             ],
3355             "authors": [
3356                 {
3357                     "name": "Nicolas Grekas",
3358                     "email": "p@tchwork.com"
3359                 },
3360                 {
3361                     "name": "Symfony Community",
3362                     "homepage": "https://symfony.com/contributors"
3363                 }
3364             ],
3365             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3366             "homepage": "https://symfony.com",
3367             "keywords": [
3368                 "compatibility",
3369                 "polyfill",
3370                 "portable",
3371                 "shim"
3372             ],
3373             "funding": [
3374                 {
3375                     "url": "https://symfony.com/sponsor",
3376                     "type": "custom"
3377                 },
3378                 {
3379                     "url": "https://github.com/fabpot",
3380                     "type": "github"
3381                 },
3382                 {
3383                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3384                     "type": "tidelift"
3385                 }
3386             ],
3387             "time": "2020-02-27T09:26:54+00:00"
3388         },
3389         {
3390             "name": "symfony/polyfill-php73",
3391             "version": "v1.15.0",
3392             "source": {
3393                 "type": "git",
3394                 "url": "https://github.com/symfony/polyfill-php73.git",
3395                 "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
3396             },
3397             "dist": {
3398                 "type": "zip",
3399                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
3400                 "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
3401                 "shasum": ""
3402             },
3403             "require": {
3404                 "php": ">=5.3.3"
3405             },
3406             "type": "library",
3407             "extra": {
3408                 "branch-alias": {
3409                     "dev-master": "1.15-dev"
3410                 }
3411             },
3412             "autoload": {
3413                 "psr-4": {
3414                     "Symfony\\Polyfill\\Php73\\": ""
3415                 },
3416                 "files": [
3417                     "bootstrap.php"
3418                 ],
3419                 "classmap": [
3420                     "Resources/stubs"
3421                 ]
3422             },
3423             "notification-url": "https://packagist.org/downloads/",
3424             "license": [
3425                 "MIT"
3426             ],
3427             "authors": [
3428                 {
3429                     "name": "Nicolas Grekas",
3430                     "email": "p@tchwork.com"
3431                 },
3432                 {
3433                     "name": "Symfony Community",
3434                     "homepage": "https://symfony.com/contributors"
3435                 }
3436             ],
3437             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3438             "homepage": "https://symfony.com",
3439             "keywords": [
3440                 "compatibility",
3441                 "polyfill",
3442                 "portable",
3443                 "shim"
3444             ],
3445             "funding": [
3446                 {
3447                     "url": "https://symfony.com/sponsor",
3448                     "type": "custom"
3449                 },
3450                 {
3451                     "url": "https://github.com/fabpot",
3452                     "type": "github"
3453                 },
3454                 {
3455                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3456                     "type": "tidelift"
3457                 }
3458             ],
3459             "time": "2020-02-27T09:26:54+00:00"
3460         },
3461         {
3462             "name": "symfony/process",
3463             "version": "v5.0.7",
3464             "source": {
3465                 "type": "git",
3466                 "url": "https://github.com/symfony/process.git",
3467                 "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
3468             },
3469             "dist": {
3470                 "type": "zip",
3471                 "url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
3472                 "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
3473                 "shasum": ""
3474             },
3475             "require": {
3476                 "php": "^7.2.5"
3477             },
3478             "type": "library",
3479             "extra": {
3480                 "branch-alias": {
3481                     "dev-master": "5.0-dev"
3482                 }
3483             },
3484             "autoload": {
3485                 "psr-4": {
3486                     "Symfony\\Component\\Process\\": ""
3487                 },
3488                 "exclude-from-classmap": [
3489                     "/Tests/"
3490                 ]
3491             },
3492             "notification-url": "https://packagist.org/downloads/",
3493             "license": [
3494                 "MIT"
3495             ],
3496             "authors": [
3497                 {
3498                     "name": "Fabien Potencier",
3499                     "email": "fabien@symfony.com"
3500                 },
3501                 {
3502                     "name": "Symfony Community",
3503                     "homepage": "https://symfony.com/contributors"
3504                 }
3505             ],
3506             "description": "Symfony Process Component",
3507             "homepage": "https://symfony.com",
3508             "time": "2020-03-27T16:56:45+00:00"
3509         },
3510         {
3511             "name": "symfony/service-contracts",
3512             "version": "v2.0.1",
3513             "source": {
3514                 "type": "git",
3515                 "url": "https://github.com/symfony/service-contracts.git",
3516                 "reference": "144c5e51266b281231e947b51223ba14acf1a749"
3517             },
3518             "dist": {
3519                 "type": "zip",
3520                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
3521                 "reference": "144c5e51266b281231e947b51223ba14acf1a749",
3522                 "shasum": ""
3523             },
3524             "require": {
3525                 "php": "^7.2.5",
3526                 "psr/container": "^1.0"
3527             },
3528             "suggest": {
3529                 "symfony/service-implementation": ""
3530             },
3531             "type": "library",
3532             "extra": {
3533                 "branch-alias": {
3534                     "dev-master": "2.0-dev"
3535                 }
3536             },
3537             "autoload": {
3538                 "psr-4": {
3539                     "Symfony\\Contracts\\Service\\": ""
3540                 }
3541             },
3542             "notification-url": "https://packagist.org/downloads/",
3543             "license": [
3544                 "MIT"
3545             ],
3546             "authors": [
3547                 {
3548                     "name": "Nicolas Grekas",
3549                     "email": "p@tchwork.com"
3550                 },
3551                 {
3552                     "name": "Symfony Community",
3553                     "homepage": "https://symfony.com/contributors"
3554                 }
3555             ],
3556             "description": "Generic abstractions related to writing services",
3557             "homepage": "https://symfony.com",
3558             "keywords": [
3559                 "abstractions",
3560                 "contracts",
3561                 "decoupling",
3562                 "interfaces",
3563                 "interoperability",
3564                 "standards"
3565             ],
3566             "time": "2019-11-18T17:27:11+00:00"
3567         },
3568         {
3569             "name": "symfony/translation",
3570             "version": "v4.4.7",
3571             "source": {
3572                 "type": "git",
3573                 "url": "https://github.com/symfony/translation.git",
3574                 "reference": "4e54d336f2eca5facad449d0b0118bb449375b76"
3575             },
3576             "dist": {
3577                 "type": "zip",
3578                 "url": "https://api.github.com/repos/symfony/translation/zipball/4e54d336f2eca5facad449d0b0118bb449375b76",
3579                 "reference": "4e54d336f2eca5facad449d0b0118bb449375b76",
3580                 "shasum": ""
3581             },
3582             "require": {
3583                 "php": "^7.1.3",
3584                 "symfony/polyfill-mbstring": "~1.0",
3585                 "symfony/translation-contracts": "^1.1.6|^2"
3586             },
3587             "conflict": {
3588                 "symfony/config": "<3.4",
3589                 "symfony/dependency-injection": "<3.4",
3590                 "symfony/http-kernel": "<4.4",
3591                 "symfony/yaml": "<3.4"
3592             },
3593             "provide": {
3594                 "symfony/translation-implementation": "1.0"
3595             },
3596             "require-dev": {
3597                 "psr/log": "~1.0",
3598                 "symfony/config": "^3.4|^4.0|^5.0",
3599                 "symfony/console": "^3.4|^4.0|^5.0",
3600                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3601                 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
3602                 "symfony/http-kernel": "^4.4",
3603                 "symfony/intl": "^3.4|^4.0|^5.0",
3604                 "symfony/service-contracts": "^1.1.2|^2",
3605                 "symfony/yaml": "^3.4|^4.0|^5.0"
3606             },
3607             "suggest": {
3608                 "psr/log-implementation": "To use logging capability in translator",
3609                 "symfony/config": "",
3610                 "symfony/yaml": ""
3611             },
3612             "type": "library",
3613             "extra": {
3614                 "branch-alias": {
3615                     "dev-master": "4.4-dev"
3616                 }
3617             },
3618             "autoload": {
3619                 "psr-4": {
3620                     "Symfony\\Component\\Translation\\": ""
3621                 },
3622                 "exclude-from-classmap": [
3623                     "/Tests/"
3624                 ]
3625             },
3626             "notification-url": "https://packagist.org/downloads/",
3627             "license": [
3628                 "MIT"
3629             ],
3630             "authors": [
3631                 {
3632                     "name": "Fabien Potencier",
3633                     "email": "fabien@symfony.com"
3634                 },
3635                 {
3636                     "name": "Symfony Community",
3637                     "homepage": "https://symfony.com/contributors"
3638                 }
3639             ],
3640             "description": "Symfony Translation Component",
3641             "homepage": "https://symfony.com",
3642             "time": "2020-03-27T16:54:36+00:00"
3643         },
3644         {
3645             "name": "symfony/translation-contracts",
3646             "version": "v2.0.1",
3647             "source": {
3648                 "type": "git",
3649                 "url": "https://github.com/symfony/translation-contracts.git",
3650                 "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
3651             },
3652             "dist": {
3653                 "type": "zip",
3654                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
3655                 "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
3656                 "shasum": ""
3657             },
3658             "require": {
3659                 "php": "^7.2.5"
3660             },
3661             "suggest": {
3662                 "symfony/translation-implementation": ""
3663             },
3664             "type": "library",
3665             "extra": {
3666                 "branch-alias": {
3667                     "dev-master": "2.0-dev"
3668                 }
3669             },
3670             "autoload": {
3671                 "psr-4": {
3672                     "Symfony\\Contracts\\Translation\\": ""
3673                 }
3674             },
3675             "notification-url": "https://packagist.org/downloads/",
3676             "license": [
3677                 "MIT"
3678             ],
3679             "authors": [
3680                 {
3681                     "name": "Nicolas Grekas",
3682                     "email": "p@tchwork.com"
3683                 },
3684                 {
3685                     "name": "Symfony Community",
3686                     "homepage": "https://symfony.com/contributors"
3687                 }
3688             ],
3689             "description": "Generic abstractions related to translation",
3690             "homepage": "https://symfony.com",
3691             "keywords": [
3692                 "abstractions",
3693                 "contracts",
3694                 "decoupling",
3695                 "interfaces",
3696                 "interoperability",
3697                 "standards"
3698             ],
3699             "time": "2019-11-18T17:27:11+00:00"
3700         },
3701         {
3702             "name": "symfony/yaml",
3703             "version": "v4.4.7",
3704             "source": {
3705                 "type": "git",
3706                 "url": "https://github.com/symfony/yaml.git",
3707                 "reference": "ef166890d821518106da3560086bfcbeb4fadfec"
3708             },
3709             "dist": {
3710                 "type": "zip",
3711                 "url": "https://api.github.com/repos/symfony/yaml/zipball/ef166890d821518106da3560086bfcbeb4fadfec",
3712                 "reference": "ef166890d821518106da3560086bfcbeb4fadfec",
3713                 "shasum": ""
3714             },
3715             "require": {
3716                 "php": "^7.1.3",
3717                 "symfony/polyfill-ctype": "~1.8"
3718             },
3719             "conflict": {
3720                 "symfony/console": "<3.4"
3721             },
3722             "require-dev": {
3723                 "symfony/console": "^3.4|^4.0|^5.0"
3724             },
3725             "suggest": {
3726                 "symfony/console": "For validating YAML files using the lint command"
3727             },
3728             "type": "library",
3729             "extra": {
3730                 "branch-alias": {
3731                     "dev-master": "4.4-dev"
3732                 }
3733             },
3734             "autoload": {
3735                 "psr-4": {
3736                     "Symfony\\Component\\Yaml\\": ""
3737                 },
3738                 "exclude-from-classmap": [
3739                     "/Tests/"
3740                 ]
3741             },
3742             "notification-url": "https://packagist.org/downloads/",
3743             "license": [
3744                 "MIT"
3745             ],
3746             "authors": [
3747                 {
3748                     "name": "Fabien Potencier",
3749                     "email": "fabien@symfony.com"
3750                 },
3751                 {
3752                     "name": "Symfony Community",
3753                     "homepage": "https://symfony.com/contributors"
3754                 }
3755             ],
3756             "description": "Symfony Yaml Component",
3757             "homepage": "https://symfony.com",
3758             "time": "2020-03-30T11:41:10+00:00"
3759         },
3760         {
3761             "name": "theseer/tokenizer",
3762             "version": "1.1.3",
3763             "source": {
3764                 "type": "git",
3765                 "url": "https://github.com/theseer/tokenizer.git",
3766                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
3767             },
3768             "dist": {
3769                 "type": "zip",
3770                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
3771                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
3772                 "shasum": ""
3773             },
3774             "require": {
3775                 "ext-dom": "*",
3776                 "ext-tokenizer": "*",
3777                 "ext-xmlwriter": "*",
3778                 "php": "^7.0"
3779             },
3780             "type": "library",
3781             "autoload": {
3782                 "classmap": [
3783                     "src/"
3784                 ]
3785             },
3786             "notification-url": "https://packagist.org/downloads/",
3787             "license": [
3788                 "BSD-3-Clause"
3789             ],
3790             "authors": [
3791                 {
3792                     "name": "Arne Blankerts",
3793                     "email": "arne@blankerts.de",
3794                     "role": "Developer"
3795                 }
3796             ],
3797             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3798             "time": "2019-06-13T22:48:21+00:00"
3799         },
3800         {
3801             "name": "webmozart/assert",
3802             "version": "1.8.0",
3803             "source": {
3804                 "type": "git",
3805                 "url": "https://github.com/webmozart/assert.git",
3806                 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
3807             },
3808             "dist": {
3809                 "type": "zip",
3810                 "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
3811                 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
3812                 "shasum": ""
3813             },
3814             "require": {
3815                 "php": "^5.3.3 || ^7.0",
3816                 "symfony/polyfill-ctype": "^1.8"
3817             },
3818             "conflict": {
3819                 "vimeo/psalm": "<3.9.1"
3820             },
3821             "require-dev": {
3822                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
3823             },
3824             "type": "library",
3825             "autoload": {
3826                 "psr-4": {
3827                     "Webmozart\\Assert\\": "src/"
3828                 }
3829             },
3830             "notification-url": "https://packagist.org/downloads/",
3831             "license": [
3832                 "MIT"
3833             ],
3834             "authors": [
3835                 {
3836                     "name": "Bernhard Schussek",
3837                     "email": "bschussek@gmail.com"
3838                 }
3839             ],
3840             "description": "Assertions to validate method input/output with nice error messages.",
3841             "keywords": [
3842                 "assert",
3843                 "check",
3844                 "validate"
3845             ],
3846             "time": "2020-04-18T12:12:48+00:00"
3847         }
3848     ],
3849     "aliases": [
3850         {
3851             "alias": "1.x-dev",
3852             "alias_normalized": "1.9999999.9999999.9999999-dev",
3853             "version": "dev-local",
3854             "package": "instaclick/php-webdriver"
3855         }
3856     ],
3857     "minimum-stability": "stable",
3858     "stability-flags": {
3859         "instaclick/php-webdriver": 20
3860     },
3861     "prefer-stable": false,
3862     "prefer-lowest": false,
3863     "platform": [],
3864     "platform-dev": [],
3865     "plugin-api-version": "1.1.0"