MDL-49983 admin: Improve user menu grades setting language strings
[moodle.git] / composer.lock
blob256dff406e3dd1f0eeab4abfd2d5554d8b44509c
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "8851ae0a65874465e2e9fef68335e110",
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.3",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/doctrine/annotations.git",
412                 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
417                 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
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-20 20:49:38"
473         },
474         {
475             "name": "doctrine/cache",
476             "version": "v1.4.0",
477             "source": {
478                 "type": "git",
479                 "url": "https://github.com/doctrine/cache.git",
480                 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
481             },
482             "dist": {
483                 "type": "zip",
484                 "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
485                 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
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": "~0.8",
497                 "satooshi/php-coveralls": "~0.6"
498             },
499             "type": "library",
500             "extra": {
501                 "branch-alias": {
502                     "dev-master": "1.4.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-01-15 20:38:55"
543         },
544         {
545             "name": "doctrine/collections",
546             "version": "v1.2",
547             "source": {
548                 "type": "git",
549                 "url": "https://github.com/doctrine/collections.git",
550                 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
551             },
552             "dist": {
553                 "type": "zip",
554                 "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
555                 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
556                 "shasum": ""
557             },
558             "require": {
559                 "php": ">=5.3.2"
560             },
561             "type": "library",
562             "extra": {
563                 "branch-alias": {
564                     "dev-master": "1.2.x-dev"
565                 }
566             },
567             "autoload": {
568                 "psr-0": {
569                     "Doctrine\\Common\\Collections\\": "lib/"
570                 }
571             },
572             "notification-url": "https://packagist.org/downloads/",
573             "license": [
574                 "MIT"
575             ],
576             "authors": [
577                 {
578                     "name": "Jonathan Wage",
579                     "email": "jonwage@gmail.com",
580                     "homepage": "http://www.jwage.com/",
581                     "role": "Creator"
582                 },
583                 {
584                     "name": "Guilherme Blanco",
585                     "email": "guilhermeblanco@gmail.com",
586                     "homepage": "http://www.instaclick.com"
587                 },
588                 {
589                     "name": "Roman Borschel",
590                     "email": "roman@code-factory.org"
591                 },
592                 {
593                     "name": "Benjamin Eberlei",
594                     "email": "kontakt@beberlei.de"
595                 },
596                 {
597                     "name": "Johannes Schmitt",
598                     "email": "schmittjoh@gmail.com",
599                     "homepage": "https://github.com/schmittjoh",
600                     "role": "Developer of wrapped JMSSerializerBundle"
601                 }
602             ],
603             "description": "Collections Abstraction library",
604             "homepage": "http://www.doctrine-project.org",
605             "keywords": [
606                 "array",
607                 "collections",
608                 "iterator"
609             ],
610             "time": "2014-02-03 23:07:43"
611         },
612         {
613             "name": "doctrine/common",
614             "version": "v2.5.0",
615             "source": {
616                 "type": "git",
617                 "url": "https://github.com/doctrine/common.git",
618                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
619             },
620             "dist": {
621                 "type": "zip",
622                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
623                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
624                 "shasum": ""
625             },
626             "require": {
627                 "doctrine/annotations": "1.*",
628                 "doctrine/cache": "1.*",
629                 "doctrine/collections": "1.*",
630                 "doctrine/inflector": "1.*",
631                 "doctrine/lexer": "1.*",
632                 "php": ">=5.3.2"
633             },
634             "require-dev": {
635                 "phpunit/phpunit": "~3.7"
636             },
637             "type": "library",
638             "extra": {
639                 "branch-alias": {
640                     "dev-master": "2.6.x-dev"
641                 }
642             },
643             "autoload": {
644                 "psr-0": {
645                     "Doctrine\\Common\\": "lib/"
646                 }
647             },
648             "notification-url": "https://packagist.org/downloads/",
649             "license": [
650                 "MIT"
651             ],
652             "authors": [
653                 {
654                     "name": "Roman Borschel",
655                     "email": "roman@code-factory.org"
656                 },
657                 {
658                     "name": "Benjamin Eberlei",
659                     "email": "kontakt@beberlei.de"
660                 },
661                 {
662                     "name": "Guilherme Blanco",
663                     "email": "guilhermeblanco@gmail.com"
664                 },
665                 {
666                     "name": "Jonathan Wage",
667                     "email": "jonwage@gmail.com"
668                 },
669                 {
670                     "name": "Johannes Schmitt",
671                     "email": "schmittjoh@gmail.com"
672                 }
673             ],
674             "description": "Common Library for Doctrine projects",
675             "homepage": "http://www.doctrine-project.org",
676             "keywords": [
677                 "annotations",
678                 "collections",
679                 "eventmanager",
680                 "persistence",
681                 "spl"
682             ],
683             "time": "2015-04-02 19:55:44"
684         },
685         {
686             "name": "doctrine/inflector",
687             "version": "v1.0.1",
688             "source": {
689                 "type": "git",
690                 "url": "https://github.com/doctrine/inflector.git",
691                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
692             },
693             "dist": {
694                 "type": "zip",
695                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
696                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
697                 "shasum": ""
698             },
699             "require": {
700                 "php": ">=5.3.2"
701             },
702             "require-dev": {
703                 "phpunit/phpunit": "4.*"
704             },
705             "type": "library",
706             "extra": {
707                 "branch-alias": {
708                     "dev-master": "1.0.x-dev"
709                 }
710             },
711             "autoload": {
712                 "psr-0": {
713                     "Doctrine\\Common\\Inflector\\": "lib/"
714                 }
715             },
716             "notification-url": "https://packagist.org/downloads/",
717             "license": [
718                 "MIT"
719             ],
720             "authors": [
721                 {
722                     "name": "Roman Borschel",
723                     "email": "roman@code-factory.org"
724                 },
725                 {
726                     "name": "Benjamin Eberlei",
727                     "email": "kontakt@beberlei.de"
728                 },
729                 {
730                     "name": "Guilherme Blanco",
731                     "email": "guilhermeblanco@gmail.com"
732                 },
733                 {
734                     "name": "Jonathan Wage",
735                     "email": "jonwage@gmail.com"
736                 },
737                 {
738                     "name": "Johannes Schmitt",
739                     "email": "schmittjoh@gmail.com"
740                 }
741             ],
742             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
743             "homepage": "http://www.doctrine-project.org",
744             "keywords": [
745                 "inflection",
746                 "pluralize",
747                 "singularize",
748                 "string"
749             ],
750             "time": "2014-12-20 21:24:13"
751         },
752         {
753             "name": "doctrine/lexer",
754             "version": "v1.0.1",
755             "source": {
756                 "type": "git",
757                 "url": "https://github.com/doctrine/lexer.git",
758                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
759             },
760             "dist": {
761                 "type": "zip",
762                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
763                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
764                 "shasum": ""
765             },
766             "require": {
767                 "php": ">=5.3.2"
768             },
769             "type": "library",
770             "extra": {
771                 "branch-alias": {
772                     "dev-master": "1.0.x-dev"
773                 }
774             },
775             "autoload": {
776                 "psr-0": {
777                     "Doctrine\\Common\\Lexer\\": "lib/"
778                 }
779             },
780             "notification-url": "https://packagist.org/downloads/",
781             "license": [
782                 "MIT"
783             ],
784             "authors": [
785                 {
786                     "name": "Roman Borschel",
787                     "email": "roman@code-factory.org"
788                 },
789                 {
790                     "name": "Guilherme Blanco",
791                     "email": "guilhermeblanco@gmail.com"
792                 },
793                 {
794                     "name": "Johannes Schmitt",
795                     "email": "schmittjoh@gmail.com"
796                 }
797             ],
798             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
799             "homepage": "http://www.doctrine-project.org",
800             "keywords": [
801                 "lexer",
802                 "parser"
803             ],
804             "time": "2014-09-09 13:34:57"
805         },
806         {
807             "name": "fabpot/goutte",
808             "version": "v1.0.7",
809             "source": {
810                 "type": "git",
811                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
812                 "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
813             },
814             "dist": {
815                 "type": "zip",
816                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
817                 "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
818                 "shasum": ""
819             },
820             "require": {
821                 "ext-curl": "*",
822                 "guzzle/http": "~3.1",
823                 "php": ">=5.3.0",
824                 "symfony/browser-kit": "~2.1",
825                 "symfony/css-selector": "~2.1",
826                 "symfony/dom-crawler": "~2.1",
827                 "symfony/finder": "~2.1",
828                 "symfony/process": "~2.1"
829             },
830             "require-dev": {
831                 "guzzle/plugin-history": "~3.1",
832                 "guzzle/plugin-mock": "~3.1"
833             },
834             "type": "application",
835             "extra": {
836                 "branch-alias": {
837                     "dev-master": "1.0-dev"
838                 }
839             },
840             "autoload": {
841                 "psr-0": {
842                     "Goutte": "."
843                 }
844             },
845             "notification-url": "https://packagist.org/downloads/",
846             "license": [
847                 "MIT"
848             ],
849             "authors": [
850                 {
851                     "name": "Fabien Potencier",
852                     "email": "fabien@symfony.com"
853                 }
854             ],
855             "description": "A simple PHP Web Scraper",
856             "homepage": "https://github.com/fabpot/Goutte",
857             "keywords": [
858                 "scraper"
859             ],
860             "time": "2014-10-09 15:52:51"
861         },
862         {
863             "name": "guzzlehttp/guzzle",
864             "version": "v3.8.1",
865             "source": {
866                 "type": "git",
867                 "url": "https://github.com/guzzle/guzzle.git",
868                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
869             },
870             "dist": {
871                 "type": "zip",
872                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
873                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
874                 "shasum": ""
875             },
876             "require": {
877                 "ext-curl": "*",
878                 "php": ">=5.3.3",
879                 "symfony/event-dispatcher": ">=2.1"
880             },
881             "replace": {
882                 "guzzle/batch": "self.version",
883                 "guzzle/cache": "self.version",
884                 "guzzle/common": "self.version",
885                 "guzzle/http": "self.version",
886                 "guzzle/inflection": "self.version",
887                 "guzzle/iterator": "self.version",
888                 "guzzle/log": "self.version",
889                 "guzzle/parser": "self.version",
890                 "guzzle/plugin": "self.version",
891                 "guzzle/plugin-async": "self.version",
892                 "guzzle/plugin-backoff": "self.version",
893                 "guzzle/plugin-cache": "self.version",
894                 "guzzle/plugin-cookie": "self.version",
895                 "guzzle/plugin-curlauth": "self.version",
896                 "guzzle/plugin-error-response": "self.version",
897                 "guzzle/plugin-history": "self.version",
898                 "guzzle/plugin-log": "self.version",
899                 "guzzle/plugin-md5": "self.version",
900                 "guzzle/plugin-mock": "self.version",
901                 "guzzle/plugin-oauth": "self.version",
902                 "guzzle/service": "self.version",
903                 "guzzle/stream": "self.version"
904             },
905             "require-dev": {
906                 "doctrine/cache": "*",
907                 "monolog/monolog": "1.*",
908                 "phpunit/phpunit": "3.7.*",
909                 "psr/log": "1.0.*",
910                 "symfony/class-loader": "*",
911                 "zendframework/zend-cache": "<2.3",
912                 "zendframework/zend-log": "<2.3"
913             },
914             "type": "library",
915             "extra": {
916                 "branch-alias": {
917                     "dev-master": "3.8-dev"
918                 }
919             },
920             "autoload": {
921                 "psr-0": {
922                     "Guzzle": "src/",
923                     "Guzzle\\Tests": "tests/"
924                 }
925             },
926             "notification-url": "https://packagist.org/downloads/",
927             "license": [
928                 "MIT"
929             ],
930             "authors": [
931                 {
932                     "name": "Michael Dowling",
933                     "email": "mtdowling@gmail.com",
934                     "homepage": "https://github.com/mtdowling"
935                 },
936                 {
937                     "name": "Guzzle Community",
938                     "homepage": "https://github.com/guzzle/guzzle/contributors"
939                 }
940             ],
941             "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
942             "homepage": "http://guzzlephp.org/",
943             "keywords": [
944                 "client",
945                 "curl",
946                 "framework",
947                 "http",
948                 "http client",
949                 "rest",
950                 "web service"
951             ],
952             "time": "2014-01-28 22:29:15"
953         },
954         {
955             "name": "instaclick/php-webdriver",
956             "version": "1.0.17",
957             "source": {
958                 "type": "git",
959                 "url": "https://github.com/instaclick/php-webdriver.git",
960                 "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5"
961             },
962             "dist": {
963                 "type": "zip",
964                 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5",
965                 "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5",
966                 "shasum": ""
967             },
968             "require": {
969                 "ext-curl": "*",
970                 "php": ">=5.3.2"
971             },
972             "bin": [
973                 "bin/webunit"
974             ],
975             "type": "library",
976             "extra": {
977                 "branch-alias": {
978                     "dev-master": "1.0.x-dev"
979                 }
980             },
981             "autoload": {
982                 "psr-0": {
983                     "WebDriver": "lib/"
984                 }
985             },
986             "notification-url": "https://packagist.org/downloads/",
987             "license": [
988                 "Apache-2.0"
989             ],
990             "authors": [
991                 {
992                     "name": "Justin Bishop",
993                     "email": "jubishop@gmail.com",
994                     "role": "Developer"
995                 },
996                 {
997                     "name": "Anthon Pang",
998                     "email": "apang@softwaredevelopment.ca",
999                     "role": "developer"
1000                 }
1001             ],
1002             "description": "PHP WebDriver for Selenium 2",
1003             "homepage": "http://instaclick.com/",
1004             "keywords": [
1005                 "browser",
1006                 "selenium",
1007                 "webdriver",
1008                 "webtest"
1009             ],
1010             "time": "2013-10-04 15:03:51"
1011         },
1012         {
1013             "name": "moodlehq/behat-extension",
1014             "version": "v1.29.4",
1015             "source": {
1016                 "type": "git",
1017                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
1018                 "reference": "ccc3027ba9959a23761e056a1cb570c66baa95ba"
1019             },
1020             "dist": {
1021                 "type": "zip",
1022                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/ccc3027ba9959a23761e056a1cb570c66baa95ba",
1023                 "reference": "ccc3027ba9959a23761e056a1cb570c66baa95ba",
1024                 "shasum": ""
1025             },
1026             "require": {
1027                 "behat/behat": "2.5.3",
1028                 "behat/mink": "1.5.0",
1029                 "behat/mink-extension": "1.2.0",
1030                 "behat/mink-goutte-driver": "1.0.9",
1031                 "behat/mink-selenium2-driver": "1.1.1",
1032                 "guzzlehttp/guzzle": "~3.1",
1033                 "php": ">=5.4.4",
1034                 "symfony/symfony": "2.4.4"
1035             },
1036             "type": "library",
1037             "autoload": {
1038                 "psr-0": {
1039                     "Moodle\\BehatExtension": "src/"
1040                 }
1041             },
1042             "license": [
1043                 "GPLv3"
1044             ],
1045             "authors": [
1046                 {
1047                     "name": "David Monllaó",
1048                     "email": "david.monllao@gmail.com",
1049                     "homepage": "http://moodle.com",
1050                     "role": "Developer"
1051                 }
1052             ],
1053             "description": "Moodle behat extension",
1054             "keywords": [
1055                 "BDD",
1056                 "Behat",
1057                 "Moodle"
1058             ],
1059             "support": {
1060                 "source": "https://github.com/moodlehq/moodle-behat-extension/tree/v1.29.4"
1061             },
1062             "time": "2015-03-20 02:42:46"
1063         },
1064         {
1065             "name": "phpunit/dbunit",
1066             "version": "1.2.3",
1067             "source": {
1068                 "type": "git",
1069                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1070                 "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d"
1071             },
1072             "dist": {
1073                 "type": "zip",
1074                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
1075                 "reference": "8386782a2d55153e44a06eb1a9d13d6ed35d9c2d",
1076                 "shasum": ""
1077             },
1078             "require": {
1079                 "ext-pdo": "*",
1080                 "ext-simplexml": "*",
1081                 "php": ">=5.3.3",
1082                 "phpunit/phpunit": ">=3.7.0@stable"
1083             },
1084             "bin": [
1085                 "dbunit.php"
1086             ],
1087             "type": "library",
1088             "extra": {
1089                 "branch-alias": {
1090                     "dev-master": "1.2.x-dev"
1091                 }
1092             },
1093             "autoload": {
1094                 "classmap": [
1095                     "PHPUnit/"
1096                 ]
1097             },
1098             "notification-url": "https://packagist.org/downloads/",
1099             "include-path": [
1100                 "",
1101                 "../../symfony/yaml/"
1102             ],
1103             "license": [
1104                 "BSD-3-Clause"
1105             ],
1106             "authors": [
1107                 {
1108                     "name": "Sebastian Bergmann",
1109                     "email": "sb@sebastian-bergmann.de",
1110                     "role": "lead"
1111                 }
1112             ],
1113             "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1114             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1115             "keywords": [
1116                 "database",
1117                 "testing",
1118                 "xunit"
1119             ],
1120             "time": "2013-03-01 11:50:46"
1121         },
1122         {
1123             "name": "phpunit/php-code-coverage",
1124             "version": "1.2.18",
1125             "source": {
1126                 "type": "git",
1127                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1128                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
1129             },
1130             "dist": {
1131                 "type": "zip",
1132                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1133                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1134                 "shasum": ""
1135             },
1136             "require": {
1137                 "php": ">=5.3.3",
1138                 "phpunit/php-file-iterator": ">=1.3.0@stable",
1139                 "phpunit/php-text-template": ">=1.2.0@stable",
1140                 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
1141             },
1142             "require-dev": {
1143                 "phpunit/phpunit": "3.7.*@dev"
1144             },
1145             "suggest": {
1146                 "ext-dom": "*",
1147                 "ext-xdebug": ">=2.0.5"
1148             },
1149             "type": "library",
1150             "extra": {
1151                 "branch-alias": {
1152                     "dev-master": "1.2.x-dev"
1153                 }
1154             },
1155             "autoload": {
1156                 "classmap": [
1157                     "PHP/"
1158                 ]
1159             },
1160             "notification-url": "https://packagist.org/downloads/",
1161             "include-path": [
1162                 ""
1163             ],
1164             "license": [
1165                 "BSD-3-Clause"
1166             ],
1167             "authors": [
1168                 {
1169                     "name": "Sebastian Bergmann",
1170                     "email": "sb@sebastian-bergmann.de",
1171                     "role": "lead"
1172                 }
1173             ],
1174             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1175             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1176             "keywords": [
1177                 "coverage",
1178                 "testing",
1179                 "xunit"
1180             ],
1181             "time": "2014-09-02 10:13:14"
1182         },
1183         {
1184             "name": "phpunit/php-file-iterator",
1185             "version": "1.4.0",
1186             "source": {
1187                 "type": "git",
1188                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1189                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
1190             },
1191             "dist": {
1192                 "type": "zip",
1193                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
1194                 "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
1195                 "shasum": ""
1196             },
1197             "require": {
1198                 "php": ">=5.3.3"
1199             },
1200             "type": "library",
1201             "extra": {
1202                 "branch-alias": {
1203                     "dev-master": "1.4.x-dev"
1204                 }
1205             },
1206             "autoload": {
1207                 "classmap": [
1208                     "src/"
1209                 ]
1210             },
1211             "notification-url": "https://packagist.org/downloads/",
1212             "license": [
1213                 "BSD-3-Clause"
1214             ],
1215             "authors": [
1216                 {
1217                     "name": "Sebastian Bergmann",
1218                     "email": "sb@sebastian-bergmann.de",
1219                     "role": "lead"
1220                 }
1221             ],
1222             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1223             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1224             "keywords": [
1225                 "filesystem",
1226                 "iterator"
1227             ],
1228             "time": "2015-04-02 05:19:05"
1229         },
1230         {
1231             "name": "phpunit/php-text-template",
1232             "version": "1.2.0",
1233             "source": {
1234                 "type": "git",
1235                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1236                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
1237             },
1238             "dist": {
1239                 "type": "zip",
1240                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1241                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1242                 "shasum": ""
1243             },
1244             "require": {
1245                 "php": ">=5.3.3"
1246             },
1247             "type": "library",
1248             "autoload": {
1249                 "classmap": [
1250                     "Text/"
1251                 ]
1252             },
1253             "notification-url": "https://packagist.org/downloads/",
1254             "include-path": [
1255                 ""
1256             ],
1257             "license": [
1258                 "BSD-3-Clause"
1259             ],
1260             "authors": [
1261                 {
1262                     "name": "Sebastian Bergmann",
1263                     "email": "sb@sebastian-bergmann.de",
1264                     "role": "lead"
1265                 }
1266             ],
1267             "description": "Simple template engine.",
1268             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1269             "keywords": [
1270                 "template"
1271             ],
1272             "time": "2014-01-30 17:20:04"
1273         },
1274         {
1275             "name": "phpunit/php-timer",
1276             "version": "1.0.5",
1277             "source": {
1278                 "type": "git",
1279                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1280                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
1281             },
1282             "dist": {
1283                 "type": "zip",
1284                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1285                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1286                 "shasum": ""
1287             },
1288             "require": {
1289                 "php": ">=5.3.3"
1290             },
1291             "type": "library",
1292             "autoload": {
1293                 "classmap": [
1294                     "PHP/"
1295                 ]
1296             },
1297             "notification-url": "https://packagist.org/downloads/",
1298             "include-path": [
1299                 ""
1300             ],
1301             "license": [
1302                 "BSD-3-Clause"
1303             ],
1304             "authors": [
1305                 {
1306                     "name": "Sebastian Bergmann",
1307                     "email": "sb@sebastian-bergmann.de",
1308                     "role": "lead"
1309                 }
1310             ],
1311             "description": "Utility class for timing",
1312             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1313             "keywords": [
1314                 "timer"
1315             ],
1316             "time": "2013-08-02 07:42:54"
1317         },
1318         {
1319             "name": "phpunit/php-token-stream",
1320             "version": "1.2.2",
1321             "source": {
1322                 "type": "git",
1323                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1324                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
1325             },
1326             "dist": {
1327                 "type": "zip",
1328                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
1329                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
1330                 "shasum": ""
1331             },
1332             "require": {
1333                 "ext-tokenizer": "*",
1334                 "php": ">=5.3.3"
1335             },
1336             "type": "library",
1337             "extra": {
1338                 "branch-alias": {
1339                     "dev-master": "1.2-dev"
1340                 }
1341             },
1342             "autoload": {
1343                 "classmap": [
1344                     "PHP/"
1345                 ]
1346             },
1347             "notification-url": "https://packagist.org/downloads/",
1348             "include-path": [
1349                 ""
1350             ],
1351             "license": [
1352                 "BSD-3-Clause"
1353             ],
1354             "authors": [
1355                 {
1356                     "name": "Sebastian Bergmann",
1357                     "email": "sb@sebastian-bergmann.de",
1358                     "role": "lead"
1359                 }
1360             ],
1361             "description": "Wrapper around PHP's tokenizer extension.",
1362             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1363             "keywords": [
1364                 "tokenizer"
1365             ],
1366             "time": "2014-03-03 05:10:30"
1367         },
1368         {
1369             "name": "phpunit/phpunit",
1370             "version": "3.7.38",
1371             "source": {
1372                 "type": "git",
1373                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1374                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
1375             },
1376             "dist": {
1377                 "type": "zip",
1378                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
1379                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
1380                 "shasum": ""
1381             },
1382             "require": {
1383                 "ext-ctype": "*",
1384                 "ext-dom": "*",
1385                 "ext-json": "*",
1386                 "ext-pcre": "*",
1387                 "ext-reflection": "*",
1388                 "ext-spl": "*",
1389                 "php": ">=5.3.3",
1390                 "phpunit/php-code-coverage": "~1.2",
1391                 "phpunit/php-file-iterator": "~1.3",
1392                 "phpunit/php-text-template": "~1.1",
1393                 "phpunit/php-timer": "~1.0",
1394                 "phpunit/phpunit-mock-objects": "~1.2",
1395                 "symfony/yaml": "~2.0"
1396             },
1397             "require-dev": {
1398                 "pear-pear.php.net/pear": "1.9.4"
1399             },
1400             "suggest": {
1401                 "phpunit/php-invoker": "~1.1"
1402             },
1403             "bin": [
1404                 "composer/bin/phpunit"
1405             ],
1406             "type": "library",
1407             "extra": {
1408                 "branch-alias": {
1409                     "dev-master": "3.7.x-dev"
1410                 }
1411             },
1412             "autoload": {
1413                 "classmap": [
1414                     "PHPUnit/"
1415                 ]
1416             },
1417             "notification-url": "https://packagist.org/downloads/",
1418             "include-path": [
1419                 "",
1420                 "../../symfony/yaml/"
1421             ],
1422             "license": [
1423                 "BSD-3-Clause"
1424             ],
1425             "authors": [
1426                 {
1427                     "name": "Sebastian Bergmann",
1428                     "email": "sebastian@phpunit.de",
1429                     "role": "lead"
1430                 }
1431             ],
1432             "description": "The PHP Unit Testing framework.",
1433             "homepage": "http://www.phpunit.de/",
1434             "keywords": [
1435                 "phpunit",
1436                 "testing",
1437                 "xunit"
1438             ],
1439             "time": "2014-10-17 09:04:17"
1440         },
1441         {
1442             "name": "phpunit/phpunit-mock-objects",
1443             "version": "1.2.3",
1444             "source": {
1445                 "type": "git",
1446                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1447                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
1448             },
1449             "dist": {
1450                 "type": "zip",
1451                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1452                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
1453                 "shasum": ""
1454             },
1455             "require": {
1456                 "php": ">=5.3.3",
1457                 "phpunit/php-text-template": ">=1.1.1@stable"
1458             },
1459             "suggest": {
1460                 "ext-soap": "*"
1461             },
1462             "type": "library",
1463             "autoload": {
1464                 "classmap": [
1465                     "PHPUnit/"
1466                 ]
1467             },
1468             "notification-url": "https://packagist.org/downloads/",
1469             "include-path": [
1470                 ""
1471             ],
1472             "license": [
1473                 "BSD-3-Clause"
1474             ],
1475             "authors": [
1476                 {
1477                     "name": "Sebastian Bergmann",
1478                     "email": "sb@sebastian-bergmann.de",
1479                     "role": "lead"
1480                 }
1481             ],
1482             "description": "Mock Object library for PHPUnit",
1483             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1484             "keywords": [
1485                 "mock",
1486                 "xunit"
1487             ],
1488             "time": "2013-01-13 10:24:48"
1489         },
1490         {
1491             "name": "psr/log",
1492             "version": "1.0.0",
1493             "source": {
1494                 "type": "git",
1495                 "url": "https://github.com/php-fig/log.git",
1496                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1497             },
1498             "dist": {
1499                 "type": "zip",
1500                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1501                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1502                 "shasum": ""
1503             },
1504             "type": "library",
1505             "autoload": {
1506                 "psr-0": {
1507                     "Psr\\Log\\": ""
1508                 }
1509             },
1510             "notification-url": "https://packagist.org/downloads/",
1511             "license": [
1512                 "MIT"
1513             ],
1514             "authors": [
1515                 {
1516                     "name": "PHP-FIG",
1517                     "homepage": "http://www.php-fig.org/"
1518                 }
1519             ],
1520             "description": "Common interface for logging libraries",
1521             "keywords": [
1522                 "log",
1523                 "psr",
1524                 "psr-3"
1525             ],
1526             "time": "2012-12-21 11:40:51"
1527         },
1528         {
1529             "name": "symfony/icu",
1530             "version": "v1.2.2",
1531             "target-dir": "Symfony/Component/Icu",
1532             "source": {
1533                 "type": "git",
1534                 "url": "https://github.com/symfony/Icu.git",
1535                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
1536             },
1537             "dist": {
1538                 "type": "zip",
1539                 "url": "https://api.github.com/repos/symfony/Icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
1540                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
1541                 "shasum": ""
1542             },
1543             "require": {
1544                 "ext-intl": "*",
1545                 "lib-icu": ">=4.4",
1546                 "php": ">=5.3.3",
1547                 "symfony/intl": "~2.3"
1548             },
1549             "type": "library",
1550             "autoload": {
1551                 "psr-0": {
1552                     "Symfony\\Component\\Icu\\": ""
1553                 }
1554             },
1555             "notification-url": "https://packagist.org/downloads/",
1556             "license": [
1557                 "MIT"
1558             ],
1559             "authors": [
1560                 {
1561                     "name": "Symfony Community",
1562                     "homepage": "http://symfony.com/contributors"
1563                 },
1564                 {
1565                     "name": "Bernhard Schussek",
1566                     "email": "bschussek@gmail.com"
1567                 }
1568             ],
1569             "description": "Contains an excerpt of the ICU data and classes to load it.",
1570             "homepage": "http://symfony.com",
1571             "keywords": [
1572                 "icu",
1573                 "intl"
1574             ],
1575             "time": "2014-07-25 09:58:17"
1576         },
1577         {
1578             "name": "symfony/symfony",
1579             "version": "v2.4.4",
1580             "source": {
1581                 "type": "git",
1582                 "url": "https://github.com/symfony/symfony.git",
1583                 "reference": "4697c33cdfb520dcf83fd6e4f7864fa26ddaebea"
1584             },
1585             "dist": {
1586                 "type": "zip",
1587                 "url": "https://api.github.com/repos/symfony/symfony/zipball/4697c33cdfb520dcf83fd6e4f7864fa26ddaebea",
1588                 "reference": "4697c33cdfb520dcf83fd6e4f7864fa26ddaebea",
1589                 "shasum": ""
1590             },
1591             "require": {
1592                 "doctrine/common": "~2.2",
1593                 "php": ">=5.3.3",
1594                 "psr/log": "~1.0",
1595                 "symfony/icu": "~1.0",
1596                 "twig/twig": "~1.11"
1597             },
1598             "replace": {
1599                 "symfony/browser-kit": "self.version",
1600                 "symfony/class-loader": "self.version",
1601                 "symfony/config": "self.version",
1602                 "symfony/console": "self.version",
1603                 "symfony/css-selector": "self.version",
1604                 "symfony/debug": "self.version",
1605                 "symfony/dependency-injection": "self.version",
1606                 "symfony/doctrine-bridge": "self.version",
1607                 "symfony/dom-crawler": "self.version",
1608                 "symfony/event-dispatcher": "self.version",
1609                 "symfony/expression-language": "self.version",
1610                 "symfony/filesystem": "self.version",
1611                 "symfony/finder": "self.version",
1612                 "symfony/form": "self.version",
1613                 "symfony/framework-bundle": "self.version",
1614                 "symfony/http-foundation": "self.version",
1615                 "symfony/http-kernel": "self.version",
1616                 "symfony/intl": "self.version",
1617                 "symfony/locale": "self.version",
1618                 "symfony/monolog-bridge": "self.version",
1619                 "symfony/options-resolver": "self.version",
1620                 "symfony/process": "self.version",
1621                 "symfony/propel1-bridge": "self.version",
1622                 "symfony/property-access": "self.version",
1623                 "symfony/proxy-manager-bridge": "self.version",
1624                 "symfony/routing": "self.version",
1625                 "symfony/security": "self.version",
1626                 "symfony/security-acl": "self.version",
1627                 "symfony/security-bundle": "self.version",
1628                 "symfony/security-core": "self.version",
1629                 "symfony/security-csrf": "self.version",
1630                 "symfony/security-http": "self.version",
1631                 "symfony/serializer": "self.version",
1632                 "symfony/stopwatch": "self.version",
1633                 "symfony/swiftmailer-bridge": "self.version",
1634                 "symfony/templating": "self.version",
1635                 "symfony/translation": "self.version",
1636                 "symfony/twig-bridge": "self.version",
1637                 "symfony/twig-bundle": "self.version",
1638                 "symfony/validator": "self.version",
1639                 "symfony/web-profiler-bundle": "self.version",
1640                 "symfony/yaml": "self.version"
1641             },
1642             "require-dev": {
1643                 "doctrine/data-fixtures": "1.0.*",
1644                 "doctrine/dbal": "~2.2",
1645                 "doctrine/orm": "~2.2,>=2.2.3",
1646                 "ircmaxell/password-compat": "1.0.*",
1647                 "monolog/monolog": "~1.3",
1648                 "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
1649                 "propel/propel1": "1.6.*"
1650             },
1651             "type": "library",
1652             "extra": {
1653                 "branch-alias": {
1654                     "dev-master": "2.4-dev"
1655                 }
1656             },
1657             "autoload": {
1658                 "psr-0": {
1659                     "Symfony\\": "src/"
1660                 },
1661                 "classmap": [
1662                     "src/Symfony/Component/HttpFoundation/Resources/stubs",
1663                     "src/Symfony/Component/Intl/Resources/stubs"
1664                 ],
1665                 "files": [
1666                     "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1667                 ]
1668             },
1669             "notification-url": "https://packagist.org/downloads/",
1670             "license": [
1671                 "MIT"
1672             ],
1673             "authors": [
1674                 {
1675                     "name": "Fabien Potencier",
1676                     "email": "fabien@symfony.com",
1677                     "homepage": "http://fabien.potencier.org",
1678                     "role": "Lead Developer"
1679                 },
1680                 {
1681                     "name": "Symfony Community",
1682                     "homepage": "http://symfony.com/contributors"
1683                 }
1684             ],
1685             "description": "The Symfony PHP framework",
1686             "homepage": "http://symfony.com",
1687             "keywords": [
1688                 "framework"
1689             ],
1690             "time": "2014-04-27 13:39:18"
1691         },
1692         {
1693             "name": "twig/twig",
1694             "version": "v1.18.0",
1695             "source": {
1696                 "type": "git",
1697                 "url": "https://github.com/twigphp/Twig.git",
1698                 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
1699             },
1700             "dist": {
1701                 "type": "zip",
1702                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
1703                 "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
1704                 "shasum": ""
1705             },
1706             "require": {
1707                 "php": ">=5.2.4"
1708             },
1709             "type": "library",
1710             "extra": {
1711                 "branch-alias": {
1712                     "dev-master": "1.18-dev"
1713                 }
1714             },
1715             "autoload": {
1716                 "psr-0": {
1717                     "Twig_": "lib/"
1718                 }
1719             },
1720             "notification-url": "https://packagist.org/downloads/",
1721             "license": [
1722                 "BSD-3-Clause"
1723             ],
1724             "authors": [
1725                 {
1726                     "name": "Fabien Potencier",
1727                     "email": "fabien@symfony.com",
1728                     "homepage": "http://fabien.potencier.org",
1729                     "role": "Lead Developer"
1730                 },
1731                 {
1732                     "name": "Armin Ronacher",
1733                     "email": "armin.ronacher@active-4.com",
1734                     "role": "Project Founder"
1735                 },
1736                 {
1737                     "name": "Twig Team",
1738                     "homepage": "http://twig.sensiolabs.org/contributors",
1739                     "role": "Contributors"
1740                 }
1741             ],
1742             "description": "Twig, the flexible, fast, and secure template language for PHP",
1743             "homepage": "http://twig.sensiolabs.org",
1744             "keywords": [
1745                 "templating"
1746             ],
1747             "time": "2015-01-25 17:32:08"
1748         }
1749     ],
1750     "aliases": [],
1751     "minimum-stability": "stable",
1752     "stability-flags": [],
1753     "prefer-stable": false,
1754     "prefer-lowest": false,
1755     "platform": [],
1756     "platform-dev": []