Merge branch 'install_31_STABLE' of https://git.in.moodle.com/amosbot/moodle-install...
[moodle.git] / composer.lock
blob66f0aa252cd34674d7ddf820b91540307127b8a3
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": "3a6c6907fe5405dbbd8ae2ba209fa942",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "behat/behat",
12             "version": "v3.1.0",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Behat/Behat.git",
16                 "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Behat/Behat/zipball/359d987b3064d78f2d3a6ba3a355277f3b09b47f",
21                 "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f",
22                 "shasum": ""
23             },
24             "require": {
25                 "behat/gherkin": "~4.4",
26                 "behat/transliterator": "~1.0",
27                 "ext-mbstring": "*",
28                 "php": ">=5.3.3",
29                 "symfony/class-loader": "~2.1|~3.0",
30                 "symfony/config": "~2.3|~3.0",
31                 "symfony/console": "~2.1|~3.0",
32                 "symfony/dependency-injection": "~2.1|~3.0",
33                 "symfony/event-dispatcher": "~2.1|~3.0",
34                 "symfony/translation": "~2.3|~3.0",
35                 "symfony/yaml": "~2.1|~3.0"
36             },
37             "require-dev": {
38                 "phpunit/phpunit": "~4.5",
39                 "symfony/process": "~2.1|~3.0"
40             },
41             "suggest": {
42                 "behat/mink-extension": "for integration with Mink testing framework",
43                 "behat/symfony2-extension": "for integration with Symfony2 web framework",
44                 "behat/yii-extension": "for integration with Yii web framework"
45             },
46             "bin": [
47                 "bin/behat"
48             ],
49             "type": "library",
50             "extra": {
51                 "branch-alias": {
52                     "dev-master": "3.1.x-dev"
53                 }
54             },
55             "autoload": {
56                 "psr-0": {
57                     "Behat\\Behat": "src/",
58                     "Behat\\Testwork": "src/"
59                 }
60             },
61             "notification-url": "https://packagist.org/downloads/",
62             "license": [
63                 "MIT"
64             ],
65             "authors": [
66                 {
67                     "name": "Konstantin Kudryashov",
68                     "email": "ever.zet@gmail.com",
69                     "homepage": "http://everzet.com"
70                 }
71             ],
72             "description": "Scenario-oriented BDD framework for PHP 5.3",
73             "homepage": "http://behat.org/",
74             "keywords": [
75                 "Agile",
76                 "BDD",
77                 "ScenarioBDD",
78                 "Scrum",
79                 "StoryBDD",
80                 "User story",
81                 "business",
82                 "development",
83                 "documentation",
84                 "examples",
85                 "symfony",
86                 "testing"
87             ],
88             "time": "2016-03-28T07:04:45+00:00"
89         },
90         {
91             "name": "behat/gherkin",
92             "version": "v4.5.1",
93             "source": {
94                 "type": "git",
95                 "url": "https://github.com/Behat/Gherkin.git",
96                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
97             },
98             "dist": {
99                 "type": "zip",
100                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
101                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
102                 "shasum": ""
103             },
104             "require": {
105                 "php": ">=5.3.1"
106             },
107             "require-dev": {
108                 "phpunit/phpunit": "~4.5|~5",
109                 "symfony/phpunit-bridge": "~2.7|~3",
110                 "symfony/yaml": "~2.3|~3"
111             },
112             "suggest": {
113                 "symfony/yaml": "If you want to parse features, represented in YAML files"
114             },
115             "type": "library",
116             "extra": {
117                 "branch-alias": {
118                     "dev-master": "4.4-dev"
119                 }
120             },
121             "autoload": {
122                 "psr-0": {
123                     "Behat\\Gherkin": "src/"
124                 }
125             },
126             "notification-url": "https://packagist.org/downloads/",
127             "license": [
128                 "MIT"
129             ],
130             "authors": [
131                 {
132                     "name": "Konstantin Kudryashov",
133                     "email": "ever.zet@gmail.com",
134                     "homepage": "http://everzet.com"
135                 }
136             ],
137             "description": "Gherkin DSL parser for PHP 5.3",
138             "homepage": "http://behat.org/",
139             "keywords": [
140                 "BDD",
141                 "Behat",
142                 "Cucumber",
143                 "DSL",
144                 "gherkin",
145                 "parser"
146             ],
147             "time": "2017-08-30T11:04:43+00:00"
148         },
149         {
150             "name": "behat/mink",
151             "version": "v1.7.1",
152             "source": {
153                 "type": "git",
154                 "url": "https://github.com/minkphp/Mink.git",
155                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
156             },
157             "dist": {
158                 "type": "zip",
159                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
160                 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
161                 "shasum": ""
162             },
163             "require": {
164                 "php": ">=5.3.1",
165                 "symfony/css-selector": "~2.1|~3.0"
166             },
167             "require-dev": {
168                 "symfony/phpunit-bridge": "~2.7|~3.0"
169             },
170             "suggest": {
171                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
172                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
173                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
174                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
175             },
176             "type": "library",
177             "extra": {
178                 "branch-alias": {
179                     "dev-master": "1.7.x-dev"
180                 }
181             },
182             "autoload": {
183                 "psr-4": {
184                     "Behat\\Mink\\": "src/"
185                 }
186             },
187             "notification-url": "https://packagist.org/downloads/",
188             "license": [
189                 "MIT"
190             ],
191             "authors": [
192                 {
193                     "name": "Konstantin Kudryashov",
194                     "email": "ever.zet@gmail.com",
195                     "homepage": "http://everzet.com"
196                 }
197             ],
198             "description": "Browser controller/emulator abstraction for PHP",
199             "homepage": "http://mink.behat.org/",
200             "keywords": [
201                 "browser",
202                 "testing",
203                 "web"
204             ],
205             "time": "2016-03-05T08:26:18+00:00"
206         },
207         {
208             "name": "behat/mink-browserkit-driver",
209             "version": "v1.3.2",
210             "source": {
211                 "type": "git",
212                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
213                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
214             },
215             "dist": {
216                 "type": "zip",
217                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
218                 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
219                 "shasum": ""
220             },
221             "require": {
222                 "behat/mink": "^1.7.1@dev",
223                 "php": ">=5.3.6",
224                 "symfony/browser-kit": "~2.3|~3.0",
225                 "symfony/dom-crawler": "~2.3|~3.0"
226             },
227             "require-dev": {
228                 "silex/silex": "~1.2",
229                 "symfony/phpunit-bridge": "~2.7|~3.0"
230             },
231             "type": "mink-driver",
232             "extra": {
233                 "branch-alias": {
234                     "dev-master": "1.3.x-dev"
235                 }
236             },
237             "autoload": {
238                 "psr-4": {
239                     "Behat\\Mink\\Driver\\": "src/"
240                 }
241             },
242             "notification-url": "https://packagist.org/downloads/",
243             "license": [
244                 "MIT"
245             ],
246             "authors": [
247                 {
248                     "name": "Konstantin Kudryashov",
249                     "email": "ever.zet@gmail.com",
250                     "homepage": "http://everzet.com"
251                 }
252             ],
253             "description": "Symfony2 BrowserKit driver for Mink framework",
254             "homepage": "http://mink.behat.org/",
255             "keywords": [
256                 "Mink",
257                 "Symfony2",
258                 "browser",
259                 "testing"
260             ],
261             "time": "2016-03-05T08:59:47+00:00"
262         },
263         {
264             "name": "behat/mink-extension",
265             "version": "2.3.0",
266             "source": {
267                 "type": "git",
268                 "url": "https://github.com/Behat/MinkExtension.git",
269                 "reference": "badc565b7a1d05c4a4bf49c789045bcf7af6c6de"
270             },
271             "dist": {
272                 "type": "zip",
273                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/badc565b7a1d05c4a4bf49c789045bcf7af6c6de",
274                 "reference": "badc565b7a1d05c4a4bf49c789045bcf7af6c6de",
275                 "shasum": ""
276             },
277             "require": {
278                 "behat/behat": "^3.0.5",
279                 "behat/mink": "^1.5",
280                 "php": ">=5.3.2",
281                 "symfony/config": "^2.7|^3.0|^4.0"
282             },
283             "require-dev": {
284                 "behat/mink-goutte-driver": "^1.1",
285                 "phpspec/phpspec": "^2.0"
286             },
287             "type": "behat-extension",
288             "extra": {
289                 "branch-alias": {
290                     "dev-master": "2.1.x-dev"
291                 }
292             },
293             "autoload": {
294                 "psr-0": {
295                     "Behat\\MinkExtension": "src/"
296                 }
297             },
298             "notification-url": "https://packagist.org/downloads/",
299             "license": [
300                 "MIT"
301             ],
302             "authors": [
303                 {
304                     "name": "Christophe Coevoet",
305                     "email": "stof@notk.org"
306                 },
307                 {
308                     "name": "Konstantin Kudryashov",
309                     "email": "ever.zet@gmail.com"
310                 }
311             ],
312             "description": "Mink extension for Behat",
313             "homepage": "http://extensions.behat.org/mink",
314             "keywords": [
315                 "browser",
316                 "gui",
317                 "test",
318                 "web"
319             ],
320             "time": "2017-11-24T19:30:49+00:00"
321         },
322         {
323             "name": "behat/mink-goutte-driver",
324             "version": "v1.2.1",
325             "source": {
326                 "type": "git",
327                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
328                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
329             },
330             "dist": {
331                 "type": "zip",
332                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
333                 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
334                 "shasum": ""
335             },
336             "require": {
337                 "behat/mink": "~1.6@dev",
338                 "behat/mink-browserkit-driver": "~1.2@dev",
339                 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
340                 "php": ">=5.3.1"
341             },
342             "require-dev": {
343                 "symfony/phpunit-bridge": "~2.7|~3.0"
344             },
345             "type": "mink-driver",
346             "extra": {
347                 "branch-alias": {
348                     "dev-master": "1.2.x-dev"
349                 }
350             },
351             "autoload": {
352                 "psr-4": {
353                     "Behat\\Mink\\Driver\\": "src/"
354                 }
355             },
356             "notification-url": "https://packagist.org/downloads/",
357             "license": [
358                 "MIT"
359             ],
360             "authors": [
361                 {
362                     "name": "Konstantin Kudryashov",
363                     "email": "ever.zet@gmail.com",
364                     "homepage": "http://everzet.com"
365                 }
366             ],
367             "description": "Goutte driver for Mink framework",
368             "homepage": "http://mink.behat.org/",
369             "keywords": [
370                 "browser",
371                 "goutte",
372                 "headless",
373                 "testing"
374             ],
375             "time": "2016-03-05T09:04:22+00:00"
376         },
377         {
378             "name": "behat/mink-selenium2-driver",
379             "version": "v1.3.1",
380             "source": {
381                 "type": "git",
382                 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
383                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
384             },
385             "dist": {
386                 "type": "zip",
387                 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
388                 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
389                 "shasum": ""
390             },
391             "require": {
392                 "behat/mink": "~1.7@dev",
393                 "instaclick/php-webdriver": "~1.1",
394                 "php": ">=5.3.1"
395             },
396             "require-dev": {
397                 "symfony/phpunit-bridge": "~2.7"
398             },
399             "type": "mink-driver",
400             "extra": {
401                 "branch-alias": {
402                     "dev-master": "1.3.x-dev"
403                 }
404             },
405             "autoload": {
406                 "psr-4": {
407                     "Behat\\Mink\\Driver\\": "src/"
408                 }
409             },
410             "notification-url": "https://packagist.org/downloads/",
411             "license": [
412                 "MIT"
413             ],
414             "authors": [
415                 {
416                     "name": "Konstantin Kudryashov",
417                     "email": "ever.zet@gmail.com",
418                     "homepage": "http://everzet.com"
419                 },
420                 {
421                     "name": "Pete Otaqui",
422                     "email": "pete@otaqui.com",
423                     "homepage": "https://github.com/pete-otaqui"
424                 }
425             ],
426             "description": "Selenium2 (WebDriver) driver for Mink framework",
427             "homepage": "http://mink.behat.org/",
428             "keywords": [
429                 "ajax",
430                 "browser",
431                 "javascript",
432                 "selenium",
433                 "testing",
434                 "webdriver"
435             ],
436             "time": "2016-03-05T09:10:18+00:00"
437         },
438         {
439             "name": "behat/transliterator",
440             "version": "v1.2.0",
441             "source": {
442                 "type": "git",
443                 "url": "https://github.com/Behat/Transliterator.git",
444                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
445             },
446             "dist": {
447                 "type": "zip",
448                 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
449                 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
450                 "shasum": ""
451             },
452             "require": {
453                 "php": ">=5.3.3"
454             },
455             "require-dev": {
456                 "chuyskywalker/rolling-curl": "^3.1",
457                 "php-yaoi/php-yaoi": "^1.0"
458             },
459             "type": "library",
460             "extra": {
461                 "branch-alias": {
462                     "dev-master": "1.2-dev"
463                 }
464             },
465             "autoload": {
466                 "psr-0": {
467                     "Behat\\Transliterator": "src/"
468                 }
469             },
470             "notification-url": "https://packagist.org/downloads/",
471             "license": [
472                 "Artistic-1.0"
473             ],
474             "description": "String transliterator",
475             "keywords": [
476                 "i18n",
477                 "slug",
478                 "transliterator"
479             ],
480             "time": "2017-04-04T11:38:05+00:00"
481         },
482         {
483             "name": "doctrine/instantiator",
484             "version": "1.0.5",
485             "source": {
486                 "type": "git",
487                 "url": "https://github.com/doctrine/instantiator.git",
488                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
489             },
490             "dist": {
491                 "type": "zip",
492                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
493                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
494                 "shasum": ""
495             },
496             "require": {
497                 "php": ">=5.3,<8.0-DEV"
498             },
499             "require-dev": {
500                 "athletic/athletic": "~0.1.8",
501                 "ext-pdo": "*",
502                 "ext-phar": "*",
503                 "phpunit/phpunit": "~4.0",
504                 "squizlabs/php_codesniffer": "~2.0"
505             },
506             "type": "library",
507             "extra": {
508                 "branch-alias": {
509                     "dev-master": "1.0.x-dev"
510                 }
511             },
512             "autoload": {
513                 "psr-4": {
514                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
515                 }
516             },
517             "notification-url": "https://packagist.org/downloads/",
518             "license": [
519                 "MIT"
520             ],
521             "authors": [
522                 {
523                     "name": "Marco Pivetta",
524                     "email": "ocramius@gmail.com",
525                     "homepage": "http://ocramius.github.com/"
526                 }
527             ],
528             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
529             "homepage": "https://github.com/doctrine/instantiator",
530             "keywords": [
531                 "constructor",
532                 "instantiate"
533             ],
534             "time": "2015-06-14T21:17:01+00:00"
535         },
536         {
537             "name": "fabpot/goutte",
538             "version": "v2.0.4",
539             "source": {
540                 "type": "git",
541                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
542                 "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
543             },
544             "dist": {
545                 "type": "zip",
546                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
547                 "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
548                 "shasum": ""
549             },
550             "require": {
551                 "guzzlehttp/guzzle": ">=4,<6",
552                 "php": ">=5.4.0",
553                 "symfony/browser-kit": "~2.1",
554                 "symfony/css-selector": "~2.1",
555                 "symfony/dom-crawler": "~2.1"
556             },
557             "type": "application",
558             "extra": {
559                 "branch-alias": {
560                     "dev-master": "2.0-dev"
561                 }
562             },
563             "autoload": {
564                 "psr-4": {
565                     "Goutte\\": "Goutte"
566                 }
567             },
568             "notification-url": "https://packagist.org/downloads/",
569             "license": [
570                 "MIT"
571             ],
572             "authors": [
573                 {
574                     "name": "Fabien Potencier",
575                     "email": "fabien@symfony.com"
576                 }
577             ],
578             "description": "A simple PHP Web Scraper",
579             "homepage": "https://github.com/FriendsOfPHP/Goutte",
580             "keywords": [
581                 "scraper"
582             ],
583             "time": "2015-05-05T21:14:57+00:00"
584         },
585         {
586             "name": "guzzlehttp/guzzle",
587             "version": "5.3.2",
588             "source": {
589                 "type": "git",
590                 "url": "https://github.com/guzzle/guzzle.git",
591                 "reference": "f9acb4761844317e626a32259205bec1f1bc60d2"
592             },
593             "dist": {
594                 "type": "zip",
595                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f9acb4761844317e626a32259205bec1f1bc60d2",
596                 "reference": "f9acb4761844317e626a32259205bec1f1bc60d2",
597                 "shasum": ""
598             },
599             "require": {
600                 "guzzlehttp/ringphp": "^1.1",
601                 "php": ">=5.4.0",
602                 "react/promise": "^2.2"
603             },
604             "require-dev": {
605                 "ext-curl": "*",
606                 "phpunit/phpunit": "^4.0"
607             },
608             "type": "library",
609             "autoload": {
610                 "psr-4": {
611                     "GuzzleHttp\\": "src/"
612                 }
613             },
614             "notification-url": "https://packagist.org/downloads/",
615             "license": [
616                 "MIT"
617             ],
618             "authors": [
619                 {
620                     "name": "Michael Dowling",
621                     "email": "mtdowling@gmail.com",
622                     "homepage": "https://github.com/mtdowling"
623                 }
624             ],
625             "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
626             "homepage": "http://guzzlephp.org/",
627             "keywords": [
628                 "client",
629                 "curl",
630                 "framework",
631                 "http",
632                 "http client",
633                 "rest",
634                 "web service"
635             ],
636             "time": "2018-01-15T07:18:01+00:00"
637         },
638         {
639             "name": "guzzlehttp/ringphp",
640             "version": "1.1.0",
641             "source": {
642                 "type": "git",
643                 "url": "https://github.com/guzzle/RingPHP.git",
644                 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
645             },
646             "dist": {
647                 "type": "zip",
648                 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
649                 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
650                 "shasum": ""
651             },
652             "require": {
653                 "guzzlehttp/streams": "~3.0",
654                 "php": ">=5.4.0",
655                 "react/promise": "~2.0"
656             },
657             "require-dev": {
658                 "ext-curl": "*",
659                 "phpunit/phpunit": "~4.0"
660             },
661             "suggest": {
662                 "ext-curl": "Guzzle will use specific adapters if cURL is present"
663             },
664             "type": "library",
665             "extra": {
666                 "branch-alias": {
667                     "dev-master": "1.1-dev"
668                 }
669             },
670             "autoload": {
671                 "psr-4": {
672                     "GuzzleHttp\\Ring\\": "src/"
673                 }
674             },
675             "notification-url": "https://packagist.org/downloads/",
676             "license": [
677                 "MIT"
678             ],
679             "authors": [
680                 {
681                     "name": "Michael Dowling",
682                     "email": "mtdowling@gmail.com",
683                     "homepage": "https://github.com/mtdowling"
684                 }
685             ],
686             "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
687             "time": "2015-05-20T03:37:09+00:00"
688         },
689         {
690             "name": "guzzlehttp/streams",
691             "version": "3.0.0",
692             "source": {
693                 "type": "git",
694                 "url": "https://github.com/guzzle/streams.git",
695                 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
696             },
697             "dist": {
698                 "type": "zip",
699                 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
700                 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
701                 "shasum": ""
702             },
703             "require": {
704                 "php": ">=5.4.0"
705             },
706             "require-dev": {
707                 "phpunit/phpunit": "~4.0"
708             },
709             "type": "library",
710             "extra": {
711                 "branch-alias": {
712                     "dev-master": "3.0-dev"
713                 }
714             },
715             "autoload": {
716                 "psr-4": {
717                     "GuzzleHttp\\Stream\\": "src/"
718                 }
719             },
720             "notification-url": "https://packagist.org/downloads/",
721             "license": [
722                 "MIT"
723             ],
724             "authors": [
725                 {
726                     "name": "Michael Dowling",
727                     "email": "mtdowling@gmail.com",
728                     "homepage": "https://github.com/mtdowling"
729                 }
730             ],
731             "description": "Provides a simple abstraction over streams of data",
732             "homepage": "http://guzzlephp.org/",
733             "keywords": [
734                 "Guzzle",
735                 "stream"
736             ],
737             "time": "2014-10-12T19:18:40+00:00"
738         },
739         {
740             "name": "instaclick/php-webdriver",
741             "version": "1.4.5",
742             "source": {
743                 "type": "git",
744                 "url": "https://github.com/instaclick/php-webdriver.git",
745                 "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
746             },
747             "dist": {
748                 "type": "zip",
749                 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
750                 "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
751                 "shasum": ""
752             },
753             "require": {
754                 "ext-curl": "*",
755                 "php": ">=5.3.2"
756             },
757             "require-dev": {
758                 "phpunit/phpunit": "^4.8",
759                 "satooshi/php-coveralls": "^1.0||^2.0"
760             },
761             "type": "library",
762             "extra": {
763                 "branch-alias": {
764                     "dev-master": "1.4.x-dev"
765                 }
766             },
767             "autoload": {
768                 "psr-0": {
769                     "WebDriver": "lib/"
770                 }
771             },
772             "notification-url": "https://packagist.org/downloads/",
773             "license": [
774                 "Apache-2.0"
775             ],
776             "authors": [
777                 {
778                     "name": "Justin Bishop",
779                     "email": "jubishop@gmail.com",
780                     "role": "Developer"
781                 },
782                 {
783                     "name": "Anthon Pang",
784                     "email": "apang@softwaredevelopment.ca",
785                     "role": "Fork Maintainer"
786                 }
787             ],
788             "description": "PHP WebDriver for Selenium 2",
789             "homepage": "http://instaclick.com/",
790             "keywords": [
791                 "browser",
792                 "selenium",
793                 "webdriver",
794                 "webtest"
795             ],
796             "time": "2017-06-30T04:02:48+00:00"
797         },
798         {
799             "name": "moodlehq/behat-extension",
800             "version": "v3.31.7",
801             "source": {
802                 "type": "git",
803                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
804                 "reference": "9baefa57d61771b7ec46bcc899a48046dba50b2b"
805             },
806             "dist": {
807                 "type": "zip",
808                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/9baefa57d61771b7ec46bcc899a48046dba50b2b",
809                 "reference": "9baefa57d61771b7ec46bcc899a48046dba50b2b",
810                 "shasum": ""
811             },
812             "require": {
813                 "behat/behat": "3.1.*",
814                 "behat/mink": "~1.7",
815                 "behat/mink-extension": "~2.1",
816                 "behat/mink-goutte-driver": "~1.2",
817                 "behat/mink-selenium2-driver": "~1.3",
818                 "php": ">=5.4.4",
819                 "symfony/process": "2.8.*"
820             },
821             "type": "library",
822             "autoload": {
823                 "psr-0": {
824                     "Moodle\\BehatExtension": "src/"
825                 }
826             },
827             "notification-url": "https://packagist.org/downloads/",
828             "license": [
829                 "GPLv3"
830             ],
831             "authors": [
832                 {
833                     "name": "David Monllaó",
834                     "email": "david.monllao@gmail.com",
835                     "homepage": "http://moodle.com",
836                     "role": "Developer"
837                 }
838             ],
839             "description": "Moodle behat extension",
840             "keywords": [
841                 "BDD",
842                 "Behat",
843                 "moodle"
844             ],
845             "time": "2018-01-24T19:13:01+00:00"
846         },
847         {
848             "name": "phpdocumentor/reflection-docblock",
849             "version": "2.0.5",
850             "source": {
851                 "type": "git",
852                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
853                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
854             },
855             "dist": {
856                 "type": "zip",
857                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
858                 "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
859                 "shasum": ""
860             },
861             "require": {
862                 "php": ">=5.3.3"
863             },
864             "require-dev": {
865                 "phpunit/phpunit": "~4.0"
866             },
867             "suggest": {
868                 "dflydev/markdown": "~1.0",
869                 "erusev/parsedown": "~1.0"
870             },
871             "type": "library",
872             "extra": {
873                 "branch-alias": {
874                     "dev-master": "2.0.x-dev"
875                 }
876             },
877             "autoload": {
878                 "psr-0": {
879                     "phpDocumentor": [
880                         "src/"
881                     ]
882                 }
883             },
884             "notification-url": "https://packagist.org/downloads/",
885             "license": [
886                 "MIT"
887             ],
888             "authors": [
889                 {
890                     "name": "Mike van Riel",
891                     "email": "mike.vanriel@naenius.com"
892                 }
893             ],
894             "time": "2016-01-25T08:17:30+00:00"
895         },
896         {
897             "name": "phpspec/prophecy",
898             "version": "1.7.3",
899             "source": {
900                 "type": "git",
901                 "url": "https://github.com/phpspec/prophecy.git",
902                 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
903             },
904             "dist": {
905                 "type": "zip",
906                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
907                 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
908                 "shasum": ""
909             },
910             "require": {
911                 "doctrine/instantiator": "^1.0.2",
912                 "php": "^5.3|^7.0",
913                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
914                 "sebastian/comparator": "^1.1|^2.0",
915                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
916             },
917             "require-dev": {
918                 "phpspec/phpspec": "^2.5|^3.2",
919                 "phpunit/phpunit": "^4.8.35 || ^5.7"
920             },
921             "type": "library",
922             "extra": {
923                 "branch-alias": {
924                     "dev-master": "1.7.x-dev"
925                 }
926             },
927             "autoload": {
928                 "psr-0": {
929                     "Prophecy\\": "src/"
930                 }
931             },
932             "notification-url": "https://packagist.org/downloads/",
933             "license": [
934                 "MIT"
935             ],
936             "authors": [
937                 {
938                     "name": "Konstantin Kudryashov",
939                     "email": "ever.zet@gmail.com",
940                     "homepage": "http://everzet.com"
941                 },
942                 {
943                     "name": "Marcello Duarte",
944                     "email": "marcello.duarte@gmail.com"
945                 }
946             ],
947             "description": "Highly opinionated mocking framework for PHP 5.3+",
948             "homepage": "https://github.com/phpspec/prophecy",
949             "keywords": [
950                 "Double",
951                 "Dummy",
952                 "fake",
953                 "mock",
954                 "spy",
955                 "stub"
956             ],
957             "time": "2017-11-24T13:59:53+00:00"
958         },
959         {
960             "name": "phpunit/dbunit",
961             "version": "1.4.1",
962             "source": {
963                 "type": "git",
964                 "url": "https://github.com/sebastianbergmann/dbunit.git",
965                 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
966             },
967             "dist": {
968                 "type": "zip",
969                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
970                 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
971                 "shasum": ""
972             },
973             "require": {
974                 "ext-pdo": "*",
975                 "ext-simplexml": "*",
976                 "php": ">=5.3.3",
977                 "phpunit/phpunit": "~4|~5",
978                 "symfony/yaml": "~2.1|~3.0"
979             },
980             "bin": [
981                 "composer/bin/dbunit"
982             ],
983             "type": "library",
984             "extra": {
985                 "branch-alias": {
986                     "dev-master": "1.3.x-dev"
987                 }
988             },
989             "autoload": {
990                 "classmap": [
991                     "PHPUnit/"
992                 ]
993             },
994             "notification-url": "https://packagist.org/downloads/",
995             "include-path": [
996                 "",
997                 "../../symfony/yaml/"
998             ],
999             "license": [
1000                 "BSD-3-Clause"
1001             ],
1002             "authors": [
1003                 {
1004                     "name": "Sebastian Bergmann",
1005                     "email": "sb@sebastian-bergmann.de",
1006                     "role": "lead"
1007                 }
1008             ],
1009             "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1010             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1011             "keywords": [
1012                 "database",
1013                 "testing",
1014                 "xunit"
1015             ],
1016             "time": "2015-08-07T04:57:38+00:00"
1017         },
1018         {
1019             "name": "phpunit/php-code-coverage",
1020             "version": "2.2.4",
1021             "source": {
1022                 "type": "git",
1023                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1024                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1025             },
1026             "dist": {
1027                 "type": "zip",
1028                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1029                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1030                 "shasum": ""
1031             },
1032             "require": {
1033                 "php": ">=5.3.3",
1034                 "phpunit/php-file-iterator": "~1.3",
1035                 "phpunit/php-text-template": "~1.2",
1036                 "phpunit/php-token-stream": "~1.3",
1037                 "sebastian/environment": "^1.3.2",
1038                 "sebastian/version": "~1.0"
1039             },
1040             "require-dev": {
1041                 "ext-xdebug": ">=2.1.4",
1042                 "phpunit/phpunit": "~4"
1043             },
1044             "suggest": {
1045                 "ext-dom": "*",
1046                 "ext-xdebug": ">=2.2.1",
1047                 "ext-xmlwriter": "*"
1048             },
1049             "type": "library",
1050             "extra": {
1051                 "branch-alias": {
1052                     "dev-master": "2.2.x-dev"
1053                 }
1054             },
1055             "autoload": {
1056                 "classmap": [
1057                     "src/"
1058                 ]
1059             },
1060             "notification-url": "https://packagist.org/downloads/",
1061             "license": [
1062                 "BSD-3-Clause"
1063             ],
1064             "authors": [
1065                 {
1066                     "name": "Sebastian Bergmann",
1067                     "email": "sb@sebastian-bergmann.de",
1068                     "role": "lead"
1069                 }
1070             ],
1071             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1072             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1073             "keywords": [
1074                 "coverage",
1075                 "testing",
1076                 "xunit"
1077             ],
1078             "time": "2015-10-06T15:47:00+00:00"
1079         },
1080         {
1081             "name": "phpunit/php-file-iterator",
1082             "version": "1.4.5",
1083             "source": {
1084                 "type": "git",
1085                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1086                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1087             },
1088             "dist": {
1089                 "type": "zip",
1090                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1091                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1092                 "shasum": ""
1093             },
1094             "require": {
1095                 "php": ">=5.3.3"
1096             },
1097             "type": "library",
1098             "extra": {
1099                 "branch-alias": {
1100                     "dev-master": "1.4.x-dev"
1101                 }
1102             },
1103             "autoload": {
1104                 "classmap": [
1105                     "src/"
1106                 ]
1107             },
1108             "notification-url": "https://packagist.org/downloads/",
1109             "license": [
1110                 "BSD-3-Clause"
1111             ],
1112             "authors": [
1113                 {
1114                     "name": "Sebastian Bergmann",
1115                     "email": "sb@sebastian-bergmann.de",
1116                     "role": "lead"
1117                 }
1118             ],
1119             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1120             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1121             "keywords": [
1122                 "filesystem",
1123                 "iterator"
1124             ],
1125             "time": "2017-11-27T13:52:08+00:00"
1126         },
1127         {
1128             "name": "phpunit/php-text-template",
1129             "version": "1.2.1",
1130             "source": {
1131                 "type": "git",
1132                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1133                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1134             },
1135             "dist": {
1136                 "type": "zip",
1137                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1138                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1139                 "shasum": ""
1140             },
1141             "require": {
1142                 "php": ">=5.3.3"
1143             },
1144             "type": "library",
1145             "autoload": {
1146                 "classmap": [
1147                     "src/"
1148                 ]
1149             },
1150             "notification-url": "https://packagist.org/downloads/",
1151             "license": [
1152                 "BSD-3-Clause"
1153             ],
1154             "authors": [
1155                 {
1156                     "name": "Sebastian Bergmann",
1157                     "email": "sebastian@phpunit.de",
1158                     "role": "lead"
1159                 }
1160             ],
1161             "description": "Simple template engine.",
1162             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1163             "keywords": [
1164                 "template"
1165             ],
1166             "time": "2015-06-21T13:50:34+00:00"
1167         },
1168         {
1169             "name": "phpunit/php-timer",
1170             "version": "1.0.9",
1171             "source": {
1172                 "type": "git",
1173                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1174                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1175             },
1176             "dist": {
1177                 "type": "zip",
1178                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1179                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1180                 "shasum": ""
1181             },
1182             "require": {
1183                 "php": "^5.3.3 || ^7.0"
1184             },
1185             "require-dev": {
1186                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1187             },
1188             "type": "library",
1189             "extra": {
1190                 "branch-alias": {
1191                     "dev-master": "1.0-dev"
1192                 }
1193             },
1194             "autoload": {
1195                 "classmap": [
1196                     "src/"
1197                 ]
1198             },
1199             "notification-url": "https://packagist.org/downloads/",
1200             "license": [
1201                 "BSD-3-Clause"
1202             ],
1203             "authors": [
1204                 {
1205                     "name": "Sebastian Bergmann",
1206                     "email": "sb@sebastian-bergmann.de",
1207                     "role": "lead"
1208                 }
1209             ],
1210             "description": "Utility class for timing",
1211             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1212             "keywords": [
1213                 "timer"
1214             ],
1215             "time": "2017-02-26T11:10:40+00:00"
1216         },
1217         {
1218             "name": "phpunit/php-token-stream",
1219             "version": "1.4.12",
1220             "source": {
1221                 "type": "git",
1222                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1223                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1224             },
1225             "dist": {
1226                 "type": "zip",
1227                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1228                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1229                 "shasum": ""
1230             },
1231             "require": {
1232                 "ext-tokenizer": "*",
1233                 "php": ">=5.3.3"
1234             },
1235             "require-dev": {
1236                 "phpunit/phpunit": "~4.2"
1237             },
1238             "type": "library",
1239             "extra": {
1240                 "branch-alias": {
1241                     "dev-master": "1.4-dev"
1242                 }
1243             },
1244             "autoload": {
1245                 "classmap": [
1246                     "src/"
1247                 ]
1248             },
1249             "notification-url": "https://packagist.org/downloads/",
1250             "license": [
1251                 "BSD-3-Clause"
1252             ],
1253             "authors": [
1254                 {
1255                     "name": "Sebastian Bergmann",
1256                     "email": "sebastian@phpunit.de"
1257                 }
1258             ],
1259             "description": "Wrapper around PHP's tokenizer extension.",
1260             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1261             "keywords": [
1262                 "tokenizer"
1263             ],
1264             "time": "2017-12-04T08:55:13+00:00"
1265         },
1266         {
1267             "name": "phpunit/phpunit",
1268             "version": "4.8.27",
1269             "source": {
1270                 "type": "git",
1271                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1272                 "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
1273             },
1274             "dist": {
1275                 "type": "zip",
1276                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
1277                 "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
1278                 "shasum": ""
1279             },
1280             "require": {
1281                 "ext-dom": "*",
1282                 "ext-json": "*",
1283                 "ext-pcre": "*",
1284                 "ext-reflection": "*",
1285                 "ext-spl": "*",
1286                 "php": ">=5.3.3",
1287                 "phpspec/prophecy": "^1.3.1",
1288                 "phpunit/php-code-coverage": "~2.1",
1289                 "phpunit/php-file-iterator": "~1.4",
1290                 "phpunit/php-text-template": "~1.2",
1291                 "phpunit/php-timer": "^1.0.6",
1292                 "phpunit/phpunit-mock-objects": "~2.3",
1293                 "sebastian/comparator": "~1.1",
1294                 "sebastian/diff": "~1.2",
1295                 "sebastian/environment": "~1.3",
1296                 "sebastian/exporter": "~1.2",
1297                 "sebastian/global-state": "~1.0",
1298                 "sebastian/version": "~1.0",
1299                 "symfony/yaml": "~2.1|~3.0"
1300             },
1301             "suggest": {
1302                 "phpunit/php-invoker": "~1.1"
1303             },
1304             "bin": [
1305                 "phpunit"
1306             ],
1307             "type": "library",
1308             "extra": {
1309                 "branch-alias": {
1310                     "dev-master": "4.8.x-dev"
1311                 }
1312             },
1313             "autoload": {
1314                 "classmap": [
1315                     "src/"
1316                 ]
1317             },
1318             "notification-url": "https://packagist.org/downloads/",
1319             "license": [
1320                 "BSD-3-Clause"
1321             ],
1322             "authors": [
1323                 {
1324                     "name": "Sebastian Bergmann",
1325                     "email": "sebastian@phpunit.de",
1326                     "role": "lead"
1327                 }
1328             ],
1329             "description": "The PHP Unit Testing framework.",
1330             "homepage": "https://phpunit.de/",
1331             "keywords": [
1332                 "phpunit",
1333                 "testing",
1334                 "xunit"
1335             ],
1336             "time": "2016-07-21T06:48:14+00:00"
1337         },
1338         {
1339             "name": "phpunit/phpunit-mock-objects",
1340             "version": "2.3.8",
1341             "source": {
1342                 "type": "git",
1343                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1344                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1345             },
1346             "dist": {
1347                 "type": "zip",
1348                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1349                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1350                 "shasum": ""
1351             },
1352             "require": {
1353                 "doctrine/instantiator": "^1.0.2",
1354                 "php": ">=5.3.3",
1355                 "phpunit/php-text-template": "~1.2",
1356                 "sebastian/exporter": "~1.2"
1357             },
1358             "require-dev": {
1359                 "phpunit/phpunit": "~4.4"
1360             },
1361             "suggest": {
1362                 "ext-soap": "*"
1363             },
1364             "type": "library",
1365             "extra": {
1366                 "branch-alias": {
1367                     "dev-master": "2.3.x-dev"
1368                 }
1369             },
1370             "autoload": {
1371                 "classmap": [
1372                     "src/"
1373                 ]
1374             },
1375             "notification-url": "https://packagist.org/downloads/",
1376             "license": [
1377                 "BSD-3-Clause"
1378             ],
1379             "authors": [
1380                 {
1381                     "name": "Sebastian Bergmann",
1382                     "email": "sb@sebastian-bergmann.de",
1383                     "role": "lead"
1384                 }
1385             ],
1386             "description": "Mock Object library for PHPUnit",
1387             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1388             "keywords": [
1389                 "mock",
1390                 "xunit"
1391             ],
1392             "time": "2015-10-02T06:51:40+00:00"
1393         },
1394         {
1395             "name": "psr/log",
1396             "version": "1.0.2",
1397             "source": {
1398                 "type": "git",
1399                 "url": "https://github.com/php-fig/log.git",
1400                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1401             },
1402             "dist": {
1403                 "type": "zip",
1404                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1405                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1406                 "shasum": ""
1407             },
1408             "require": {
1409                 "php": ">=5.3.0"
1410             },
1411             "type": "library",
1412             "extra": {
1413                 "branch-alias": {
1414                     "dev-master": "1.0.x-dev"
1415                 }
1416             },
1417             "autoload": {
1418                 "psr-4": {
1419                     "Psr\\Log\\": "Psr/Log/"
1420                 }
1421             },
1422             "notification-url": "https://packagist.org/downloads/",
1423             "license": [
1424                 "MIT"
1425             ],
1426             "authors": [
1427                 {
1428                     "name": "PHP-FIG",
1429                     "homepage": "http://www.php-fig.org/"
1430                 }
1431             ],
1432             "description": "Common interface for logging libraries",
1433             "homepage": "https://github.com/php-fig/log",
1434             "keywords": [
1435                 "log",
1436                 "psr",
1437                 "psr-3"
1438             ],
1439             "time": "2016-10-10T12:19:37+00:00"
1440         },
1441         {
1442             "name": "react/promise",
1443             "version": "v2.5.1",
1444             "source": {
1445                 "type": "git",
1446                 "url": "https://github.com/reactphp/promise.git",
1447                 "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
1448             },
1449             "dist": {
1450                 "type": "zip",
1451                 "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
1452                 "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
1453                 "shasum": ""
1454             },
1455             "require": {
1456                 "php": ">=5.4.0"
1457             },
1458             "require-dev": {
1459                 "phpunit/phpunit": "~4.8"
1460             },
1461             "type": "library",
1462             "autoload": {
1463                 "psr-4": {
1464                     "React\\Promise\\": "src/"
1465                 },
1466                 "files": [
1467                     "src/functions_include.php"
1468                 ]
1469             },
1470             "notification-url": "https://packagist.org/downloads/",
1471             "license": [
1472                 "MIT"
1473             ],
1474             "authors": [
1475                 {
1476                     "name": "Jan Sorgalla",
1477                     "email": "jsorgalla@gmail.com"
1478                 }
1479             ],
1480             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
1481             "keywords": [
1482                 "promise",
1483                 "promises"
1484             ],
1485             "time": "2017-03-25T12:08:31+00:00"
1486         },
1487         {
1488             "name": "sebastian/comparator",
1489             "version": "1.2.4",
1490             "source": {
1491                 "type": "git",
1492                 "url": "https://github.com/sebastianbergmann/comparator.git",
1493                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1494             },
1495             "dist": {
1496                 "type": "zip",
1497                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1498                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1499                 "shasum": ""
1500             },
1501             "require": {
1502                 "php": ">=5.3.3",
1503                 "sebastian/diff": "~1.2",
1504                 "sebastian/exporter": "~1.2 || ~2.0"
1505             },
1506             "require-dev": {
1507                 "phpunit/phpunit": "~4.4"
1508             },
1509             "type": "library",
1510             "extra": {
1511                 "branch-alias": {
1512                     "dev-master": "1.2.x-dev"
1513                 }
1514             },
1515             "autoload": {
1516                 "classmap": [
1517                     "src/"
1518                 ]
1519             },
1520             "notification-url": "https://packagist.org/downloads/",
1521             "license": [
1522                 "BSD-3-Clause"
1523             ],
1524             "authors": [
1525                 {
1526                     "name": "Jeff Welch",
1527                     "email": "whatthejeff@gmail.com"
1528                 },
1529                 {
1530                     "name": "Volker Dusch",
1531                     "email": "github@wallbash.com"
1532                 },
1533                 {
1534                     "name": "Bernhard Schussek",
1535                     "email": "bschussek@2bepublished.at"
1536                 },
1537                 {
1538                     "name": "Sebastian Bergmann",
1539                     "email": "sebastian@phpunit.de"
1540                 }
1541             ],
1542             "description": "Provides the functionality to compare PHP values for equality",
1543             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1544             "keywords": [
1545                 "comparator",
1546                 "compare",
1547                 "equality"
1548             ],
1549             "time": "2017-01-29T09:50:25+00:00"
1550         },
1551         {
1552             "name": "sebastian/diff",
1553             "version": "1.4.3",
1554             "source": {
1555                 "type": "git",
1556                 "url": "https://github.com/sebastianbergmann/diff.git",
1557                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1558             },
1559             "dist": {
1560                 "type": "zip",
1561                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1562                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1563                 "shasum": ""
1564             },
1565             "require": {
1566                 "php": "^5.3.3 || ^7.0"
1567             },
1568             "require-dev": {
1569                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1570             },
1571             "type": "library",
1572             "extra": {
1573                 "branch-alias": {
1574                     "dev-master": "1.4-dev"
1575                 }
1576             },
1577             "autoload": {
1578                 "classmap": [
1579                     "src/"
1580                 ]
1581             },
1582             "notification-url": "https://packagist.org/downloads/",
1583             "license": [
1584                 "BSD-3-Clause"
1585             ],
1586             "authors": [
1587                 {
1588                     "name": "Kore Nordmann",
1589                     "email": "mail@kore-nordmann.de"
1590                 },
1591                 {
1592                     "name": "Sebastian Bergmann",
1593                     "email": "sebastian@phpunit.de"
1594                 }
1595             ],
1596             "description": "Diff implementation",
1597             "homepage": "https://github.com/sebastianbergmann/diff",
1598             "keywords": [
1599                 "diff"
1600             ],
1601             "time": "2017-05-22T07:24:03+00:00"
1602         },
1603         {
1604             "name": "sebastian/environment",
1605             "version": "1.3.7",
1606             "source": {
1607                 "type": "git",
1608                 "url": "https://github.com/sebastianbergmann/environment.git",
1609                 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1610             },
1611             "dist": {
1612                 "type": "zip",
1613                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1614                 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1615                 "shasum": ""
1616             },
1617             "require": {
1618                 "php": ">=5.3.3"
1619             },
1620             "require-dev": {
1621                 "phpunit/phpunit": "~4.4"
1622             },
1623             "type": "library",
1624             "extra": {
1625                 "branch-alias": {
1626                     "dev-master": "1.3.x-dev"
1627                 }
1628             },
1629             "autoload": {
1630                 "classmap": [
1631                     "src/"
1632                 ]
1633             },
1634             "notification-url": "https://packagist.org/downloads/",
1635             "license": [
1636                 "BSD-3-Clause"
1637             ],
1638             "authors": [
1639                 {
1640                     "name": "Sebastian Bergmann",
1641                     "email": "sebastian@phpunit.de"
1642                 }
1643             ],
1644             "description": "Provides functionality to handle HHVM/PHP environments",
1645             "homepage": "http://www.github.com/sebastianbergmann/environment",
1646             "keywords": [
1647                 "Xdebug",
1648                 "environment",
1649                 "hhvm"
1650             ],
1651             "time": "2016-05-17T03:18:57+00:00"
1652         },
1653         {
1654             "name": "sebastian/exporter",
1655             "version": "1.2.2",
1656             "source": {
1657                 "type": "git",
1658                 "url": "https://github.com/sebastianbergmann/exporter.git",
1659                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1660             },
1661             "dist": {
1662                 "type": "zip",
1663                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1664                 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1665                 "shasum": ""
1666             },
1667             "require": {
1668                 "php": ">=5.3.3",
1669                 "sebastian/recursion-context": "~1.0"
1670             },
1671             "require-dev": {
1672                 "ext-mbstring": "*",
1673                 "phpunit/phpunit": "~4.4"
1674             },
1675             "type": "library",
1676             "extra": {
1677                 "branch-alias": {
1678                     "dev-master": "1.3.x-dev"
1679                 }
1680             },
1681             "autoload": {
1682                 "classmap": [
1683                     "src/"
1684                 ]
1685             },
1686             "notification-url": "https://packagist.org/downloads/",
1687             "license": [
1688                 "BSD-3-Clause"
1689             ],
1690             "authors": [
1691                 {
1692                     "name": "Jeff Welch",
1693                     "email": "whatthejeff@gmail.com"
1694                 },
1695                 {
1696                     "name": "Volker Dusch",
1697                     "email": "github@wallbash.com"
1698                 },
1699                 {
1700                     "name": "Bernhard Schussek",
1701                     "email": "bschussek@2bepublished.at"
1702                 },
1703                 {
1704                     "name": "Sebastian Bergmann",
1705                     "email": "sebastian@phpunit.de"
1706                 },
1707                 {
1708                     "name": "Adam Harvey",
1709                     "email": "aharvey@php.net"
1710                 }
1711             ],
1712             "description": "Provides the functionality to export PHP variables for visualization",
1713             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1714             "keywords": [
1715                 "export",
1716                 "exporter"
1717             ],
1718             "time": "2016-06-17T09:04:28+00:00"
1719         },
1720         {
1721             "name": "sebastian/global-state",
1722             "version": "1.1.1",
1723             "source": {
1724                 "type": "git",
1725                 "url": "https://github.com/sebastianbergmann/global-state.git",
1726                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1727             },
1728             "dist": {
1729                 "type": "zip",
1730                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1731                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1732                 "shasum": ""
1733             },
1734             "require": {
1735                 "php": ">=5.3.3"
1736             },
1737             "require-dev": {
1738                 "phpunit/phpunit": "~4.2"
1739             },
1740             "suggest": {
1741                 "ext-uopz": "*"
1742             },
1743             "type": "library",
1744             "extra": {
1745                 "branch-alias": {
1746                     "dev-master": "1.0-dev"
1747                 }
1748             },
1749             "autoload": {
1750                 "classmap": [
1751                     "src/"
1752                 ]
1753             },
1754             "notification-url": "https://packagist.org/downloads/",
1755             "license": [
1756                 "BSD-3-Clause"
1757             ],
1758             "authors": [
1759                 {
1760                     "name": "Sebastian Bergmann",
1761                     "email": "sebastian@phpunit.de"
1762                 }
1763             ],
1764             "description": "Snapshotting of global state",
1765             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1766             "keywords": [
1767                 "global state"
1768             ],
1769             "time": "2015-10-12T03:26:01+00:00"
1770         },
1771         {
1772             "name": "sebastian/recursion-context",
1773             "version": "1.0.2",
1774             "source": {
1775                 "type": "git",
1776                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1777                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1778             },
1779             "dist": {
1780                 "type": "zip",
1781                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1782                 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1783                 "shasum": ""
1784             },
1785             "require": {
1786                 "php": ">=5.3.3"
1787             },
1788             "require-dev": {
1789                 "phpunit/phpunit": "~4.4"
1790             },
1791             "type": "library",
1792             "extra": {
1793                 "branch-alias": {
1794                     "dev-master": "1.0.x-dev"
1795                 }
1796             },
1797             "autoload": {
1798                 "classmap": [
1799                     "src/"
1800                 ]
1801             },
1802             "notification-url": "https://packagist.org/downloads/",
1803             "license": [
1804                 "BSD-3-Clause"
1805             ],
1806             "authors": [
1807                 {
1808                     "name": "Jeff Welch",
1809                     "email": "whatthejeff@gmail.com"
1810                 },
1811                 {
1812                     "name": "Sebastian Bergmann",
1813                     "email": "sebastian@phpunit.de"
1814                 },
1815                 {
1816                     "name": "Adam Harvey",
1817                     "email": "aharvey@php.net"
1818                 }
1819             ],
1820             "description": "Provides functionality to recursively process PHP variables",
1821             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1822             "time": "2015-11-11T19:50:13+00:00"
1823         },
1824         {
1825             "name": "sebastian/version",
1826             "version": "1.0.6",
1827             "source": {
1828                 "type": "git",
1829                 "url": "https://github.com/sebastianbergmann/version.git",
1830                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1831             },
1832             "dist": {
1833                 "type": "zip",
1834                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1835                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1836                 "shasum": ""
1837             },
1838             "type": "library",
1839             "autoload": {
1840                 "classmap": [
1841                     "src/"
1842                 ]
1843             },
1844             "notification-url": "https://packagist.org/downloads/",
1845             "license": [
1846                 "BSD-3-Clause"
1847             ],
1848             "authors": [
1849                 {
1850                     "name": "Sebastian Bergmann",
1851                     "email": "sebastian@phpunit.de",
1852                     "role": "lead"
1853                 }
1854             ],
1855             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1856             "homepage": "https://github.com/sebastianbergmann/version",
1857             "time": "2015-06-21T13:59:46+00:00"
1858         },
1859         {
1860             "name": "symfony/browser-kit",
1861             "version": "v2.8.33",
1862             "source": {
1863                 "type": "git",
1864                 "url": "https://github.com/symfony/browser-kit.git",
1865                 "reference": "e49a78bcf09ba2e6d03e63e80211f889c037add5"
1866             },
1867             "dist": {
1868                 "type": "zip",
1869                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e49a78bcf09ba2e6d03e63e80211f889c037add5",
1870                 "reference": "e49a78bcf09ba2e6d03e63e80211f889c037add5",
1871                 "shasum": ""
1872             },
1873             "require": {
1874                 "php": ">=5.3.9",
1875                 "symfony/dom-crawler": "~2.1|~3.0.0"
1876             },
1877             "require-dev": {
1878                 "symfony/css-selector": "^2.0.5|~3.0.0",
1879                 "symfony/process": "~2.3.34|^2.7.6|~3.0.0"
1880             },
1881             "suggest": {
1882                 "symfony/process": ""
1883             },
1884             "type": "library",
1885             "extra": {
1886                 "branch-alias": {
1887                     "dev-master": "2.8-dev"
1888                 }
1889             },
1890             "autoload": {
1891                 "psr-4": {
1892                     "Symfony\\Component\\BrowserKit\\": ""
1893                 },
1894                 "exclude-from-classmap": [
1895                     "/Tests/"
1896                 ]
1897             },
1898             "notification-url": "https://packagist.org/downloads/",
1899             "license": [
1900                 "MIT"
1901             ],
1902             "authors": [
1903                 {
1904                     "name": "Fabien Potencier",
1905                     "email": "fabien@symfony.com"
1906                 },
1907                 {
1908                     "name": "Symfony Community",
1909                     "homepage": "https://symfony.com/contributors"
1910                 }
1911             ],
1912             "description": "Symfony BrowserKit Component",
1913             "homepage": "https://symfony.com",
1914             "time": "2018-01-03T07:36:31+00:00"
1915         },
1916         {
1917             "name": "symfony/class-loader",
1918             "version": "v2.8.33",
1919             "source": {
1920                 "type": "git",
1921                 "url": "https://github.com/symfony/class-loader.git",
1922                 "reference": "f87f46e5e1bf31382a65966795fa2d4dd7e2b300"
1923             },
1924             "dist": {
1925                 "type": "zip",
1926                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/f87f46e5e1bf31382a65966795fa2d4dd7e2b300",
1927                 "reference": "f87f46e5e1bf31382a65966795fa2d4dd7e2b300",
1928                 "shasum": ""
1929             },
1930             "require": {
1931                 "php": ">=5.3.9",
1932                 "symfony/polyfill-apcu": "~1.1"
1933             },
1934             "require-dev": {
1935                 "symfony/finder": "^2.0.5|~3.0.0"
1936             },
1937             "type": "library",
1938             "extra": {
1939                 "branch-alias": {
1940                     "dev-master": "2.8-dev"
1941                 }
1942             },
1943             "autoload": {
1944                 "psr-4": {
1945                     "Symfony\\Component\\ClassLoader\\": ""
1946                 },
1947                 "exclude-from-classmap": [
1948                     "/Tests/"
1949                 ]
1950             },
1951             "notification-url": "https://packagist.org/downloads/",
1952             "license": [
1953                 "MIT"
1954             ],
1955             "authors": [
1956                 {
1957                     "name": "Fabien Potencier",
1958                     "email": "fabien@symfony.com"
1959                 },
1960                 {
1961                     "name": "Symfony Community",
1962                     "homepage": "https://symfony.com/contributors"
1963                 }
1964             ],
1965             "description": "Symfony ClassLoader Component",
1966             "homepage": "https://symfony.com",
1967             "time": "2018-01-03T07:36:31+00:00"
1968         },
1969         {
1970             "name": "symfony/config",
1971             "version": "v2.8.33",
1972             "source": {
1973                 "type": "git",
1974                 "url": "https://github.com/symfony/config.git",
1975                 "reference": "705d1687222c08deabac8993ec2e04ad1a422c52"
1976             },
1977             "dist": {
1978                 "type": "zip",
1979                 "url": "https://api.github.com/repos/symfony/config/zipball/705d1687222c08deabac8993ec2e04ad1a422c52",
1980                 "reference": "705d1687222c08deabac8993ec2e04ad1a422c52",
1981                 "shasum": ""
1982             },
1983             "require": {
1984                 "php": ">=5.3.9",
1985                 "symfony/filesystem": "~2.3|~3.0.0"
1986             },
1987             "require-dev": {
1988                 "symfony/yaml": "~2.7|~3.0.0"
1989             },
1990             "suggest": {
1991                 "symfony/yaml": "To use the yaml reference dumper"
1992             },
1993             "type": "library",
1994             "extra": {
1995                 "branch-alias": {
1996                     "dev-master": "2.8-dev"
1997                 }
1998             },
1999             "autoload": {
2000                 "psr-4": {
2001                     "Symfony\\Component\\Config\\": ""
2002                 },
2003                 "exclude-from-classmap": [
2004                     "/Tests/"
2005                 ]
2006             },
2007             "notification-url": "https://packagist.org/downloads/",
2008             "license": [
2009                 "MIT"
2010             ],
2011             "authors": [
2012                 {
2013                     "name": "Fabien Potencier",
2014                     "email": "fabien@symfony.com"
2015                 },
2016                 {
2017                     "name": "Symfony Community",
2018                     "homepage": "https://symfony.com/contributors"
2019                 }
2020             ],
2021             "description": "Symfony Config Component",
2022             "homepage": "https://symfony.com",
2023             "time": "2018-01-03T07:36:31+00:00"
2024         },
2025         {
2026             "name": "symfony/console",
2027             "version": "v2.8.33",
2028             "source": {
2029                 "type": "git",
2030                 "url": "https://github.com/symfony/console.git",
2031                 "reference": "a4bd0f02ea156cf7b5138774a7ba0ab44d8da4fe"
2032             },
2033             "dist": {
2034                 "type": "zip",
2035                 "url": "https://api.github.com/repos/symfony/console/zipball/a4bd0f02ea156cf7b5138774a7ba0ab44d8da4fe",
2036                 "reference": "a4bd0f02ea156cf7b5138774a7ba0ab44d8da4fe",
2037                 "shasum": ""
2038             },
2039             "require": {
2040                 "php": ">=5.3.9",
2041                 "symfony/debug": "^2.7.2|~3.0.0",
2042                 "symfony/polyfill-mbstring": "~1.0"
2043             },
2044             "require-dev": {
2045                 "psr/log": "~1.0",
2046                 "symfony/event-dispatcher": "~2.1|~3.0.0",
2047                 "symfony/process": "~2.1|~3.0.0"
2048             },
2049             "suggest": {
2050                 "psr/log": "For using the console logger",
2051                 "symfony/event-dispatcher": "",
2052                 "symfony/process": ""
2053             },
2054             "type": "library",
2055             "extra": {
2056                 "branch-alias": {
2057                     "dev-master": "2.8-dev"
2058                 }
2059             },
2060             "autoload": {
2061                 "psr-4": {
2062                     "Symfony\\Component\\Console\\": ""
2063                 },
2064                 "exclude-from-classmap": [
2065                     "/Tests/"
2066                 ]
2067             },
2068             "notification-url": "https://packagist.org/downloads/",
2069             "license": [
2070                 "MIT"
2071             ],
2072             "authors": [
2073                 {
2074                     "name": "Fabien Potencier",
2075                     "email": "fabien@symfony.com"
2076                 },
2077                 {
2078                     "name": "Symfony Community",
2079                     "homepage": "https://symfony.com/contributors"
2080                 }
2081             ],
2082             "description": "Symfony Console Component",
2083             "homepage": "https://symfony.com",
2084             "time": "2018-01-03T07:36:31+00:00"
2085         },
2086         {
2087             "name": "symfony/css-selector",
2088             "version": "v2.8.33",
2089             "source": {
2090                 "type": "git",
2091                 "url": "https://github.com/symfony/css-selector.git",
2092                 "reference": "c5b39674eacd34adedbef78227c57109caa9e318"
2093             },
2094             "dist": {
2095                 "type": "zip",
2096                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/c5b39674eacd34adedbef78227c57109caa9e318",
2097                 "reference": "c5b39674eacd34adedbef78227c57109caa9e318",
2098                 "shasum": ""
2099             },
2100             "require": {
2101                 "php": ">=5.3.9"
2102             },
2103             "type": "library",
2104             "extra": {
2105                 "branch-alias": {
2106                     "dev-master": "2.8-dev"
2107                 }
2108             },
2109             "autoload": {
2110                 "psr-4": {
2111                     "Symfony\\Component\\CssSelector\\": ""
2112                 },
2113                 "exclude-from-classmap": [
2114                     "/Tests/"
2115                 ]
2116             },
2117             "notification-url": "https://packagist.org/downloads/",
2118             "license": [
2119                 "MIT"
2120             ],
2121             "authors": [
2122                 {
2123                     "name": "Jean-François Simon",
2124                     "email": "jeanfrancois.simon@sensiolabs.com"
2125                 },
2126                 {
2127                     "name": "Fabien Potencier",
2128                     "email": "fabien@symfony.com"
2129                 },
2130                 {
2131                     "name": "Symfony Community",
2132                     "homepage": "https://symfony.com/contributors"
2133                 }
2134             ],
2135             "description": "Symfony CssSelector Component",
2136             "homepage": "https://symfony.com",
2137             "time": "2018-01-03T07:36:31+00:00"
2138         },
2139         {
2140             "name": "symfony/debug",
2141             "version": "v2.8.33",
2142             "source": {
2143                 "type": "git",
2144                 "url": "https://github.com/symfony/debug.git",
2145                 "reference": "546db6f2bf8aefb43f37ce6f2f67fb700c51c1c2"
2146             },
2147             "dist": {
2148                 "type": "zip",
2149                 "url": "https://api.github.com/repos/symfony/debug/zipball/546db6f2bf8aefb43f37ce6f2f67fb700c51c1c2",
2150                 "reference": "546db6f2bf8aefb43f37ce6f2f67fb700c51c1c2",
2151                 "shasum": ""
2152             },
2153             "require": {
2154                 "php": ">=5.3.9",
2155                 "psr/log": "~1.0"
2156             },
2157             "conflict": {
2158                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2159             },
2160             "require-dev": {
2161                 "symfony/class-loader": "~2.2|~3.0.0",
2162                 "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
2163             },
2164             "type": "library",
2165             "extra": {
2166                 "branch-alias": {
2167                     "dev-master": "2.8-dev"
2168                 }
2169             },
2170             "autoload": {
2171                 "psr-4": {
2172                     "Symfony\\Component\\Debug\\": ""
2173                 },
2174                 "exclude-from-classmap": [
2175                     "/Tests/"
2176                 ]
2177             },
2178             "notification-url": "https://packagist.org/downloads/",
2179             "license": [
2180                 "MIT"
2181             ],
2182             "authors": [
2183                 {
2184                     "name": "Fabien Potencier",
2185                     "email": "fabien@symfony.com"
2186                 },
2187                 {
2188                     "name": "Symfony Community",
2189                     "homepage": "https://symfony.com/contributors"
2190                 }
2191             ],
2192             "description": "Symfony Debug Component",
2193             "homepage": "https://symfony.com",
2194             "time": "2018-01-03T17:12:09+00:00"
2195         },
2196         {
2197             "name": "symfony/dependency-injection",
2198             "version": "v2.8.33",
2199             "source": {
2200                 "type": "git",
2201                 "url": "https://github.com/symfony/dependency-injection.git",
2202                 "reference": "954ff7c61879479b2f57f427798f9c82555438a6"
2203             },
2204             "dist": {
2205                 "type": "zip",
2206                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/954ff7c61879479b2f57f427798f9c82555438a6",
2207                 "reference": "954ff7c61879479b2f57f427798f9c82555438a6",
2208                 "shasum": ""
2209             },
2210             "require": {
2211                 "php": ">=5.3.9"
2212             },
2213             "conflict": {
2214                 "symfony/expression-language": "<2.6"
2215             },
2216             "require-dev": {
2217                 "symfony/config": "~2.2|~3.0.0",
2218                 "symfony/expression-language": "~2.6|~3.0.0",
2219                 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
2220             },
2221             "suggest": {
2222                 "symfony/config": "",
2223                 "symfony/expression-language": "For using expressions in service container configuration",
2224                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2225                 "symfony/yaml": ""
2226             },
2227             "type": "library",
2228             "extra": {
2229                 "branch-alias": {
2230                     "dev-master": "2.8-dev"
2231                 }
2232             },
2233             "autoload": {
2234                 "psr-4": {
2235                     "Symfony\\Component\\DependencyInjection\\": ""
2236                 },
2237                 "exclude-from-classmap": [
2238                     "/Tests/"
2239                 ]
2240             },
2241             "notification-url": "https://packagist.org/downloads/",
2242             "license": [
2243                 "MIT"
2244             ],
2245             "authors": [
2246                 {
2247                     "name": "Fabien Potencier",
2248                     "email": "fabien@symfony.com"
2249                 },
2250                 {
2251                     "name": "Symfony Community",
2252                     "homepage": "https://symfony.com/contributors"
2253                 }
2254             ],
2255             "description": "Symfony DependencyInjection Component",
2256             "homepage": "https://symfony.com",
2257             "time": "2018-01-03T07:36:31+00:00"
2258         },
2259         {
2260             "name": "symfony/dom-crawler",
2261             "version": "v2.8.33",
2262             "source": {
2263                 "type": "git",
2264                 "url": "https://github.com/symfony/dom-crawler.git",
2265                 "reference": "31ff8f1d7a3de4b43b35ff821e6e223d81a8988b"
2266             },
2267             "dist": {
2268                 "type": "zip",
2269                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/31ff8f1d7a3de4b43b35ff821e6e223d81a8988b",
2270                 "reference": "31ff8f1d7a3de4b43b35ff821e6e223d81a8988b",
2271                 "shasum": ""
2272             },
2273             "require": {
2274                 "php": ">=5.3.9",
2275                 "symfony/polyfill-mbstring": "~1.0"
2276             },
2277             "require-dev": {
2278                 "symfony/css-selector": "~2.8|~3.0.0"
2279             },
2280             "suggest": {
2281                 "symfony/css-selector": ""
2282             },
2283             "type": "library",
2284             "extra": {
2285                 "branch-alias": {
2286                     "dev-master": "2.8-dev"
2287                 }
2288             },
2289             "autoload": {
2290                 "psr-4": {
2291                     "Symfony\\Component\\DomCrawler\\": ""
2292                 },
2293                 "exclude-from-classmap": [
2294                     "/Tests/"
2295                 ]
2296             },
2297             "notification-url": "https://packagist.org/downloads/",
2298             "license": [
2299                 "MIT"
2300             ],
2301             "authors": [
2302                 {
2303                     "name": "Fabien Potencier",
2304                     "email": "fabien@symfony.com"
2305                 },
2306                 {
2307                     "name": "Symfony Community",
2308                     "homepage": "https://symfony.com/contributors"
2309                 }
2310             ],
2311             "description": "Symfony DomCrawler Component",
2312             "homepage": "https://symfony.com",
2313             "time": "2018-01-03T07:36:31+00:00"
2314         },
2315         {
2316             "name": "symfony/event-dispatcher",
2317             "version": "v2.8.33",
2318             "source": {
2319                 "type": "git",
2320                 "url": "https://github.com/symfony/event-dispatcher.git",
2321                 "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc"
2322             },
2323             "dist": {
2324                 "type": "zip",
2325                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d64be24fc1eba62f9daace8a8918f797fc8e87cc",
2326                 "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc",
2327                 "shasum": ""
2328             },
2329             "require": {
2330                 "php": ">=5.3.9"
2331             },
2332             "require-dev": {
2333                 "psr/log": "~1.0",
2334                 "symfony/config": "^2.0.5|~3.0.0",
2335                 "symfony/dependency-injection": "~2.6|~3.0.0",
2336                 "symfony/expression-language": "~2.6|~3.0.0",
2337                 "symfony/stopwatch": "~2.3|~3.0.0"
2338             },
2339             "suggest": {
2340                 "symfony/dependency-injection": "",
2341                 "symfony/http-kernel": ""
2342             },
2343             "type": "library",
2344             "extra": {
2345                 "branch-alias": {
2346                     "dev-master": "2.8-dev"
2347                 }
2348             },
2349             "autoload": {
2350                 "psr-4": {
2351                     "Symfony\\Component\\EventDispatcher\\": ""
2352                 },
2353                 "exclude-from-classmap": [
2354                     "/Tests/"
2355                 ]
2356             },
2357             "notification-url": "https://packagist.org/downloads/",
2358             "license": [
2359                 "MIT"
2360             ],
2361             "authors": [
2362                 {
2363                     "name": "Fabien Potencier",
2364                     "email": "fabien@symfony.com"
2365                 },
2366                 {
2367                     "name": "Symfony Community",
2368                     "homepage": "https://symfony.com/contributors"
2369                 }
2370             ],
2371             "description": "Symfony EventDispatcher Component",
2372             "homepage": "https://symfony.com",
2373             "time": "2018-01-03T07:36:31+00:00"
2374         },
2375         {
2376             "name": "symfony/filesystem",
2377             "version": "v2.8.33",
2378             "source": {
2379                 "type": "git",
2380                 "url": "https://github.com/symfony/filesystem.git",
2381                 "reference": "1f4e8351e0196562f5e8ec584baeceeb8e2e92f6"
2382             },
2383             "dist": {
2384                 "type": "zip",
2385                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/1f4e8351e0196562f5e8ec584baeceeb8e2e92f6",
2386                 "reference": "1f4e8351e0196562f5e8ec584baeceeb8e2e92f6",
2387                 "shasum": ""
2388             },
2389             "require": {
2390                 "php": ">=5.3.9"
2391             },
2392             "type": "library",
2393             "extra": {
2394                 "branch-alias": {
2395                     "dev-master": "2.8-dev"
2396                 }
2397             },
2398             "autoload": {
2399                 "psr-4": {
2400                     "Symfony\\Component\\Filesystem\\": ""
2401                 },
2402                 "exclude-from-classmap": [
2403                     "/Tests/"
2404                 ]
2405             },
2406             "notification-url": "https://packagist.org/downloads/",
2407             "license": [
2408                 "MIT"
2409             ],
2410             "authors": [
2411                 {
2412                     "name": "Fabien Potencier",
2413                     "email": "fabien@symfony.com"
2414                 },
2415                 {
2416                     "name": "Symfony Community",
2417                     "homepage": "https://symfony.com/contributors"
2418                 }
2419             ],
2420             "description": "Symfony Filesystem Component",
2421             "homepage": "https://symfony.com",
2422             "time": "2018-01-03T07:36:31+00:00"
2423         },
2424         {
2425             "name": "symfony/polyfill-apcu",
2426             "version": "v1.6.0",
2427             "source": {
2428                 "type": "git",
2429                 "url": "https://github.com/symfony/polyfill-apcu.git",
2430                 "reference": "04f62674339602def515bff4bc6901fc1d4951e8"
2431             },
2432             "dist": {
2433                 "type": "zip",
2434                 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
2435                 "reference": "04f62674339602def515bff4bc6901fc1d4951e8",
2436                 "shasum": ""
2437             },
2438             "require": {
2439                 "php": ">=5.3.3"
2440             },
2441             "type": "library",
2442             "extra": {
2443                 "branch-alias": {
2444                     "dev-master": "1.6-dev"
2445                 }
2446             },
2447             "autoload": {
2448                 "psr-4": {
2449                     "Symfony\\Polyfill\\Apcu\\": ""
2450                 },
2451                 "files": [
2452                     "bootstrap.php"
2453                 ]
2454             },
2455             "notification-url": "https://packagist.org/downloads/",
2456             "license": [
2457                 "MIT"
2458             ],
2459             "authors": [
2460                 {
2461                     "name": "Nicolas Grekas",
2462                     "email": "p@tchwork.com"
2463                 },
2464                 {
2465                     "name": "Symfony Community",
2466                     "homepage": "https://symfony.com/contributors"
2467                 }
2468             ],
2469             "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2470             "homepage": "https://symfony.com",
2471             "keywords": [
2472                 "apcu",
2473                 "compatibility",
2474                 "polyfill",
2475                 "portable",
2476                 "shim"
2477             ],
2478             "time": "2017-10-11T12:05:26+00:00"
2479         },
2480         {
2481             "name": "symfony/polyfill-mbstring",
2482             "version": "v1.6.0",
2483             "source": {
2484                 "type": "git",
2485                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2486                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2487             },
2488             "dist": {
2489                 "type": "zip",
2490                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2491                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2492                 "shasum": ""
2493             },
2494             "require": {
2495                 "php": ">=5.3.3"
2496             },
2497             "suggest": {
2498                 "ext-mbstring": "For best performance"
2499             },
2500             "type": "library",
2501             "extra": {
2502                 "branch-alias": {
2503                     "dev-master": "1.6-dev"
2504                 }
2505             },
2506             "autoload": {
2507                 "psr-4": {
2508                     "Symfony\\Polyfill\\Mbstring\\": ""
2509                 },
2510                 "files": [
2511                     "bootstrap.php"
2512                 ]
2513             },
2514             "notification-url": "https://packagist.org/downloads/",
2515             "license": [
2516                 "MIT"
2517             ],
2518             "authors": [
2519                 {
2520                     "name": "Nicolas Grekas",
2521                     "email": "p@tchwork.com"
2522                 },
2523                 {
2524                     "name": "Symfony Community",
2525                     "homepage": "https://symfony.com/contributors"
2526                 }
2527             ],
2528             "description": "Symfony polyfill for the Mbstring extension",
2529             "homepage": "https://symfony.com",
2530             "keywords": [
2531                 "compatibility",
2532                 "mbstring",
2533                 "polyfill",
2534                 "portable",
2535                 "shim"
2536             ],
2537             "time": "2017-10-11T12:05:26+00:00"
2538         },
2539         {
2540             "name": "symfony/process",
2541             "version": "v2.8.33",
2542             "source": {
2543                 "type": "git",
2544                 "url": "https://github.com/symfony/process.git",
2545                 "reference": "ea3226daa3c6789efa39570bfc6e5d55f7561a0a"
2546             },
2547             "dist": {
2548                 "type": "zip",
2549                 "url": "https://api.github.com/repos/symfony/process/zipball/ea3226daa3c6789efa39570bfc6e5d55f7561a0a",
2550                 "reference": "ea3226daa3c6789efa39570bfc6e5d55f7561a0a",
2551                 "shasum": ""
2552             },
2553             "require": {
2554                 "php": ">=5.3.9"
2555             },
2556             "type": "library",
2557             "extra": {
2558                 "branch-alias": {
2559                     "dev-master": "2.8-dev"
2560                 }
2561             },
2562             "autoload": {
2563                 "psr-4": {
2564                     "Symfony\\Component\\Process\\": ""
2565                 },
2566                 "exclude-from-classmap": [
2567                     "/Tests/"
2568                 ]
2569             },
2570             "notification-url": "https://packagist.org/downloads/",
2571             "license": [
2572                 "MIT"
2573             ],
2574             "authors": [
2575                 {
2576                     "name": "Fabien Potencier",
2577                     "email": "fabien@symfony.com"
2578                 },
2579                 {
2580                     "name": "Symfony Community",
2581                     "homepage": "https://symfony.com/contributors"
2582                 }
2583             ],
2584             "description": "Symfony Process Component",
2585             "homepage": "https://symfony.com",
2586             "time": "2018-01-03T07:36:31+00:00"
2587         },
2588         {
2589             "name": "symfony/translation",
2590             "version": "v2.8.33",
2591             "source": {
2592                 "type": "git",
2593                 "url": "https://github.com/symfony/translation.git",
2594                 "reference": "a1623f94ec61090fded29ade24e14ce4f4e5878b"
2595             },
2596             "dist": {
2597                 "type": "zip",
2598                 "url": "https://api.github.com/repos/symfony/translation/zipball/a1623f94ec61090fded29ade24e14ce4f4e5878b",
2599                 "reference": "a1623f94ec61090fded29ade24e14ce4f4e5878b",
2600                 "shasum": ""
2601             },
2602             "require": {
2603                 "php": ">=5.3.9",
2604                 "symfony/polyfill-mbstring": "~1.0"
2605             },
2606             "conflict": {
2607                 "symfony/config": "<2.7"
2608             },
2609             "require-dev": {
2610                 "psr/log": "~1.0",
2611                 "symfony/config": "~2.8",
2612                 "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
2613                 "symfony/yaml": "~2.2|~3.0.0"
2614             },
2615             "suggest": {
2616                 "psr/log": "To use logging capability in translator",
2617                 "symfony/config": "",
2618                 "symfony/yaml": ""
2619             },
2620             "type": "library",
2621             "extra": {
2622                 "branch-alias": {
2623                     "dev-master": "2.8-dev"
2624                 }
2625             },
2626             "autoload": {
2627                 "psr-4": {
2628                     "Symfony\\Component\\Translation\\": ""
2629                 },
2630                 "exclude-from-classmap": [
2631                     "/Tests/"
2632                 ]
2633             },
2634             "notification-url": "https://packagist.org/downloads/",
2635             "license": [
2636                 "MIT"
2637             ],
2638             "authors": [
2639                 {
2640                     "name": "Fabien Potencier",
2641                     "email": "fabien@symfony.com"
2642                 },
2643                 {
2644                     "name": "Symfony Community",
2645                     "homepage": "https://symfony.com/contributors"
2646                 }
2647             ],
2648             "description": "Symfony Translation Component",
2649             "homepage": "https://symfony.com",
2650             "time": "2018-01-03T07:36:31+00:00"
2651         },
2652         {
2653             "name": "symfony/yaml",
2654             "version": "v2.8.33",
2655             "source": {
2656                 "type": "git",
2657                 "url": "https://github.com/symfony/yaml.git",
2658                 "reference": "be720fcfae4614df204190d57795351059946a77"
2659             },
2660             "dist": {
2661                 "type": "zip",
2662                 "url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77",
2663                 "reference": "be720fcfae4614df204190d57795351059946a77",
2664                 "shasum": ""
2665             },
2666             "require": {
2667                 "php": ">=5.3.9"
2668             },
2669             "type": "library",
2670             "extra": {
2671                 "branch-alias": {
2672                     "dev-master": "2.8-dev"
2673                 }
2674             },
2675             "autoload": {
2676                 "psr-4": {
2677                     "Symfony\\Component\\Yaml\\": ""
2678                 },
2679                 "exclude-from-classmap": [
2680                     "/Tests/"
2681                 ]
2682             },
2683             "notification-url": "https://packagist.org/downloads/",
2684             "license": [
2685                 "MIT"
2686             ],
2687             "authors": [
2688                 {
2689                     "name": "Fabien Potencier",
2690                     "email": "fabien@symfony.com"
2691                 },
2692                 {
2693                     "name": "Symfony Community",
2694                     "homepage": "https://symfony.com/contributors"
2695                 }
2696             ],
2697             "description": "Symfony Yaml Component",
2698             "homepage": "https://symfony.com",
2699             "time": "2018-01-03T07:36:31+00:00"
2700         }
2701     ],
2702     "aliases": [],
2703     "minimum-stability": "stable",
2704     "stability-flags": [],
2705     "prefer-stable": false,
2706     "prefer-lowest": false,
2707     "platform": [],
2708     "platform-dev": []