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