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