MDL-49280 auth: Rewording duplicate emails setting
[moodle.git] / composer.lock
blob719ac08e82c92329626494caa951834e6244e597
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": "a85d8c9e61ccba5e235093157021f7b5",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "behat/behat",
12             "version": "v2.5.3",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/Behat/Behat.git",
16                 "reference": "c3a105a3c0457df919879c72b63b910e63739e51"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/Behat/Behat/zipball/c3a105a3c0457df919879c72b63b910e63739e51",
21                 "reference": "c3a105a3c0457df919879c72b63b910e63739e51",
22                 "shasum": ""
23             },
24             "require": {
25                 "behat/gherkin": "~2.3.0",
26                 "php": ">=5.3.1",
27                 "symfony/config": "~2.0",
28                 "symfony/console": "~2.0",
29                 "symfony/dependency-injection": "~2.0",
30                 "symfony/event-dispatcher": "~2.0",
31                 "symfony/finder": "~2.0",
32                 "symfony/translation": "~2.0",
33                 "symfony/yaml": "~2.0"
34             },
35             "require-dev": {
36                 "phpunit/phpunit": "~3.7.19"
37             },
38             "suggest": {
39                 "behat/mink-extension": "for integration with Mink testing framework",
40                 "behat/symfony2-extension": "for integration with Symfony2 web framework",
41                 "behat/yii-extension": "for integration with Yii web framework"
42             },
43             "bin": [
44                 "bin/behat"
45             ],
46             "type": "library",
47             "autoload": {
48                 "psr-0": {
49                     "Behat\\Behat": "src/"
50                 }
51             },
52             "notification-url": "https://packagist.org/downloads/",
53             "license": [
54                 "MIT"
55             ],
56             "authors": [
57                 {
58                     "name": "Konstantin Kudryashov",
59                     "email": "ever.zet@gmail.com",
60                     "homepage": "http://everzet.com"
61                 }
62             ],
63             "description": "Scenario-oriented BDD framework for PHP 5.3",
64             "homepage": "http://behat.org/",
65             "keywords": [
66                 "BDD",
67                 "Behat",
68                 "Symfony2"
69             ],
70             "time": "2014-04-26 16:55:16"
71         },
72         {
73             "name": "behat/gherkin",
74             "version": "v2.3.5",
75             "source": {
76                 "type": "git",
77                 "url": "https://github.com/Behat/Gherkin.git",
78                 "reference": "2b33963da5525400573560c173ab5c9c057e1852"
79             },
80             "dist": {
81                 "type": "zip",
82                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
83                 "reference": "2b33963da5525400573560c173ab5c9c057e1852",
84                 "shasum": ""
85             },
86             "require": {
87                 "php": ">=5.3.1",
88                 "symfony/finder": "~2.0"
89             },
90             "require-dev": {
91                 "symfony/config": "~2.0",
92                 "symfony/translation": "~2.0",
93                 "symfony/yaml": "~2.0"
94             },
95             "suggest": {
96                 "symfony/config": "If you want to use Config component to manage resources",
97                 "symfony/translation": "If you want to use Symfony2 translations adapter",
98                 "symfony/yaml": "If you want to parse features, represented in YAML files"
99             },
100             "type": "library",
101             "extra": {
102                 "branch-alias": {
103                     "dev-develop": "2.2-dev"
104                 }
105             },
106             "autoload": {
107                 "psr-0": {
108                     "Behat\\Gherkin": "src/"
109                 }
110             },
111             "notification-url": "https://packagist.org/downloads/",
112             "license": [
113                 "MIT"
114             ],
115             "authors": [
116                 {
117                     "name": "Konstantin Kudryashov",
118                     "email": "ever.zet@gmail.com",
119                     "homepage": "http://everzet.com"
120                 }
121             ],
122             "description": "Gherkin DSL parser for PHP 5.3",
123             "homepage": "http://behat.org/",
124             "keywords": [
125                 "BDD",
126                 "Behat",
127                 "DSL",
128                 "Symfony2",
129                 "parser"
130             ],
131             "time": "2013-10-15 11:22:17"
132         },
133         {
134             "name": "behat/mink",
135             "version": "v1.5.0",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/minkphp/Mink.git",
139                 "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/minkphp/Mink/zipball/0769e6d9726c140a54dbf827a438c0f9912749fe",
144                 "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe",
145                 "shasum": ""
146             },
147             "require": {
148                 "php": ">=5.3.1",
149                 "symfony/css-selector": "~2.0"
150             },
151             "suggest": {
152                 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
153                 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
154                 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
155                 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
156             },
157             "type": "library",
158             "extra": {
159                 "branch-alias": {
160                     "dev-develop": "1.5.x-dev"
161                 }
162             },
163             "autoload": {
164                 "psr-0": {
165                     "Behat\\Mink": "src/"
166                 }
167             },
168             "notification-url": "https://packagist.org/downloads/",
169             "license": [
170                 "MIT"
171             ],
172             "authors": [
173                 {
174                     "name": "Konstantin Kudryashov",
175                     "email": "ever.zet@gmail.com",
176                     "homepage": "http://everzet.com"
177                 }
178             ],
179             "description": "Web acceptance testing framework for PHP 5.3",
180             "homepage": "http://mink.behat.org/",
181             "keywords": [
182                 "browser",
183                 "testing",
184                 "web"
185             ],
186             "time": "2013-04-13 23:39:27"
187         },
188         {
189             "name": "behat/mink-browserkit-driver",
190             "version": "v1.1.0",
191             "source": {
192                 "type": "git",
193                 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
194                 "reference": "63960c8fcad4529faad1ff33e950217980baa64c"
195             },
196             "dist": {
197                 "type": "zip",
198                 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/63960c8fcad4529faad1ff33e950217980baa64c",
199                 "reference": "63960c8fcad4529faad1ff33e950217980baa64c",
200                 "shasum": ""
201             },
202             "require": {
203                 "behat/mink": "~1.5.0",
204                 "php": ">=5.3.1",
205                 "symfony/browser-kit": "~2.0",
206                 "symfony/dom-crawler": "~2.0"
207             },
208             "require-dev": {
209                 "silex/silex": "@dev"
210             },
211             "type": "mink-driver",
212             "extra": {
213                 "branch-alias": {
214                     "dev-master": "1.1.x-dev"
215                 }
216             },
217             "autoload": {
218                 "psr-0": {
219                     "Behat\\Mink\\Driver": "src/"
220                 }
221             },
222             "notification-url": "https://packagist.org/downloads/",
223             "license": [
224                 "MIT"
225             ],
226             "authors": [
227                 {
228                     "name": "Konstantin Kudryashov",
229                     "email": "ever.zet@gmail.com",
230                     "homepage": "http://everzet.com"
231                 }
232             ],
233             "description": "Symfony2 BrowserKit driver for Mink framework",
234             "homepage": "http://mink.behat.org/",
235             "keywords": [
236                 "Mink",
237                 "Symfony2",
238                 "browser",
239                 "testing"
240             ],
241             "time": "2013-04-13 23:46:30"
242         },
243         {
244             "name": "behat/mink-extension",
245             "version": "v1.2.0",
246             "source": {
247                 "type": "git",
248                 "url": "https://github.com/Behat/MinkExtension.git",
249                 "reference": "0b7223826341fad69b4600afe27722d2a2f9a306"
250             },
251             "dist": {
252                 "type": "zip",
253                 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/0b7223826341fad69b4600afe27722d2a2f9a306",
254                 "reference": "0b7223826341fad69b4600afe27722d2a2f9a306",
255                 "shasum": ""
256             },
257             "require": {
258                 "behat/behat": "~2.5.0",
259                 "behat/mink": ">=1.4.3,<1.6-dev",
260                 "php": ">=5.3.2"
261             },
262             "require-dev": {
263                 "behat/mink-goutte-driver": "~1.0"
264             },
265             "type": "behat-extension",
266             "extra": {
267                 "branch-alias": {
268                     "dev-master": "1.1.x-dev"
269                 }
270             },
271             "autoload": {
272                 "psr-0": {
273                     "Behat\\MinkExtension": "src/"
274                 }
275             },
276             "notification-url": "https://packagist.org/downloads/",
277             "license": [
278                 "MIT"
279             ],
280             "authors": [
281                 {
282                     "name": "Konstantin Kudryashov",
283                     "email": "ever.zet@gmail.com",
284                     "homepage": "http://everzet.com"
285                 }
286             ],
287             "description": "Mink extension for Behat",
288             "homepage": "http://mink.behat.org",
289             "keywords": [
290                 "browser",
291                 "gui",
292                 "test",
293                 "web"
294             ],
295             "time": "2013-08-17 19:01:06"
296         },
297         {
298             "name": "behat/mink-goutte-driver",
299             "version": "v1.0.9",
300             "source": {
301                 "type": "git",
302                 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
303                 "reference": "fa1b073b48761464feb0b05e6825da44b20118d8"
304             },
305             "dist": {
306                 "type": "zip",
307                 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8",
308                 "reference": "fa1b073b48761464feb0b05e6825da44b20118d8",
309                 "shasum": ""
310             },
311             "require": {
312                 "behat/mink-browserkit-driver": ">=1.0.5,<1.2.0",
313                 "fabpot/goutte": "~1.0.1",
314                 "php": ">=5.3.1"
315             },
316             "type": "mink-driver",
317             "extra": {
318                 "branch-alias": {
319                     "dev-master": "1.0.x-dev"
320                 }
321             },
322             "autoload": {
323                 "psr-0": {
324                     "Behat\\Mink\\Driver": "src/"
325                 }
326             },
327             "notification-url": "https://packagist.org/downloads/",
328             "license": [
329                 "MIT"
330             ],
331             "authors": [
332                 {
333                     "name": "Konstantin Kudryashov",
334                     "email": "ever.zet@gmail.com",
335                     "homepage": "http://everzet.com"
336                 }
337             ],
338             "description": "Goutte driver for Mink framework",
339             "homepage": "http://mink.behat.org/",
340             "keywords": [
341                 "browser",
342                 "goutte",
343                 "headless",
344                 "testing"
345             ],
346             "time": "2013-07-03 18:43:54"
347         },
348         {
349             "name": "behat/mink-selenium2-driver",
350             "version": "v1.1.1",
351             "source": {
352                 "type": "git",
353                 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
354                 "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476"
355             },
356             "dist": {
357                 "type": "zip",
358                 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/bcf1b537de37db6db0822d9e7bd97e600fd7a476",
359                 "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476",
360                 "shasum": ""
361             },
362             "require": {
363                 "behat/mink": "~1.5.0",
364                 "instaclick/php-webdriver": "~1.0.12",
365                 "php": ">=5.3.1"
366             },
367             "type": "mink-driver",
368             "extra": {
369                 "branch-alias": {
370                     "dev-master": "1.1.x-dev"
371                 }
372             },
373             "autoload": {
374                 "psr-0": {
375                     "Behat\\Mink\\Driver": "src/"
376                 }
377             },
378             "notification-url": "https://packagist.org/downloads/",
379             "license": [
380                 "MIT"
381             ],
382             "authors": [
383                 {
384                     "name": "Konstantin Kudryashov",
385                     "email": "ever.zet@gmail.com",
386                     "homepage": "http://everzet.com"
387                 },
388                 {
389                     "name": "Pete Otaqui",
390                     "email": "pete@otaqui.com",
391                     "homepage": "https://github.com/pete-otaqui"
392                 }
393             ],
394             "description": "Selenium2 (WebDriver) driver for Mink framework",
395             "homepage": "http://mink.behat.org/",
396             "keywords": [
397                 "ajax",
398                 "browser",
399                 "javascript",
400                 "selenium",
401                 "testing",
402                 "webdriver"
403             ],
404             "time": "2013-06-02 19:09:45"
405         },
406         {
407             "name": "doctrine/annotations",
408             "version": "v1.2.6",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/doctrine/annotations.git",
412                 "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
417                 "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
418                 "shasum": ""
419             },
420             "require": {
421                 "doctrine/lexer": "1.*",
422                 "php": ">=5.3.2"
423             },
424             "require-dev": {
425                 "doctrine/cache": "1.*",
426                 "phpunit/phpunit": "4.*"
427             },
428             "type": "library",
429             "extra": {
430                 "branch-alias": {
431                     "dev-master": "1.3.x-dev"
432                 }
433             },
434             "autoload": {
435                 "psr-0": {
436                     "Doctrine\\Common\\Annotations\\": "lib/"
437                 }
438             },
439             "notification-url": "https://packagist.org/downloads/",
440             "license": [
441                 "MIT"
442             ],
443             "authors": [
444                 {
445                     "name": "Roman Borschel",
446                     "email": "roman@code-factory.org"
447                 },
448                 {
449                     "name": "Benjamin Eberlei",
450                     "email": "kontakt@beberlei.de"
451                 },
452                 {
453                     "name": "Guilherme Blanco",
454                     "email": "guilhermeblanco@gmail.com"
455                 },
456                 {
457                     "name": "Jonathan Wage",
458                     "email": "jonwage@gmail.com"
459                 },
460                 {
461                     "name": "Johannes Schmitt",
462                     "email": "schmittjoh@gmail.com"
463                 }
464             ],
465             "description": "Docblock Annotations Parser",
466             "homepage": "http://www.doctrine-project.org",
467             "keywords": [
468                 "annotations",
469                 "docblock",
470                 "parser"
471             ],
472             "time": "2015-06-17 12:21:22"
473         },
474         {
475             "name": "doctrine/cache",
476             "version": "v1.4.1",
477             "source": {
478                 "type": "git",
479                 "url": "https://github.com/doctrine/cache.git",
480                 "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
481             },
482             "dist": {
483                 "type": "zip",
484                 "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
485                 "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
486                 "shasum": ""
487             },
488             "require": {
489                 "php": ">=5.3.2"
490             },
491             "conflict": {
492                 "doctrine/common": ">2.2,<2.4"
493             },
494             "require-dev": {
495                 "phpunit/phpunit": ">=3.7",
496                 "predis/predis": "~1.0",
497                 "satooshi/php-coveralls": "~0.6"
498             },
499             "type": "library",
500             "extra": {
501                 "branch-alias": {
502                     "dev-master": "1.5.x-dev"
503                 }
504             },
505             "autoload": {
506                 "psr-0": {
507                     "Doctrine\\Common\\Cache\\": "lib/"
508                 }
509             },
510             "notification-url": "https://packagist.org/downloads/",
511             "license": [
512                 "MIT"
513             ],
514             "authors": [
515                 {
516                     "name": "Roman Borschel",
517                     "email": "roman@code-factory.org"
518                 },
519                 {
520                     "name": "Benjamin Eberlei",
521                     "email": "kontakt@beberlei.de"
522                 },
523                 {
524                     "name": "Guilherme Blanco",
525                     "email": "guilhermeblanco@gmail.com"
526                 },
527                 {
528                     "name": "Jonathan Wage",
529                     "email": "jonwage@gmail.com"
530                 },
531                 {
532                     "name": "Johannes Schmitt",
533                     "email": "schmittjoh@gmail.com"
534                 }
535             ],
536             "description": "Caching library offering an object-oriented API for many cache backends",
537             "homepage": "http://www.doctrine-project.org",
538             "keywords": [
539                 "cache",
540                 "caching"
541             ],
542             "time": "2015-04-15 00:11:59"
543         },
544         {
545             "name": "doctrine/collections",
546             "version": "v1.3.0",
547             "source": {
548                 "type": "git",
549                 "url": "https://github.com/doctrine/collections.git",
550                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
551             },
552             "dist": {
553                 "type": "zip",
554                 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
555                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
556                 "shasum": ""
557             },
558             "require": {
559                 "php": ">=5.3.2"
560             },
561             "require-dev": {
562                 "phpunit/phpunit": "~4.0"
563             },
564             "type": "library",
565             "extra": {
566                 "branch-alias": {
567                     "dev-master": "1.2.x-dev"
568                 }
569             },
570             "autoload": {
571                 "psr-0": {
572                     "Doctrine\\Common\\Collections\\": "lib/"
573                 }
574             },
575             "notification-url": "https://packagist.org/downloads/",
576             "license": [
577                 "MIT"
578             ],
579             "authors": [
580                 {
581                     "name": "Roman Borschel",
582                     "email": "roman@code-factory.org"
583                 },
584                 {
585                     "name": "Benjamin Eberlei",
586                     "email": "kontakt@beberlei.de"
587                 },
588                 {
589                     "name": "Guilherme Blanco",
590                     "email": "guilhermeblanco@gmail.com"
591                 },
592                 {
593                     "name": "Jonathan Wage",
594                     "email": "jonwage@gmail.com"
595                 },
596                 {
597                     "name": "Johannes Schmitt",
598                     "email": "schmittjoh@gmail.com"
599                 }
600             ],
601             "description": "Collections Abstraction library",
602             "homepage": "http://www.doctrine-project.org",
603             "keywords": [
604                 "array",
605                 "collections",
606                 "iterator"
607             ],
608             "time": "2015-04-14 22:21:58"
609         },
610         {
611             "name": "doctrine/common",
612             "version": "v2.5.0",
613             "source": {
614                 "type": "git",
615                 "url": "https://github.com/doctrine/common.git",
616                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
617             },
618             "dist": {
619                 "type": "zip",
620                 "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
621                 "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
622                 "shasum": ""
623             },
624             "require": {
625                 "doctrine/annotations": "1.*",
626                 "doctrine/cache": "1.*",
627                 "doctrine/collections": "1.*",
628                 "doctrine/inflector": "1.*",
629                 "doctrine/lexer": "1.*",
630                 "php": ">=5.3.2"
631             },
632             "require-dev": {
633                 "phpunit/phpunit": "~3.7"
634             },
635             "type": "library",
636             "extra": {
637                 "branch-alias": {
638                     "dev-master": "2.6.x-dev"
639                 }
640             },
641             "autoload": {
642                 "psr-0": {
643                     "Doctrine\\Common\\": "lib/"
644                 }
645             },
646             "notification-url": "https://packagist.org/downloads/",
647             "license": [
648                 "MIT"
649             ],
650             "authors": [
651                 {
652                     "name": "Roman Borschel",
653                     "email": "roman@code-factory.org"
654                 },
655                 {
656                     "name": "Benjamin Eberlei",
657                     "email": "kontakt@beberlei.de"
658                 },
659                 {
660                     "name": "Guilherme Blanco",
661                     "email": "guilhermeblanco@gmail.com"
662                 },
663                 {
664                     "name": "Jonathan Wage",
665                     "email": "jonwage@gmail.com"
666                 },
667                 {
668                     "name": "Johannes Schmitt",
669                     "email": "schmittjoh@gmail.com"
670                 }
671             ],
672             "description": "Common Library for Doctrine projects",
673             "homepage": "http://www.doctrine-project.org",
674             "keywords": [
675                 "annotations",
676                 "collections",
677                 "eventmanager",
678                 "persistence",
679                 "spl"
680             ],
681             "time": "2015-04-02 19:55:44"
682         },
683         {
684             "name": "doctrine/inflector",
685             "version": "v1.0.1",
686             "source": {
687                 "type": "git",
688                 "url": "https://github.com/doctrine/inflector.git",
689                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
690             },
691             "dist": {
692                 "type": "zip",
693                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
694                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
695                 "shasum": ""
696             },
697             "require": {
698                 "php": ">=5.3.2"
699             },
700             "require-dev": {
701                 "phpunit/phpunit": "4.*"
702             },
703             "type": "library",
704             "extra": {
705                 "branch-alias": {
706                     "dev-master": "1.0.x-dev"
707                 }
708             },
709             "autoload": {
710                 "psr-0": {
711                     "Doctrine\\Common\\Inflector\\": "lib/"
712                 }
713             },
714             "notification-url": "https://packagist.org/downloads/",
715             "license": [
716                 "MIT"
717             ],
718             "authors": [
719                 {
720                     "name": "Roman Borschel",
721                     "email": "roman@code-factory.org"
722                 },
723                 {
724                     "name": "Benjamin Eberlei",
725                     "email": "kontakt@beberlei.de"
726                 },
727                 {
728                     "name": "Guilherme Blanco",
729                     "email": "guilhermeblanco@gmail.com"
730                 },
731                 {
732                     "name": "Jonathan Wage",
733                     "email": "jonwage@gmail.com"
734                 },
735                 {
736                     "name": "Johannes Schmitt",
737                     "email": "schmittjoh@gmail.com"
738                 }
739             ],
740             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
741             "homepage": "http://www.doctrine-project.org",
742             "keywords": [
743                 "inflection",
744                 "pluralize",
745                 "singularize",
746                 "string"
747             ],
748             "time": "2014-12-20 21:24:13"
749         },
750         {
751             "name": "doctrine/instantiator",
752             "version": "1.0.5",
753             "source": {
754                 "type": "git",
755                 "url": "https://github.com/doctrine/instantiator.git",
756                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
757             },
758             "dist": {
759                 "type": "zip",
760                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
761                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
762                 "shasum": ""
763             },
764             "require": {
765                 "php": ">=5.3,<8.0-DEV"
766             },
767             "require-dev": {
768                 "athletic/athletic": "~0.1.8",
769                 "ext-pdo": "*",
770                 "ext-phar": "*",
771                 "phpunit/phpunit": "~4.0",
772                 "squizlabs/php_codesniffer": "~2.0"
773             },
774             "type": "library",
775             "extra": {
776                 "branch-alias": {
777                     "dev-master": "1.0.x-dev"
778                 }
779             },
780             "autoload": {
781                 "psr-4": {
782                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
783                 }
784             },
785             "notification-url": "https://packagist.org/downloads/",
786             "license": [
787                 "MIT"
788             ],
789             "authors": [
790                 {
791                     "name": "Marco Pivetta",
792                     "email": "ocramius@gmail.com",
793                     "homepage": "http://ocramius.github.com/"
794                 }
795             ],
796             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
797             "homepage": "https://github.com/doctrine/instantiator",
798             "keywords": [
799                 "constructor",
800                 "instantiate"
801             ],
802             "time": "2015-06-14 21:17:01"
803         },
804         {
805             "name": "doctrine/lexer",
806             "version": "v1.0.1",
807             "source": {
808                 "type": "git",
809                 "url": "https://github.com/doctrine/lexer.git",
810                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
811             },
812             "dist": {
813                 "type": "zip",
814                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
815                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
816                 "shasum": ""
817             },
818             "require": {
819                 "php": ">=5.3.2"
820             },
821             "type": "library",
822             "extra": {
823                 "branch-alias": {
824                     "dev-master": "1.0.x-dev"
825                 }
826             },
827             "autoload": {
828                 "psr-0": {
829                     "Doctrine\\Common\\Lexer\\": "lib/"
830                 }
831             },
832             "notification-url": "https://packagist.org/downloads/",
833             "license": [
834                 "MIT"
835             ],
836             "authors": [
837                 {
838                     "name": "Roman Borschel",
839                     "email": "roman@code-factory.org"
840                 },
841                 {
842                     "name": "Guilherme Blanco",
843                     "email": "guilhermeblanco@gmail.com"
844                 },
845                 {
846                     "name": "Johannes Schmitt",
847                     "email": "schmittjoh@gmail.com"
848                 }
849             ],
850             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
851             "homepage": "http://www.doctrine-project.org",
852             "keywords": [
853                 "lexer",
854                 "parser"
855             ],
856             "time": "2014-09-09 13:34:57"
857         },
858         {
859             "name": "fabpot/goutte",
860             "version": "v1.0.7",
861             "source": {
862                 "type": "git",
863                 "url": "https://github.com/FriendsOfPHP/Goutte.git",
864                 "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625"
865             },
866             "dist": {
867                 "type": "zip",
868                 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625",
869                 "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625",
870                 "shasum": ""
871             },
872             "require": {
873                 "ext-curl": "*",
874                 "guzzle/http": "~3.1",
875                 "php": ">=5.3.0",
876                 "symfony/browser-kit": "~2.1",
877                 "symfony/css-selector": "~2.1",
878                 "symfony/dom-crawler": "~2.1",
879                 "symfony/finder": "~2.1",
880                 "symfony/process": "~2.1"
881             },
882             "require-dev": {
883                 "guzzle/plugin-history": "~3.1",
884                 "guzzle/plugin-mock": "~3.1"
885             },
886             "type": "application",
887             "extra": {
888                 "branch-alias": {
889                     "dev-master": "1.0-dev"
890                 }
891             },
892             "autoload": {
893                 "psr-0": {
894                     "Goutte": "."
895                 }
896             },
897             "notification-url": "https://packagist.org/downloads/",
898             "license": [
899                 "MIT"
900             ],
901             "authors": [
902                 {
903                     "name": "Fabien Potencier",
904                     "email": "fabien@symfony.com"
905                 }
906             ],
907             "description": "A simple PHP Web Scraper",
908             "homepage": "https://github.com/fabpot/Goutte",
909             "keywords": [
910                 "scraper"
911             ],
912             "time": "2014-10-09 15:52:51"
913         },
914         {
915             "name": "guzzlehttp/guzzle",
916             "version": "v3.8.1",
917             "source": {
918                 "type": "git",
919                 "url": "https://github.com/guzzle/guzzle.git",
920                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
921             },
922             "dist": {
923                 "type": "zip",
924                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
925                 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
926                 "shasum": ""
927             },
928             "require": {
929                 "ext-curl": "*",
930                 "php": ">=5.3.3",
931                 "symfony/event-dispatcher": ">=2.1"
932             },
933             "replace": {
934                 "guzzle/batch": "self.version",
935                 "guzzle/cache": "self.version",
936                 "guzzle/common": "self.version",
937                 "guzzle/http": "self.version",
938                 "guzzle/inflection": "self.version",
939                 "guzzle/iterator": "self.version",
940                 "guzzle/log": "self.version",
941                 "guzzle/parser": "self.version",
942                 "guzzle/plugin": "self.version",
943                 "guzzle/plugin-async": "self.version",
944                 "guzzle/plugin-backoff": "self.version",
945                 "guzzle/plugin-cache": "self.version",
946                 "guzzle/plugin-cookie": "self.version",
947                 "guzzle/plugin-curlauth": "self.version",
948                 "guzzle/plugin-error-response": "self.version",
949                 "guzzle/plugin-history": "self.version",
950                 "guzzle/plugin-log": "self.version",
951                 "guzzle/plugin-md5": "self.version",
952                 "guzzle/plugin-mock": "self.version",
953                 "guzzle/plugin-oauth": "self.version",
954                 "guzzle/service": "self.version",
955                 "guzzle/stream": "self.version"
956             },
957             "require-dev": {
958                 "doctrine/cache": "*",
959                 "monolog/monolog": "1.*",
960                 "phpunit/phpunit": "3.7.*",
961                 "psr/log": "1.0.*",
962                 "symfony/class-loader": "*",
963                 "zendframework/zend-cache": "<2.3",
964                 "zendframework/zend-log": "<2.3"
965             },
966             "type": "library",
967             "extra": {
968                 "branch-alias": {
969                     "dev-master": "3.8-dev"
970                 }
971             },
972             "autoload": {
973                 "psr-0": {
974                     "Guzzle": "src/",
975                     "Guzzle\\Tests": "tests/"
976                 }
977             },
978             "notification-url": "https://packagist.org/downloads/",
979             "license": [
980                 "MIT"
981             ],
982             "authors": [
983                 {
984                     "name": "Michael Dowling",
985                     "email": "mtdowling@gmail.com",
986                     "homepage": "https://github.com/mtdowling"
987                 },
988                 {
989                     "name": "Guzzle Community",
990                     "homepage": "https://github.com/guzzle/guzzle/contributors"
991                 }
992             ],
993             "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
994             "homepage": "http://guzzlephp.org/",
995             "keywords": [
996                 "client",
997                 "curl",
998                 "framework",
999                 "http",
1000                 "http client",
1001                 "rest",
1002                 "web service"
1003             ],
1004             "time": "2014-01-28 22:29:15"
1005         },
1006         {
1007             "name": "instaclick/php-webdriver",
1008             "version": "1.0.17",
1009             "source": {
1010                 "type": "git",
1011                 "url": "https://github.com/instaclick/php-webdriver.git",
1012                 "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5"
1013             },
1014             "dist": {
1015                 "type": "zip",
1016                 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5",
1017                 "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5",
1018                 "shasum": ""
1019             },
1020             "require": {
1021                 "ext-curl": "*",
1022                 "php": ">=5.3.2"
1023             },
1024             "bin": [
1025                 "bin/webunit"
1026             ],
1027             "type": "library",
1028             "extra": {
1029                 "branch-alias": {
1030                     "dev-master": "1.0.x-dev"
1031                 }
1032             },
1033             "autoload": {
1034                 "psr-0": {
1035                     "WebDriver": "lib/"
1036                 }
1037             },
1038             "notification-url": "https://packagist.org/downloads/",
1039             "license": [
1040                 "Apache-2.0"
1041             ],
1042             "authors": [
1043                 {
1044                     "name": "Justin Bishop",
1045                     "email": "jubishop@gmail.com",
1046                     "role": "Developer"
1047                 },
1048                 {
1049                     "name": "Anthon Pang",
1050                     "email": "apang@softwaredevelopment.ca",
1051                     "role": "developer"
1052                 }
1053             ],
1054             "description": "PHP WebDriver for Selenium 2",
1055             "homepage": "http://instaclick.com/",
1056             "keywords": [
1057                 "browser",
1058                 "selenium",
1059                 "webdriver",
1060                 "webtest"
1061             ],
1062             "time": "2013-10-04 15:03:51"
1063         },
1064         {
1065             "name": "moodlehq/behat-extension",
1066             "version": "v1.30.0",
1067             "source": {
1068                 "type": "git",
1069                 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
1070                 "reference": "0ea55a59bfbfef4e8dcf47067c56779e5a02cd63"
1071             },
1072             "dist": {
1073                 "type": "zip",
1074                 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/0ea55a59bfbfef4e8dcf47067c56779e5a02cd63",
1075                 "reference": "0ea55a59bfbfef4e8dcf47067c56779e5a02cd63",
1076                 "shasum": ""
1077             },
1078             "require": {
1079                 "behat/behat": "2.5.3",
1080                 "behat/mink": "1.5.0",
1081                 "behat/mink-extension": "1.2.0",
1082                 "behat/mink-goutte-driver": "1.0.9",
1083                 "behat/mink-selenium2-driver": "1.1.1",
1084                 "guzzlehttp/guzzle": "~3.1",
1085                 "php": ">=5.4.4",
1086                 "symfony/symfony": "2.4.10"
1087             },
1088             "type": "library",
1089             "autoload": {
1090                 "psr-0": {
1091                     "Moodle\\BehatExtension": "src/"
1092                 }
1093             },
1094             "notification-url": "https://packagist.org/downloads/",
1095             "license": [
1096                 "GPLv3"
1097             ],
1098             "authors": [
1099                 {
1100                     "name": "David Monllaó",
1101                     "email": "david.monllao@gmail.com",
1102                     "homepage": "http://moodle.com",
1103                     "role": "Developer"
1104                 }
1105             ],
1106             "description": "Moodle behat extension",
1107             "keywords": [
1108                 "BDD",
1109                 "Behat",
1110                 "moodle"
1111             ],
1112             "time": "2015-05-15 02:00:06"
1113         },
1114         {
1115             "name": "phpdocumentor/reflection-docblock",
1116             "version": "2.0.4",
1117             "source": {
1118                 "type": "git",
1119                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1120                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1121             },
1122             "dist": {
1123                 "type": "zip",
1124                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1125                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1126                 "shasum": ""
1127             },
1128             "require": {
1129                 "php": ">=5.3.3"
1130             },
1131             "require-dev": {
1132                 "phpunit/phpunit": "~4.0"
1133             },
1134             "suggest": {
1135                 "dflydev/markdown": "~1.0",
1136                 "erusev/parsedown": "~1.0"
1137             },
1138             "type": "library",
1139             "extra": {
1140                 "branch-alias": {
1141                     "dev-master": "2.0.x-dev"
1142                 }
1143             },
1144             "autoload": {
1145                 "psr-0": {
1146                     "phpDocumentor": [
1147                         "src/"
1148                     ]
1149                 }
1150             },
1151             "notification-url": "https://packagist.org/downloads/",
1152             "license": [
1153                 "MIT"
1154             ],
1155             "authors": [
1156                 {
1157                     "name": "Mike van Riel",
1158                     "email": "mike.vanriel@naenius.com"
1159                 }
1160             ],
1161             "time": "2015-02-03 12:10:50"
1162         },
1163         {
1164             "name": "phpspec/prophecy",
1165             "version": "v1.4.1",
1166             "source": {
1167                 "type": "git",
1168                 "url": "https://github.com/phpspec/prophecy.git",
1169                 "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
1170             },
1171             "dist": {
1172                 "type": "zip",
1173                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
1174                 "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
1175                 "shasum": ""
1176             },
1177             "require": {
1178                 "doctrine/instantiator": "^1.0.2",
1179                 "phpdocumentor/reflection-docblock": "~2.0",
1180                 "sebastian/comparator": "~1.1"
1181             },
1182             "require-dev": {
1183                 "phpspec/phpspec": "~2.0"
1184             },
1185             "type": "library",
1186             "extra": {
1187                 "branch-alias": {
1188                     "dev-master": "1.4.x-dev"
1189                 }
1190             },
1191             "autoload": {
1192                 "psr-0": {
1193                     "Prophecy\\": "src/"
1194                 }
1195             },
1196             "notification-url": "https://packagist.org/downloads/",
1197             "license": [
1198                 "MIT"
1199             ],
1200             "authors": [
1201                 {
1202                     "name": "Konstantin Kudryashov",
1203                     "email": "ever.zet@gmail.com",
1204                     "homepage": "http://everzet.com"
1205                 },
1206                 {
1207                     "name": "Marcello Duarte",
1208                     "email": "marcello.duarte@gmail.com"
1209                 }
1210             ],
1211             "description": "Highly opinionated mocking framework for PHP 5.3+",
1212             "homepage": "https://github.com/phpspec/prophecy",
1213             "keywords": [
1214                 "Double",
1215                 "Dummy",
1216                 "fake",
1217                 "mock",
1218                 "spy",
1219                 "stub"
1220             ],
1221             "time": "2015-04-27 22:15:08"
1222         },
1223         {
1224             "name": "phpunit/dbunit",
1225             "version": "1.4.0",
1226             "source": {
1227                 "type": "git",
1228                 "url": "https://github.com/sebastianbergmann/dbunit.git",
1229                 "reference": "1afe25c90834ec499f007f48dd73767fdec3bf4f"
1230             },
1231             "dist": {
1232                 "type": "zip",
1233                 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/1afe25c90834ec499f007f48dd73767fdec3bf4f",
1234                 "reference": "1afe25c90834ec499f007f48dd73767fdec3bf4f",
1235                 "shasum": ""
1236             },
1237             "require": {
1238                 "ext-pdo": "*",
1239                 "ext-simplexml": "*",
1240                 "php": ">=5.3.3",
1241                 "phpunit/phpunit": "~4.0",
1242                 "symfony/yaml": "~2.1"
1243             },
1244             "bin": [
1245                 "composer/bin/dbunit"
1246             ],
1247             "type": "library",
1248             "extra": {
1249                 "branch-alias": {
1250                     "dev-master": "1.3.x-dev"
1251                 }
1252             },
1253             "autoload": {
1254                 "classmap": [
1255                     "PHPUnit/"
1256                 ]
1257             },
1258             "notification-url": "https://packagist.org/downloads/",
1259             "include-path": [
1260                 "",
1261                 "../../symfony/yaml/"
1262             ],
1263             "license": [
1264                 "BSD-3-Clause"
1265             ],
1266             "authors": [
1267                 {
1268                     "name": "Sebastian Bergmann",
1269                     "email": "sb@sebastian-bergmann.de",
1270                     "role": "lead"
1271                 }
1272             ],
1273             "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1274             "homepage": "https://github.com/sebastianbergmann/dbunit/",
1275             "keywords": [
1276                 "database",
1277                 "testing",
1278                 "xunit"
1279             ],
1280             "time": "2015-05-21 21:11:02"
1281         },
1282         {
1283             "name": "phpunit/php-code-coverage",
1284             "version": "2.2.2",
1285             "source": {
1286                 "type": "git",
1287                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1288                 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
1289             },
1290             "dist": {
1291                 "type": "zip",
1292                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
1293                 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
1294                 "shasum": ""
1295             },
1296             "require": {
1297                 "php": ">=5.3.3",
1298                 "phpunit/php-file-iterator": "~1.3",
1299                 "phpunit/php-text-template": "~1.2",
1300                 "phpunit/php-token-stream": "~1.3",
1301                 "sebastian/environment": "^1.3.2",
1302                 "sebastian/version": "~1.0"
1303             },
1304             "require-dev": {
1305                 "ext-xdebug": ">=2.1.4",
1306                 "phpunit/phpunit": "~4"
1307             },
1308             "suggest": {
1309                 "ext-dom": "*",
1310                 "ext-xdebug": ">=2.2.1",
1311                 "ext-xmlwriter": "*"
1312             },
1313             "type": "library",
1314             "extra": {
1315                 "branch-alias": {
1316                     "dev-master": "2.2.x-dev"
1317                 }
1318             },
1319             "autoload": {
1320                 "classmap": [
1321                     "src/"
1322                 ]
1323             },
1324             "notification-url": "https://packagist.org/downloads/",
1325             "license": [
1326                 "BSD-3-Clause"
1327             ],
1328             "authors": [
1329                 {
1330                     "name": "Sebastian Bergmann",
1331                     "email": "sb@sebastian-bergmann.de",
1332                     "role": "lead"
1333                 }
1334             ],
1335             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1336             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1337             "keywords": [
1338                 "coverage",
1339                 "testing",
1340                 "xunit"
1341             ],
1342             "time": "2015-08-04 03:42:39"
1343         },
1344         {
1345             "name": "phpunit/php-file-iterator",
1346             "version": "1.4.1",
1347             "source": {
1348                 "type": "git",
1349                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1350                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1351             },
1352             "dist": {
1353                 "type": "zip",
1354                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1355                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1356                 "shasum": ""
1357             },
1358             "require": {
1359                 "php": ">=5.3.3"
1360             },
1361             "type": "library",
1362             "extra": {
1363                 "branch-alias": {
1364                     "dev-master": "1.4.x-dev"
1365                 }
1366             },
1367             "autoload": {
1368                 "classmap": [
1369                     "src/"
1370                 ]
1371             },
1372             "notification-url": "https://packagist.org/downloads/",
1373             "license": [
1374                 "BSD-3-Clause"
1375             ],
1376             "authors": [
1377                 {
1378                     "name": "Sebastian Bergmann",
1379                     "email": "sb@sebastian-bergmann.de",
1380                     "role": "lead"
1381                 }
1382             ],
1383             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1384             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1385             "keywords": [
1386                 "filesystem",
1387                 "iterator"
1388             ],
1389             "time": "2015-06-21 13:08:43"
1390         },
1391         {
1392             "name": "phpunit/php-text-template",
1393             "version": "1.2.1",
1394             "source": {
1395                 "type": "git",
1396                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1397                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1398             },
1399             "dist": {
1400                 "type": "zip",
1401                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1402                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1403                 "shasum": ""
1404             },
1405             "require": {
1406                 "php": ">=5.3.3"
1407             },
1408             "type": "library",
1409             "autoload": {
1410                 "classmap": [
1411                     "src/"
1412                 ]
1413             },
1414             "notification-url": "https://packagist.org/downloads/",
1415             "license": [
1416                 "BSD-3-Clause"
1417             ],
1418             "authors": [
1419                 {
1420                     "name": "Sebastian Bergmann",
1421                     "email": "sebastian@phpunit.de",
1422                     "role": "lead"
1423                 }
1424             ],
1425             "description": "Simple template engine.",
1426             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1427             "keywords": [
1428                 "template"
1429             ],
1430             "time": "2015-06-21 13:50:34"
1431         },
1432         {
1433             "name": "phpunit/php-timer",
1434             "version": "1.0.7",
1435             "source": {
1436                 "type": "git",
1437                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1438                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1439             },
1440             "dist": {
1441                 "type": "zip",
1442                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1443                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1444                 "shasum": ""
1445             },
1446             "require": {
1447                 "php": ">=5.3.3"
1448             },
1449             "type": "library",
1450             "autoload": {
1451                 "classmap": [
1452                     "src/"
1453                 ]
1454             },
1455             "notification-url": "https://packagist.org/downloads/",
1456             "license": [
1457                 "BSD-3-Clause"
1458             ],
1459             "authors": [
1460                 {
1461                     "name": "Sebastian Bergmann",
1462                     "email": "sb@sebastian-bergmann.de",
1463                     "role": "lead"
1464                 }
1465             ],
1466             "description": "Utility class for timing",
1467             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1468             "keywords": [
1469                 "timer"
1470             ],
1471             "time": "2015-06-21 08:01:12"
1472         },
1473         {
1474             "name": "phpunit/php-token-stream",
1475             "version": "1.4.3",
1476             "source": {
1477                 "type": "git",
1478                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1479                 "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
1480             },
1481             "dist": {
1482                 "type": "zip",
1483                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
1484                 "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
1485                 "shasum": ""
1486             },
1487             "require": {
1488                 "ext-tokenizer": "*",
1489                 "php": ">=5.3.3"
1490             },
1491             "require-dev": {
1492                 "phpunit/phpunit": "~4.2"
1493             },
1494             "type": "library",
1495             "extra": {
1496                 "branch-alias": {
1497                     "dev-master": "1.4-dev"
1498                 }
1499             },
1500             "autoload": {
1501                 "classmap": [
1502                     "src/"
1503                 ]
1504             },
1505             "notification-url": "https://packagist.org/downloads/",
1506             "license": [
1507                 "BSD-3-Clause"
1508             ],
1509             "authors": [
1510                 {
1511                     "name": "Sebastian Bergmann",
1512                     "email": "sebastian@phpunit.de"
1513                 }
1514             ],
1515             "description": "Wrapper around PHP's tokenizer extension.",
1516             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1517             "keywords": [
1518                 "tokenizer"
1519             ],
1520             "time": "2015-06-19 03:43:16"
1521         },
1522         {
1523             "name": "phpunit/phpunit",
1524             "version": "4.7.7",
1525             "source": {
1526                 "type": "git",
1527                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1528                 "reference": "9b97f9d807b862c2de2a36e86690000801c85724"
1529             },
1530             "dist": {
1531                 "type": "zip",
1532                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
1533                 "reference": "9b97f9d807b862c2de2a36e86690000801c85724",
1534                 "shasum": ""
1535             },
1536             "require": {
1537                 "ext-dom": "*",
1538                 "ext-json": "*",
1539                 "ext-pcre": "*",
1540                 "ext-reflection": "*",
1541                 "ext-spl": "*",
1542                 "php": ">=5.3.3",
1543                 "phpspec/prophecy": "~1.3,>=1.3.1",
1544                 "phpunit/php-code-coverage": "~2.1",
1545                 "phpunit/php-file-iterator": "~1.4",
1546                 "phpunit/php-text-template": "~1.2",
1547                 "phpunit/php-timer": ">=1.0.6",
1548                 "phpunit/phpunit-mock-objects": "~2.3",
1549                 "sebastian/comparator": "~1.1",
1550                 "sebastian/diff": "~1.2",
1551                 "sebastian/environment": "~1.2",
1552                 "sebastian/exporter": "~1.2",
1553                 "sebastian/global-state": "~1.0",
1554                 "sebastian/version": "~1.0",
1555                 "symfony/yaml": "~2.1|~3.0"
1556             },
1557             "suggest": {
1558                 "phpunit/php-invoker": "~1.1"
1559             },
1560             "bin": [
1561                 "phpunit"
1562             ],
1563             "type": "library",
1564             "extra": {
1565                 "branch-alias": {
1566                     "dev-master": "4.7.x-dev"
1567                 }
1568             },
1569             "autoload": {
1570                 "classmap": [
1571                     "src/"
1572                 ]
1573             },
1574             "notification-url": "https://packagist.org/downloads/",
1575             "license": [
1576                 "BSD-3-Clause"
1577             ],
1578             "authors": [
1579                 {
1580                     "name": "Sebastian Bergmann",
1581                     "email": "sebastian@phpunit.de",
1582                     "role": "lead"
1583                 }
1584             ],
1585             "description": "The PHP Unit Testing framework.",
1586             "homepage": "https://phpunit.de/",
1587             "keywords": [
1588                 "phpunit",
1589                 "testing",
1590                 "xunit"
1591             ],
1592             "time": "2015-07-13 11:28:34"
1593         },
1594         {
1595             "name": "phpunit/phpunit-mock-objects",
1596             "version": "2.3.6",
1597             "source": {
1598                 "type": "git",
1599                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1600                 "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
1601             },
1602             "dist": {
1603                 "type": "zip",
1604                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
1605                 "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
1606                 "shasum": ""
1607             },
1608             "require": {
1609                 "doctrine/instantiator": "~1.0,>=1.0.2",
1610                 "php": ">=5.3.3",
1611                 "phpunit/php-text-template": "~1.2",
1612                 "sebastian/exporter": "~1.2"
1613             },
1614             "require-dev": {
1615                 "phpunit/phpunit": "~4.4"
1616             },
1617             "suggest": {
1618                 "ext-soap": "*"
1619             },
1620             "type": "library",
1621             "extra": {
1622                 "branch-alias": {
1623                     "dev-master": "2.3.x-dev"
1624                 }
1625             },
1626             "autoload": {
1627                 "classmap": [
1628                     "src/"
1629                 ]
1630             },
1631             "notification-url": "https://packagist.org/downloads/",
1632             "license": [
1633                 "BSD-3-Clause"
1634             ],
1635             "authors": [
1636                 {
1637                     "name": "Sebastian Bergmann",
1638                     "email": "sb@sebastian-bergmann.de",
1639                     "role": "lead"
1640                 }
1641             ],
1642             "description": "Mock Object library for PHPUnit",
1643             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1644             "keywords": [
1645                 "mock",
1646                 "xunit"
1647             ],
1648             "time": "2015-07-10 06:54:24"
1649         },
1650         {
1651             "name": "psr/log",
1652             "version": "1.0.0",
1653             "source": {
1654                 "type": "git",
1655                 "url": "https://github.com/php-fig/log.git",
1656                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1657             },
1658             "dist": {
1659                 "type": "zip",
1660                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1661                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1662                 "shasum": ""
1663             },
1664             "type": "library",
1665             "autoload": {
1666                 "psr-0": {
1667                     "Psr\\Log\\": ""
1668                 }
1669             },
1670             "notification-url": "https://packagist.org/downloads/",
1671             "license": [
1672                 "MIT"
1673             ],
1674             "authors": [
1675                 {
1676                     "name": "PHP-FIG",
1677                     "homepage": "http://www.php-fig.org/"
1678                 }
1679             ],
1680             "description": "Common interface for logging libraries",
1681             "keywords": [
1682                 "log",
1683                 "psr",
1684                 "psr-3"
1685             ],
1686             "time": "2012-12-21 11:40:51"
1687         },
1688         {
1689             "name": "sebastian/comparator",
1690             "version": "1.2.0",
1691             "source": {
1692                 "type": "git",
1693                 "url": "https://github.com/sebastianbergmann/comparator.git",
1694                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1695             },
1696             "dist": {
1697                 "type": "zip",
1698                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1699                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1700                 "shasum": ""
1701             },
1702             "require": {
1703                 "php": ">=5.3.3",
1704                 "sebastian/diff": "~1.2",
1705                 "sebastian/exporter": "~1.2"
1706             },
1707             "require-dev": {
1708                 "phpunit/phpunit": "~4.4"
1709             },
1710             "type": "library",
1711             "extra": {
1712                 "branch-alias": {
1713                     "dev-master": "1.2.x-dev"
1714                 }
1715             },
1716             "autoload": {
1717                 "classmap": [
1718                     "src/"
1719                 ]
1720             },
1721             "notification-url": "https://packagist.org/downloads/",
1722             "license": [
1723                 "BSD-3-Clause"
1724             ],
1725             "authors": [
1726                 {
1727                     "name": "Jeff Welch",
1728                     "email": "whatthejeff@gmail.com"
1729                 },
1730                 {
1731                     "name": "Volker Dusch",
1732                     "email": "github@wallbash.com"
1733                 },
1734                 {
1735                     "name": "Bernhard Schussek",
1736                     "email": "bschussek@2bepublished.at"
1737                 },
1738                 {
1739                     "name": "Sebastian Bergmann",
1740                     "email": "sebastian@phpunit.de"
1741                 }
1742             ],
1743             "description": "Provides the functionality to compare PHP values for equality",
1744             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1745             "keywords": [
1746                 "comparator",
1747                 "compare",
1748                 "equality"
1749             ],
1750             "time": "2015-07-26 15:48:44"
1751         },
1752         {
1753             "name": "sebastian/diff",
1754             "version": "1.3.0",
1755             "source": {
1756                 "type": "git",
1757                 "url": "https://github.com/sebastianbergmann/diff.git",
1758                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
1759             },
1760             "dist": {
1761                 "type": "zip",
1762                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
1763                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
1764                 "shasum": ""
1765             },
1766             "require": {
1767                 "php": ">=5.3.3"
1768             },
1769             "require-dev": {
1770                 "phpunit/phpunit": "~4.2"
1771             },
1772             "type": "library",
1773             "extra": {
1774                 "branch-alias": {
1775                     "dev-master": "1.3-dev"
1776                 }
1777             },
1778             "autoload": {
1779                 "classmap": [
1780                     "src/"
1781                 ]
1782             },
1783             "notification-url": "https://packagist.org/downloads/",
1784             "license": [
1785                 "BSD-3-Clause"
1786             ],
1787             "authors": [
1788                 {
1789                     "name": "Kore Nordmann",
1790                     "email": "mail@kore-nordmann.de"
1791                 },
1792                 {
1793                     "name": "Sebastian Bergmann",
1794                     "email": "sebastian@phpunit.de"
1795                 }
1796             ],
1797             "description": "Diff implementation",
1798             "homepage": "http://www.github.com/sebastianbergmann/diff",
1799             "keywords": [
1800                 "diff"
1801             ],
1802             "time": "2015-02-22 15:13:53"
1803         },
1804         {
1805             "name": "sebastian/environment",
1806             "version": "1.3.2",
1807             "source": {
1808                 "type": "git",
1809                 "url": "https://github.com/sebastianbergmann/environment.git",
1810                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
1811             },
1812             "dist": {
1813                 "type": "zip",
1814                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
1815                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
1816                 "shasum": ""
1817             },
1818             "require": {
1819                 "php": ">=5.3.3"
1820             },
1821             "require-dev": {
1822                 "phpunit/phpunit": "~4.4"
1823             },
1824             "type": "library",
1825             "extra": {
1826                 "branch-alias": {
1827                     "dev-master": "1.3.x-dev"
1828                 }
1829             },
1830             "autoload": {
1831                 "classmap": [
1832                     "src/"
1833                 ]
1834             },
1835             "notification-url": "https://packagist.org/downloads/",
1836             "license": [
1837                 "BSD-3-Clause"
1838             ],
1839             "authors": [
1840                 {
1841                     "name": "Sebastian Bergmann",
1842                     "email": "sebastian@phpunit.de"
1843                 }
1844             ],
1845             "description": "Provides functionality to handle HHVM/PHP environments",
1846             "homepage": "http://www.github.com/sebastianbergmann/environment",
1847             "keywords": [
1848                 "Xdebug",
1849                 "environment",
1850                 "hhvm"
1851             ],
1852             "time": "2015-08-03 06:14:51"
1853         },
1854         {
1855             "name": "sebastian/exporter",
1856             "version": "1.2.1",
1857             "source": {
1858                 "type": "git",
1859                 "url": "https://github.com/sebastianbergmann/exporter.git",
1860                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1861             },
1862             "dist": {
1863                 "type": "zip",
1864                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1865                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1866                 "shasum": ""
1867             },
1868             "require": {
1869                 "php": ">=5.3.3",
1870                 "sebastian/recursion-context": "~1.0"
1871             },
1872             "require-dev": {
1873                 "phpunit/phpunit": "~4.4"
1874             },
1875             "type": "library",
1876             "extra": {
1877                 "branch-alias": {
1878                     "dev-master": "1.2.x-dev"
1879                 }
1880             },
1881             "autoload": {
1882                 "classmap": [
1883                     "src/"
1884                 ]
1885             },
1886             "notification-url": "https://packagist.org/downloads/",
1887             "license": [
1888                 "BSD-3-Clause"
1889             ],
1890             "authors": [
1891                 {
1892                     "name": "Jeff Welch",
1893                     "email": "whatthejeff@gmail.com"
1894                 },
1895                 {
1896                     "name": "Volker Dusch",
1897                     "email": "github@wallbash.com"
1898                 },
1899                 {
1900                     "name": "Bernhard Schussek",
1901                     "email": "bschussek@2bepublished.at"
1902                 },
1903                 {
1904                     "name": "Sebastian Bergmann",
1905                     "email": "sebastian@phpunit.de"
1906                 },
1907                 {
1908                     "name": "Adam Harvey",
1909                     "email": "aharvey@php.net"
1910                 }
1911             ],
1912             "description": "Provides the functionality to export PHP variables for visualization",
1913             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1914             "keywords": [
1915                 "export",
1916                 "exporter"
1917             ],
1918             "time": "2015-06-21 07:55:53"
1919         },
1920         {
1921             "name": "sebastian/global-state",
1922             "version": "1.0.0",
1923             "source": {
1924                 "type": "git",
1925                 "url": "https://github.com/sebastianbergmann/global-state.git",
1926                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1927             },
1928             "dist": {
1929                 "type": "zip",
1930                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1931                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1932                 "shasum": ""
1933             },
1934             "require": {
1935                 "php": ">=5.3.3"
1936             },
1937             "require-dev": {
1938                 "phpunit/phpunit": "~4.2"
1939             },
1940             "suggest": {
1941                 "ext-uopz": "*"
1942             },
1943             "type": "library",
1944             "extra": {
1945                 "branch-alias": {
1946                     "dev-master": "1.0-dev"
1947                 }
1948             },
1949             "autoload": {
1950                 "classmap": [
1951                     "src/"
1952                 ]
1953             },
1954             "notification-url": "https://packagist.org/downloads/",
1955             "license": [
1956                 "BSD-3-Clause"
1957             ],
1958             "authors": [
1959                 {
1960                     "name": "Sebastian Bergmann",
1961                     "email": "sebastian@phpunit.de"
1962                 }
1963             ],
1964             "description": "Snapshotting of global state",
1965             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1966             "keywords": [
1967                 "global state"
1968             ],
1969             "time": "2014-10-06 09:23:50"
1970         },
1971         {
1972             "name": "sebastian/recursion-context",
1973             "version": "1.0.1",
1974             "source": {
1975                 "type": "git",
1976                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1977                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
1978             },
1979             "dist": {
1980                 "type": "zip",
1981                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
1982                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
1983                 "shasum": ""
1984             },
1985             "require": {
1986                 "php": ">=5.3.3"
1987             },
1988             "require-dev": {
1989                 "phpunit/phpunit": "~4.4"
1990             },
1991             "type": "library",
1992             "extra": {
1993                 "branch-alias": {
1994                     "dev-master": "1.0.x-dev"
1995                 }
1996             },
1997             "autoload": {
1998                 "classmap": [
1999                     "src/"
2000                 ]
2001             },
2002             "notification-url": "https://packagist.org/downloads/",
2003             "license": [
2004                 "BSD-3-Clause"
2005             ],
2006             "authors": [
2007                 {
2008                     "name": "Jeff Welch",
2009                     "email": "whatthejeff@gmail.com"
2010                 },
2011                 {
2012                     "name": "Sebastian Bergmann",
2013                     "email": "sebastian@phpunit.de"
2014                 },
2015                 {
2016                     "name": "Adam Harvey",
2017                     "email": "aharvey@php.net"
2018                 }
2019             ],
2020             "description": "Provides functionality to recursively process PHP variables",
2021             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2022             "time": "2015-06-21 08:04:50"
2023         },
2024         {
2025             "name": "sebastian/version",
2026             "version": "1.0.6",
2027             "source": {
2028                 "type": "git",
2029                 "url": "https://github.com/sebastianbergmann/version.git",
2030                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2031             },
2032             "dist": {
2033                 "type": "zip",
2034                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2035                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2036                 "shasum": ""
2037             },
2038             "type": "library",
2039             "autoload": {
2040                 "classmap": [
2041                     "src/"
2042                 ]
2043             },
2044             "notification-url": "https://packagist.org/downloads/",
2045             "license": [
2046                 "BSD-3-Clause"
2047             ],
2048             "authors": [
2049                 {
2050                     "name": "Sebastian Bergmann",
2051                     "email": "sebastian@phpunit.de",
2052                     "role": "lead"
2053                 }
2054             ],
2055             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2056             "homepage": "https://github.com/sebastianbergmann/version",
2057             "time": "2015-06-21 13:59:46"
2058         },
2059         {
2060             "name": "symfony/icu",
2061             "version": "v1.2.2",
2062             "target-dir": "Symfony/Component/Icu",
2063             "source": {
2064                 "type": "git",
2065                 "url": "https://github.com/symfony/Icu.git",
2066                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
2067             },
2068             "dist": {
2069                 "type": "zip",
2070                 "url": "https://api.github.com/repos/symfony/Icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
2071                 "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
2072                 "shasum": ""
2073             },
2074             "require": {
2075                 "ext-intl": "*",
2076                 "lib-icu": ">=4.4",
2077                 "php": ">=5.3.3",
2078                 "symfony/intl": "~2.3"
2079             },
2080             "type": "library",
2081             "autoload": {
2082                 "psr-0": {
2083                     "Symfony\\Component\\Icu\\": ""
2084                 }
2085             },
2086             "notification-url": "https://packagist.org/downloads/",
2087             "license": [
2088                 "MIT"
2089             ],
2090             "authors": [
2091                 {
2092                     "name": "Symfony Community",
2093                     "homepage": "http://symfony.com/contributors"
2094                 },
2095                 {
2096                     "name": "Bernhard Schussek",
2097                     "email": "bschussek@gmail.com"
2098                 }
2099             ],
2100             "description": "Contains an excerpt of the ICU data and classes to load it.",
2101             "homepage": "http://symfony.com",
2102             "keywords": [
2103                 "icu",
2104                 "intl"
2105             ],
2106             "time": "2014-07-25 09:58:17"
2107         },
2108         {
2109             "name": "symfony/symfony",
2110             "version": "v2.4.10",
2111             "source": {
2112                 "type": "git",
2113                 "url": "https://github.com/symfony/symfony.git",
2114                 "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a"
2115             },
2116             "dist": {
2117                 "type": "zip",
2118                 "url": "https://api.github.com/repos/symfony/symfony/zipball/daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
2119                 "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
2120                 "shasum": ""
2121             },
2122             "require": {
2123                 "doctrine/common": "~2.2",
2124                 "php": ">=5.3.3",
2125                 "psr/log": "~1.0",
2126                 "symfony/icu": "~1.0",
2127                 "twig/twig": "~1.12"
2128             },
2129             "replace": {
2130                 "symfony/browser-kit": "self.version",
2131                 "symfony/class-loader": "self.version",
2132                 "symfony/config": "self.version",
2133                 "symfony/console": "self.version",
2134                 "symfony/css-selector": "self.version",
2135                 "symfony/debug": "self.version",
2136                 "symfony/dependency-injection": "self.version",
2137                 "symfony/doctrine-bridge": "self.version",
2138                 "symfony/dom-crawler": "self.version",
2139                 "symfony/event-dispatcher": "self.version",
2140                 "symfony/expression-language": "self.version",
2141                 "symfony/filesystem": "self.version",
2142                 "symfony/finder": "self.version",
2143                 "symfony/form": "self.version",
2144                 "symfony/framework-bundle": "self.version",
2145                 "symfony/http-foundation": "self.version",
2146                 "symfony/http-kernel": "self.version",
2147                 "symfony/intl": "self.version",
2148                 "symfony/locale": "self.version",
2149                 "symfony/monolog-bridge": "self.version",
2150                 "symfony/options-resolver": "self.version",
2151                 "symfony/process": "self.version",
2152                 "symfony/propel1-bridge": "self.version",
2153                 "symfony/property-access": "self.version",
2154                 "symfony/proxy-manager-bridge": "self.version",
2155                 "symfony/routing": "self.version",
2156                 "symfony/security": "self.version",
2157                 "symfony/security-acl": "self.version",
2158                 "symfony/security-bundle": "self.version",
2159                 "symfony/security-core": "self.version",
2160                 "symfony/security-csrf": "self.version",
2161                 "symfony/security-http": "self.version",
2162                 "symfony/serializer": "self.version",
2163                 "symfony/stopwatch": "self.version",
2164                 "symfony/swiftmailer-bridge": "self.version",
2165                 "symfony/templating": "self.version",
2166                 "symfony/translation": "self.version",
2167                 "symfony/twig-bridge": "self.version",
2168                 "symfony/twig-bundle": "self.version",
2169                 "symfony/validator": "self.version",
2170                 "symfony/web-profiler-bundle": "self.version",
2171                 "symfony/yaml": "self.version"
2172             },
2173             "require-dev": {
2174                 "doctrine/data-fixtures": "1.0.*",
2175                 "doctrine/dbal": "~2.2",
2176                 "doctrine/orm": "~2.2,>=2.2.3",
2177                 "ircmaxell/password-compat": "1.0.*",
2178                 "monolog/monolog": "~1.3",
2179                 "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
2180                 "propel/propel1": "1.6.*"
2181             },
2182             "type": "library",
2183             "extra": {
2184                 "branch-alias": {
2185                     "dev-master": "2.4-dev"
2186                 }
2187             },
2188             "autoload": {
2189                 "psr-0": {
2190                     "Symfony\\": "src/"
2191                 },
2192                 "classmap": [
2193                     "src/Symfony/Component/HttpFoundation/Resources/stubs",
2194                     "src/Symfony/Component/Intl/Resources/stubs"
2195                 ],
2196                 "files": [
2197                     "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2198                 ]
2199             },
2200             "notification-url": "https://packagist.org/downloads/",
2201             "license": [
2202                 "MIT"
2203             ],
2204             "authors": [
2205                 {
2206                     "name": "Symfony Community",
2207                     "homepage": "http://symfony.com/contributors"
2208                 },
2209                 {
2210                     "name": "Fabien Potencier",
2211                     "email": "fabien@symfony.com"
2212                 }
2213             ],
2214             "description": "The Symfony PHP framework",
2215             "homepage": "http://symfony.com",
2216             "keywords": [
2217                 "framework"
2218             ],
2219             "time": "2014-09-28 17:03:37"
2220         },
2221         {
2222             "name": "twig/twig",
2223             "version": "v1.19.0",
2224             "source": {
2225                 "type": "git",
2226                 "url": "https://github.com/twigphp/Twig.git",
2227                 "reference": "edbeaf43b0a606cdaadc32a11d2673614a377b90"
2228             },
2229             "dist": {
2230                 "type": "zip",
2231                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/edbeaf43b0a606cdaadc32a11d2673614a377b90",
2232                 "reference": "edbeaf43b0a606cdaadc32a11d2673614a377b90",
2233                 "shasum": ""
2234             },
2235             "require": {
2236                 "php": ">=5.2.7"
2237             },
2238             "type": "library",
2239             "extra": {
2240                 "branch-alias": {
2241                     "dev-master": "1.19-dev"
2242                 }
2243             },
2244             "autoload": {
2245                 "psr-0": {
2246                     "Twig_": "lib/"
2247                 }
2248             },
2249             "notification-url": "https://packagist.org/downloads/",
2250             "license": [
2251                 "BSD-3-Clause"
2252             ],
2253             "authors": [
2254                 {
2255                     "name": "Fabien Potencier",
2256                     "email": "fabien@symfony.com",
2257                     "homepage": "http://fabien.potencier.org",
2258                     "role": "Lead Developer"
2259                 },
2260                 {
2261                     "name": "Armin Ronacher",
2262                     "email": "armin.ronacher@active-4.com",
2263                     "role": "Project Founder"
2264                 },
2265                 {
2266                     "name": "Twig Team",
2267                     "homepage": "http://twig.sensiolabs.org/contributors",
2268                     "role": "Contributors"
2269                 }
2270             ],
2271             "description": "Twig, the flexible, fast, and secure template language for PHP",
2272             "homepage": "http://twig.sensiolabs.org",
2273             "keywords": [
2274                 "templating"
2275             ],
2276             "time": "2015-07-31 13:45:26"
2277         }
2278     ],
2279     "aliases": [],
2280     "minimum-stability": "stable",
2281     "stability-flags": [],
2282     "prefer-stable": false,
2283     "prefer-lowest": false,
2284     "platform": [],
2285     "platform-dev": []