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