Moodle release 3.0rc3
[moodle.git] / composer.lock
blob44a7f2fccf52490ea9b88db5938e4e39ff6b4a35
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": "85888280993254379afb3dd9a13fbf48",
8     "content-hash": "2660fb1bd1498fa3f4f106caede044f4",
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.1",
667             "source": {
668                 "type": "git",
669                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
670                 "reference": "7882d9331de46327c430b1572111e722378ab941"
671             },
672             "dist": {
673                 "type": "zip",
674                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/7882d9331de46327c430b1572111e722378ab941",
675                 "reference": "7882d9331de46327c430b1572111e722378ab941",
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/finder": "2.7.5"
690             },
691             "type": "library",
692             "autoload": {
693                 "psr-0": {
694                     "Moodle\\BehatExtension": "src/"
695                 }
696             },
697             "notification-url": "https://packagist.org/downloads/",
698             "license": [
699                 "GPLv3"
700             ],
701             "authors": [
702                 {
703                     "name": "David Monllaó",
704                     "email": "david.monllao@gmail.com",
705                     "homepage": "http://moodle.com",
706                     "role": "Developer"
707                 }
708             ],
709             "description": "Moodle behat extension",
710             "keywords": [
711                 "BDD",
712                 "Behat",
713                 "moodle"
714             ],
715             "time": "2015-10-06 02:38:45"
716         },
717         {
718             "name": "phpdocumentor/reflection-docblock",
719             "version": "2.0.4",
720             "source": {
721                 "type": "git",
722                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
723                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
724             },
725             "dist": {
726                 "type": "zip",
727                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
728                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
729                 "shasum": ""
730             },
731             "require": {
732                 "php": ">=5.3.3"
733             },
734             "require-dev": {
735                 "phpunit/phpunit": "~4.0"
736             },
737             "suggest": {
738                 "dflydev/markdown": "~1.0",
739                 "erusev/parsedown": "~1.0"
740             },
741             "type": "library",
742             "extra": {
743                 "branch-alias": {
744                     "dev-master": "2.0.x-dev"
745                 }
746             },
747             "autoload": {
748                 "psr-0": {
749                     "phpDocumentor": [
750                         "src/"
751                     ]
752                 }
753             },
754             "notification-url": "https://packagist.org/downloads/",
755             "license": [
756                 "MIT"
757             ],
758             "authors": [
759                 {
760                     "name": "Mike van Riel",
761                     "email": "mike.vanriel@naenius.com"
762                 }
763             ],
764             "time": "2015-02-03 12:10:50"
765         },
766         {
767             "name": "phpspec/prophecy",
768             "version": "v1.5.0",
769             "source": {
770                 "type": "git",
771                 "url": "https://github.com/phpspec/prophecy.git",
772                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
773             },
774             "dist": {
775                 "type": "zip",
776                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
777                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
778                 "shasum": ""
779             },
780             "require": {
781                 "doctrine/instantiator": "^1.0.2",
782                 "phpdocumentor/reflection-docblock": "~2.0",
783                 "sebastian/comparator": "~1.1"
784             },
785             "require-dev": {
786                 "phpspec/phpspec": "~2.0"
787             },
788             "type": "library",
789             "extra": {
790                 "branch-alias": {
791                     "dev-master": "1.4.x-dev"
792                 }
793             },
794             "autoload": {
795                 "psr-0": {
796                     "Prophecy\\": "src/"
797                 }
798             },
799             "notification-url": "https://packagist.org/downloads/",
800             "license": [
801                 "MIT"
802             ],
803             "authors": [
804                 {
805                     "name": "Konstantin Kudryashov",
806                     "email": "ever.zet@gmail.com",
807                     "homepage": "http://everzet.com"
808                 },
809                 {
810                     "name": "Marcello Duarte",
811                     "email": "marcello.duarte@gmail.com"
812                 }
813             ],
814             "description": "Highly opinionated mocking framework for PHP 5.3+",
815             "homepage": "https://github.com/phpspec/prophecy",
816             "keywords": [
817                 "Double",
818                 "Dummy",
819                 "fake",
820                 "mock",
821                 "spy",
822                 "stub"
823             ],
824             "time": "2015-08-13 10:07:40"
825         },
826         {
827             "name": "phpunit/dbunit",
828             "version": "1.4.1",
829             "source": {
830                 "type": "git",
831                 "url": "https://github.com/sebastianbergmann/dbunit.git",
832                 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
833             },
834             "dist": {
835                 "type": "zip",
836                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
837                 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
838                 "shasum": ""
839             },
840             "require": {
841                 "ext-pdo": "*",
842                 "ext-simplexml": "*",
843                 "php": ">=5.3.3",
844                 "phpunit/phpunit": "~4|~5",
845                 "symfony/yaml": "~2.1|~3.0"
846             },
847             "bin": [
848                 "composer/bin/dbunit"
849             ],
850             "type": "library",
851             "extra": {
852                 "branch-alias": {
853                     "dev-master": "1.3.x-dev"
854                 }
855             },
856             "autoload": {
857                 "classmap": [
858                     "PHPUnit/"
859                 ]
860             },
861             "notification-url": "https://packagist.org/downloads/",
862             "include-path": [
863                 "",
864                 "../../symfony/yaml/"
865             ],
866             "license": [
867                 "BSD-3-Clause"
868             ],
869             "authors": [
870                 {
871                     "name": "Sebastian Bergmann",
872                     "email": "sb@sebastian-bergmann.de",
873                     "role": "lead"
874                 }
875             ],
876             "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
877             "homepage": "https://github.com/sebastianbergmann/dbunit/",
878             "keywords": [
879                 "database",
880                 "testing",
881                 "xunit"
882             ],
883             "time": "2015-08-07 04:57:38"
884         },
885         {
886             "name": "phpunit/php-code-coverage",
887             "version": "2.2.3",
888             "source": {
889                 "type": "git",
890                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
891                 "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f"
892             },
893             "dist": {
894                 "type": "zip",
895                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f",
896                 "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f",
897                 "shasum": ""
898             },
899             "require": {
900                 "php": ">=5.3.3",
901                 "phpunit/php-file-iterator": "~1.3",
902                 "phpunit/php-text-template": "~1.2",
903                 "phpunit/php-token-stream": "~1.3",
904                 "sebastian/environment": "^1.3.2",
905                 "sebastian/version": "~1.0"
906             },
907             "require-dev": {
908                 "ext-xdebug": ">=2.1.4",
909                 "phpunit/phpunit": "~4"
910             },
911             "suggest": {
912                 "ext-dom": "*",
913                 "ext-xdebug": ">=2.2.1",
914                 "ext-xmlwriter": "*"
915             },
916             "type": "library",
917             "extra": {
918                 "branch-alias": {
919                     "dev-master": "2.2.x-dev"
920                 }
921             },
922             "autoload": {
923                 "classmap": [
924                     "src/"
925                 ]
926             },
927             "notification-url": "https://packagist.org/downloads/",
928             "license": [
929                 "BSD-3-Clause"
930             ],
931             "authors": [
932                 {
933                     "name": "Sebastian Bergmann",
934                     "email": "sb@sebastian-bergmann.de",
935                     "role": "lead"
936                 }
937             ],
938             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
939             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
940             "keywords": [
941                 "coverage",
942                 "testing",
943                 "xunit"
944             ],
945             "time": "2015-09-14 06:51:16"
946         },
947         {
948             "name": "phpunit/php-file-iterator",
949             "version": "1.4.1",
950             "source": {
951                 "type": "git",
952                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
953                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
954             },
955             "dist": {
956                 "type": "zip",
957                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
958                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
959                 "shasum": ""
960             },
961             "require": {
962                 "php": ">=5.3.3"
963             },
964             "type": "library",
965             "extra": {
966                 "branch-alias": {
967                     "dev-master": "1.4.x-dev"
968                 }
969             },
970             "autoload": {
971                 "classmap": [
972                     "src/"
973                 ]
974             },
975             "notification-url": "https://packagist.org/downloads/",
976             "license": [
977                 "BSD-3-Clause"
978             ],
979             "authors": [
980                 {
981                     "name": "Sebastian Bergmann",
982                     "email": "sb@sebastian-bergmann.de",
983                     "role": "lead"
984                 }
985             ],
986             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
987             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
988             "keywords": [
989                 "filesystem",
990                 "iterator"
991             ],
992             "time": "2015-06-21 13:08:43"
993         },
994         {
995             "name": "phpunit/php-text-template",
996             "version": "1.2.1",
997             "source": {
998                 "type": "git",
999                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1000                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1001             },
1002             "dist": {
1003                 "type": "zip",
1004                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1005                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1006                 "shasum": ""
1007             },
1008             "require": {
1009                 "php": ">=5.3.3"
1010             },
1011             "type": "library",
1012             "autoload": {
1013                 "classmap": [
1014                     "src/"
1015                 ]
1016             },
1017             "notification-url": "https://packagist.org/downloads/",
1018             "license": [
1019                 "BSD-3-Clause"
1020             ],
1021             "authors": [
1022                 {
1023                     "name": "Sebastian Bergmann",
1024                     "email": "sebastian@phpunit.de",
1025                     "role": "lead"
1026                 }
1027             ],
1028             "description": "Simple template engine.",
1029             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1030             "keywords": [
1031                 "template"
1032             ],
1033             "time": "2015-06-21 13:50:34"
1034         },
1035         {
1036             "name": "phpunit/php-timer",
1037             "version": "1.0.7",
1038             "source": {
1039                 "type": "git",
1040                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1041                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1042             },
1043             "dist": {
1044                 "type": "zip",
1045                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1046                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1047                 "shasum": ""
1048             },
1049             "require": {
1050                 "php": ">=5.3.3"
1051             },
1052             "type": "library",
1053             "autoload": {
1054                 "classmap": [
1055                     "src/"
1056                 ]
1057             },
1058             "notification-url": "https://packagist.org/downloads/",
1059             "license": [
1060                 "BSD-3-Clause"
1061             ],
1062             "authors": [
1063                 {
1064                     "name": "Sebastian Bergmann",
1065                     "email": "sb@sebastian-bergmann.de",
1066                     "role": "lead"
1067                 }
1068             ],
1069             "description": "Utility class for timing",
1070             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1071             "keywords": [
1072                 "timer"
1073             ],
1074             "time": "2015-06-21 08:01:12"
1075         },
1076         {
1077             "name": "phpunit/php-token-stream",
1078             "version": "1.4.8",
1079             "source": {
1080                 "type": "git",
1081                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1082                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1083             },
1084             "dist": {
1085                 "type": "zip",
1086                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1087                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1088                 "shasum": ""
1089             },
1090             "require": {
1091                 "ext-tokenizer": "*",
1092                 "php": ">=5.3.3"
1093             },
1094             "require-dev": {
1095                 "phpunit/phpunit": "~4.2"
1096             },
1097             "type": "library",
1098             "extra": {
1099                 "branch-alias": {
1100                     "dev-master": "1.4-dev"
1101                 }
1102             },
1103             "autoload": {
1104                 "classmap": [
1105                     "src/"
1106                 ]
1107             },
1108             "notification-url": "https://packagist.org/downloads/",
1109             "license": [
1110                 "BSD-3-Clause"
1111             ],
1112             "authors": [
1113                 {
1114                     "name": "Sebastian Bergmann",
1115                     "email": "sebastian@phpunit.de"
1116                 }
1117             ],
1118             "description": "Wrapper around PHP's tokenizer extension.",
1119             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1120             "keywords": [
1121                 "tokenizer"
1122             ],
1123             "time": "2015-09-15 10:49:45"
1124         },
1125         {
1126             "name": "phpunit/phpunit",
1127             "version": "4.8.10",
1128             "source": {
1129                 "type": "git",
1130                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1131                 "reference": "463163747474815c5ccd4ae12b5b355ec12158e8"
1132             },
1133             "dist": {
1134                 "type": "zip",
1135                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/463163747474815c5ccd4ae12b5b355ec12158e8",
1136                 "reference": "463163747474815c5ccd4ae12b5b355ec12158e8",
1137                 "shasum": ""
1138             },
1139             "require": {
1140                 "ext-dom": "*",
1141                 "ext-json": "*",
1142                 "ext-pcre": "*",
1143                 "ext-reflection": "*",
1144                 "ext-spl": "*",
1145                 "php": ">=5.3.3",
1146                 "phpspec/prophecy": "^1.3.1",
1147                 "phpunit/php-code-coverage": "~2.1",
1148                 "phpunit/php-file-iterator": "~1.4",
1149                 "phpunit/php-text-template": "~1.2",
1150                 "phpunit/php-timer": ">=1.0.6",
1151                 "phpunit/phpunit-mock-objects": "~2.3",
1152                 "sebastian/comparator": "~1.1",
1153                 "sebastian/diff": "~1.2",
1154                 "sebastian/environment": "~1.3",
1155                 "sebastian/exporter": "~1.2",
1156                 "sebastian/global-state": "~1.0",
1157                 "sebastian/version": "~1.0",
1158                 "symfony/yaml": "~2.1|~3.0"
1159             },
1160             "suggest": {
1161                 "phpunit/php-invoker": "~1.1"
1162             },
1163             "bin": [
1164                 "phpunit"
1165             ],
1166             "type": "library",
1167             "extra": {
1168                 "branch-alias": {
1169                     "dev-master": "4.8.x-dev"
1170                 }
1171             },
1172             "autoload": {
1173                 "classmap": [
1174                     "src/"
1175                 ]
1176             },
1177             "notification-url": "https://packagist.org/downloads/",
1178             "license": [
1179                 "BSD-3-Clause"
1180             ],
1181             "authors": [
1182                 {
1183                     "name": "Sebastian Bergmann",
1184                     "email": "sebastian@phpunit.de",
1185                     "role": "lead"
1186                 }
1187             ],
1188             "description": "The PHP Unit Testing framework.",
1189             "homepage": "https://phpunit.de/",
1190             "keywords": [
1191                 "phpunit",
1192                 "testing",
1193                 "xunit"
1194             ],
1195             "time": "2015-10-01 09:14:30"
1196         },
1197         {
1198             "name": "phpunit/phpunit-mock-objects",
1199             "version": "2.3.8",
1200             "source": {
1201                 "type": "git",
1202                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1203                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1204             },
1205             "dist": {
1206                 "type": "zip",
1207                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1208                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1209                 "shasum": ""
1210             },
1211             "require": {
1212                 "doctrine/instantiator": "^1.0.2",
1213                 "php": ">=5.3.3",
1214                 "phpunit/php-text-template": "~1.2",
1215                 "sebastian/exporter": "~1.2"
1216             },
1217             "require-dev": {
1218                 "phpunit/phpunit": "~4.4"
1219             },
1220             "suggest": {
1221                 "ext-soap": "*"
1222             },
1223             "type": "library",
1224             "extra": {
1225                 "branch-alias": {
1226                     "dev-master": "2.3.x-dev"
1227                 }
1228             },
1229             "autoload": {
1230                 "classmap": [
1231                     "src/"
1232                 ]
1233             },
1234             "notification-url": "https://packagist.org/downloads/",
1235             "license": [
1236                 "BSD-3-Clause"
1237             ],
1238             "authors": [
1239                 {
1240                     "name": "Sebastian Bergmann",
1241                     "email": "sb@sebastian-bergmann.de",
1242                     "role": "lead"
1243                 }
1244             ],
1245             "description": "Mock Object library for PHPUnit",
1246             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1247             "keywords": [
1248                 "mock",
1249                 "xunit"
1250             ],
1251             "time": "2015-10-02 06:51:40"
1252         },
1253         {
1254             "name": "sebastian/comparator",
1255             "version": "1.2.0",
1256             "source": {
1257                 "type": "git",
1258                 "url": "https://github.com/sebastianbergmann/comparator.git",
1259                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1260             },
1261             "dist": {
1262                 "type": "zip",
1263                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1264                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1265                 "shasum": ""
1266             },
1267             "require": {
1268                 "php": ">=5.3.3",
1269                 "sebastian/diff": "~1.2",
1270                 "sebastian/exporter": "~1.2"
1271             },
1272             "require-dev": {
1273                 "phpunit/phpunit": "~4.4"
1274             },
1275             "type": "library",
1276             "extra": {
1277                 "branch-alias": {
1278                     "dev-master": "1.2.x-dev"
1279                 }
1280             },
1281             "autoload": {
1282                 "classmap": [
1283                     "src/"
1284                 ]
1285             },
1286             "notification-url": "https://packagist.org/downloads/",
1287             "license": [
1288                 "BSD-3-Clause"
1289             ],
1290             "authors": [
1291                 {
1292                     "name": "Jeff Welch",
1293                     "email": "whatthejeff@gmail.com"
1294                 },
1295                 {
1296                     "name": "Volker Dusch",
1297                     "email": "github@wallbash.com"
1298                 },
1299                 {
1300                     "name": "Bernhard Schussek",
1301                     "email": "bschussek@2bepublished.at"
1302                 },
1303                 {
1304                     "name": "Sebastian Bergmann",
1305                     "email": "sebastian@phpunit.de"
1306                 }
1307             ],
1308             "description": "Provides the functionality to compare PHP values for equality",
1309             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1310             "keywords": [
1311                 "comparator",
1312                 "compare",
1313                 "equality"
1314             ],
1315             "time": "2015-07-26 15:48:44"
1316         },
1317         {
1318             "name": "sebastian/diff",
1319             "version": "1.3.0",
1320             "source": {
1321                 "type": "git",
1322                 "url": "https://github.com/sebastianbergmann/diff.git",
1323                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1324             },
1325             "dist": {
1326                 "type": "zip",
1327                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1328                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1329                 "shasum": ""
1330             },
1331             "require": {
1332                 "php": ">=5.3.3"
1333             },
1334             "require-dev": {
1335                 "phpunit/phpunit": "~4.2"
1336             },
1337             "type": "library",
1338             "extra": {
1339                 "branch-alias": {
1340                     "dev-master": "1.3-dev"
1341                 }
1342             },
1343             "autoload": {
1344                 "classmap": [
1345                     "src/"
1346                 ]
1347             },
1348             "notification-url": "https://packagist.org/downloads/",
1349             "license": [
1350                 "BSD-3-Clause"
1351             ],
1352             "authors": [
1353                 {
1354                     "name": "Kore Nordmann",
1355                     "email": "mail@kore-nordmann.de"
1356                 },
1357                 {
1358                     "name": "Sebastian Bergmann",
1359                     "email": "sebastian@phpunit.de"
1360                 }
1361             ],
1362             "description": "Diff implementation",
1363             "homepage": "http://www.github.com/sebastianbergmann/diff",
1364             "keywords": [
1365                 "diff"
1366             ],
1367             "time": "2015-02-22 15:13:53"
1368         },
1369         {
1370             "name": "sebastian/environment",
1371             "version": "1.3.2",
1372             "source": {
1373                 "type": "git",
1374                 "url": "https://github.com/sebastianbergmann/environment.git",
1375                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
1376             },
1377             "dist": {
1378                 "type": "zip",
1379                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
1380                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
1381                 "shasum": ""
1382             },
1383             "require": {
1384                 "php": ">=5.3.3"
1385             },
1386             "require-dev": {
1387                 "phpunit/phpunit": "~4.4"
1388             },
1389             "type": "library",
1390             "extra": {
1391                 "branch-alias": {
1392                     "dev-master": "1.3.x-dev"
1393                 }
1394             },
1395             "autoload": {
1396                 "classmap": [
1397                     "src/"
1398                 ]
1399             },
1400             "notification-url": "https://packagist.org/downloads/",
1401             "license": [
1402                 "BSD-3-Clause"
1403             ],
1404             "authors": [
1405                 {
1406                     "name": "Sebastian Bergmann",
1407                     "email": "sebastian@phpunit.de"
1408                 }
1409             ],
1410             "description": "Provides functionality to handle HHVM/PHP environments",
1411             "homepage": "http://www.github.com/sebastianbergmann/environment",
1412             "keywords": [
1413                 "Xdebug",
1414                 "environment",
1415                 "hhvm"
1416             ],
1417             "time": "2015-08-03 06:14:51"
1418         },
1419         {
1420             "name": "sebastian/exporter",
1421             "version": "1.2.1",
1422             "source": {
1423                 "type": "git",
1424                 "url": "https://github.com/sebastianbergmann/exporter.git",
1425                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1426             },
1427             "dist": {
1428                 "type": "zip",
1429                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1430                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1431                 "shasum": ""
1432             },
1433             "require": {
1434                 "php": ">=5.3.3",
1435                 "sebastian/recursion-context": "~1.0"
1436             },
1437             "require-dev": {
1438                 "phpunit/phpunit": "~4.4"
1439             },
1440             "type": "library",
1441             "extra": {
1442                 "branch-alias": {
1443                     "dev-master": "1.2.x-dev"
1444                 }
1445             },
1446             "autoload": {
1447                 "classmap": [
1448                     "src/"
1449                 ]
1450             },
1451             "notification-url": "https://packagist.org/downloads/",
1452             "license": [
1453                 "BSD-3-Clause"
1454             ],
1455             "authors": [
1456                 {
1457                     "name": "Jeff Welch",
1458                     "email": "whatthejeff@gmail.com"
1459                 },
1460                 {
1461                     "name": "Volker Dusch",
1462                     "email": "github@wallbash.com"
1463                 },
1464                 {
1465                     "name": "Bernhard Schussek",
1466                     "email": "bschussek@2bepublished.at"
1467                 },
1468                 {
1469                     "name": "Sebastian Bergmann",
1470                     "email": "sebastian@phpunit.de"
1471                 },
1472                 {
1473                     "name": "Adam Harvey",
1474                     "email": "aharvey@php.net"
1475                 }
1476             ],
1477             "description": "Provides the functionality to export PHP variables for visualization",
1478             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1479             "keywords": [
1480                 "export",
1481                 "exporter"
1482             ],
1483             "time": "2015-06-21 07:55:53"
1484         },
1485         {
1486             "name": "sebastian/global-state",
1487             "version": "1.0.0",
1488             "source": {
1489                 "type": "git",
1490                 "url": "https://github.com/sebastianbergmann/global-state.git",
1491                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1492             },
1493             "dist": {
1494                 "type": "zip",
1495                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1496                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1497                 "shasum": ""
1498             },
1499             "require": {
1500                 "php": ">=5.3.3"
1501             },
1502             "require-dev": {
1503                 "phpunit/phpunit": "~4.2"
1504             },
1505             "suggest": {
1506                 "ext-uopz": "*"
1507             },
1508             "type": "library",
1509             "extra": {
1510                 "branch-alias": {
1511                     "dev-master": "1.0-dev"
1512                 }
1513             },
1514             "autoload": {
1515                 "classmap": [
1516                     "src/"
1517                 ]
1518             },
1519             "notification-url": "https://packagist.org/downloads/",
1520             "license": [
1521                 "BSD-3-Clause"
1522             ],
1523             "authors": [
1524                 {
1525                     "name": "Sebastian Bergmann",
1526                     "email": "sebastian@phpunit.de"
1527                 }
1528             ],
1529             "description": "Snapshotting of global state",
1530             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1531             "keywords": [
1532                 "global state"
1533             ],
1534             "time": "2014-10-06 09:23:50"
1535         },
1536         {
1537             "name": "sebastian/recursion-context",
1538             "version": "1.0.1",
1539             "source": {
1540                 "type": "git",
1541                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1542                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
1543             },
1544             "dist": {
1545                 "type": "zip",
1546                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
1547                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
1548                 "shasum": ""
1549             },
1550             "require": {
1551                 "php": ">=5.3.3"
1552             },
1553             "require-dev": {
1554                 "phpunit/phpunit": "~4.4"
1555             },
1556             "type": "library",
1557             "extra": {
1558                 "branch-alias": {
1559                     "dev-master": "1.0.x-dev"
1560                 }
1561             },
1562             "autoload": {
1563                 "classmap": [
1564                     "src/"
1565                 ]
1566             },
1567             "notification-url": "https://packagist.org/downloads/",
1568             "license": [
1569                 "BSD-3-Clause"
1570             ],
1571             "authors": [
1572                 {
1573                     "name": "Jeff Welch",
1574                     "email": "whatthejeff@gmail.com"
1575                 },
1576                 {
1577                     "name": "Sebastian Bergmann",
1578                     "email": "sebastian@phpunit.de"
1579                 },
1580                 {
1581                     "name": "Adam Harvey",
1582                     "email": "aharvey@php.net"
1583                 }
1584             ],
1585             "description": "Provides functionality to recursively process PHP variables",
1586             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1587             "time": "2015-06-21 08:04:50"
1588         },
1589         {
1590             "name": "sebastian/version",
1591             "version": "1.0.6",
1592             "source": {
1593                 "type": "git",
1594                 "url": "https://github.com/sebastianbergmann/version.git",
1595                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1596             },
1597             "dist": {
1598                 "type": "zip",
1599                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1600                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1601                 "shasum": ""
1602             },
1603             "type": "library",
1604             "autoload": {
1605                 "classmap": [
1606                     "src/"
1607                 ]
1608             },
1609             "notification-url": "https://packagist.org/downloads/",
1610             "license": [
1611                 "BSD-3-Clause"
1612             ],
1613             "authors": [
1614                 {
1615                     "name": "Sebastian Bergmann",
1616                     "email": "sebastian@phpunit.de",
1617                     "role": "lead"
1618                 }
1619             ],
1620             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1621             "homepage": "https://github.com/sebastianbergmann/version",
1622             "time": "2015-06-21 13:59:46"
1623         },
1624         {
1625             "name": "symfony/browser-kit",
1626             "version": "v2.7.5",
1627             "source": {
1628                 "type": "git",
1629                 "url": "https://github.com/symfony/browser-kit.git",
1630                 "reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4"
1631             },
1632             "dist": {
1633                 "type": "zip",
1634                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
1635                 "reference": "277a2457776d4cc25706fbdd9d1e4ab2dac884e4",
1636                 "shasum": ""
1637             },
1638             "require": {
1639                 "php": ">=5.3.9",
1640                 "symfony/dom-crawler": "~2.0,>=2.0.5"
1641             },
1642             "require-dev": {
1643                 "symfony/css-selector": "~2.0,>=2.0.5",
1644                 "symfony/phpunit-bridge": "~2.7",
1645                 "symfony/process": "~2.0,>=2.0.5"
1646             },
1647             "suggest": {
1648                 "symfony/process": ""
1649             },
1650             "type": "library",
1651             "extra": {
1652                 "branch-alias": {
1653                     "dev-master": "2.7-dev"
1654                 }
1655             },
1656             "autoload": {
1657                 "psr-4": {
1658                     "Symfony\\Component\\BrowserKit\\": ""
1659                 }
1660             },
1661             "notification-url": "https://packagist.org/downloads/",
1662             "license": [
1663                 "MIT"
1664             ],
1665             "authors": [
1666                 {
1667                     "name": "Fabien Potencier",
1668                     "email": "fabien@symfony.com"
1669                 },
1670                 {
1671                     "name": "Symfony Community",
1672                     "homepage": "https://symfony.com/contributors"
1673                 }
1674             ],
1675             "description": "Symfony BrowserKit Component",
1676             "homepage": "https://symfony.com",
1677             "time": "2015-09-06 08:36:38"
1678         },
1679         {
1680             "name": "symfony/config",
1681             "version": "v2.7.5",
1682             "source": {
1683                 "type": "git",
1684                 "url": "https://github.com/symfony/config.git",
1685                 "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61"
1686             },
1687             "dist": {
1688                 "type": "zip",
1689                 "url": "https://api.github.com/repos/symfony/config/zipball/9698fdf0a750d6887d5e7729d5cf099765b20e61",
1690                 "reference": "9698fdf0a750d6887d5e7729d5cf099765b20e61",
1691                 "shasum": ""
1692             },
1693             "require": {
1694                 "php": ">=5.3.9",
1695                 "symfony/filesystem": "~2.3"
1696             },
1697             "require-dev": {
1698                 "symfony/phpunit-bridge": "~2.7"
1699             },
1700             "type": "library",
1701             "extra": {
1702                 "branch-alias": {
1703                     "dev-master": "2.7-dev"
1704                 }
1705             },
1706             "autoload": {
1707                 "psr-4": {
1708                     "Symfony\\Component\\Config\\": ""
1709                 }
1710             },
1711             "notification-url": "https://packagist.org/downloads/",
1712             "license": [
1713                 "MIT"
1714             ],
1715             "authors": [
1716                 {
1717                     "name": "Fabien Potencier",
1718                     "email": "fabien@symfony.com"
1719                 },
1720                 {
1721                     "name": "Symfony Community",
1722                     "homepage": "https://symfony.com/contributors"
1723                 }
1724             ],
1725             "description": "Symfony Config Component",
1726             "homepage": "https://symfony.com",
1727             "time": "2015-09-21 15:02:29"
1728         },
1729         {
1730             "name": "symfony/console",
1731             "version": "v2.7.5",
1732             "source": {
1733                 "type": "git",
1734                 "url": "https://github.com/symfony/console.git",
1735                 "reference": "06cb17c013a82f94a3d840682b49425cd00a2161"
1736             },
1737             "dist": {
1738                 "type": "zip",
1739                 "url": "https://api.github.com/repos/symfony/console/zipball/06cb17c013a82f94a3d840682b49425cd00a2161",
1740                 "reference": "06cb17c013a82f94a3d840682b49425cd00a2161",
1741                 "shasum": ""
1742             },
1743             "require": {
1744                 "php": ">=5.3.9"
1745             },
1746             "require-dev": {
1747                 "psr/log": "~1.0",
1748                 "symfony/event-dispatcher": "~2.1",
1749                 "symfony/phpunit-bridge": "~2.7",
1750                 "symfony/process": "~2.1"
1751             },
1752             "suggest": {
1753                 "psr/log": "For using the console logger",
1754                 "symfony/event-dispatcher": "",
1755                 "symfony/process": ""
1756             },
1757             "type": "library",
1758             "extra": {
1759                 "branch-alias": {
1760                     "dev-master": "2.7-dev"
1761                 }
1762             },
1763             "autoload": {
1764                 "psr-4": {
1765                     "Symfony\\Component\\Console\\": ""
1766                 }
1767             },
1768             "notification-url": "https://packagist.org/downloads/",
1769             "license": [
1770                 "MIT"
1771             ],
1772             "authors": [
1773                 {
1774                     "name": "Fabien Potencier",
1775                     "email": "fabien@symfony.com"
1776                 },
1777                 {
1778                     "name": "Symfony Community",
1779                     "homepage": "https://symfony.com/contributors"
1780                 }
1781             ],
1782             "description": "Symfony Console Component",
1783             "homepage": "https://symfony.com",
1784             "time": "2015-09-25 08:32:23"
1785         },
1786         {
1787             "name": "symfony/css-selector",
1788             "version": "v2.7.5",
1789             "source": {
1790                 "type": "git",
1791                 "url": "https://github.com/symfony/css-selector.git",
1792                 "reference": "abe19cc0429a06be0c133056d1f9859854860970"
1793             },
1794             "dist": {
1795                 "type": "zip",
1796                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/abe19cc0429a06be0c133056d1f9859854860970",
1797                 "reference": "abe19cc0429a06be0c133056d1f9859854860970",
1798                 "shasum": ""
1799             },
1800             "require": {
1801                 "php": ">=5.3.9"
1802             },
1803             "require-dev": {
1804                 "symfony/phpunit-bridge": "~2.7"
1805             },
1806             "type": "library",
1807             "extra": {
1808                 "branch-alias": {
1809                     "dev-master": "2.7-dev"
1810                 }
1811             },
1812             "autoload": {
1813                 "psr-4": {
1814                     "Symfony\\Component\\CssSelector\\": ""
1815                 }
1816             },
1817             "notification-url": "https://packagist.org/downloads/",
1818             "license": [
1819                 "MIT"
1820             ],
1821             "authors": [
1822                 {
1823                     "name": "Jean-François Simon",
1824                     "email": "jeanfrancois.simon@sensiolabs.com"
1825                 },
1826                 {
1827                     "name": "Fabien Potencier",
1828                     "email": "fabien@symfony.com"
1829                 },
1830                 {
1831                     "name": "Symfony Community",
1832                     "homepage": "https://symfony.com/contributors"
1833                 }
1834             ],
1835             "description": "Symfony CssSelector Component",
1836             "homepage": "https://symfony.com",
1837             "time": "2015-09-22 13:49:29"
1838         },
1839         {
1840             "name": "symfony/dependency-injection",
1841             "version": "v2.7.5",
1842             "source": {
1843                 "type": "git",
1844                 "url": "https://github.com/symfony/dependency-injection.git",
1845                 "reference": "422c3819b110f610d79c6f1dc38af23787dc790e"
1846             },
1847             "dist": {
1848                 "type": "zip",
1849                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/422c3819b110f610d79c6f1dc38af23787dc790e",
1850                 "reference": "422c3819b110f610d79c6f1dc38af23787dc790e",
1851                 "shasum": ""
1852             },
1853             "require": {
1854                 "php": ">=5.3.9"
1855             },
1856             "conflict": {
1857                 "symfony/expression-language": "<2.6"
1858             },
1859             "require-dev": {
1860                 "symfony/config": "~2.2",
1861                 "symfony/expression-language": "~2.6",
1862                 "symfony/phpunit-bridge": "~2.7",
1863                 "symfony/yaml": "~2.1"
1864             },
1865             "suggest": {
1866                 "symfony/config": "",
1867                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1868                 "symfony/yaml": ""
1869             },
1870             "type": "library",
1871             "extra": {
1872                 "branch-alias": {
1873                     "dev-master": "2.7-dev"
1874                 }
1875             },
1876             "autoload": {
1877                 "psr-4": {
1878                     "Symfony\\Component\\DependencyInjection\\": ""
1879                 }
1880             },
1881             "notification-url": "https://packagist.org/downloads/",
1882             "license": [
1883                 "MIT"
1884             ],
1885             "authors": [
1886                 {
1887                     "name": "Fabien Potencier",
1888                     "email": "fabien@symfony.com"
1889                 },
1890                 {
1891                     "name": "Symfony Community",
1892                     "homepage": "https://symfony.com/contributors"
1893                 }
1894             ],
1895             "description": "Symfony DependencyInjection Component",
1896             "homepage": "https://symfony.com",
1897             "time": "2015-09-15 08:30:42"
1898         },
1899         {
1900             "name": "symfony/dom-crawler",
1901             "version": "v2.7.5",
1902             "source": {
1903                 "type": "git",
1904                 "url": "https://github.com/symfony/dom-crawler.git",
1905                 "reference": "2e185ca136399f902b948694987e62c80099c052"
1906             },
1907             "dist": {
1908                 "type": "zip",
1909                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2e185ca136399f902b948694987e62c80099c052",
1910                 "reference": "2e185ca136399f902b948694987e62c80099c052",
1911                 "shasum": ""
1912             },
1913             "require": {
1914                 "php": ">=5.3.9"
1915             },
1916             "require-dev": {
1917                 "symfony/css-selector": "~2.3",
1918                 "symfony/phpunit-bridge": "~2.7"
1919             },
1920             "suggest": {
1921                 "symfony/css-selector": ""
1922             },
1923             "type": "library",
1924             "extra": {
1925                 "branch-alias": {
1926                     "dev-master": "2.7-dev"
1927                 }
1928             },
1929             "autoload": {
1930                 "psr-4": {
1931                     "Symfony\\Component\\DomCrawler\\": ""
1932                 }
1933             },
1934             "notification-url": "https://packagist.org/downloads/",
1935             "license": [
1936                 "MIT"
1937             ],
1938             "authors": [
1939                 {
1940                     "name": "Fabien Potencier",
1941                     "email": "fabien@symfony.com"
1942                 },
1943                 {
1944                     "name": "Symfony Community",
1945                     "homepage": "https://symfony.com/contributors"
1946                 }
1947             ],
1948             "description": "Symfony DomCrawler Component",
1949             "homepage": "https://symfony.com",
1950             "time": "2015-09-20 21:13:58"
1951         },
1952         {
1953             "name": "symfony/event-dispatcher",
1954             "version": "v2.7.5",
1955             "source": {
1956                 "type": "git",
1957                 "url": "https://github.com/symfony/event-dispatcher.git",
1958                 "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9"
1959             },
1960             "dist": {
1961                 "type": "zip",
1962                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
1963                 "reference": "ae4dcc2a8d3de98bd794167a3ccda1311597c5d9",
1964                 "shasum": ""
1965             },
1966             "require": {
1967                 "php": ">=5.3.9"
1968             },
1969             "require-dev": {
1970                 "psr/log": "~1.0",
1971                 "symfony/config": "~2.0,>=2.0.5",
1972                 "symfony/dependency-injection": "~2.6",
1973                 "symfony/expression-language": "~2.6",
1974                 "symfony/phpunit-bridge": "~2.7",
1975                 "symfony/stopwatch": "~2.3"
1976             },
1977             "suggest": {
1978                 "symfony/dependency-injection": "",
1979                 "symfony/http-kernel": ""
1980             },
1981             "type": "library",
1982             "extra": {
1983                 "branch-alias": {
1984                     "dev-master": "2.7-dev"
1985                 }
1986             },
1987             "autoload": {
1988                 "psr-4": {
1989                     "Symfony\\Component\\EventDispatcher\\": ""
1990                 }
1991             },
1992             "notification-url": "https://packagist.org/downloads/",
1993             "license": [
1994                 "MIT"
1995             ],
1996             "authors": [
1997                 {
1998                     "name": "Fabien Potencier",
1999                     "email": "fabien@symfony.com"
2000                 },
2001                 {
2002                     "name": "Symfony Community",
2003                     "homepage": "https://symfony.com/contributors"
2004                 }
2005             ],
2006             "description": "Symfony EventDispatcher Component",
2007             "homepage": "https://symfony.com",
2008             "time": "2015-09-22 13:49:29"
2009         },
2010         {
2011             "name": "symfony/filesystem",
2012             "version": "v2.7.5",
2013             "source": {
2014                 "type": "git",
2015                 "url": "https://github.com/symfony/filesystem.git",
2016                 "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab"
2017             },
2018             "dist": {
2019                 "type": "zip",
2020                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
2021                 "reference": "a17f8a17c20e8614c15b8e116e2f4bcde102cfab",
2022                 "shasum": ""
2023             },
2024             "require": {
2025                 "php": ">=5.3.9"
2026             },
2027             "require-dev": {
2028                 "symfony/phpunit-bridge": "~2.7"
2029             },
2030             "type": "library",
2031             "extra": {
2032                 "branch-alias": {
2033                     "dev-master": "2.7-dev"
2034                 }
2035             },
2036             "autoload": {
2037                 "psr-4": {
2038                     "Symfony\\Component\\Filesystem\\": ""
2039                 }
2040             },
2041             "notification-url": "https://packagist.org/downloads/",
2042             "license": [
2043                 "MIT"
2044             ],
2045             "authors": [
2046                 {
2047                     "name": "Fabien Potencier",
2048                     "email": "fabien@symfony.com"
2049                 },
2050                 {
2051                     "name": "Symfony Community",
2052                     "homepage": "https://symfony.com/contributors"
2053                 }
2054             ],
2055             "description": "Symfony Filesystem Component",
2056             "homepage": "https://symfony.com",
2057             "time": "2015-09-09 17:42:36"
2058         },
2059         {
2060             "name": "symfony/finder",
2061             "version": "v2.7.5",
2062             "source": {
2063                 "type": "git",
2064                 "url": "https://github.com/symfony/finder.git",
2065                 "reference": "8262ab605973afbb3ef74b945daabf086f58366f"
2066             },
2067             "dist": {
2068                 "type": "zip",
2069                 "url": "https://api.github.com/repos/symfony/finder/zipball/8262ab605973afbb3ef74b945daabf086f58366f",
2070                 "reference": "8262ab605973afbb3ef74b945daabf086f58366f",
2071                 "shasum": ""
2072             },
2073             "require": {
2074                 "php": ">=5.3.9"
2075             },
2076             "require-dev": {
2077                 "symfony/phpunit-bridge": "~2.7"
2078             },
2079             "type": "library",
2080             "extra": {
2081                 "branch-alias": {
2082                     "dev-master": "2.7-dev"
2083                 }
2084             },
2085             "autoload": {
2086                 "psr-4": {
2087                     "Symfony\\Component\\Finder\\": ""
2088                 }
2089             },
2090             "notification-url": "https://packagist.org/downloads/",
2091             "license": [
2092                 "MIT"
2093             ],
2094             "authors": [
2095                 {
2096                     "name": "Fabien Potencier",
2097                     "email": "fabien@symfony.com"
2098                 },
2099                 {
2100                     "name": "Symfony Community",
2101                     "homepage": "https://symfony.com/contributors"
2102                 }
2103             ],
2104             "description": "Symfony Finder Component",
2105             "homepage": "https://symfony.com",
2106             "time": "2015-09-19 19:59:23"
2107         },
2108         {
2109             "name": "symfony/process",
2110             "version": "v2.7.5",
2111             "source": {
2112                 "type": "git",
2113                 "url": "https://github.com/symfony/process.git",
2114                 "reference": "b27c8e317922cd3cdd3600850273cf6b82b2e8e9"
2115             },
2116             "dist": {
2117                 "type": "zip",
2118                 "url": "https://api.github.com/repos/symfony/process/zipball/b27c8e317922cd3cdd3600850273cf6b82b2e8e9",
2119                 "reference": "b27c8e317922cd3cdd3600850273cf6b82b2e8e9",
2120                 "shasum": ""
2121             },
2122             "require": {
2123                 "php": ">=5.3.9"
2124             },
2125             "require-dev": {
2126                 "symfony/phpunit-bridge": "~2.7"
2127             },
2128             "type": "library",
2129             "extra": {
2130                 "branch-alias": {
2131                     "dev-master": "2.7-dev"
2132                 }
2133             },
2134             "autoload": {
2135                 "psr-4": {
2136                     "Symfony\\Component\\Process\\": ""
2137                 }
2138             },
2139             "notification-url": "https://packagist.org/downloads/",
2140             "license": [
2141                 "MIT"
2142             ],
2143             "authors": [
2144                 {
2145                     "name": "Fabien Potencier",
2146                     "email": "fabien@symfony.com"
2147                 },
2148                 {
2149                     "name": "Symfony Community",
2150                     "homepage": "https://symfony.com/contributors"
2151                 }
2152             ],
2153             "description": "Symfony Process Component",
2154             "homepage": "https://symfony.com",
2155             "time": "2015-09-19 19:59:23"
2156         },
2157         {
2158             "name": "symfony/translation",
2159             "version": "v2.7.5",
2160             "source": {
2161                 "type": "git",
2162                 "url": "https://github.com/symfony/translation.git",
2163                 "reference": "485877661835e188cd78345c6d4eef1290d17571"
2164             },
2165             "dist": {
2166                 "type": "zip",
2167                 "url": "https://api.github.com/repos/symfony/translation/zipball/485877661835e188cd78345c6d4eef1290d17571",
2168                 "reference": "485877661835e188cd78345c6d4eef1290d17571",
2169                 "shasum": ""
2170             },
2171             "require": {
2172                 "php": ">=5.3.9"
2173             },
2174             "conflict": {
2175                 "symfony/config": "<2.7"
2176             },
2177             "require-dev": {
2178                 "psr/log": "~1.0",
2179                 "symfony/config": "~2.7",
2180                 "symfony/intl": "~2.4",
2181                 "symfony/phpunit-bridge": "~2.7",
2182                 "symfony/yaml": "~2.2"
2183             },
2184             "suggest": {
2185                 "psr/log": "To use logging capability in translator",
2186                 "symfony/config": "",
2187                 "symfony/yaml": ""
2188             },
2189             "type": "library",
2190             "extra": {
2191                 "branch-alias": {
2192                     "dev-master": "2.7-dev"
2193                 }
2194             },
2195             "autoload": {
2196                 "psr-4": {
2197                     "Symfony\\Component\\Translation\\": ""
2198                 }
2199             },
2200             "notification-url": "https://packagist.org/downloads/",
2201             "license": [
2202                 "MIT"
2203             ],
2204             "authors": [
2205                 {
2206                     "name": "Fabien Potencier",
2207                     "email": "fabien@symfony.com"
2208                 },
2209                 {
2210                     "name": "Symfony Community",
2211                     "homepage": "https://symfony.com/contributors"
2212                 }
2213             ],
2214             "description": "Symfony Translation Component",
2215             "homepage": "https://symfony.com",
2216             "time": "2015-09-06 08:36:38"
2217         },
2218         {
2219             "name": "symfony/yaml",
2220             "version": "v2.7.5",
2221             "source": {
2222                 "type": "git",
2223                 "url": "https://github.com/symfony/yaml.git",
2224                 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770"
2225             },
2226             "dist": {
2227                 "type": "zip",
2228                 "url": "https://api.github.com/repos/symfony/yaml/zipball/31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
2229                 "reference": "31cb2ad0155c95b88ee55fe12bc7ff92232c1770",
2230                 "shasum": ""
2231             },
2232             "require": {
2233                 "php": ">=5.3.9"
2234             },
2235             "require-dev": {
2236                 "symfony/phpunit-bridge": "~2.7"
2237             },
2238             "type": "library",
2239             "extra": {
2240                 "branch-alias": {
2241                     "dev-master": "2.7-dev"
2242                 }
2243             },
2244             "autoload": {
2245                 "psr-4": {
2246                     "Symfony\\Component\\Yaml\\": ""
2247                 }
2248             },
2249             "notification-url": "https://packagist.org/downloads/",
2250             "license": [
2251                 "MIT"
2252             ],
2253             "authors": [
2254                 {
2255                     "name": "Fabien Potencier",
2256                     "email": "fabien@symfony.com"
2257                 },
2258                 {
2259                     "name": "Symfony Community",
2260                     "homepage": "https://symfony.com/contributors"
2261                 }
2262             ],
2263             "description": "Symfony Yaml Component",
2264             "homepage": "https://symfony.com",
2265             "time": "2015-09-14 14:14:09"
2266         }
2267     ],
2268     "aliases": [],
2269     "minimum-stability": "stable",
2270     "stability-flags": [],
2271     "prefer-stable": false,
2272     "prefer-lowest": false,
2273     "platform": [],
2274     "platform-dev": []