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