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