MDL-60858 feedback: remove ellipsis from form lang strings
[moodle.git] / composer.lock
blobf90ae2335cfa3ffa319486506ec775649ed87ef0
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": "7cd70172c941fb07f0a2d4173baef5f1",
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": "v1.3.2",
212             "source": {
213                 "type": "git",
214                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
215                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
216             },
217             "dist": {
218                 "type": "zip",
219                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
220                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
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",
227                 "symfony/dom-crawler": "~2.3|~3.0"
228             },
229             "require-dev": {
230                 "silex/silex": "~1.2",
231                 "symfony/phpunit-bridge": "~2.7|~3.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": "2016-03-05T08:59:47+00:00"
264         },
265         {
266             "name": "behat/mink-extension",
267             "version": "2.3.0",
268             "source": {
269                 "type": "git",
270                 "url": "https://github.com/Behat/MinkExtension.git",
271                 "reference": "badc565b7a1d05c4a4bf49c789045bcf7af6c6de"
272             },
273             "dist": {
274                 "type": "zip",
275                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/badc565b7a1d05c4a4bf49c789045bcf7af6c6de",
276                 "reference": "badc565b7a1d05c4a4bf49c789045bcf7af6c6de",
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": "2017-11-24T19:30:49+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.0",
627             "source": {
628                 "type": "git",
629                 "url": "https://github.com/guzzle/guzzle.git",
630                 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
631             },
632             "dist": {
633                 "type": "zip",
634                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
635                 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
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.0 || ^5.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.2-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": "2017-06-22T18:50:49+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.35.0",
913             "source": {
914                 "type": "git",
915                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
916                 "reference": "8d0c4248b1efe6bc141fc7dc17d16fed1df017a5"
917             },
918             "dist": {
919                 "type": "zip",
920                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/8d0c4248b1efe6bc141fc7dc17d16fed1df017a5",
921                 "reference": "8d0c4248b1efe6bc141fc7dc17d16fed1df017a5",
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                 "GPLv3"
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": "2017-09-29T18:10:58+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.1.1",
1164             "source": {
1165                 "type": "git",
1166                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1167                 "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
1168             },
1169             "dist": {
1170                 "type": "zip",
1171                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
1172                 "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
1173                 "shasum": ""
1174             },
1175             "require": {
1176                 "php": "^7.0",
1177                 "phpdocumentor/reflection-common": "^1.0@dev",
1178                 "phpdocumentor/type-resolver": "^0.4.0",
1179                 "webmozart/assert": "^1.0"
1180             },
1181             "require-dev": {
1182                 "mockery/mockery": "^0.9.4",
1183                 "phpunit/phpunit": "^4.4"
1184             },
1185             "type": "library",
1186             "autoload": {
1187                 "psr-4": {
1188                     "phpDocumentor\\Reflection\\": [
1189                         "src/"
1190                     ]
1191                 }
1192             },
1193             "notification-url": "https://packagist.org/downloads/",
1194             "license": [
1195                 "MIT"
1196             ],
1197             "authors": [
1198                 {
1199                     "name": "Mike van Riel",
1200                     "email": "me@mikevanriel.com"
1201                 }
1202             ],
1203             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1204             "time": "2017-08-30T18:51:59+00:00"
1205         },
1206         {
1207             "name": "phpdocumentor/type-resolver",
1208             "version": "0.4.0",
1209             "source": {
1210                 "type": "git",
1211                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1212                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1213             },
1214             "dist": {
1215                 "type": "zip",
1216                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1217                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1218                 "shasum": ""
1219             },
1220             "require": {
1221                 "php": "^5.5 || ^7.0",
1222                 "phpdocumentor/reflection-common": "^1.0"
1223             },
1224             "require-dev": {
1225                 "mockery/mockery": "^0.9.4",
1226                 "phpunit/phpunit": "^5.2||^4.8.24"
1227             },
1228             "type": "library",
1229             "extra": {
1230                 "branch-alias": {
1231                     "dev-master": "1.0.x-dev"
1232                 }
1233             },
1234             "autoload": {
1235                 "psr-4": {
1236                     "phpDocumentor\\Reflection\\": [
1237                         "src/"
1238                     ]
1239                 }
1240             },
1241             "notification-url": "https://packagist.org/downloads/",
1242             "license": [
1243                 "MIT"
1244             ],
1245             "authors": [
1246                 {
1247                     "name": "Mike van Riel",
1248                     "email": "me@mikevanriel.com"
1249                 }
1250             ],
1251             "time": "2017-07-14T14:27:02+00:00"
1252         },
1253         {
1254             "name": "phpspec/prophecy",
1255             "version": "1.7.3",
1256             "source": {
1257                 "type": "git",
1258                 "url": "https://github.com/phpspec/prophecy.git",
1259                 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
1260             },
1261             "dist": {
1262                 "type": "zip",
1263                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1264                 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1265                 "shasum": ""
1266             },
1267             "require": {
1268                 "doctrine/instantiator": "^1.0.2",
1269                 "php": "^5.3|^7.0",
1270                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1271                 "sebastian/comparator": "^1.1|^2.0",
1272                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1273             },
1274             "require-dev": {
1275                 "phpspec/phpspec": "^2.5|^3.2",
1276                 "phpunit/phpunit": "^4.8.35 || ^5.7"
1277             },
1278             "type": "library",
1279             "extra": {
1280                 "branch-alias": {
1281                     "dev-master": "1.7.x-dev"
1282                 }
1283             },
1284             "autoload": {
1285                 "psr-0": {
1286                     "Prophecy\\": "src/"
1287                 }
1288             },
1289             "notification-url": "https://packagist.org/downloads/",
1290             "license": [
1291                 "MIT"
1292             ],
1293             "authors": [
1294                 {
1295                     "name": "Konstantin Kudryashov",
1296                     "email": "ever.zet@gmail.com",
1297                     "homepage": "http://everzet.com"
1298                 },
1299                 {
1300                     "name": "Marcello Duarte",
1301                     "email": "marcello.duarte@gmail.com"
1302                 }
1303             ],
1304             "description": "Highly opinionated mocking framework for PHP 5.3+",
1305             "homepage": "https://github.com/phpspec/prophecy",
1306             "keywords": [
1307                 "Double",
1308                 "Dummy",
1309                 "fake",
1310                 "mock",
1311                 "spy",
1312                 "stub"
1313             ],
1314             "time": "2017-11-24T13:59:53+00:00"
1315         },
1316         {
1317             "name": "phpunit/dbunit",
1318             "version": "3.0.2",
1319             "source": {
1320                 "type": "git",
1321                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1322                 "reference": "403350339b6aca748ee0067d027d85621992e21f"
1323             },
1324             "dist": {
1325                 "type": "zip",
1326                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/403350339b6aca748ee0067d027d85621992e21f",
1327                 "reference": "403350339b6aca748ee0067d027d85621992e21f",
1328                 "shasum": ""
1329             },
1330             "require": {
1331                 "ext-pdo": "*",
1332                 "ext-simplexml": "*",
1333                 "php": "^7.0",
1334                 "phpunit/phpunit": "^6.0",
1335                 "symfony/yaml": "^3.0 || ^4.0"
1336             },
1337             "type": "library",
1338             "extra": {
1339                 "branch-alias": {
1340                     "dev-master": "3.0.x-dev"
1341                 }
1342             },
1343             "autoload": {
1344                 "classmap": [
1345                     "src/"
1346                 ]
1347             },
1348             "notification-url": "https://packagist.org/downloads/",
1349             "license": [
1350                 "BSD-3-Clause"
1351             ],
1352             "authors": [
1353                 {
1354                     "name": "Sebastian Bergmann",
1355                     "email": "sebastian@phpunit.de",
1356                     "role": "lead"
1357                 }
1358             ],
1359             "description": "PHPUnit extension for database interaction testing",
1360             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1361             "keywords": [
1362                 "database",
1363                 "testing",
1364                 "xunit"
1365             ],
1366             "time": "2017-11-18T17:40:34+00:00"
1367         },
1368         {
1369             "name": "phpunit/php-code-coverage",
1370             "version": "5.2.3",
1371             "source": {
1372                 "type": "git",
1373                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1374                 "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d"
1375             },
1376             "dist": {
1377                 "type": "zip",
1378                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d",
1379                 "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d",
1380                 "shasum": ""
1381             },
1382             "require": {
1383                 "ext-dom": "*",
1384                 "ext-xmlwriter": "*",
1385                 "php": "^7.0",
1386                 "phpunit/php-file-iterator": "^1.4.2",
1387                 "phpunit/php-text-template": "^1.2.1",
1388                 "phpunit/php-token-stream": "^2.0",
1389                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1390                 "sebastian/environment": "^3.0",
1391                 "sebastian/version": "^2.0.1",
1392                 "theseer/tokenizer": "^1.1"
1393             },
1394             "require-dev": {
1395                 "ext-xdebug": "^2.5",
1396                 "phpunit/phpunit": "^6.0"
1397             },
1398             "suggest": {
1399                 "ext-xdebug": "^2.5.5"
1400             },
1401             "type": "library",
1402             "extra": {
1403                 "branch-alias": {
1404                     "dev-master": "5.2.x-dev"
1405                 }
1406             },
1407             "autoload": {
1408                 "classmap": [
1409                     "src/"
1410                 ]
1411             },
1412             "notification-url": "https://packagist.org/downloads/",
1413             "license": [
1414                 "BSD-3-Clause"
1415             ],
1416             "authors": [
1417                 {
1418                     "name": "Sebastian Bergmann",
1419                     "email": "sb@sebastian-bergmann.de",
1420                     "role": "lead"
1421                 }
1422             ],
1423             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1424             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1425             "keywords": [
1426                 "coverage",
1427                 "testing",
1428                 "xunit"
1429             ],
1430             "time": "2017-11-03T13:47:33+00:00"
1431         },
1432         {
1433             "name": "phpunit/php-file-iterator",
1434             "version": "1.4.3",
1435             "source": {
1436                 "type": "git",
1437                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1438                 "reference": "8ebba84e5bd74fc5fdeb916b38749016c7232f93"
1439             },
1440             "dist": {
1441                 "type": "zip",
1442                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/8ebba84e5bd74fc5fdeb916b38749016c7232f93",
1443                 "reference": "8ebba84e5bd74fc5fdeb916b38749016c7232f93",
1444                 "shasum": ""
1445             },
1446             "require": {
1447                 "php": ">=5.3.3"
1448             },
1449             "type": "library",
1450             "extra": {
1451                 "branch-alias": {
1452                     "dev-master": "1.4.x-dev"
1453                 }
1454             },
1455             "autoload": {
1456                 "classmap": [
1457                     "src/"
1458                 ]
1459             },
1460             "notification-url": "https://packagist.org/downloads/",
1461             "license": [
1462                 "BSD-3-Clause"
1463             ],
1464             "authors": [
1465                 {
1466                     "name": "Sebastian Bergmann",
1467                     "email": "sb@sebastian-bergmann.de",
1468                     "role": "lead"
1469                 }
1470             ],
1471             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1472             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1473             "keywords": [
1474                 "filesystem",
1475                 "iterator"
1476             ],
1477             "time": "2017-11-24T15:00:59+00:00"
1478         },
1479         {
1480             "name": "phpunit/php-text-template",
1481             "version": "1.2.1",
1482             "source": {
1483                 "type": "git",
1484                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1485                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1486             },
1487             "dist": {
1488                 "type": "zip",
1489                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1490                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1491                 "shasum": ""
1492             },
1493             "require": {
1494                 "php": ">=5.3.3"
1495             },
1496             "type": "library",
1497             "autoload": {
1498                 "classmap": [
1499                     "src/"
1500                 ]
1501             },
1502             "notification-url": "https://packagist.org/downloads/",
1503             "license": [
1504                 "BSD-3-Clause"
1505             ],
1506             "authors": [
1507                 {
1508                     "name": "Sebastian Bergmann",
1509                     "email": "sebastian@phpunit.de",
1510                     "role": "lead"
1511                 }
1512             ],
1513             "description": "Simple template engine.",
1514             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1515             "keywords": [
1516                 "template"
1517             ],
1518             "time": "2015-06-21T13:50:34+00:00"
1519         },
1520         {
1521             "name": "phpunit/php-timer",
1522             "version": "1.0.9",
1523             "source": {
1524                 "type": "git",
1525                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1526                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1527             },
1528             "dist": {
1529                 "type": "zip",
1530                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1531                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1532                 "shasum": ""
1533             },
1534             "require": {
1535                 "php": "^5.3.3 || ^7.0"
1536             },
1537             "require-dev": {
1538                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1539             },
1540             "type": "library",
1541             "extra": {
1542                 "branch-alias": {
1543                     "dev-master": "1.0-dev"
1544                 }
1545             },
1546             "autoload": {
1547                 "classmap": [
1548                     "src/"
1549                 ]
1550             },
1551             "notification-url": "https://packagist.org/downloads/",
1552             "license": [
1553                 "BSD-3-Clause"
1554             ],
1555             "authors": [
1556                 {
1557                     "name": "Sebastian Bergmann",
1558                     "email": "sb@sebastian-bergmann.de",
1559                     "role": "lead"
1560                 }
1561             ],
1562             "description": "Utility class for timing",
1563             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1564             "keywords": [
1565                 "timer"
1566             ],
1567             "time": "2017-02-26T11:10:40+00:00"
1568         },
1569         {
1570             "name": "phpunit/php-token-stream",
1571             "version": "2.0.1",
1572             "source": {
1573                 "type": "git",
1574                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1575                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
1576             },
1577             "dist": {
1578                 "type": "zip",
1579                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
1580                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
1581                 "shasum": ""
1582             },
1583             "require": {
1584                 "ext-tokenizer": "*",
1585                 "php": "^7.0"
1586             },
1587             "require-dev": {
1588                 "phpunit/phpunit": "^6.2.4"
1589             },
1590             "type": "library",
1591             "extra": {
1592                 "branch-alias": {
1593                     "dev-master": "2.0-dev"
1594                 }
1595             },
1596             "autoload": {
1597                 "classmap": [
1598                     "src/"
1599                 ]
1600             },
1601             "notification-url": "https://packagist.org/downloads/",
1602             "license": [
1603                 "BSD-3-Clause"
1604             ],
1605             "authors": [
1606                 {
1607                     "name": "Sebastian Bergmann",
1608                     "email": "sebastian@phpunit.de"
1609                 }
1610             ],
1611             "description": "Wrapper around PHP's tokenizer extension.",
1612             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1613             "keywords": [
1614                 "tokenizer"
1615             ],
1616             "time": "2017-08-20T05:47:52+00:00"
1617         },
1618         {
1619             "name": "phpunit/phpunit",
1620             "version": "6.4.4",
1621             "source": {
1622                 "type": "git",
1623                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1624                 "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932"
1625             },
1626             "dist": {
1627                 "type": "zip",
1628                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/562f7dc75d46510a4ed5d16189ae57fbe45a9932",
1629                 "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932",
1630                 "shasum": ""
1631             },
1632             "require": {
1633                 "ext-dom": "*",
1634                 "ext-json": "*",
1635                 "ext-libxml": "*",
1636                 "ext-mbstring": "*",
1637                 "ext-xml": "*",
1638                 "myclabs/deep-copy": "^1.6.1",
1639                 "phar-io/manifest": "^1.0.1",
1640                 "phar-io/version": "^1.0",
1641                 "php": "^7.0",
1642                 "phpspec/prophecy": "^1.7",
1643                 "phpunit/php-code-coverage": "^5.2.2",
1644                 "phpunit/php-file-iterator": "^1.4.2",
1645                 "phpunit/php-text-template": "^1.2.1",
1646                 "phpunit/php-timer": "^1.0.9",
1647                 "phpunit/phpunit-mock-objects": "^4.0.3",
1648                 "sebastian/comparator": "^2.0.2",
1649                 "sebastian/diff": "^2.0",
1650                 "sebastian/environment": "^3.1",
1651                 "sebastian/exporter": "^3.1",
1652                 "sebastian/global-state": "^2.0",
1653                 "sebastian/object-enumerator": "^3.0.3",
1654                 "sebastian/resource-operations": "^1.0",
1655                 "sebastian/version": "^2.0.1"
1656             },
1657             "conflict": {
1658                 "phpdocumentor/reflection-docblock": "3.0.2",
1659                 "phpunit/dbunit": "<3.0"
1660             },
1661             "require-dev": {
1662                 "ext-pdo": "*"
1663             },
1664             "suggest": {
1665                 "ext-xdebug": "*",
1666                 "phpunit/php-invoker": "^1.1"
1667             },
1668             "bin": [
1669                 "phpunit"
1670             ],
1671             "type": "library",
1672             "extra": {
1673                 "branch-alias": {
1674                     "dev-master": "6.4.x-dev"
1675                 }
1676             },
1677             "autoload": {
1678                 "classmap": [
1679                     "src/"
1680                 ]
1681             },
1682             "notification-url": "https://packagist.org/downloads/",
1683             "license": [
1684                 "BSD-3-Clause"
1685             ],
1686             "authors": [
1687                 {
1688                     "name": "Sebastian Bergmann",
1689                     "email": "sebastian@phpunit.de",
1690                     "role": "lead"
1691                 }
1692             ],
1693             "description": "The PHP Unit Testing framework.",
1694             "homepage": "https://phpunit.de/",
1695             "keywords": [
1696                 "phpunit",
1697                 "testing",
1698                 "xunit"
1699             ],
1700             "time": "2017-11-08T11:26:09+00:00"
1701         },
1702         {
1703             "name": "phpunit/phpunit-mock-objects",
1704             "version": "4.0.4",
1705             "source": {
1706                 "type": "git",
1707                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1708                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
1709             },
1710             "dist": {
1711                 "type": "zip",
1712                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
1713                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
1714                 "shasum": ""
1715             },
1716             "require": {
1717                 "doctrine/instantiator": "^1.0.5",
1718                 "php": "^7.0",
1719                 "phpunit/php-text-template": "^1.2.1",
1720                 "sebastian/exporter": "^3.0"
1721             },
1722             "conflict": {
1723                 "phpunit/phpunit": "<6.0"
1724             },
1725             "require-dev": {
1726                 "phpunit/phpunit": "^6.0"
1727             },
1728             "suggest": {
1729                 "ext-soap": "*"
1730             },
1731             "type": "library",
1732             "extra": {
1733                 "branch-alias": {
1734                     "dev-master": "4.0.x-dev"
1735                 }
1736             },
1737             "autoload": {
1738                 "classmap": [
1739                     "src/"
1740                 ]
1741             },
1742             "notification-url": "https://packagist.org/downloads/",
1743             "license": [
1744                 "BSD-3-Clause"
1745             ],
1746             "authors": [
1747                 {
1748                     "name": "Sebastian Bergmann",
1749                     "email": "sb@sebastian-bergmann.de",
1750                     "role": "lead"
1751                 }
1752             ],
1753             "description": "Mock Object library for PHPUnit",
1754             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1755             "keywords": [
1756                 "mock",
1757                 "xunit"
1758             ],
1759             "time": "2017-08-03T14:08:16+00:00"
1760         },
1761         {
1762             "name": "psr/container",
1763             "version": "1.0.0",
1764             "source": {
1765                 "type": "git",
1766                 "url": "https://github.com/php-fig/container.git",
1767                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1768             },
1769             "dist": {
1770                 "type": "zip",
1771                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1772                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1773                 "shasum": ""
1774             },
1775             "require": {
1776                 "php": ">=5.3.0"
1777             },
1778             "type": "library",
1779             "extra": {
1780                 "branch-alias": {
1781                     "dev-master": "1.0.x-dev"
1782                 }
1783             },
1784             "autoload": {
1785                 "psr-4": {
1786                     "Psr\\Container\\": "src/"
1787                 }
1788             },
1789             "notification-url": "https://packagist.org/downloads/",
1790             "license": [
1791                 "MIT"
1792             ],
1793             "authors": [
1794                 {
1795                     "name": "PHP-FIG",
1796                     "homepage": "http://www.php-fig.org/"
1797                 }
1798             ],
1799             "description": "Common Container Interface (PHP FIG PSR-11)",
1800             "homepage": "https://github.com/php-fig/container",
1801             "keywords": [
1802                 "PSR-11",
1803                 "container",
1804                 "container-interface",
1805                 "container-interop",
1806                 "psr"
1807             ],
1808             "time": "2017-02-14T16:28:37+00:00"
1809         },
1810         {
1811             "name": "psr/http-message",
1812             "version": "1.0.1",
1813             "source": {
1814                 "type": "git",
1815                 "url": "https://github.com/php-fig/http-message.git",
1816                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1817             },
1818             "dist": {
1819                 "type": "zip",
1820                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1821                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1822                 "shasum": ""
1823             },
1824             "require": {
1825                 "php": ">=5.3.0"
1826             },
1827             "type": "library",
1828             "extra": {
1829                 "branch-alias": {
1830                     "dev-master": "1.0.x-dev"
1831                 }
1832             },
1833             "autoload": {
1834                 "psr-4": {
1835                     "Psr\\Http\\Message\\": "src/"
1836                 }
1837             },
1838             "notification-url": "https://packagist.org/downloads/",
1839             "license": [
1840                 "MIT"
1841             ],
1842             "authors": [
1843                 {
1844                     "name": "PHP-FIG",
1845                     "homepage": "http://www.php-fig.org/"
1846                 }
1847             ],
1848             "description": "Common interface for HTTP messages",
1849             "homepage": "https://github.com/php-fig/http-message",
1850             "keywords": [
1851                 "http",
1852                 "http-message",
1853                 "psr",
1854                 "psr-7",
1855                 "request",
1856                 "response"
1857             ],
1858             "time": "2016-08-06T14:39:51+00:00"
1859         },
1860         {
1861             "name": "psr/log",
1862             "version": "1.0.2",
1863             "source": {
1864                 "type": "git",
1865                 "url": "https://github.com/php-fig/log.git",
1866                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1867             },
1868             "dist": {
1869                 "type": "zip",
1870                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1871                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1872                 "shasum": ""
1873             },
1874             "require": {
1875                 "php": ">=5.3.0"
1876             },
1877             "type": "library",
1878             "extra": {
1879                 "branch-alias": {
1880                     "dev-master": "1.0.x-dev"
1881                 }
1882             },
1883             "autoload": {
1884                 "psr-4": {
1885                     "Psr\\Log\\": "Psr/Log/"
1886                 }
1887             },
1888             "notification-url": "https://packagist.org/downloads/",
1889             "license": [
1890                 "MIT"
1891             ],
1892             "authors": [
1893                 {
1894                     "name": "PHP-FIG",
1895                     "homepage": "http://www.php-fig.org/"
1896                 }
1897             ],
1898             "description": "Common interface for logging libraries",
1899             "homepage": "https://github.com/php-fig/log",
1900             "keywords": [
1901                 "log",
1902                 "psr",
1903                 "psr-3"
1904             ],
1905             "time": "2016-10-10T12:19:37+00:00"
1906         },
1907         {
1908             "name": "sebastian/code-unit-reverse-lookup",
1909             "version": "1.0.1",
1910             "source": {
1911                 "type": "git",
1912                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1913                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1914             },
1915             "dist": {
1916                 "type": "zip",
1917                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1918                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1919                 "shasum": ""
1920             },
1921             "require": {
1922                 "php": "^5.6 || ^7.0"
1923             },
1924             "require-dev": {
1925                 "phpunit/phpunit": "^5.7 || ^6.0"
1926             },
1927             "type": "library",
1928             "extra": {
1929                 "branch-alias": {
1930                     "dev-master": "1.0.x-dev"
1931                 }
1932             },
1933             "autoload": {
1934                 "classmap": [
1935                     "src/"
1936                 ]
1937             },
1938             "notification-url": "https://packagist.org/downloads/",
1939             "license": [
1940                 "BSD-3-Clause"
1941             ],
1942             "authors": [
1943                 {
1944                     "name": "Sebastian Bergmann",
1945                     "email": "sebastian@phpunit.de"
1946                 }
1947             ],
1948             "description": "Looks up which function or method a line of code belongs to",
1949             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1950             "time": "2017-03-04T06:30:41+00:00"
1951         },
1952         {
1953             "name": "sebastian/comparator",
1954             "version": "2.1.0",
1955             "source": {
1956                 "type": "git",
1957                 "url": "https://github.com/sebastianbergmann/comparator.git",
1958                 "reference": "1174d9018191e93cb9d719edec01257fc05f8158"
1959             },
1960             "dist": {
1961                 "type": "zip",
1962                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1174d9018191e93cb9d719edec01257fc05f8158",
1963                 "reference": "1174d9018191e93cb9d719edec01257fc05f8158",
1964                 "shasum": ""
1965             },
1966             "require": {
1967                 "php": "^7.0",
1968                 "sebastian/diff": "^2.0",
1969                 "sebastian/exporter": "^3.1"
1970             },
1971             "require-dev": {
1972                 "phpunit/phpunit": "^6.4"
1973             },
1974             "type": "library",
1975             "extra": {
1976                 "branch-alias": {
1977                     "dev-master": "2.1.x-dev"
1978                 }
1979             },
1980             "autoload": {
1981                 "classmap": [
1982                     "src/"
1983                 ]
1984             },
1985             "notification-url": "https://packagist.org/downloads/",
1986             "license": [
1987                 "BSD-3-Clause"
1988             ],
1989             "authors": [
1990                 {
1991                     "name": "Jeff Welch",
1992                     "email": "whatthejeff@gmail.com"
1993                 },
1994                 {
1995                     "name": "Volker Dusch",
1996                     "email": "github@wallbash.com"
1997                 },
1998                 {
1999                     "name": "Bernhard Schussek",
2000                     "email": "bschussek@2bepublished.at"
2001                 },
2002                 {
2003                     "name": "Sebastian Bergmann",
2004                     "email": "sebastian@phpunit.de"
2005                 }
2006             ],
2007             "description": "Provides the functionality to compare PHP values for equality",
2008             "homepage": "https://github.com/sebastianbergmann/comparator",
2009             "keywords": [
2010                 "comparator",
2011                 "compare",
2012                 "equality"
2013             ],
2014             "time": "2017-11-03T07:16:52+00:00"
2015         },
2016         {
2017             "name": "sebastian/diff",
2018             "version": "2.0.1",
2019             "source": {
2020                 "type": "git",
2021                 "url": "https://github.com/sebastianbergmann/diff.git",
2022                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2023             },
2024             "dist": {
2025                 "type": "zip",
2026                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2027                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2028                 "shasum": ""
2029             },
2030             "require": {
2031                 "php": "^7.0"
2032             },
2033             "require-dev": {
2034                 "phpunit/phpunit": "^6.2"
2035             },
2036             "type": "library",
2037             "extra": {
2038                 "branch-alias": {
2039                     "dev-master": "2.0-dev"
2040                 }
2041             },
2042             "autoload": {
2043                 "classmap": [
2044                     "src/"
2045                 ]
2046             },
2047             "notification-url": "https://packagist.org/downloads/",
2048             "license": [
2049                 "BSD-3-Clause"
2050             ],
2051             "authors": [
2052                 {
2053                     "name": "Kore Nordmann",
2054                     "email": "mail@kore-nordmann.de"
2055                 },
2056                 {
2057                     "name": "Sebastian Bergmann",
2058                     "email": "sebastian@phpunit.de"
2059                 }
2060             ],
2061             "description": "Diff implementation",
2062             "homepage": "https://github.com/sebastianbergmann/diff",
2063             "keywords": [
2064                 "diff"
2065             ],
2066             "time": "2017-08-03T08:09:46+00:00"
2067         },
2068         {
2069             "name": "sebastian/environment",
2070             "version": "3.1.0",
2071             "source": {
2072                 "type": "git",
2073                 "url": "https://github.com/sebastianbergmann/environment.git",
2074                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2075             },
2076             "dist": {
2077                 "type": "zip",
2078                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2079                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2080                 "shasum": ""
2081             },
2082             "require": {
2083                 "php": "^7.0"
2084             },
2085             "require-dev": {
2086                 "phpunit/phpunit": "^6.1"
2087             },
2088             "type": "library",
2089             "extra": {
2090                 "branch-alias": {
2091                     "dev-master": "3.1.x-dev"
2092                 }
2093             },
2094             "autoload": {
2095                 "classmap": [
2096                     "src/"
2097                 ]
2098             },
2099             "notification-url": "https://packagist.org/downloads/",
2100             "license": [
2101                 "BSD-3-Clause"
2102             ],
2103             "authors": [
2104                 {
2105                     "name": "Sebastian Bergmann",
2106                     "email": "sebastian@phpunit.de"
2107                 }
2108             ],
2109             "description": "Provides functionality to handle HHVM/PHP environments",
2110             "homepage": "http://www.github.com/sebastianbergmann/environment",
2111             "keywords": [
2112                 "Xdebug",
2113                 "environment",
2114                 "hhvm"
2115             ],
2116             "time": "2017-07-01T08:51:00+00:00"
2117         },
2118         {
2119             "name": "sebastian/exporter",
2120             "version": "3.1.0",
2121             "source": {
2122                 "type": "git",
2123                 "url": "https://github.com/sebastianbergmann/exporter.git",
2124                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2125             },
2126             "dist": {
2127                 "type": "zip",
2128                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2129                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2130                 "shasum": ""
2131             },
2132             "require": {
2133                 "php": "^7.0",
2134                 "sebastian/recursion-context": "^3.0"
2135             },
2136             "require-dev": {
2137                 "ext-mbstring": "*",
2138                 "phpunit/phpunit": "^6.0"
2139             },
2140             "type": "library",
2141             "extra": {
2142                 "branch-alias": {
2143                     "dev-master": "3.1.x-dev"
2144                 }
2145             },
2146             "autoload": {
2147                 "classmap": [
2148                     "src/"
2149                 ]
2150             },
2151             "notification-url": "https://packagist.org/downloads/",
2152             "license": [
2153                 "BSD-3-Clause"
2154             ],
2155             "authors": [
2156                 {
2157                     "name": "Jeff Welch",
2158                     "email": "whatthejeff@gmail.com"
2159                 },
2160                 {
2161                     "name": "Volker Dusch",
2162                     "email": "github@wallbash.com"
2163                 },
2164                 {
2165                     "name": "Bernhard Schussek",
2166                     "email": "bschussek@2bepublished.at"
2167                 },
2168                 {
2169                     "name": "Sebastian Bergmann",
2170                     "email": "sebastian@phpunit.de"
2171                 },
2172                 {
2173                     "name": "Adam Harvey",
2174                     "email": "aharvey@php.net"
2175                 }
2176             ],
2177             "description": "Provides the functionality to export PHP variables for visualization",
2178             "homepage": "http://www.github.com/sebastianbergmann/exporter",
2179             "keywords": [
2180                 "export",
2181                 "exporter"
2182             ],
2183             "time": "2017-04-03T13:19:02+00:00"
2184         },
2185         {
2186             "name": "sebastian/global-state",
2187             "version": "2.0.0",
2188             "source": {
2189                 "type": "git",
2190                 "url": "https://github.com/sebastianbergmann/global-state.git",
2191                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2192             },
2193             "dist": {
2194                 "type": "zip",
2195                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2196                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2197                 "shasum": ""
2198             },
2199             "require": {
2200                 "php": "^7.0"
2201             },
2202             "require-dev": {
2203                 "phpunit/phpunit": "^6.0"
2204             },
2205             "suggest": {
2206                 "ext-uopz": "*"
2207             },
2208             "type": "library",
2209             "extra": {
2210                 "branch-alias": {
2211                     "dev-master": "2.0-dev"
2212                 }
2213             },
2214             "autoload": {
2215                 "classmap": [
2216                     "src/"
2217                 ]
2218             },
2219             "notification-url": "https://packagist.org/downloads/",
2220             "license": [
2221                 "BSD-3-Clause"
2222             ],
2223             "authors": [
2224                 {
2225                     "name": "Sebastian Bergmann",
2226                     "email": "sebastian@phpunit.de"
2227                 }
2228             ],
2229             "description": "Snapshotting of global state",
2230             "homepage": "http://www.github.com/sebastianbergmann/global-state",
2231             "keywords": [
2232                 "global state"
2233             ],
2234             "time": "2017-04-27T15:39:26+00:00"
2235         },
2236         {
2237             "name": "sebastian/object-enumerator",
2238             "version": "3.0.3",
2239             "source": {
2240                 "type": "git",
2241                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2242                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2243             },
2244             "dist": {
2245                 "type": "zip",
2246                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2247                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2248                 "shasum": ""
2249             },
2250             "require": {
2251                 "php": "^7.0",
2252                 "sebastian/object-reflector": "^1.1.1",
2253                 "sebastian/recursion-context": "^3.0"
2254             },
2255             "require-dev": {
2256                 "phpunit/phpunit": "^6.0"
2257             },
2258             "type": "library",
2259             "extra": {
2260                 "branch-alias": {
2261                     "dev-master": "3.0.x-dev"
2262                 }
2263             },
2264             "autoload": {
2265                 "classmap": [
2266                     "src/"
2267                 ]
2268             },
2269             "notification-url": "https://packagist.org/downloads/",
2270             "license": [
2271                 "BSD-3-Clause"
2272             ],
2273             "authors": [
2274                 {
2275                     "name": "Sebastian Bergmann",
2276                     "email": "sebastian@phpunit.de"
2277                 }
2278             ],
2279             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2280             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2281             "time": "2017-08-03T12:35:26+00:00"
2282         },
2283         {
2284             "name": "sebastian/object-reflector",
2285             "version": "1.1.1",
2286             "source": {
2287                 "type": "git",
2288                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2289                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2290             },
2291             "dist": {
2292                 "type": "zip",
2293                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2294                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2295                 "shasum": ""
2296             },
2297             "require": {
2298                 "php": "^7.0"
2299             },
2300             "require-dev": {
2301                 "phpunit/phpunit": "^6.0"
2302             },
2303             "type": "library",
2304             "extra": {
2305                 "branch-alias": {
2306                     "dev-master": "1.1-dev"
2307                 }
2308             },
2309             "autoload": {
2310                 "classmap": [
2311                     "src/"
2312                 ]
2313             },
2314             "notification-url": "https://packagist.org/downloads/",
2315             "license": [
2316                 "BSD-3-Clause"
2317             ],
2318             "authors": [
2319                 {
2320                     "name": "Sebastian Bergmann",
2321                     "email": "sebastian@phpunit.de"
2322                 }
2323             ],
2324             "description": "Allows reflection of object attributes, including inherited and non-public ones",
2325             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2326             "time": "2017-03-29T09:07:27+00:00"
2327         },
2328         {
2329             "name": "sebastian/recursion-context",
2330             "version": "3.0.0",
2331             "source": {
2332                 "type": "git",
2333                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2334                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2335             },
2336             "dist": {
2337                 "type": "zip",
2338                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2339                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2340                 "shasum": ""
2341             },
2342             "require": {
2343                 "php": "^7.0"
2344             },
2345             "require-dev": {
2346                 "phpunit/phpunit": "^6.0"
2347             },
2348             "type": "library",
2349             "extra": {
2350                 "branch-alias": {
2351                     "dev-master": "3.0.x-dev"
2352                 }
2353             },
2354             "autoload": {
2355                 "classmap": [
2356                     "src/"
2357                 ]
2358             },
2359             "notification-url": "https://packagist.org/downloads/",
2360             "license": [
2361                 "BSD-3-Clause"
2362             ],
2363             "authors": [
2364                 {
2365                     "name": "Jeff Welch",
2366                     "email": "whatthejeff@gmail.com"
2367                 },
2368                 {
2369                     "name": "Sebastian Bergmann",
2370                     "email": "sebastian@phpunit.de"
2371                 },
2372                 {
2373                     "name": "Adam Harvey",
2374                     "email": "aharvey@php.net"
2375                 }
2376             ],
2377             "description": "Provides functionality to recursively process PHP variables",
2378             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2379             "time": "2017-03-03T06:23:57+00:00"
2380         },
2381         {
2382             "name": "sebastian/resource-operations",
2383             "version": "1.0.0",
2384             "source": {
2385                 "type": "git",
2386                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2387                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2388             },
2389             "dist": {
2390                 "type": "zip",
2391                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2392                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2393                 "shasum": ""
2394             },
2395             "require": {
2396                 "php": ">=5.6.0"
2397             },
2398             "type": "library",
2399             "extra": {
2400                 "branch-alias": {
2401                     "dev-master": "1.0.x-dev"
2402                 }
2403             },
2404             "autoload": {
2405                 "classmap": [
2406                     "src/"
2407                 ]
2408             },
2409             "notification-url": "https://packagist.org/downloads/",
2410             "license": [
2411                 "BSD-3-Clause"
2412             ],
2413             "authors": [
2414                 {
2415                     "name": "Sebastian Bergmann",
2416                     "email": "sebastian@phpunit.de"
2417                 }
2418             ],
2419             "description": "Provides a list of PHP built-in functions that operate on resources",
2420             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2421             "time": "2015-07-28T20:34:47+00:00"
2422         },
2423         {
2424             "name": "sebastian/version",
2425             "version": "2.0.1",
2426             "source": {
2427                 "type": "git",
2428                 "url": "https://github.com/sebastianbergmann/version.git",
2429                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2430             },
2431             "dist": {
2432                 "type": "zip",
2433                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2434                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2435                 "shasum": ""
2436             },
2437             "require": {
2438                 "php": ">=5.6"
2439             },
2440             "type": "library",
2441             "extra": {
2442                 "branch-alias": {
2443                     "dev-master": "2.0.x-dev"
2444                 }
2445             },
2446             "autoload": {
2447                 "classmap": [
2448                     "src/"
2449                 ]
2450             },
2451             "notification-url": "https://packagist.org/downloads/",
2452             "license": [
2453                 "BSD-3-Clause"
2454             ],
2455             "authors": [
2456                 {
2457                     "name": "Sebastian Bergmann",
2458                     "email": "sebastian@phpunit.de",
2459                     "role": "lead"
2460                 }
2461             ],
2462             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2463             "homepage": "https://github.com/sebastianbergmann/version",
2464             "time": "2016-10-03T07:35:21+00:00"
2465         },
2466         {
2467             "name": "symfony/browser-kit",
2468             "version": "v3.3.13",
2469             "source": {
2470                 "type": "git",
2471                 "url": "https://github.com/symfony/browser-kit.git",
2472                 "reference": "03f957cd24bf939524f07b8b910c89cfcad722a8"
2473             },
2474             "dist": {
2475                 "type": "zip",
2476                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/03f957cd24bf939524f07b8b910c89cfcad722a8",
2477                 "reference": "03f957cd24bf939524f07b8b910c89cfcad722a8",
2478                 "shasum": ""
2479             },
2480             "require": {
2481                 "php": "^5.5.9|>=7.0.8",
2482                 "symfony/dom-crawler": "~2.8|~3.0"
2483             },
2484             "require-dev": {
2485                 "symfony/css-selector": "~2.8|~3.0",
2486                 "symfony/process": "~2.8|~3.0"
2487             },
2488             "suggest": {
2489                 "symfony/process": ""
2490             },
2491             "type": "library",
2492             "extra": {
2493                 "branch-alias": {
2494                     "dev-master": "3.3-dev"
2495                 }
2496             },
2497             "autoload": {
2498                 "psr-4": {
2499                     "Symfony\\Component\\BrowserKit\\": ""
2500                 },
2501                 "exclude-from-classmap": [
2502                     "/Tests/"
2503                 ]
2504             },
2505             "notification-url": "https://packagist.org/downloads/",
2506             "license": [
2507                 "MIT"
2508             ],
2509             "authors": [
2510                 {
2511                     "name": "Fabien Potencier",
2512                     "email": "fabien@symfony.com"
2513                 },
2514                 {
2515                     "name": "Symfony Community",
2516                     "homepage": "https://symfony.com/contributors"
2517                 }
2518             ],
2519             "description": "Symfony BrowserKit Component",
2520             "homepage": "https://symfony.com",
2521             "time": "2017-11-07T14:12:55+00:00"
2522         },
2523         {
2524             "name": "symfony/class-loader",
2525             "version": "v3.3.13",
2526             "source": {
2527                 "type": "git",
2528                 "url": "https://github.com/symfony/class-loader.git",
2529                 "reference": "df173ac2af96ce202bf8bb5a3fc0bec8a4fdd4d1"
2530             },
2531             "dist": {
2532                 "type": "zip",
2533                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/df173ac2af96ce202bf8bb5a3fc0bec8a4fdd4d1",
2534                 "reference": "df173ac2af96ce202bf8bb5a3fc0bec8a4fdd4d1",
2535                 "shasum": ""
2536             },
2537             "require": {
2538                 "php": "^5.5.9|>=7.0.8"
2539             },
2540             "require-dev": {
2541                 "symfony/finder": "~2.8|~3.0",
2542                 "symfony/polyfill-apcu": "~1.1"
2543             },
2544             "suggest": {
2545                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2546             },
2547             "type": "library",
2548             "extra": {
2549                 "branch-alias": {
2550                     "dev-master": "3.3-dev"
2551                 }
2552             },
2553             "autoload": {
2554                 "psr-4": {
2555                     "Symfony\\Component\\ClassLoader\\": ""
2556                 },
2557                 "exclude-from-classmap": [
2558                     "/Tests/"
2559                 ]
2560             },
2561             "notification-url": "https://packagist.org/downloads/",
2562             "license": [
2563                 "MIT"
2564             ],
2565             "authors": [
2566                 {
2567                     "name": "Fabien Potencier",
2568                     "email": "fabien@symfony.com"
2569                 },
2570                 {
2571                     "name": "Symfony Community",
2572                     "homepage": "https://symfony.com/contributors"
2573                 }
2574             ],
2575             "description": "Symfony ClassLoader Component",
2576             "homepage": "https://symfony.com",
2577             "time": "2017-11-05T15:47:03+00:00"
2578         },
2579         {
2580             "name": "symfony/config",
2581             "version": "v3.3.13",
2582             "source": {
2583                 "type": "git",
2584                 "url": "https://github.com/symfony/config.git",
2585                 "reference": "8d2649077dc54dfbaf521d31f217383d82303c5f"
2586             },
2587             "dist": {
2588                 "type": "zip",
2589                 "url": "https://api.github.com/repos/symfony/config/zipball/8d2649077dc54dfbaf521d31f217383d82303c5f",
2590                 "reference": "8d2649077dc54dfbaf521d31f217383d82303c5f",
2591                 "shasum": ""
2592             },
2593             "require": {
2594                 "php": "^5.5.9|>=7.0.8",
2595                 "symfony/filesystem": "~2.8|~3.0"
2596             },
2597             "conflict": {
2598                 "symfony/dependency-injection": "<3.3",
2599                 "symfony/finder": "<3.3"
2600             },
2601             "require-dev": {
2602                 "symfony/dependency-injection": "~3.3",
2603                 "symfony/finder": "~3.3",
2604                 "symfony/yaml": "~3.0"
2605             },
2606             "suggest": {
2607                 "symfony/yaml": "To use the yaml reference dumper"
2608             },
2609             "type": "library",
2610             "extra": {
2611                 "branch-alias": {
2612                     "dev-master": "3.3-dev"
2613                 }
2614             },
2615             "autoload": {
2616                 "psr-4": {
2617                     "Symfony\\Component\\Config\\": ""
2618                 },
2619                 "exclude-from-classmap": [
2620                     "/Tests/"
2621                 ]
2622             },
2623             "notification-url": "https://packagist.org/downloads/",
2624             "license": [
2625                 "MIT"
2626             ],
2627             "authors": [
2628                 {
2629                     "name": "Fabien Potencier",
2630                     "email": "fabien@symfony.com"
2631                 },
2632                 {
2633                     "name": "Symfony Community",
2634                     "homepage": "https://symfony.com/contributors"
2635                 }
2636             ],
2637             "description": "Symfony Config Component",
2638             "homepage": "https://symfony.com",
2639             "time": "2017-11-07T14:16:22+00:00"
2640         },
2641         {
2642             "name": "symfony/console",
2643             "version": "v3.3.13",
2644             "source": {
2645                 "type": "git",
2646                 "url": "https://github.com/symfony/console.git",
2647                 "reference": "63cd7960a0a522c3537f6326706d7f3b8de65805"
2648             },
2649             "dist": {
2650                 "type": "zip",
2651                 "url": "https://api.github.com/repos/symfony/console/zipball/63cd7960a0a522c3537f6326706d7f3b8de65805",
2652                 "reference": "63cd7960a0a522c3537f6326706d7f3b8de65805",
2653                 "shasum": ""
2654             },
2655             "require": {
2656                 "php": "^5.5.9|>=7.0.8",
2657                 "symfony/debug": "~2.8|~3.0",
2658                 "symfony/polyfill-mbstring": "~1.0"
2659             },
2660             "conflict": {
2661                 "symfony/dependency-injection": "<3.3"
2662             },
2663             "require-dev": {
2664                 "psr/log": "~1.0",
2665                 "symfony/config": "~3.3",
2666                 "symfony/dependency-injection": "~3.3",
2667                 "symfony/event-dispatcher": "~2.8|~3.0",
2668                 "symfony/filesystem": "~2.8|~3.0",
2669                 "symfony/process": "~2.8|~3.0"
2670             },
2671             "suggest": {
2672                 "psr/log": "For using the console logger",
2673                 "symfony/event-dispatcher": "",
2674                 "symfony/filesystem": "",
2675                 "symfony/process": ""
2676             },
2677             "type": "library",
2678             "extra": {
2679                 "branch-alias": {
2680                     "dev-master": "3.3-dev"
2681                 }
2682             },
2683             "autoload": {
2684                 "psr-4": {
2685                     "Symfony\\Component\\Console\\": ""
2686                 },
2687                 "exclude-from-classmap": [
2688                     "/Tests/"
2689                 ]
2690             },
2691             "notification-url": "https://packagist.org/downloads/",
2692             "license": [
2693                 "MIT"
2694             ],
2695             "authors": [
2696                 {
2697                     "name": "Fabien Potencier",
2698                     "email": "fabien@symfony.com"
2699                 },
2700                 {
2701                     "name": "Symfony Community",
2702                     "homepage": "https://symfony.com/contributors"
2703                 }
2704             ],
2705             "description": "Symfony Console Component",
2706             "homepage": "https://symfony.com",
2707             "time": "2017-11-16T15:24:32+00:00"
2708         },
2709         {
2710             "name": "symfony/css-selector",
2711             "version": "v3.3.13",
2712             "source": {
2713                 "type": "git",
2714                 "url": "https://github.com/symfony/css-selector.git",
2715                 "reference": "66e6e046032ebdf1f562c26928549f613d428bd1"
2716             },
2717             "dist": {
2718                 "type": "zip",
2719                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/66e6e046032ebdf1f562c26928549f613d428bd1",
2720                 "reference": "66e6e046032ebdf1f562c26928549f613d428bd1",
2721                 "shasum": ""
2722             },
2723             "require": {
2724                 "php": "^5.5.9|>=7.0.8"
2725             },
2726             "type": "library",
2727             "extra": {
2728                 "branch-alias": {
2729                     "dev-master": "3.3-dev"
2730                 }
2731             },
2732             "autoload": {
2733                 "psr-4": {
2734                     "Symfony\\Component\\CssSelector\\": ""
2735                 },
2736                 "exclude-from-classmap": [
2737                     "/Tests/"
2738                 ]
2739             },
2740             "notification-url": "https://packagist.org/downloads/",
2741             "license": [
2742                 "MIT"
2743             ],
2744             "authors": [
2745                 {
2746                     "name": "Jean-François Simon",
2747                     "email": "jeanfrancois.simon@sensiolabs.com"
2748                 },
2749                 {
2750                     "name": "Fabien Potencier",
2751                     "email": "fabien@symfony.com"
2752                 },
2753                 {
2754                     "name": "Symfony Community",
2755                     "homepage": "https://symfony.com/contributors"
2756                 }
2757             ],
2758             "description": "Symfony CssSelector Component",
2759             "homepage": "https://symfony.com",
2760             "time": "2017-11-05T15:47:03+00:00"
2761         },
2762         {
2763             "name": "symfony/debug",
2764             "version": "v3.3.13",
2765             "source": {
2766                 "type": "git",
2767                 "url": "https://github.com/symfony/debug.git",
2768                 "reference": "74557880e2846b5c84029faa96b834da37e29810"
2769             },
2770             "dist": {
2771                 "type": "zip",
2772                 "url": "https://api.github.com/repos/symfony/debug/zipball/74557880e2846b5c84029faa96b834da37e29810",
2773                 "reference": "74557880e2846b5c84029faa96b834da37e29810",
2774                 "shasum": ""
2775             },
2776             "require": {
2777                 "php": "^5.5.9|>=7.0.8",
2778                 "psr/log": "~1.0"
2779             },
2780             "conflict": {
2781                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2782             },
2783             "require-dev": {
2784                 "symfony/http-kernel": "~2.8|~3.0"
2785             },
2786             "type": "library",
2787             "extra": {
2788                 "branch-alias": {
2789                     "dev-master": "3.3-dev"
2790                 }
2791             },
2792             "autoload": {
2793                 "psr-4": {
2794                     "Symfony\\Component\\Debug\\": ""
2795                 },
2796                 "exclude-from-classmap": [
2797                     "/Tests/"
2798                 ]
2799             },
2800             "notification-url": "https://packagist.org/downloads/",
2801             "license": [
2802                 "MIT"
2803             ],
2804             "authors": [
2805                 {
2806                     "name": "Fabien Potencier",
2807                     "email": "fabien@symfony.com"
2808                 },
2809                 {
2810                     "name": "Symfony Community",
2811                     "homepage": "https://symfony.com/contributors"
2812                 }
2813             ],
2814             "description": "Symfony Debug Component",
2815             "homepage": "https://symfony.com",
2816             "time": "2017-11-10T16:38:39+00:00"
2817         },
2818         {
2819             "name": "symfony/dependency-injection",
2820             "version": "v3.3.13",
2821             "source": {
2822                 "type": "git",
2823                 "url": "https://github.com/symfony/dependency-injection.git",
2824                 "reference": "4e84f5af2c2d51ee3dee72df40b7fc08f49b4ab8"
2825             },
2826             "dist": {
2827                 "type": "zip",
2828                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4e84f5af2c2d51ee3dee72df40b7fc08f49b4ab8",
2829                 "reference": "4e84f5af2c2d51ee3dee72df40b7fc08f49b4ab8",
2830                 "shasum": ""
2831             },
2832             "require": {
2833                 "php": "^5.5.9|>=7.0.8",
2834                 "psr/container": "^1.0"
2835             },
2836             "conflict": {
2837                 "symfony/config": "<3.3.1",
2838                 "symfony/finder": "<3.3",
2839                 "symfony/yaml": "<3.3"
2840             },
2841             "provide": {
2842                 "psr/container-implementation": "1.0"
2843             },
2844             "require-dev": {
2845                 "symfony/config": "~3.3",
2846                 "symfony/expression-language": "~2.8|~3.0",
2847                 "symfony/yaml": "~3.3"
2848             },
2849             "suggest": {
2850                 "symfony/config": "",
2851                 "symfony/expression-language": "For using expressions in service container configuration",
2852                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2853                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2854                 "symfony/yaml": ""
2855             },
2856             "type": "library",
2857             "extra": {
2858                 "branch-alias": {
2859                     "dev-master": "3.3-dev"
2860                 }
2861             },
2862             "autoload": {
2863                 "psr-4": {
2864                     "Symfony\\Component\\DependencyInjection\\": ""
2865                 },
2866                 "exclude-from-classmap": [
2867                     "/Tests/"
2868                 ]
2869             },
2870             "notification-url": "https://packagist.org/downloads/",
2871             "license": [
2872                 "MIT"
2873             ],
2874             "authors": [
2875                 {
2876                     "name": "Fabien Potencier",
2877                     "email": "fabien@symfony.com"
2878                 },
2879                 {
2880                     "name": "Symfony Community",
2881                     "homepage": "https://symfony.com/contributors"
2882                 }
2883             ],
2884             "description": "Symfony DependencyInjection Component",
2885             "homepage": "https://symfony.com",
2886             "time": "2017-11-13T18:10:32+00:00"
2887         },
2888         {
2889             "name": "symfony/dom-crawler",
2890             "version": "v3.3.13",
2891             "source": {
2892                 "type": "git",
2893                 "url": "https://github.com/symfony/dom-crawler.git",
2894                 "reference": "cebe3c068867956e012d9135282ba6a05d8a259e"
2895             },
2896             "dist": {
2897                 "type": "zip",
2898                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/cebe3c068867956e012d9135282ba6a05d8a259e",
2899                 "reference": "cebe3c068867956e012d9135282ba6a05d8a259e",
2900                 "shasum": ""
2901             },
2902             "require": {
2903                 "php": "^5.5.9|>=7.0.8",
2904                 "symfony/polyfill-mbstring": "~1.0"
2905             },
2906             "require-dev": {
2907                 "symfony/css-selector": "~2.8|~3.0"
2908             },
2909             "suggest": {
2910                 "symfony/css-selector": ""
2911             },
2912             "type": "library",
2913             "extra": {
2914                 "branch-alias": {
2915                     "dev-master": "3.3-dev"
2916                 }
2917             },
2918             "autoload": {
2919                 "psr-4": {
2920                     "Symfony\\Component\\DomCrawler\\": ""
2921                 },
2922                 "exclude-from-classmap": [
2923                     "/Tests/"
2924                 ]
2925             },
2926             "notification-url": "https://packagist.org/downloads/",
2927             "license": [
2928                 "MIT"
2929             ],
2930             "authors": [
2931                 {
2932                     "name": "Fabien Potencier",
2933                     "email": "fabien@symfony.com"
2934                 },
2935                 {
2936                     "name": "Symfony Community",
2937                     "homepage": "https://symfony.com/contributors"
2938                 }
2939             ],
2940             "description": "Symfony DomCrawler Component",
2941             "homepage": "https://symfony.com",
2942             "time": "2017-11-05T15:47:03+00:00"
2943         },
2944         {
2945             "name": "symfony/event-dispatcher",
2946             "version": "v3.3.13",
2947             "source": {
2948                 "type": "git",
2949                 "url": "https://github.com/symfony/event-dispatcher.git",
2950                 "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9"
2951             },
2952             "dist": {
2953                 "type": "zip",
2954                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/271d8c27c3ec5ecee6e2ac06016232e249d638d9",
2955                 "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9",
2956                 "shasum": ""
2957             },
2958             "require": {
2959                 "php": "^5.5.9|>=7.0.8"
2960             },
2961             "conflict": {
2962                 "symfony/dependency-injection": "<3.3"
2963             },
2964             "require-dev": {
2965                 "psr/log": "~1.0",
2966                 "symfony/config": "~2.8|~3.0",
2967                 "symfony/dependency-injection": "~3.3",
2968                 "symfony/expression-language": "~2.8|~3.0",
2969                 "symfony/stopwatch": "~2.8|~3.0"
2970             },
2971             "suggest": {
2972                 "symfony/dependency-injection": "",
2973                 "symfony/http-kernel": ""
2974             },
2975             "type": "library",
2976             "extra": {
2977                 "branch-alias": {
2978                     "dev-master": "3.3-dev"
2979                 }
2980             },
2981             "autoload": {
2982                 "psr-4": {
2983                     "Symfony\\Component\\EventDispatcher\\": ""
2984                 },
2985                 "exclude-from-classmap": [
2986                     "/Tests/"
2987                 ]
2988             },
2989             "notification-url": "https://packagist.org/downloads/",
2990             "license": [
2991                 "MIT"
2992             ],
2993             "authors": [
2994                 {
2995                     "name": "Fabien Potencier",
2996                     "email": "fabien@symfony.com"
2997                 },
2998                 {
2999                     "name": "Symfony Community",
3000                     "homepage": "https://symfony.com/contributors"
3001                 }
3002             ],
3003             "description": "Symfony EventDispatcher Component",
3004             "homepage": "https://symfony.com",
3005             "time": "2017-11-05T15:47:03+00:00"
3006         },
3007         {
3008             "name": "symfony/filesystem",
3009             "version": "v3.3.13",
3010             "source": {
3011                 "type": "git",
3012                 "url": "https://github.com/symfony/filesystem.git",
3013                 "reference": "77db266766b54db3ee982fe51868328b887ce15c"
3014             },
3015             "dist": {
3016                 "type": "zip",
3017                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/77db266766b54db3ee982fe51868328b887ce15c",
3018                 "reference": "77db266766b54db3ee982fe51868328b887ce15c",
3019                 "shasum": ""
3020             },
3021             "require": {
3022                 "php": "^5.5.9|>=7.0.8"
3023             },
3024             "type": "library",
3025             "extra": {
3026                 "branch-alias": {
3027                     "dev-master": "3.3-dev"
3028                 }
3029             },
3030             "autoload": {
3031                 "psr-4": {
3032                     "Symfony\\Component\\Filesystem\\": ""
3033                 },
3034                 "exclude-from-classmap": [
3035                     "/Tests/"
3036                 ]
3037             },
3038             "notification-url": "https://packagist.org/downloads/",
3039             "license": [
3040                 "MIT"
3041             ],
3042             "authors": [
3043                 {
3044                     "name": "Fabien Potencier",
3045                     "email": "fabien@symfony.com"
3046                 },
3047                 {
3048                     "name": "Symfony Community",
3049                     "homepage": "https://symfony.com/contributors"
3050                 }
3051             ],
3052             "description": "Symfony Filesystem Component",
3053             "homepage": "https://symfony.com",
3054             "time": "2017-11-07T14:12:55+00:00"
3055         },
3056         {
3057             "name": "symfony/polyfill-mbstring",
3058             "version": "v1.6.0",
3059             "source": {
3060                 "type": "git",
3061                 "url": "https://github.com/symfony/polyfill-mbstring.git",
3062                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
3063             },
3064             "dist": {
3065                 "type": "zip",
3066                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
3067                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
3068                 "shasum": ""
3069             },
3070             "require": {
3071                 "php": ">=5.3.3"
3072             },
3073             "suggest": {
3074                 "ext-mbstring": "For best performance"
3075             },
3076             "type": "library",
3077             "extra": {
3078                 "branch-alias": {
3079                     "dev-master": "1.6-dev"
3080                 }
3081             },
3082             "autoload": {
3083                 "psr-4": {
3084                     "Symfony\\Polyfill\\Mbstring\\": ""
3085                 },
3086                 "files": [
3087                     "bootstrap.php"
3088                 ]
3089             },
3090             "notification-url": "https://packagist.org/downloads/",
3091             "license": [
3092                 "MIT"
3093             ],
3094             "authors": [
3095                 {
3096                     "name": "Nicolas Grekas",
3097                     "email": "p@tchwork.com"
3098                 },
3099                 {
3100                     "name": "Symfony Community",
3101                     "homepage": "https://symfony.com/contributors"
3102                 }
3103             ],
3104             "description": "Symfony polyfill for the Mbstring extension",
3105             "homepage": "https://symfony.com",
3106             "keywords": [
3107                 "compatibility",
3108                 "mbstring",
3109                 "polyfill",
3110                 "portable",
3111                 "shim"
3112             ],
3113             "time": "2017-10-11T12:05:26+00:00"
3114         },
3115         {
3116             "name": "symfony/process",
3117             "version": "v2.8.31",
3118             "source": {
3119                 "type": "git",
3120                 "url": "https://github.com/symfony/process.git",
3121                 "reference": "d25449e031f600807949aab7cadbf267712f4eee"
3122             },
3123             "dist": {
3124                 "type": "zip",
3125                 "url": "https://api.github.com/repos/symfony/process/zipball/d25449e031f600807949aab7cadbf267712f4eee",
3126                 "reference": "d25449e031f600807949aab7cadbf267712f4eee",
3127                 "shasum": ""
3128             },
3129             "require": {
3130                 "php": ">=5.3.9"
3131             },
3132             "type": "library",
3133             "extra": {
3134                 "branch-alias": {
3135                     "dev-master": "2.8-dev"
3136                 }
3137             },
3138             "autoload": {
3139                 "psr-4": {
3140                     "Symfony\\Component\\Process\\": ""
3141                 },
3142                 "exclude-from-classmap": [
3143                     "/Tests/"
3144                 ]
3145             },
3146             "notification-url": "https://packagist.org/downloads/",
3147             "license": [
3148                 "MIT"
3149             ],
3150             "authors": [
3151                 {
3152                     "name": "Fabien Potencier",
3153                     "email": "fabien@symfony.com"
3154                 },
3155                 {
3156                     "name": "Symfony Community",
3157                     "homepage": "https://symfony.com/contributors"
3158                 }
3159             ],
3160             "description": "Symfony Process Component",
3161             "homepage": "https://symfony.com",
3162             "time": "2017-11-05T15:25:56+00:00"
3163         },
3164         {
3165             "name": "symfony/translation",
3166             "version": "v3.3.13",
3167             "source": {
3168                 "type": "git",
3169                 "url": "https://github.com/symfony/translation.git",
3170                 "reference": "373e553477e55cd08f8b86b74db766c75b987fdb"
3171             },
3172             "dist": {
3173                 "type": "zip",
3174                 "url": "https://api.github.com/repos/symfony/translation/zipball/373e553477e55cd08f8b86b74db766c75b987fdb",
3175                 "reference": "373e553477e55cd08f8b86b74db766c75b987fdb",
3176                 "shasum": ""
3177             },
3178             "require": {
3179                 "php": "^5.5.9|>=7.0.8",
3180                 "symfony/polyfill-mbstring": "~1.0"
3181             },
3182             "conflict": {
3183                 "symfony/config": "<2.8",
3184                 "symfony/yaml": "<3.3"
3185             },
3186             "require-dev": {
3187                 "psr/log": "~1.0",
3188                 "symfony/config": "~2.8|~3.0",
3189                 "symfony/intl": "^2.8.18|^3.2.5",
3190                 "symfony/yaml": "~3.3"
3191             },
3192             "suggest": {
3193                 "psr/log": "To use logging capability in translator",
3194                 "symfony/config": "",
3195                 "symfony/yaml": ""
3196             },
3197             "type": "library",
3198             "extra": {
3199                 "branch-alias": {
3200                     "dev-master": "3.3-dev"
3201                 }
3202             },
3203             "autoload": {
3204                 "psr-4": {
3205                     "Symfony\\Component\\Translation\\": ""
3206                 },
3207                 "exclude-from-classmap": [
3208                     "/Tests/"
3209                 ]
3210             },
3211             "notification-url": "https://packagist.org/downloads/",
3212             "license": [
3213                 "MIT"
3214             ],
3215             "authors": [
3216                 {
3217                     "name": "Fabien Potencier",
3218                     "email": "fabien@symfony.com"
3219                 },
3220                 {
3221                     "name": "Symfony Community",
3222                     "homepage": "https://symfony.com/contributors"
3223                 }
3224             ],
3225             "description": "Symfony Translation Component",
3226             "homepage": "https://symfony.com",
3227             "time": "2017-11-07T14:12:55+00:00"
3228         },
3229         {
3230             "name": "symfony/yaml",
3231             "version": "v3.3.13",
3232             "source": {
3233                 "type": "git",
3234                 "url": "https://github.com/symfony/yaml.git",
3235                 "reference": "0938408c4faa518d95230deabb5f595bf0de31b9"
3236             },
3237             "dist": {
3238                 "type": "zip",
3239                 "url": "https://api.github.com/repos/symfony/yaml/zipball/0938408c4faa518d95230deabb5f595bf0de31b9",
3240                 "reference": "0938408c4faa518d95230deabb5f595bf0de31b9",
3241                 "shasum": ""
3242             },
3243             "require": {
3244                 "php": "^5.5.9|>=7.0.8"
3245             },
3246             "require-dev": {
3247                 "symfony/console": "~2.8|~3.0"
3248             },
3249             "suggest": {
3250                 "symfony/console": "For validating YAML files using the lint command"
3251             },
3252             "type": "library",
3253             "extra": {
3254                 "branch-alias": {
3255                     "dev-master": "3.3-dev"
3256                 }
3257             },
3258             "autoload": {
3259                 "psr-4": {
3260                     "Symfony\\Component\\Yaml\\": ""
3261                 },
3262                 "exclude-from-classmap": [
3263                     "/Tests/"
3264                 ]
3265             },
3266             "notification-url": "https://packagist.org/downloads/",
3267             "license": [
3268                 "MIT"
3269             ],
3270             "authors": [
3271                 {
3272                     "name": "Fabien Potencier",
3273                     "email": "fabien@symfony.com"
3274                 },
3275                 {
3276                     "name": "Symfony Community",
3277                     "homepage": "https://symfony.com/contributors"
3278                 }
3279             ],
3280             "description": "Symfony Yaml Component",
3281             "homepage": "https://symfony.com",
3282             "time": "2017-11-10T18:26:04+00:00"
3283         },
3284         {
3285             "name": "theseer/tokenizer",
3286             "version": "1.1.0",
3287             "source": {
3288                 "type": "git",
3289                 "url": "https://github.com/theseer/tokenizer.git",
3290                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3291             },
3292             "dist": {
3293                 "type": "zip",
3294                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3295                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3296                 "shasum": ""
3297             },
3298             "require": {
3299                 "ext-dom": "*",
3300                 "ext-tokenizer": "*",
3301                 "ext-xmlwriter": "*",
3302                 "php": "^7.0"
3303             },
3304             "type": "library",
3305             "autoload": {
3306                 "classmap": [
3307                     "src/"
3308                 ]
3309             },
3310             "notification-url": "https://packagist.org/downloads/",
3311             "license": [
3312                 "BSD-3-Clause"
3313             ],
3314             "authors": [
3315                 {
3316                     "name": "Arne Blankerts",
3317                     "email": "arne@blankerts.de",
3318                     "role": "Developer"
3319                 }
3320             ],
3321             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3322             "time": "2017-04-07T12:08:54+00:00"
3323         },
3324         {
3325             "name": "webmozart/assert",
3326             "version": "1.2.0",
3327             "source": {
3328                 "type": "git",
3329                 "url": "https://github.com/webmozart/assert.git",
3330                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3331             },
3332             "dist": {
3333                 "type": "zip",
3334                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3335                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3336                 "shasum": ""
3337             },
3338             "require": {
3339                 "php": "^5.3.3 || ^7.0"
3340             },
3341             "require-dev": {
3342                 "phpunit/phpunit": "^4.6",
3343                 "sebastian/version": "^1.0.1"
3344             },
3345             "type": "library",
3346             "extra": {
3347                 "branch-alias": {
3348                     "dev-master": "1.3-dev"
3349                 }
3350             },
3351             "autoload": {
3352                 "psr-4": {
3353                     "Webmozart\\Assert\\": "src/"
3354                 }
3355             },
3356             "notification-url": "https://packagist.org/downloads/",
3357             "license": [
3358                 "MIT"
3359             ],
3360             "authors": [
3361                 {
3362                     "name": "Bernhard Schussek",
3363                     "email": "bschussek@gmail.com"
3364                 }
3365             ],
3366             "description": "Assertions to validate method input/output with nice error messages.",
3367             "keywords": [
3368                 "assert",
3369                 "check",
3370                 "validate"
3371             ],
3372             "time": "2016-11-23T20:04:58+00:00"
3373         }
3374     ],
3375     "aliases": [],
3376     "minimum-stability": "stable",
3377     "stability-flags": [],
3378     "prefer-stable": false,
3379     "prefer-lowest": false,
3380     "platform": [],
3381     "platform-dev": []