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