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