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