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