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