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