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