Merge branch 'MDL-50572-master' of git://github.com/junpataleta/moodle
[moodle.git] / composer.lock
blobcec82795cefff9ea2ba9364365f6339cc7cfaa00
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": "3ddf5ab21f539f6f64c7e80174be48bb",
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.6",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/doctrine/annotations.git",
412                 "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
417                 "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
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": "2015-06-17 12:21:22"
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.30.0",
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             "notification-url": "https://packagist.org/downloads/",
1041             "license": [
1042                 "GPLv3"
1043             ],
1044             "authors": [
1045                 {
1046                     "name": "David Monllaó",
1047                     "email": "david.monllao@gmail.com",
1048                     "homepage": "http://moodle.com",
1049                     "role": "Developer"
1050                 }
1051             ],
1052             "description": "Moodle behat extension",
1053             "keywords": [
1054                 "BDD",
1055                 "Behat",
1056                 "moodle"
1057             ],
1058             "time": "2015-05-15 02:00:06"
1059         },
1060         {
1061             "name": "phpunit/dbunit",
1062             "version": "1.2.3",
1063             "source": {
1064                 "type": "git",
1065                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1066                 "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d"
1067             },
1068             "dist": {
1069                 "type": "zip",
1070                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
1071                 "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
1072                 "shasum": ""
1073             },
1074             "require": {
1075                 "ext-pdo": "*",
1076                 "ext-simplexml": "*",
1077                 "php": ">=5.3.3",
1078                 "phpunit/phpunit": ">=3.7.0@stable"
1079             },
1080             "bin": [
1081                 "dbunit.php"
1082             ],
1083             "type": "library",
1084             "extra": {
1085                 "branch-alias": {
1086                     "dev-master": "1.2.x-dev"
1087                 }
1088             },
1089             "autoload": {
1090                 "classmap": [
1091                     "PHPUnit/"
1092                 ]
1093             },
1094             "notification-url": "https://packagist.org/downloads/",
1095             "include-path": [
1096                 "",
1097                 "../../symfony/yaml/"
1098             ],
1099             "license": [
1100                 "BSD-3-Clause"
1101             ],
1102             "authors": [
1103                 {
1104                     "name": "Sebastian Bergmann",
1105                     "email": "sb@sebastian-bergmann.de",
1106                     "role": "lead"
1107                 }
1108             ],
1109             "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1110             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1111             "keywords": [
1112                 "database",
1113                 "testing",
1114                 "xunit"
1115             ],
1116             "time": "2013-03-01 11:50:46"
1117         },
1118         {
1119             "name": "phpunit/php-code-coverage",
1120             "version": "1.2.18",
1121             "source": {
1122                 "type": "git",
1123                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1124                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
1125             },
1126             "dist": {
1127                 "type": "zip",
1128                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1129                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1130                 "shasum": ""
1131             },
1132             "require": {
1133                 "php": ">=5.3.3",
1134                 "phpunit/php-file-iterator": ">=1.3.0@stable",
1135                 "phpunit/php-text-template": ">=1.2.0@stable",
1136                 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
1137             },
1138             "require-dev": {
1139                 "phpunit/phpunit": "3.7.*@dev"
1140             },
1141             "suggest": {
1142                 "ext-dom": "*",
1143                 "ext-xdebug": ">=2.0.5"
1144             },
1145             "type": "library",
1146             "extra": {
1147                 "branch-alias": {
1148                     "dev-master": "1.2.x-dev"
1149                 }
1150             },
1151             "autoload": {
1152                 "classmap": [
1153                     "PHP/"
1154                 ]
1155             },
1156             "notification-url": "https://packagist.org/downloads/",
1157             "include-path": [
1158                 ""
1159             ],
1160             "license": [
1161                 "BSD-3-Clause"
1162             ],
1163             "authors": [
1164                 {
1165                     "name": "Sebastian Bergmann",
1166                     "email": "sb@sebastian-bergmann.de",
1167                     "role": "lead"
1168                 }
1169             ],
1170             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1171             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1172             "keywords": [
1173                 "coverage",
1174                 "testing",
1175                 "xunit"
1176             ],
1177             "time": "2014-09-02 10:13:14"
1178         },
1179         {
1180             "name": "phpunit/php-file-iterator",
1181             "version": "1.4.0",
1182             "source": {
1183                 "type": "git",
1184                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1185                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
1186             },
1187             "dist": {
1188                 "type": "zip",
1189                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
1190                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
1191                 "shasum": ""
1192             },
1193             "require": {
1194                 "php": ">=5.3.3"
1195             },
1196             "type": "library",
1197             "extra": {
1198                 "branch-alias": {
1199                     "dev-master": "1.4.x-dev"
1200                 }
1201             },
1202             "autoload": {
1203                 "classmap": [
1204                     "src/"
1205                 ]
1206             },
1207             "notification-url": "https://packagist.org/downloads/",
1208             "license": [
1209                 "BSD-3-Clause"
1210             ],
1211             "authors": [
1212                 {
1213                     "name": "Sebastian Bergmann",
1214                     "email": "sb@sebastian-bergmann.de",
1215                     "role": "lead"
1216                 }
1217             ],
1218             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1219             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1220             "keywords": [
1221                 "filesystem",
1222                 "iterator"
1223             ],
1224             "time": "2015-04-02 05:19:05"
1225         },
1226         {
1227             "name": "phpunit/php-text-template",
1228             "version": "1.2.1",
1229             "source": {
1230                 "type": "git",
1231                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1232                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1233             },
1234             "dist": {
1235                 "type": "zip",
1236                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1237                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1238                 "shasum": ""
1239             },
1240             "require": {
1241                 "php": ">=5.3.3"
1242             },
1243             "type": "library",
1244             "autoload": {
1245                 "classmap": [
1246                     "src/"
1247                 ]
1248             },
1249             "notification-url": "https://packagist.org/downloads/",
1250             "license": [
1251                 "BSD-3-Clause"
1252             ],
1253             "authors": [
1254                 {
1255                     "name": "Sebastian Bergmann",
1256                     "email": "sebastian@phpunit.de",
1257                     "role": "lead"
1258                 }
1259             ],
1260             "description": "Simple template engine.",
1261             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1262             "keywords": [
1263                 "template"
1264             ],
1265             "time": "2015-06-21 13:50:34"
1266         },
1267         {
1268             "name": "phpunit/php-timer",
1269             "version": "1.0.6",
1270             "source": {
1271                 "type": "git",
1272                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1273                 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
1274             },
1275             "dist": {
1276                 "type": "zip",
1277                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
1278                 "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
1279                 "shasum": ""
1280             },
1281             "require": {
1282                 "php": ">=5.3.3"
1283             },
1284             "type": "library",
1285             "autoload": {
1286                 "classmap": [
1287                     "src/"
1288                 ]
1289             },
1290             "notification-url": "https://packagist.org/downloads/",
1291             "license": [
1292                 "BSD-3-Clause"
1293             ],
1294             "authors": [
1295                 {
1296                     "name": "Sebastian Bergmann",
1297                     "email": "sb@sebastian-bergmann.de",
1298                     "role": "lead"
1299                 }
1300             ],
1301             "description": "Utility class for timing",
1302             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1303             "keywords": [
1304                 "timer"
1305             ],
1306             "time": "2015-06-13 07:35:30"
1307         },
1308         {
1309             "name": "phpunit/php-token-stream",
1310             "version": "1.2.2",
1311             "source": {
1312                 "type": "git",
1313                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1314                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
1315             },
1316             "dist": {
1317                 "type": "zip",
1318                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
1319                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
1320                 "shasum": ""
1321             },
1322             "require": {
1323                 "ext-tokenizer": "*",
1324                 "php": ">=5.3.3"
1325             },
1326             "type": "library",
1327             "extra": {
1328                 "branch-alias": {
1329                     "dev-master": "1.2-dev"
1330                 }
1331             },
1332             "autoload": {
1333                 "classmap": [
1334                     "PHP/"
1335                 ]
1336             },
1337             "notification-url": "https://packagist.org/downloads/",
1338             "include-path": [
1339                 ""
1340             ],
1341             "license": [
1342                 "BSD-3-Clause"
1343             ],
1344             "authors": [
1345                 {
1346                     "name": "Sebastian Bergmann",
1347                     "email": "sb@sebastian-bergmann.de",
1348                     "role": "lead"
1349                 }
1350             ],
1351             "description": "Wrapper around PHP's tokenizer extension.",
1352             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1353             "keywords": [
1354                 "tokenizer"
1355             ],
1356             "time": "2014-03-03 05:10:30"
1357         },
1358         {
1359             "name": "phpunit/phpunit",
1360             "version": "3.7.38",
1361             "source": {
1362                 "type": "git",
1363                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1364                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
1365             },
1366             "dist": {
1367                 "type": "zip",
1368                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
1369                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
1370                 "shasum": ""
1371             },
1372             "require": {
1373                 "ext-ctype": "*",
1374                 "ext-dom": "*",
1375                 "ext-json": "*",
1376                 "ext-pcre": "*",
1377                 "ext-reflection": "*",
1378                 "ext-spl": "*",
1379                 "php": ">=5.3.3",
1380                 "phpunit/php-code-coverage": "~1.2",
1381                 "phpunit/php-file-iterator": "~1.3",
1382                 "phpunit/php-text-template": "~1.1",
1383                 "phpunit/php-timer": "~1.0",
1384                 "phpunit/phpunit-mock-objects": "~1.2",
1385                 "symfony/yaml": "~2.0"
1386             },
1387             "require-dev": {
1388                 "pear-pear.php.net/pear": "1.9.4"
1389             },
1390             "suggest": {
1391                 "phpunit/php-invoker": "~1.1"
1392             },
1393             "bin": [
1394                 "composer/bin/phpunit"
1395             ],
1396             "type": "library",
1397             "extra": {
1398                 "branch-alias": {
1399                     "dev-master": "3.7.x-dev"
1400                 }
1401             },
1402             "autoload": {
1403                 "classmap": [
1404                     "PHPUnit/"
1405                 ]
1406             },
1407             "notification-url": "https://packagist.org/downloads/",
1408             "include-path": [
1409                 "",
1410                 "../../symfony/yaml/"
1411             ],
1412             "license": [
1413                 "BSD-3-Clause"
1414             ],
1415             "authors": [
1416                 {
1417                     "name": "Sebastian Bergmann",
1418                     "email": "sebastian@phpunit.de",
1419                     "role": "lead"
1420                 }
1421             ],
1422             "description": "The PHP Unit Testing framework.",
1423             "homepage": "http://www.phpunit.de/",
1424             "keywords": [
1425                 "phpunit",
1426                 "testing",
1427                 "xunit"
1428             ],
1429             "time": "2014-10-17 09:04:17"
1430         },
1431         {
1432             "name": "phpunit/phpunit-mock-objects",
1433             "version": "1.2.3",
1434             "source": {
1435                 "type": "git",
1436                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1437                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
1438             },
1439             "dist": {
1440                 "type": "zip",
1441                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1442                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1443                 "shasum": ""
1444             },
1445             "require": {
1446                 "php": ">=5.3.3",
1447                 "phpunit/php-text-template": ">=1.1.1@stable"
1448             },
1449             "suggest": {
1450                 "ext-soap": "*"
1451             },
1452             "type": "library",
1453             "autoload": {
1454                 "classmap": [
1455                     "PHPUnit/"
1456                 ]
1457             },
1458             "notification-url": "https://packagist.org/downloads/",
1459             "include-path": [
1460                 ""
1461             ],
1462             "license": [
1463                 "BSD-3-Clause"
1464             ],
1465             "authors": [
1466                 {
1467                     "name": "Sebastian Bergmann",
1468                     "email": "sb@sebastian-bergmann.de",
1469                     "role": "lead"
1470                 }
1471             ],
1472             "description": "Mock Object library for PHPUnit",
1473             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1474             "keywords": [
1475                 "mock",
1476                 "xunit"
1477             ],
1478             "time": "2013-01-13 10:24:48"
1479         },
1480         {
1481             "name": "psr/log",
1482             "version": "1.0.0",
1483             "source": {
1484                 "type": "git",
1485                 "url": "https://github.com/php-fig/log.git",
1486                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1487             },
1488             "dist": {
1489                 "type": "zip",
1490                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1491                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1492                 "shasum": ""
1493             },
1494             "type": "library",
1495             "autoload": {
1496                 "psr-0": {
1497                     "Psr\\Log\\": ""
1498                 }
1499             },
1500             "notification-url": "https://packagist.org/downloads/",
1501             "license": [
1502                 "MIT"
1503             ],
1504             "authors": [
1505                 {
1506                     "name": "PHP-FIG",
1507                     "homepage": "http://www.php-fig.org/"
1508                 }
1509             ],
1510             "description": "Common interface for logging libraries",
1511             "keywords": [
1512                 "log",
1513                 "psr",
1514                 "psr-3"
1515             ],
1516             "time": "2012-12-21 11:40:51"
1517         },
1518         {
1519             "name": "symfony/icu",
1520             "version": "v1.2.2",
1521             "target-dir": "Symfony/Component/Icu",
1522             "source": {
1523                 "type": "git",
1524                 "url": "https://github.com/symfony/Icu.git",
1525                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
1526             },
1527             "dist": {
1528                 "type": "zip",
1529                 "url": "https://api.github.com/repos/symfony/Icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
1530                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
1531                 "shasum": ""
1532             },
1533             "require": {
1534                 "ext-intl": "*",
1535                 "lib-icu": ">=4.4",
1536                 "php": ">=5.3.3",
1537                 "symfony/intl": "~2.3"
1538             },
1539             "type": "library",
1540             "autoload": {
1541                 "psr-0": {
1542                     "Symfony\\Component\\Icu\\": ""
1543                 }
1544             },
1545             "notification-url": "https://packagist.org/downloads/",
1546             "license": [
1547                 "MIT"
1548             ],
1549             "authors": [
1550                 {
1551                     "name": "Symfony Community",
1552                     "homepage": "http://symfony.com/contributors"
1553                 },
1554                 {
1555                     "name": "Bernhard Schussek",
1556                     "email": "bschussek@gmail.com"
1557                 }
1558             ],
1559             "description": "Contains an excerpt of the ICU data and classes to load it.",
1560             "homepage": "http://symfony.com",
1561             "keywords": [
1562                 "icu",
1563                 "intl"
1564             ],
1565             "time": "2014-07-25 09:58:17"
1566         },
1567         {
1568             "name": "symfony/symfony",
1569             "version": "v2.4.10",
1570             "source": {
1571                 "type": "git",
1572                 "url": "https://github.com/symfony/symfony.git",
1573                 "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a"
1574             },
1575             "dist": {
1576                 "type": "zip",
1577                 "url": "https://api.github.com/repos/symfony/symfony/zipball/daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
1578                 "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
1579                 "shasum": ""
1580             },
1581             "require": {
1582                 "doctrine/common": "~2.2",
1583                 "php": ">=5.3.3",
1584                 "psr/log": "~1.0",
1585                 "symfony/icu": "~1.0",
1586                 "twig/twig": "~1.12"
1587             },
1588             "replace": {
1589                 "symfony/browser-kit": "self.version",
1590                 "symfony/class-loader": "self.version",
1591                 "symfony/config": "self.version",
1592                 "symfony/console": "self.version",
1593                 "symfony/css-selector": "self.version",
1594                 "symfony/debug": "self.version",
1595                 "symfony/dependency-injection": "self.version",
1596                 "symfony/doctrine-bridge": "self.version",
1597                 "symfony/dom-crawler": "self.version",
1598                 "symfony/event-dispatcher": "self.version",
1599                 "symfony/expression-language": "self.version",
1600                 "symfony/filesystem": "self.version",
1601                 "symfony/finder": "self.version",
1602                 "symfony/form": "self.version",
1603                 "symfony/framework-bundle": "self.version",
1604                 "symfony/http-foundation": "self.version",
1605                 "symfony/http-kernel": "self.version",
1606                 "symfony/intl": "self.version",
1607                 "symfony/locale": "self.version",
1608                 "symfony/monolog-bridge": "self.version",
1609                 "symfony/options-resolver": "self.version",
1610                 "symfony/process": "self.version",
1611                 "symfony/propel1-bridge": "self.version",
1612                 "symfony/property-access": "self.version",
1613                 "symfony/proxy-manager-bridge": "self.version",
1614                 "symfony/routing": "self.version",
1615                 "symfony/security": "self.version",
1616                 "symfony/security-acl": "self.version",
1617                 "symfony/security-bundle": "self.version",
1618                 "symfony/security-core": "self.version",
1619                 "symfony/security-csrf": "self.version",
1620                 "symfony/security-http": "self.version",
1621                 "symfony/serializer": "self.version",
1622                 "symfony/stopwatch": "self.version",
1623                 "symfony/swiftmailer-bridge": "self.version",
1624                 "symfony/templating": "self.version",
1625                 "symfony/translation": "self.version",
1626                 "symfony/twig-bridge": "self.version",
1627                 "symfony/twig-bundle": "self.version",
1628                 "symfony/validator": "self.version",
1629                 "symfony/web-profiler-bundle": "self.version",
1630                 "symfony/yaml": "self.version"
1631             },
1632             "require-dev": {
1633                 "doctrine/data-fixtures": "1.0.*",
1634                 "doctrine/dbal": "~2.2",
1635                 "doctrine/orm": "~2.2,>=2.2.3",
1636                 "ircmaxell/password-compat": "1.0.*",
1637                 "monolog/monolog": "~1.3",
1638                 "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
1639                 "propel/propel1": "1.6.*"
1640             },
1641             "type": "library",
1642             "extra": {
1643                 "branch-alias": {
1644                     "dev-master": "2.4-dev"
1645                 }
1646             },
1647             "autoload": {
1648                 "psr-0": {
1649                     "Symfony\\": "src/"
1650                 },
1651                 "classmap": [
1652                     "src/Symfony/Component/HttpFoundation/Resources/stubs",
1653                     "src/Symfony/Component/Intl/Resources/stubs"
1654                 ],
1655                 "files": [
1656                     "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1657                 ]
1658             },
1659             "notification-url": "https://packagist.org/downloads/",
1660             "license": [
1661                 "MIT"
1662             ],
1663             "authors": [
1664                 {
1665                     "name": "Symfony Community",
1666                     "homepage": "http://symfony.com/contributors"
1667                 },
1668                 {
1669                     "name": "Fabien Potencier",
1670                     "email": "fabien@symfony.com"
1671                 }
1672             ],
1673             "description": "The Symfony PHP framework",
1674             "homepage": "http://symfony.com",
1675             "keywords": [
1676                 "framework"
1677             ],
1678             "time": "2014-09-28 17:03:37"
1679         },
1680         {
1681             "name": "twig/twig",
1682             "version": "v1.18.2",
1683             "source": {
1684                 "type": "git",
1685                 "url": "https://github.com/twigphp/Twig.git",
1686                 "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
1687             },
1688             "dist": {
1689                 "type": "zip",
1690                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
1691                 "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
1692                 "shasum": ""
1693             },
1694             "require": {
1695                 "php": ">=5.2.7"
1696             },
1697             "type": "library",
1698             "extra": {
1699                 "branch-alias": {
1700                     "dev-master": "1.18-dev"
1701                 }
1702             },
1703             "autoload": {
1704                 "psr-0": {
1705                     "Twig_": "lib/"
1706                 }
1707             },
1708             "notification-url": "https://packagist.org/downloads/",
1709             "license": [
1710                 "BSD-3-Clause"
1711             ],
1712             "authors": [
1713                 {
1714                     "name": "Fabien Potencier",
1715                     "email": "fabien@symfony.com",
1716                     "homepage": "http://fabien.potencier.org",
1717                     "role": "Lead Developer"
1718                 },
1719                 {
1720                     "name": "Armin Ronacher",
1721                     "email": "armin.ronacher@active-4.com",
1722                     "role": "Project Founder"
1723                 },
1724                 {
1725                     "name": "Twig Team",
1726                     "homepage": "http://twig.sensiolabs.org/contributors",
1727                     "role": "Contributors"
1728                 }
1729             ],
1730             "description": "Twig, the flexible, fast, and secure template language for PHP",
1731             "homepage": "http://twig.sensiolabs.org",
1732             "keywords": [
1733                 "templating"
1734             ],
1735             "time": "2015-06-06 23:31:24"
1736         }
1737     ],
1738     "aliases": [],
1739     "minimum-stability": "stable",
1740     "stability-flags": [],
1741     "prefer-stable": false,
1742     "prefer-lowest": false,
1743     "platform": [],
1744     "platform-dev": []