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