MDL-52141 backup: Ensure we don't alter the log record when parsing it.
[moodle.git] / composer.lock
blob7cb9c18a36016a72677567ba787c39b4c8f53ac7
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": "e57a3c4f1934098d77de54215b059ba1",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "behat/behat",
12             "version": "v2.5.3",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Behat/Behat.git",
16                 "reference": "c3a105a3c0457df919879c72b63b910e63739e51"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Behat/Behat/zipball/c3a105a3c0457df919879c72b63b910e63739e51",
21                 "reference": "c3a105a3c0457df919879c72b63b910e63739e51",
22                 "shasum": ""
23             },
24             "require": {
25                 "behat/gherkin": "~2.3.0",
26                 "php": ">=5.3.1",
27                 "symfony/config": "~2.0",
28                 "symfony/console": "~2.0",
29                 "symfony/dependency-injection": "~2.0",
30                 "symfony/event-dispatcher": "~2.0",
31                 "symfony/finder": "~2.0",
32                 "symfony/translation": "~2.0",
33                 "symfony/yaml": "~2.0"
34             },
35             "require-dev": {
36                 "phpunit/phpunit": "~3.7.19"
37             },
38             "suggest": {
39                 "behat/mink-extension": "for integration with Mink testing framework",
40                 "behat/symfony2-extension": "for integration with Symfony2 web framework",
41                 "behat/yii-extension": "for integration with Yii web framework"
42             },
43             "bin": [
44                 "bin/behat"
45             ],
46             "type": "library",
47             "autoload": {
48                 "psr-0": {
49                     "Behat\\Behat": "src/"
50                 }
51             },
52             "notification-url": "https://packagist.org/downloads/",
53             "license": [
54                 "MIT"
55             ],
56             "authors": [
57                 {
58                     "name": "Konstantin Kudryashov",
59                     "email": "ever.zet@gmail.com",
60                     "homepage": "http://everzet.com"
61                 }
62             ],
63             "description": "Scenario-oriented BDD framework for PHP 5.3",
64             "homepage": "http://behat.org/",
65             "keywords": [
66                 "BDD",
67                 "Behat",
68                 "Symfony2"
69             ],
70             "time": "2014-04-26 16:55:16"
71         },
72         {
73             "name": "behat/gherkin",
74             "version": "v2.3.5",
75             "source": {
76                 "type": "git",
77                 "url": "https://github.com/Behat/Gherkin.git",
78                 "reference": "2b33963da5525400573560c173ab5c9c057e1852"
79             },
80             "dist": {
81                 "type": "zip",
82                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
83                 "reference": "2b33963da5525400573560c173ab5c9c057e1852",
84                 "shasum": ""
85             },
86             "require": {
87                 "php": ">=5.3.1",
88                 "symfony/finder": "~2.0"
89             },
90             "require-dev": {
91                 "symfony/config": "~2.0",
92                 "symfony/translation": "~2.0",
93                 "symfony/yaml": "~2.0"
94             },
95             "suggest": {
96                 "symfony/config": "If you want to use Config component to manage resources",
97                 "symfony/translation": "If you want to use Symfony2 translations adapter",
98                 "symfony/yaml": "If you want to parse features, represented in YAML files"
99             },
100             "type": "library",
101             "extra": {
102                 "branch-alias": {
103                     "dev-develop": "2.2-dev"
104                 }
105             },
106             "autoload": {
107                 "psr-0": {
108                     "Behat\\Gherkin": "src/"
109                 }
110             },
111             "notification-url": "https://packagist.org/downloads/",
112             "license": [
113                 "MIT"
114             ],
115             "authors": [
116                 {
117                     "name": "Konstantin Kudryashov",
118                     "email": "ever.zet@gmail.com",
119                     "homepage": "http://everzet.com"
120                 }
121             ],
122             "description": "Gherkin DSL parser for PHP 5.3",
123             "homepage": "http://behat.org/",
124             "keywords": [
125                 "BDD",
126                 "Behat",
127                 "DSL",
128                 "Symfony2",
129                 "parser"
130             ],
131             "time": "2013-10-15 11:22:17"
132         },
133         {
134             "name": "behat/mink",
135             "version": "v1.5.0",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/minkphp/Mink.git",
139                 "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/0769e6d9726c140a54dbf827a438c0f9912749fe",
144                 "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe",
145                 "shasum": ""
146             },
147             "require": {
148                 "php": ">=5.3.1",
149                 "symfony/css-selector": "~2.0"
150             },
151             "suggest": {
152                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
153                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
154                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
155                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
156             },
157             "type": "library",
158             "extra": {
159                 "branch-alias": {
160                     "dev-develop": "1.5.x-dev"
161                 }
162             },
163             "autoload": {
164                 "psr-0": {
165                     "Behat\\Mink": "src/"
166                 }
167             },
168             "notification-url": "https://packagist.org/downloads/",
169             "license": [
170                 "MIT"
171             ],
172             "authors": [
173                 {
174                     "name": "Konstantin Kudryashov",
175                     "email": "ever.zet@gmail.com",
176                     "homepage": "http://everzet.com"
177                 }
178             ],
179             "description": "Web acceptance testing framework for PHP 5.3",
180             "homepage": "http://mink.behat.org/",
181             "keywords": [
182                 "browser",
183                 "testing",
184                 "web"
185             ],
186             "time": "2013-04-13 23:39:27"
187         },
188         {
189             "name": "behat/mink-browserkit-driver",
190             "version": "v1.1.0",
191             "source": {
192                 "type": "git",
193                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
194                 "reference": "63960c8fcad4529faad1ff33e950217980baa64c"
195             },
196             "dist": {
197                 "type": "zip",
198                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/63960c8fcad4529faad1ff33e950217980baa64c",
199                 "reference": "63960c8fcad4529faad1ff33e950217980baa64c",
200                 "shasum": ""
201             },
202             "require": {
203                 "behat/mink": "~1.5.0",
204                 "php": ">=5.3.1",
205                 "symfony/browser-kit": "~2.0",
206                 "symfony/dom-crawler": "~2.0"
207             },
208             "require-dev": {
209                 "silex/silex": "@dev"
210             },
211             "type": "mink-driver",
212             "extra": {
213                 "branch-alias": {
214                     "dev-master": "1.1.x-dev"
215                 }
216             },
217             "autoload": {
218                 "psr-0": {
219                     "Behat\\Mink\\Driver": "src/"
220                 }
221             },
222             "notification-url": "https://packagist.org/downloads/",
223             "license": [
224                 "MIT"
225             ],
226             "authors": [
227                 {
228                     "name": "Konstantin Kudryashov",
229                     "email": "ever.zet@gmail.com",
230                     "homepage": "http://everzet.com"
231                 }
232             ],
233             "description": "Symfony2 BrowserKit driver for Mink framework",
234             "homepage": "http://mink.behat.org/",
235             "keywords": [
236                 "Mink",
237                 "Symfony2",
238                 "browser",
239                 "testing"
240             ],
241             "time": "2013-04-13 23:46:30"
242         },
243         {
244             "name": "behat/mink-extension",
245             "version": "v1.2.0",
246             "source": {
247                 "type": "git",
248                 "url": "https://github.com/Behat/MinkExtension.git",
249                 "reference": "0b7223826341fad69b4600afe27722d2a2f9a306"
250             },
251             "dist": {
252                 "type": "zip",
253                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/0b7223826341fad69b4600afe27722d2a2f9a306",
254                 "reference": "0b7223826341fad69b4600afe27722d2a2f9a306",
255                 "shasum": ""
256             },
257             "require": {
258                 "behat/behat": "~2.5.0",
259                 "behat/mink": ">=1.4.3,<1.6-dev",
260                 "php": ">=5.3.2"
261             },
262             "require-dev": {
263                 "behat/mink-goutte-driver": "~1.0"
264             },
265             "type": "behat-extension",
266             "extra": {
267                 "branch-alias": {
268                     "dev-master": "1.1.x-dev"
269                 }
270             },
271             "autoload": {
272                 "psr-0": {
273                     "Behat\\MinkExtension": "src/"
274                 }
275             },
276             "notification-url": "https://packagist.org/downloads/",
277             "license": [
278                 "MIT"
279             ],
280             "authors": [
281                 {
282                     "name": "Konstantin Kudryashov",
283                     "email": "ever.zet@gmail.com",
284                     "homepage": "http://everzet.com"
285                 }
286             ],
287             "description": "Mink extension for Behat",
288             "homepage": "http://mink.behat.org",
289             "keywords": [
290                 "browser",
291                 "gui",
292                 "test",
293                 "web"
294             ],
295             "time": "2013-08-17 19:01:06"
296         },
297         {
298             "name": "behat/mink-goutte-driver",
299             "version": "v1.0.9",
300             "source": {
301                 "type": "git",
302                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
303                 "reference": "fa1b073b48761464feb0b05e6825da44b20118d8"
304             },
305             "dist": {
306                 "type": "zip",
307                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8",
308                 "reference": "fa1b073b48761464feb0b05e6825da44b20118d8",
309                 "shasum": ""
310             },
311             "require": {
312                 "behat/mink-browserkit-driver": ">=1.0.5,<1.2.0",
313                 "fabpot/goutte": "~1.0.1",
314                 "php": ">=5.3.1"
315             },
316             "type": "mink-driver",
317             "extra": {
318                 "branch-alias": {
319                     "dev-master": "1.0.x-dev"
320                 }
321             },
322             "autoload": {
323                 "psr-0": {
324                     "Behat\\Mink\\Driver": "src/"
325                 }
326             },
327             "notification-url": "https://packagist.org/downloads/",
328             "license": [
329                 "MIT"
330             ],
331             "authors": [
332                 {
333                     "name": "Konstantin Kudryashov",
334                     "email": "ever.zet@gmail.com",
335                     "homepage": "http://everzet.com"
336                 }
337             ],
338             "description": "Goutte driver for Mink framework",
339             "homepage": "http://mink.behat.org/",
340             "keywords": [
341                 "browser",
342                 "goutte",
343                 "headless",
344                 "testing"
345             ],
346             "time": "2013-07-03 18:43:54"
347         },
348         {
349             "name": "behat/mink-selenium2-driver",
350             "version": "v1.1.1",
351             "source": {
352                 "type": "git",
353                 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
354                 "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476"
355             },
356             "dist": {
357                 "type": "zip",
358                 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bcf1b537de37db6db0822d9e7bd97e600fd7a476",
359                 "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476",
360                 "shasum": ""
361             },
362             "require": {
363                 "behat/mink": "~1.5.0",
364                 "instaclick/php-webdriver": "~1.0.12",
365                 "php": ">=5.3.1"
366             },
367             "type": "mink-driver",
368             "extra": {
369                 "branch-alias": {
370                     "dev-master": "1.1.x-dev"
371                 }
372             },
373             "autoload": {
374                 "psr-0": {
375                     "Behat\\Mink\\Driver": "src/"
376                 }
377             },
378             "notification-url": "https://packagist.org/downloads/",
379             "license": [
380                 "MIT"
381             ],
382             "authors": [
383                 {
384                     "name": "Konstantin Kudryashov",
385                     "email": "ever.zet@gmail.com",
386                     "homepage": "http://everzet.com"
387                 },
388                 {
389                     "name": "Pete Otaqui",
390                     "email": "pete@otaqui.com",
391                     "homepage": "https://github.com/pete-otaqui"
392                 }
393             ],
394             "description": "Selenium2 (WebDriver) driver for Mink framework",
395             "homepage": "http://mink.behat.org/",
396             "keywords": [
397                 "ajax",
398                 "browser",
399                 "javascript",
400                 "selenium",
401                 "testing",
402                 "webdriver"
403             ],
404             "time": "2013-06-02 19:09:45"
405         },
406         {
407             "name": "doctrine/annotations",
408             "version": "v1.2.4",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/doctrine/annotations.git",
412                 "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
417                 "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
418                 "shasum": ""
419             },
420             "require": {
421                 "doctrine/lexer": "1.*",
422                 "php": ">=5.3.2"
423             },
424             "require-dev": {
425                 "doctrine/cache": "1.*",
426                 "phpunit/phpunit": "4.*"
427             },
428             "type": "library",
429             "extra": {
430                 "branch-alias": {
431                     "dev-master": "1.3.x-dev"
432                 }
433             },
434             "autoload": {
435                 "psr-0": {
436                     "Doctrine\\Common\\Annotations\\": "lib/"
437                 }
438             },
439             "notification-url": "https://packagist.org/downloads/",
440             "license": [
441                 "MIT"
442             ],
443             "authors": [
444                 {
445                     "name": "Roman Borschel",
446                     "email": "roman@code-factory.org"
447                 },
448                 {
449                     "name": "Benjamin Eberlei",
450                     "email": "kontakt@beberlei.de"
451                 },
452                 {
453                     "name": "Guilherme Blanco",
454                     "email": "guilhermeblanco@gmail.com"
455                 },
456                 {
457                     "name": "Jonathan Wage",
458                     "email": "jonwage@gmail.com"
459                 },
460                 {
461                     "name": "Johannes Schmitt",
462                     "email": "schmittjoh@gmail.com"
463                 }
464             ],
465             "description": "Docblock Annotations Parser",
466             "homepage": "http://www.doctrine-project.org",
467             "keywords": [
468                 "annotations",
469                 "docblock",
470                 "parser"
471             ],
472             "time": "2014-12-23 22:40:37"
473         },
474         {
475             "name": "doctrine/cache",
476             "version": "v1.4.1",
477             "source": {
478                 "type": "git",
479                 "url": "https://github.com/doctrine/cache.git",
480                 "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
481             },
482             "dist": {
483                 "type": "zip",
484                 "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
485                 "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
486                 "shasum": ""
487             },
488             "require": {
489                 "php": ">=5.3.2"
490             },
491             "conflict": {
492                 "doctrine/common": ">2.2,<2.4"
493             },
494             "require-dev": {
495                 "phpunit/phpunit": ">=3.7",
496                 "predis/predis": "~1.0",
497                 "satooshi/php-coveralls": "~0.6"
498             },
499             "type": "library",
500             "extra": {
501                 "branch-alias": {
502                     "dev-master": "1.5.x-dev"
503                 }
504             },
505             "autoload": {
506                 "psr-0": {
507                     "Doctrine\\Common\\Cache\\": "lib/"
508                 }
509             },
510             "notification-url": "https://packagist.org/downloads/",
511             "license": [
512                 "MIT"
513             ],
514             "authors": [
515                 {
516                     "name": "Roman Borschel",
517                     "email": "roman@code-factory.org"
518                 },
519                 {
520                     "name": "Benjamin Eberlei",
521                     "email": "kontakt@beberlei.de"
522                 },
523                 {
524                     "name": "Guilherme Blanco",
525                     "email": "guilhermeblanco@gmail.com"
526                 },
527                 {
528                     "name": "Jonathan Wage",
529                     "email": "jonwage@gmail.com"
530                 },
531                 {
532                     "name": "Johannes Schmitt",
533                     "email": "schmittjoh@gmail.com"
534                 }
535             ],
536             "description": "Caching library offering an object-oriented API for many cache backends",
537             "homepage": "http://www.doctrine-project.org",
538             "keywords": [
539                 "cache",
540                 "caching"
541             ],
542             "time": "2015-04-15 00:11:59"
543         },
544         {
545             "name": "doctrine/collections",
546             "version": "v1.3.0",
547             "source": {
548                 "type": "git",
549                 "url": "https://github.com/doctrine/collections.git",
550                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
551             },
552             "dist": {
553                 "type": "zip",
554                 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
555                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
556                 "shasum": ""
557             },
558             "require": {
559                 "php": ">=5.3.2"
560             },
561             "require-dev": {
562                 "phpunit/phpunit": "~4.0"
563             },
564             "type": "library",
565             "extra": {
566                 "branch-alias": {
567                     "dev-master": "1.2.x-dev"
568                 }
569             },
570             "autoload": {
571                 "psr-0": {
572                     "Doctrine\\Common\\Collections\\": "lib/"
573                 }
574             },
575             "notification-url": "https://packagist.org/downloads/",
576             "license": [
577                 "MIT"
578             ],
579             "authors": [
580                 {
581                     "name": "Roman Borschel",
582                     "email": "roman@code-factory.org"
583                 },
584                 {
585                     "name": "Benjamin Eberlei",
586                     "email": "kontakt@beberlei.de"
587                 },
588                 {
589                     "name": "Guilherme Blanco",
590                     "email": "guilhermeblanco@gmail.com"
591                 },
592                 {
593                     "name": "Jonathan Wage",
594                     "email": "jonwage@gmail.com"
595                 },
596                 {
597                     "name": "Johannes Schmitt",
598                     "email": "schmittjoh@gmail.com"
599                 }
600             ],
601             "description": "Collections Abstraction library",
602             "homepage": "http://www.doctrine-project.org",
603             "keywords": [
604                 "array",
605                 "collections",
606                 "iterator"
607             ],
608             "time": "2015-04-14 22:21:58"
609         },
610         {
611             "name": "doctrine/common",
612             "version": "v2.5.0",
613             "source": {
614                 "type": "git",
615                 "url": "https://github.com/doctrine/common.git",
616                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
617             },
618             "dist": {
619                 "type": "zip",
620                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
621                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
622                 "shasum": ""
623             },
624             "require": {
625                 "doctrine/annotations": "1.*",
626                 "doctrine/cache": "1.*",
627                 "doctrine/collections": "1.*",
628                 "doctrine/inflector": "1.*",
629                 "doctrine/lexer": "1.*",
630                 "php": ">=5.3.2"
631             },
632             "require-dev": {
633                 "phpunit/phpunit": "~3.7"
634             },
635             "type": "library",
636             "extra": {
637                 "branch-alias": {
638                     "dev-master": "2.6.x-dev"
639                 }
640             },
641             "autoload": {
642                 "psr-0": {
643                     "Doctrine\\Common\\": "lib/"
644                 }
645             },
646             "notification-url": "https://packagist.org/downloads/",
647             "license": [
648                 "MIT"
649             ],
650             "authors": [
651                 {
652                     "name": "Roman Borschel",
653                     "email": "roman@code-factory.org"
654                 },
655                 {
656                     "name": "Benjamin Eberlei",
657                     "email": "kontakt@beberlei.de"
658                 },
659                 {
660                     "name": "Guilherme Blanco",
661                     "email": "guilhermeblanco@gmail.com"
662                 },
663                 {
664                     "name": "Jonathan Wage",
665                     "email": "jonwage@gmail.com"
666                 },
667                 {
668                     "name": "Johannes Schmitt",
669                     "email": "schmittjoh@gmail.com"
670                 }
671             ],
672             "description": "Common Library for Doctrine projects",
673             "homepage": "http://www.doctrine-project.org",
674             "keywords": [
675                 "annotations",
676                 "collections",
677                 "eventmanager",
678                 "persistence",
679                 "spl"
680             ],
681             "time": "2015-04-02 19:55:44"
682         },
683         {
684             "name": "doctrine/inflector",
685             "version": "v1.0.1",
686             "source": {
687                 "type": "git",
688                 "url": "https://github.com/doctrine/inflector.git",
689                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
690             },
691             "dist": {
692                 "type": "zip",
693                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
694                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
695                 "shasum": ""
696             },
697             "require": {
698                 "php": ">=5.3.2"
699             },
700             "require-dev": {
701                 "phpunit/phpunit": "4.*"
702             },
703             "type": "library",
704             "extra": {
705                 "branch-alias": {
706                     "dev-master": "1.0.x-dev"
707                 }
708             },
709             "autoload": {
710                 "psr-0": {
711                     "Doctrine\\Common\\Inflector\\": "lib/"
712                 }
713             },
714             "notification-url": "https://packagist.org/downloads/",
715             "license": [
716                 "MIT"
717             ],
718             "authors": [
719                 {
720                     "name": "Roman Borschel",
721                     "email": "roman@code-factory.org"
722                 },
723                 {
724                     "name": "Benjamin Eberlei",
725                     "email": "kontakt@beberlei.de"
726                 },
727                 {
728                     "name": "Guilherme Blanco",
729                     "email": "guilhermeblanco@gmail.com"
730                 },
731                 {
732                     "name": "Jonathan Wage",
733                     "email": "jonwage@gmail.com"
734                 },
735                 {
736                     "name": "Johannes Schmitt",
737                     "email": "schmittjoh@gmail.com"
738                 }
739             ],
740             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
741             "homepage": "http://www.doctrine-project.org",
742             "keywords": [
743                 "inflection",
744                 "pluralize",
745                 "singularize",
746                 "string"
747             ],
748             "time": "2014-12-20 21:24:13"
749         },
750         {
751             "name": "doctrine/lexer",
752             "version": "v1.0.1",
753             "source": {
754                 "type": "git",
755                 "url": "https://github.com/doctrine/lexer.git",
756                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
757             },
758             "dist": {
759                 "type": "zip",
760                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
761                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
762                 "shasum": ""
763             },
764             "require": {
765                 "php": ">=5.3.2"
766             },
767             "type": "library",
768             "extra": {
769                 "branch-alias": {
770                     "dev-master": "1.0.x-dev"
771                 }
772             },
773             "autoload": {
774                 "psr-0": {
775                     "Doctrine\\Common\\Lexer\\": "lib/"
776                 }
777             },
778             "notification-url": "https://packagist.org/downloads/",
779             "license": [
780                 "MIT"
781             ],
782             "authors": [
783                 {
784                     "name": "Roman Borschel",
785                     "email": "roman@code-factory.org"
786                 },
787                 {
788                     "name": "Guilherme Blanco",
789                     "email": "guilhermeblanco@gmail.com"
790                 },
791                 {
792                     "name": "Johannes Schmitt",
793                     "email": "schmittjoh@gmail.com"
794                 }
795             ],
796             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
797             "homepage": "http://www.doctrine-project.org",
798             "keywords": [
799                 "lexer",
800                 "parser"
801             ],
802             "time": "2014-09-09 13:34:57"
803         },
804         {
805             "name": "fabpot/goutte",
806             "version": "v1.0.7",
807             "source": {
808                 "type": "git",
809                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
810                 "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
811             },
812             "dist": {
813                 "type": "zip",
814                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
815                 "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
816                 "shasum": ""
817             },
818             "require": {
819                 "ext-curl": "*",
820                 "guzzle/http": "~3.1",
821                 "php": ">=5.3.0",
822                 "symfony/browser-kit": "~2.1",
823                 "symfony/css-selector": "~2.1",
824                 "symfony/dom-crawler": "~2.1",
825                 "symfony/finder": "~2.1",
826                 "symfony/process": "~2.1"
827             },
828             "require-dev": {
829                 "guzzle/plugin-history": "~3.1",
830                 "guzzle/plugin-mock": "~3.1"
831             },
832             "type": "application",
833             "extra": {
834                 "branch-alias": {
835                     "dev-master": "1.0-dev"
836                 }
837             },
838             "autoload": {
839                 "psr-0": {
840                     "Goutte": "."
841                 }
842             },
843             "notification-url": "https://packagist.org/downloads/",
844             "license": [
845                 "MIT"
846             ],
847             "authors": [
848                 {
849                     "name": "Fabien Potencier",
850                     "email": "fabien@symfony.com"
851                 }
852             ],
853             "description": "A simple PHP Web Scraper",
854             "homepage": "https://github.com/fabpot/Goutte",
855             "keywords": [
856                 "scraper"
857             ],
858             "time": "2014-10-09 15:52:51"
859         },
860         {
861             "name": "guzzlehttp/guzzle",
862             "version": "v3.8.1",
863             "source": {
864                 "type": "git",
865                 "url": "https://github.com/guzzle/guzzle.git",
866                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
867             },
868             "dist": {
869                 "type": "zip",
870                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
871                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
872                 "shasum": ""
873             },
874             "require": {
875                 "ext-curl": "*",
876                 "php": ">=5.3.3",
877                 "symfony/event-dispatcher": ">=2.1"
878             },
879             "replace": {
880                 "guzzle/batch": "self.version",
881                 "guzzle/cache": "self.version",
882                 "guzzle/common": "self.version",
883                 "guzzle/http": "self.version",
884                 "guzzle/inflection": "self.version",
885                 "guzzle/iterator": "self.version",
886                 "guzzle/log": "self.version",
887                 "guzzle/parser": "self.version",
888                 "guzzle/plugin": "self.version",
889                 "guzzle/plugin-async": "self.version",
890                 "guzzle/plugin-backoff": "self.version",
891                 "guzzle/plugin-cache": "self.version",
892                 "guzzle/plugin-cookie": "self.version",
893                 "guzzle/plugin-curlauth": "self.version",
894                 "guzzle/plugin-error-response": "self.version",
895                 "guzzle/plugin-history": "self.version",
896                 "guzzle/plugin-log": "self.version",
897                 "guzzle/plugin-md5": "self.version",
898                 "guzzle/plugin-mock": "self.version",
899                 "guzzle/plugin-oauth": "self.version",
900                 "guzzle/service": "self.version",
901                 "guzzle/stream": "self.version"
902             },
903             "require-dev": {
904                 "doctrine/cache": "*",
905                 "monolog/monolog": "1.*",
906                 "phpunit/phpunit": "3.7.*",
907                 "psr/log": "1.0.*",
908                 "symfony/class-loader": "*",
909                 "zendframework/zend-cache": "<2.3",
910                 "zendframework/zend-log": "<2.3"
911             },
912             "type": "library",
913             "extra": {
914                 "branch-alias": {
915                     "dev-master": "3.8-dev"
916                 }
917             },
918             "autoload": {
919                 "psr-0": {
920                     "Guzzle": "src/",
921                     "Guzzle\\Tests": "tests/"
922                 }
923             },
924             "notification-url": "https://packagist.org/downloads/",
925             "license": [
926                 "MIT"
927             ],
928             "authors": [
929                 {
930                     "name": "Michael Dowling",
931                     "email": "mtdowling@gmail.com",
932                     "homepage": "https://github.com/mtdowling"
933                 },
934                 {
935                     "name": "Guzzle Community",
936                     "homepage": "https://github.com/guzzle/guzzle/contributors"
937                 }
938             ],
939             "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
940             "homepage": "http://guzzlephp.org/",
941             "keywords": [
942                 "client",
943                 "curl",
944                 "framework",
945                 "http",
946                 "http client",
947                 "rest",
948                 "web service"
949             ],
950             "time": "2014-01-28 22:29:15"
951         },
952         {
953             "name": "instaclick/php-webdriver",
954             "version": "1.0.17",
955             "source": {
956                 "type": "git",
957                 "url": "https://github.com/instaclick/php-webdriver.git",
958                 "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5"
959             },
960             "dist": {
961                 "type": "zip",
962                 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5",
963                 "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5",
964                 "shasum": ""
965             },
966             "require": {
967                 "ext-curl": "*",
968                 "php": ">=5.3.2"
969             },
970             "bin": [
971                 "bin/webunit"
972             ],
973             "type": "library",
974             "extra": {
975                 "branch-alias": {
976                     "dev-master": "1.0.x-dev"
977                 }
978             },
979             "autoload": {
980                 "psr-0": {
981                     "WebDriver": "lib/"
982                 }
983             },
984             "notification-url": "https://packagist.org/downloads/",
985             "license": [
986                 "Apache-2.0"
987             ],
988             "authors": [
989                 {
990                     "name": "Justin Bishop",
991                     "email": "jubishop@gmail.com",
992                     "role": "Developer"
993                 },
994                 {
995                     "name": "Anthon Pang",
996                     "email": "apang@softwaredevelopment.ca",
997                     "role": "developer"
998                 }
999             ],
1000             "description": "PHP WebDriver for Selenium 2",
1001             "homepage": "http://instaclick.com/",
1002             "keywords": [
1003                 "browser",
1004                 "selenium",
1005                 "webdriver",
1006                 "webtest"
1007             ],
1008             "time": "2013-10-04 15:03:51"
1009         },
1010         {
1011             "name": "moodlehq/behat-extension",
1012             "version": "v1.29.5",
1013             "source": {
1014                 "type": "git",
1015                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
1016                 "reference": "0ea55a59bfbfef4e8dcf47067c56779e5a02cd63"
1017             },
1018             "dist": {
1019                 "type": "zip",
1020                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/0ea55a59bfbfef4e8dcf47067c56779e5a02cd63",
1021                 "reference": "0ea55a59bfbfef4e8dcf47067c56779e5a02cd63",
1022                 "shasum": ""
1023             },
1024             "require": {
1025                 "behat/behat": "2.5.3",
1026                 "behat/mink": "1.5.0",
1027                 "behat/mink-extension": "1.2.0",
1028                 "behat/mink-goutte-driver": "1.0.9",
1029                 "behat/mink-selenium2-driver": "1.1.1",
1030                 "guzzlehttp/guzzle": "~3.1",
1031                 "php": ">=5.4.4",
1032                 "symfony/symfony": "2.4.10"
1033             },
1034             "type": "library",
1035             "autoload": {
1036                 "psr-0": {
1037                     "Moodle\\BehatExtension": "src/"
1038                 }
1039             },
1040             "license": [
1041                 "GPLv3"
1042             ],
1043             "authors": [
1044                 {
1045                     "name": "David Monllaó",
1046                     "email": "david.monllao@gmail.com",
1047                     "homepage": "http://moodle.com",
1048                     "role": "Developer"
1049                 }
1050             ],
1051             "description": "Moodle behat extension",
1052             "keywords": [
1053                 "BDD",
1054                 "Behat",
1055                 "Moodle"
1056             ],
1057             "support": {
1058                 "source": "https://github.com/moodlehq/moodle-behat-extension/tree/v1.29.5"
1059             },
1060             "time": "2015-05-15 02:00:06"
1061         },
1062         {
1063             "name": "phpunit/dbunit",
1064             "version": "1.2.3",
1065             "source": {
1066                 "type": "git",
1067                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1068                 "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d"
1069             },
1070             "dist": {
1071                 "type": "zip",
1072                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
1073                 "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
1074                 "shasum": ""
1075             },
1076             "require": {
1077                 "ext-pdo": "*",
1078                 "ext-simplexml": "*",
1079                 "php": ">=5.3.3",
1080                 "phpunit/phpunit": ">=3.7.0@stable"
1081             },
1082             "bin": [
1083                 "dbunit.php"
1084             ],
1085             "type": "library",
1086             "extra": {
1087                 "branch-alias": {
1088                     "dev-master": "1.2.x-dev"
1089                 }
1090             },
1091             "autoload": {
1092                 "classmap": [
1093                     "PHPUnit/"
1094                 ]
1095             },
1096             "notification-url": "https://packagist.org/downloads/",
1097             "include-path": [
1098                 "",
1099                 "../../symfony/yaml/"
1100             ],
1101             "license": [
1102                 "BSD-3-Clause"
1103             ],
1104             "authors": [
1105                 {
1106                     "name": "Sebastian Bergmann",
1107                     "email": "sb@sebastian-bergmann.de",
1108                     "role": "lead"
1109                 }
1110             ],
1111             "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1112             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1113             "keywords": [
1114                 "database",
1115                 "testing",
1116                 "xunit"
1117             ],
1118             "time": "2013-03-01 11:50:46"
1119         },
1120         {
1121             "name": "phpunit/php-code-coverage",
1122             "version": "1.2.18",
1123             "source": {
1124                 "type": "git",
1125                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1126                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
1127             },
1128             "dist": {
1129                 "type": "zip",
1130                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1131                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1132                 "shasum": ""
1133             },
1134             "require": {
1135                 "php": ">=5.3.3",
1136                 "phpunit/php-file-iterator": ">=1.3.0@stable",
1137                 "phpunit/php-text-template": ">=1.2.0@stable",
1138                 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
1139             },
1140             "require-dev": {
1141                 "phpunit/phpunit": "3.7.*@dev"
1142             },
1143             "suggest": {
1144                 "ext-dom": "*",
1145                 "ext-xdebug": ">=2.0.5"
1146             },
1147             "type": "library",
1148             "extra": {
1149                 "branch-alias": {
1150                     "dev-master": "1.2.x-dev"
1151                 }
1152             },
1153             "autoload": {
1154                 "classmap": [
1155                     "PHP/"
1156                 ]
1157             },
1158             "notification-url": "https://packagist.org/downloads/",
1159             "include-path": [
1160                 ""
1161             ],
1162             "license": [
1163                 "BSD-3-Clause"
1164             ],
1165             "authors": [
1166                 {
1167                     "name": "Sebastian Bergmann",
1168                     "email": "sb@sebastian-bergmann.de",
1169                     "role": "lead"
1170                 }
1171             ],
1172             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1173             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1174             "keywords": [
1175                 "coverage",
1176                 "testing",
1177                 "xunit"
1178             ],
1179             "time": "2014-09-02 10:13:14"
1180         },
1181         {
1182             "name": "phpunit/php-file-iterator",
1183             "version": "1.4.0",
1184             "source": {
1185                 "type": "git",
1186                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1187                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
1188             },
1189             "dist": {
1190                 "type": "zip",
1191                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
1192                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
1193                 "shasum": ""
1194             },
1195             "require": {
1196                 "php": ">=5.3.3"
1197             },
1198             "type": "library",
1199             "extra": {
1200                 "branch-alias": {
1201                     "dev-master": "1.4.x-dev"
1202                 }
1203             },
1204             "autoload": {
1205                 "classmap": [
1206                     "src/"
1207                 ]
1208             },
1209             "notification-url": "https://packagist.org/downloads/",
1210             "license": [
1211                 "BSD-3-Clause"
1212             ],
1213             "authors": [
1214                 {
1215                     "name": "Sebastian Bergmann",
1216                     "email": "sb@sebastian-bergmann.de",
1217                     "role": "lead"
1218                 }
1219             ],
1220             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1221             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1222             "keywords": [
1223                 "filesystem",
1224                 "iterator"
1225             ],
1226             "time": "2015-04-02 05:19:05"
1227         },
1228         {
1229             "name": "phpunit/php-text-template",
1230             "version": "1.2.0",
1231             "source": {
1232                 "type": "git",
1233                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1234                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
1235             },
1236             "dist": {
1237                 "type": "zip",
1238                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1239                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1240                 "shasum": ""
1241             },
1242             "require": {
1243                 "php": ">=5.3.3"
1244             },
1245             "type": "library",
1246             "autoload": {
1247                 "classmap": [
1248                     "Text/"
1249                 ]
1250             },
1251             "notification-url": "https://packagist.org/downloads/",
1252             "include-path": [
1253                 ""
1254             ],
1255             "license": [
1256                 "BSD-3-Clause"
1257             ],
1258             "authors": [
1259                 {
1260                     "name": "Sebastian Bergmann",
1261                     "email": "sb@sebastian-bergmann.de",
1262                     "role": "lead"
1263                 }
1264             ],
1265             "description": "Simple template engine.",
1266             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1267             "keywords": [
1268                 "template"
1269             ],
1270             "time": "2014-01-30 17:20:04"
1271         },
1272         {
1273             "name": "phpunit/php-timer",
1274             "version": "1.0.5",
1275             "source": {
1276                 "type": "git",
1277                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1278                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
1279             },
1280             "dist": {
1281                 "type": "zip",
1282                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1283                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1284                 "shasum": ""
1285             },
1286             "require": {
1287                 "php": ">=5.3.3"
1288             },
1289             "type": "library",
1290             "autoload": {
1291                 "classmap": [
1292                     "PHP/"
1293                 ]
1294             },
1295             "notification-url": "https://packagist.org/downloads/",
1296             "include-path": [
1297                 ""
1298             ],
1299             "license": [
1300                 "BSD-3-Clause"
1301             ],
1302             "authors": [
1303                 {
1304                     "name": "Sebastian Bergmann",
1305                     "email": "sb@sebastian-bergmann.de",
1306                     "role": "lead"
1307                 }
1308             ],
1309             "description": "Utility class for timing",
1310             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1311             "keywords": [
1312                 "timer"
1313             ],
1314             "time": "2013-08-02 07:42:54"
1315         },
1316         {
1317             "name": "phpunit/php-token-stream",
1318             "version": "1.2.2",
1319             "source": {
1320                 "type": "git",
1321                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1322                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
1323             },
1324             "dist": {
1325                 "type": "zip",
1326                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
1327                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
1328                 "shasum": ""
1329             },
1330             "require": {
1331                 "ext-tokenizer": "*",
1332                 "php": ">=5.3.3"
1333             },
1334             "type": "library",
1335             "extra": {
1336                 "branch-alias": {
1337                     "dev-master": "1.2-dev"
1338                 }
1339             },
1340             "autoload": {
1341                 "classmap": [
1342                     "PHP/"
1343                 ]
1344             },
1345             "notification-url": "https://packagist.org/downloads/",
1346             "include-path": [
1347                 ""
1348             ],
1349             "license": [
1350                 "BSD-3-Clause"
1351             ],
1352             "authors": [
1353                 {
1354                     "name": "Sebastian Bergmann",
1355                     "email": "sb@sebastian-bergmann.de",
1356                     "role": "lead"
1357                 }
1358             ],
1359             "description": "Wrapper around PHP's tokenizer extension.",
1360             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1361             "keywords": [
1362                 "tokenizer"
1363             ],
1364             "time": "2014-03-03 05:10:30"
1365         },
1366         {
1367             "name": "phpunit/phpunit",
1368             "version": "3.7.38",
1369             "source": {
1370                 "type": "git",
1371                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1372                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
1373             },
1374             "dist": {
1375                 "type": "zip",
1376                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
1377                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
1378                 "shasum": ""
1379             },
1380             "require": {
1381                 "ext-ctype": "*",
1382                 "ext-dom": "*",
1383                 "ext-json": "*",
1384                 "ext-pcre": "*",
1385                 "ext-reflection": "*",
1386                 "ext-spl": "*",
1387                 "php": ">=5.3.3",
1388                 "phpunit/php-code-coverage": "~1.2",
1389                 "phpunit/php-file-iterator": "~1.3",
1390                 "phpunit/php-text-template": "~1.1",
1391                 "phpunit/php-timer": "~1.0",
1392                 "phpunit/phpunit-mock-objects": "~1.2",
1393                 "symfony/yaml": "~2.0"
1394             },
1395             "require-dev": {
1396                 "pear-pear.php.net/pear": "1.9.4"
1397             },
1398             "suggest": {
1399                 "phpunit/php-invoker": "~1.1"
1400             },
1401             "bin": [
1402                 "composer/bin/phpunit"
1403             ],
1404             "type": "library",
1405             "extra": {
1406                 "branch-alias": {
1407                     "dev-master": "3.7.x-dev"
1408                 }
1409             },
1410             "autoload": {
1411                 "classmap": [
1412                     "PHPUnit/"
1413                 ]
1414             },
1415             "notification-url": "https://packagist.org/downloads/",
1416             "include-path": [
1417                 "",
1418                 "../../symfony/yaml/"
1419             ],
1420             "license": [
1421                 "BSD-3-Clause"
1422             ],
1423             "authors": [
1424                 {
1425                     "name": "Sebastian Bergmann",
1426                     "email": "sebastian@phpunit.de",
1427                     "role": "lead"
1428                 }
1429             ],
1430             "description": "The PHP Unit Testing framework.",
1431             "homepage": "http://www.phpunit.de/",
1432             "keywords": [
1433                 "phpunit",
1434                 "testing",
1435                 "xunit"
1436             ],
1437             "time": "2014-10-17 09:04:17"
1438         },
1439         {
1440             "name": "phpunit/phpunit-mock-objects",
1441             "version": "1.2.3",
1442             "source": {
1443                 "type": "git",
1444                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1445                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
1446             },
1447             "dist": {
1448                 "type": "zip",
1449                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1450                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1451                 "shasum": ""
1452             },
1453             "require": {
1454                 "php": ">=5.3.3",
1455                 "phpunit/php-text-template": ">=1.1.1@stable"
1456             },
1457             "suggest": {
1458                 "ext-soap": "*"
1459             },
1460             "type": "library",
1461             "autoload": {
1462                 "classmap": [
1463                     "PHPUnit/"
1464                 ]
1465             },
1466             "notification-url": "https://packagist.org/downloads/",
1467             "include-path": [
1468                 ""
1469             ],
1470             "license": [
1471                 "BSD-3-Clause"
1472             ],
1473             "authors": [
1474                 {
1475                     "name": "Sebastian Bergmann",
1476                     "email": "sb@sebastian-bergmann.de",
1477                     "role": "lead"
1478                 }
1479             ],
1480             "description": "Mock Object library for PHPUnit",
1481             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1482             "keywords": [
1483                 "mock",
1484                 "xunit"
1485             ],
1486             "time": "2013-01-13 10:24:48"
1487         },
1488         {
1489             "name": "psr/log",
1490             "version": "1.0.0",
1491             "source": {
1492                 "type": "git",
1493                 "url": "https://github.com/php-fig/log.git",
1494                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1495             },
1496             "dist": {
1497                 "type": "zip",
1498                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1499                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1500                 "shasum": ""
1501             },
1502             "type": "library",
1503             "autoload": {
1504                 "psr-0": {
1505                     "Psr\\Log\\": ""
1506                 }
1507             },
1508             "notification-url": "https://packagist.org/downloads/",
1509             "license": [
1510                 "MIT"
1511             ],
1512             "authors": [
1513                 {
1514                     "name": "PHP-FIG",
1515                     "homepage": "http://www.php-fig.org/"
1516                 }
1517             ],
1518             "description": "Common interface for logging libraries",
1519             "keywords": [
1520                 "log",
1521                 "psr",
1522                 "psr-3"
1523             ],
1524             "time": "2012-12-21 11:40:51"
1525         },
1526         {
1527             "name": "symfony/icu",
1528             "version": "v1.2.2",
1529             "target-dir": "Symfony/Component/Icu",
1530             "source": {
1531                 "type": "git",
1532                 "url": "https://github.com/symfony/Icu.git",
1533                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
1534             },
1535             "dist": {
1536                 "type": "zip",
1537                 "url": "https://api.github.com/repos/symfony/Icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
1538                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
1539                 "shasum": ""
1540             },
1541             "require": {
1542                 "ext-intl": "*",
1543                 "lib-icu": ">=4.4",
1544                 "php": ">=5.3.3",
1545                 "symfony/intl": "~2.3"
1546             },
1547             "type": "library",
1548             "autoload": {
1549                 "psr-0": {
1550                     "Symfony\\Component\\Icu\\": ""
1551                 }
1552             },
1553             "notification-url": "https://packagist.org/downloads/",
1554             "license": [
1555                 "MIT"
1556             ],
1557             "authors": [
1558                 {
1559                     "name": "Symfony Community",
1560                     "homepage": "http://symfony.com/contributors"
1561                 },
1562                 {
1563                     "name": "Bernhard Schussek",
1564                     "email": "bschussek@gmail.com"
1565                 }
1566             ],
1567             "description": "Contains an excerpt of the ICU data and classes to load it.",
1568             "homepage": "http://symfony.com",
1569             "keywords": [
1570                 "icu",
1571                 "intl"
1572             ],
1573             "time": "2014-07-25 09:58:17"
1574         },
1575         {
1576             "name": "symfony/symfony",
1577             "version": "v2.4.10",
1578             "source": {
1579                 "type": "git",
1580                 "url": "https://github.com/symfony/symfony.git",
1581                 "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a"
1582             },
1583             "dist": {
1584                 "type": "zip",
1585                 "url": "https://api.github.com/repos/symfony/symfony/zipball/daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
1586                 "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
1587                 "shasum": ""
1588             },
1589             "require": {
1590                 "doctrine/common": "~2.2",
1591                 "php": ">=5.3.3",
1592                 "psr/log": "~1.0",
1593                 "symfony/icu": "~1.0",
1594                 "twig/twig": "~1.12"
1595             },
1596             "replace": {
1597                 "symfony/browser-kit": "self.version",
1598                 "symfony/class-loader": "self.version",
1599                 "symfony/config": "self.version",
1600                 "symfony/console": "self.version",
1601                 "symfony/css-selector": "self.version",
1602                 "symfony/debug": "self.version",
1603                 "symfony/dependency-injection": "self.version",
1604                 "symfony/doctrine-bridge": "self.version",
1605                 "symfony/dom-crawler": "self.version",
1606                 "symfony/event-dispatcher": "self.version",
1607                 "symfony/expression-language": "self.version",
1608                 "symfony/filesystem": "self.version",
1609                 "symfony/finder": "self.version",
1610                 "symfony/form": "self.version",
1611                 "symfony/framework-bundle": "self.version",
1612                 "symfony/http-foundation": "self.version",
1613                 "symfony/http-kernel": "self.version",
1614                 "symfony/intl": "self.version",
1615                 "symfony/locale": "self.version",
1616                 "symfony/monolog-bridge": "self.version",
1617                 "symfony/options-resolver": "self.version",
1618                 "symfony/process": "self.version",
1619                 "symfony/propel1-bridge": "self.version",
1620                 "symfony/property-access": "self.version",
1621                 "symfony/proxy-manager-bridge": "self.version",
1622                 "symfony/routing": "self.version",
1623                 "symfony/security": "self.version",
1624                 "symfony/security-acl": "self.version",
1625                 "symfony/security-bundle": "self.version",
1626                 "symfony/security-core": "self.version",
1627                 "symfony/security-csrf": "self.version",
1628                 "symfony/security-http": "self.version",
1629                 "symfony/serializer": "self.version",
1630                 "symfony/stopwatch": "self.version",
1631                 "symfony/swiftmailer-bridge": "self.version",
1632                 "symfony/templating": "self.version",
1633                 "symfony/translation": "self.version",
1634                 "symfony/twig-bridge": "self.version",
1635                 "symfony/twig-bundle": "self.version",
1636                 "symfony/validator": "self.version",
1637                 "symfony/web-profiler-bundle": "self.version",
1638                 "symfony/yaml": "self.version"
1639             },
1640             "require-dev": {
1641                 "doctrine/data-fixtures": "1.0.*",
1642                 "doctrine/dbal": "~2.2",
1643                 "doctrine/orm": "~2.2,>=2.2.3",
1644                 "ircmaxell/password-compat": "1.0.*",
1645                 "monolog/monolog": "~1.3",
1646                 "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
1647                 "propel/propel1": "1.6.*"
1648             },
1649             "type": "library",
1650             "extra": {
1651                 "branch-alias": {
1652                     "dev-master": "2.4-dev"
1653                 }
1654             },
1655             "autoload": {
1656                 "psr-0": {
1657                     "Symfony\\": "src/"
1658                 },
1659                 "classmap": [
1660                     "src/Symfony/Component/HttpFoundation/Resources/stubs",
1661                     "src/Symfony/Component/Intl/Resources/stubs"
1662                 ],
1663                 "files": [
1664                     "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1665                 ]
1666             },
1667             "notification-url": "https://packagist.org/downloads/",
1668             "license": [
1669                 "MIT"
1670             ],
1671             "authors": [
1672                 {
1673                     "name": "Symfony Community",
1674                     "homepage": "http://symfony.com/contributors"
1675                 },
1676                 {
1677                     "name": "Fabien Potencier",
1678                     "email": "fabien@symfony.com"
1679                 }
1680             ],
1681             "description": "The Symfony PHP framework",
1682             "homepage": "http://symfony.com",
1683             "keywords": [
1684                 "framework"
1685             ],
1686             "time": "2014-09-28 17:03:37"
1687         },
1688         {
1689             "name": "twig/twig",
1690             "version": "v1.18.1",
1691             "source": {
1692                 "type": "git",
1693                 "url": "https://github.com/twigphp/Twig.git",
1694                 "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f"
1695             },
1696             "dist": {
1697                 "type": "zip",
1698                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f",
1699                 "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f",
1700                 "shasum": ""
1701             },
1702             "require": {
1703                 "php": ">=5.2.7"
1704             },
1705             "type": "library",
1706             "extra": {
1707                 "branch-alias": {
1708                     "dev-master": "1.18-dev"
1709                 }
1710             },
1711             "autoload": {
1712                 "psr-0": {
1713                     "Twig_": "lib/"
1714                 }
1715             },
1716             "notification-url": "https://packagist.org/downloads/",
1717             "license": [
1718                 "BSD-3-Clause"
1719             ],
1720             "authors": [
1721                 {
1722                     "name": "Fabien Potencier",
1723                     "email": "fabien@symfony.com",
1724                     "homepage": "http://fabien.potencier.org",
1725                     "role": "Lead Developer"
1726                 },
1727                 {
1728                     "name": "Armin Ronacher",
1729                     "email": "armin.ronacher@active-4.com",
1730                     "role": "Project Founder"
1731                 },
1732                 {
1733                     "name": "Twig Team",
1734                     "homepage": "http://twig.sensiolabs.org/contributors",
1735                     "role": "Contributors"
1736                 }
1737             ],
1738             "description": "Twig, the flexible, fast, and secure template language for PHP",
1739             "homepage": "http://twig.sensiolabs.org",
1740             "keywords": [
1741                 "templating"
1742             ],
1743             "time": "2015-04-19 08:30:27"
1744         }
1745     ],
1746     "aliases": [],
1747     "minimum-stability": "stable",
1748     "stability-flags": [],
1749     "prefer-stable": false,
1750     "prefer-lowest": false,
1751     "platform": [],
1752     "platform-dev": []