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