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