Failed Conditions
Push — master ( 07f9f1...b28144 )
by Zac
31:54
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
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": "df3204e9e4047638582decbc50a0cee9",
8
    "content-hash": "d78fb777967bfa1bc36a00b315d5ef38",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.6.0",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
89
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "~5.5|~7.0"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": "~4.8|~5.0",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.6.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2015-12-31 16:37:02"
147
        },
148
        {
149
            "name": "doctrine/collections",
150
            "version": "v1.3.0",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/collections.git",
154
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "require-dev": {
166
                "phpunit/phpunit": "~4.0"
167
            },
168
            "type": "library",
169
            "extra": {
170
                "branch-alias": {
171
                    "dev-master": "1.2.x-dev"
172
                }
173
            },
174
            "autoload": {
175
                "psr-0": {
176
                    "Doctrine\\Common\\Collections\\": "lib/"
177
                }
178
            },
179
            "notification-url": "https://packagist.org/downloads/",
180
            "license": [
181
                "MIT"
182
            ],
183
            "authors": [
184
                {
185
                    "name": "Roman Borschel",
186
                    "email": "[email protected]"
187
                },
188
                {
189
                    "name": "Benjamin Eberlei",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Guilherme Blanco",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Jonathan Wage",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Johannes Schmitt",
202
                    "email": "[email protected]"
203
                }
204
            ],
205
            "description": "Collections Abstraction library",
206
            "homepage": "http://www.doctrine-project.org",
207
            "keywords": [
208
                "array",
209
                "collections",
210
                "iterator"
211
            ],
212
            "time": "2015-04-14 22:21:58"
213
        },
214
        {
215
            "name": "doctrine/common",
216
            "version": "v2.6.1",
217
            "source": {
218
                "type": "git",
219
                "url": "https://github.com/doctrine/common.git",
220
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
221
            },
222
            "dist": {
223
                "type": "zip",
224
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
225
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
226
                "shasum": ""
227
            },
228
            "require": {
229
                "doctrine/annotations": "1.*",
230
                "doctrine/cache": "1.*",
231
                "doctrine/collections": "1.*",
232
                "doctrine/inflector": "1.*",
233
                "doctrine/lexer": "1.*",
234
                "php": "~5.5|~7.0"
235
            },
236
            "require-dev": {
237
                "phpunit/phpunit": "~4.8|~5.0"
238
            },
239
            "type": "library",
240
            "extra": {
241
                "branch-alias": {
242
                    "dev-master": "2.7.x-dev"
243
                }
244
            },
245
            "autoload": {
246
                "psr-4": {
247
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
248
                }
249
            },
250
            "notification-url": "https://packagist.org/downloads/",
251
            "license": [
252
                "MIT"
253
            ],
254
            "authors": [
255
                {
256
                    "name": "Roman Borschel",
257
                    "email": "[email protected]"
258
                },
259
                {
260
                    "name": "Benjamin Eberlei",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Guilherme Blanco",
265
                    "email": "[email protected]"
266
                },
267
                {
268
                    "name": "Jonathan Wage",
269
                    "email": "[email protected]"
270
                },
271
                {
272
                    "name": "Johannes Schmitt",
273
                    "email": "[email protected]"
274
                }
275
            ],
276
            "description": "Common Library for Doctrine projects",
277
            "homepage": "http://www.doctrine-project.org",
278
            "keywords": [
279
                "annotations",
280
                "collections",
281
                "eventmanager",
282
                "persistence",
283
                "spl"
284
            ],
285
            "time": "2015-12-25 13:18:31"
286
        },
287
        {
288
            "name": "doctrine/dbal",
289
            "version": "v2.5.4",
290
            "source": {
291
                "type": "git",
292
                "url": "https://github.com/doctrine/dbal.git",
293
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
294
            },
295
            "dist": {
296
                "type": "zip",
297
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
298
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
299
                "shasum": ""
300
            },
301
            "require": {
302
                "doctrine/common": ">=2.4,<2.7-dev",
303
                "php": ">=5.3.2"
304
            },
305
            "require-dev": {
306
                "phpunit/phpunit": "4.*",
307
                "symfony/console": "2.*"
308
            },
309
            "suggest": {
310
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
311
            },
312
            "bin": [
313
                "bin/doctrine-dbal"
314
            ],
315
            "type": "library",
316
            "extra": {
317
                "branch-alias": {
318
                    "dev-master": "2.5.x-dev"
319
                }
320
            },
321
            "autoload": {
322
                "psr-0": {
323
                    "Doctrine\\DBAL\\": "lib/"
324
                }
325
            },
326
            "notification-url": "https://packagist.org/downloads/",
327
            "license": [
328
                "MIT"
329
            ],
330
            "authors": [
331
                {
332
                    "name": "Roman Borschel",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Benjamin Eberlei",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Guilherme Blanco",
341
                    "email": "[email protected]"
342
                },
343
                {
344
                    "name": "Jonathan Wage",
345
                    "email": "[email protected]"
346
                }
347
            ],
348
            "description": "Database Abstraction Layer",
349
            "homepage": "http://www.doctrine-project.org",
350
            "keywords": [
351
                "database",
352
                "dbal",
353
                "persistence",
354
                "queryobject"
355
            ],
356
            "time": "2016-01-05 22:11:12"
357
        },
358
        {
359
            "name": "doctrine/doctrine-bundle",
360
            "version": "1.6.2",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/doctrine/DoctrineBundle.git",
364
                "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9",
369
                "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "doctrine/dbal": "~2.3",
374
                "doctrine/doctrine-cache-bundle": "~1.0",
375
                "jdorn/sql-formatter": "~1.1",
376
                "php": ">=5.3.2",
377
                "symfony/console": "~2.3|~3.0",
378
                "symfony/doctrine-bridge": "~2.2|~3.0",
379
                "symfony/framework-bundle": "~2.3|~3.0"
380
            },
381
            "require-dev": {
382
                "doctrine/orm": "~2.3",
383
                "phpunit/phpunit": "~4",
384
                "satooshi/php-coveralls": "~0.6.1",
385
                "symfony/phpunit-bridge": "~2.7|~3.0",
386
                "symfony/validator": "~2.2|~3.0",
387
                "symfony/yaml": "~2.2|~3.0",
388
                "twig/twig": "~1.10"
389
            },
390
            "suggest": {
391
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
392
                "symfony/web-profiler-bundle": "to use the data collector"
393
            },
394
            "type": "symfony-bundle",
395
            "extra": {
396
                "branch-alias": {
397
                    "dev-master": "1.6.x-dev"
398
                }
399
            },
400
            "autoload": {
401
                "psr-4": {
402
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
403
                }
404
            },
405
            "notification-url": "https://packagist.org/downloads/",
406
            "license": [
407
                "MIT"
408
            ],
409
            "authors": [
410
                {
411
                    "name": "Symfony Community",
412
                    "homepage": "http://symfony.com/contributors"
413
                },
414
                {
415
                    "name": "Benjamin Eberlei",
416
                    "email": "[email protected]"
417
                },
418
                {
419
                    "name": "Doctrine Project",
420
                    "homepage": "http://www.doctrine-project.org/"
421
                },
422
                {
423
                    "name": "Fabien Potencier",
424
                    "email": "[email protected]"
425
                }
426
            ],
427
            "description": "Symfony DoctrineBundle",
428
            "homepage": "http://www.doctrine-project.org",
429
            "keywords": [
430
                "database",
431
                "dbal",
432
                "orm",
433
                "persistence"
434
            ],
435
            "time": "2016-01-10 17:21:44"
436
        },
437
        {
438
            "name": "doctrine/doctrine-cache-bundle",
439
            "version": "1.3.0",
440
            "source": {
441
                "type": "git",
442
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
443
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
444
            },
445
            "dist": {
446
                "type": "zip",
447
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
448
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
449
                "shasum": ""
450
            },
451
            "require": {
452
                "doctrine/cache": "^1.4.2",
453
                "doctrine/inflector": "~1.0",
454
                "php": ">=5.3.2",
455
                "symfony/doctrine-bridge": "~2.2|~3.0"
456
            },
457
            "require-dev": {
458
                "instaclick/coding-standard": "~1.1",
459
                "instaclick/object-calisthenics-sniffs": "dev-master",
460
                "instaclick/symfony2-coding-standard": "dev-remaster",
461
                "phpunit/phpunit": "~4",
462
                "predis/predis": "~0.8",
463
                "satooshi/php-coveralls": "~0.6.1",
464
                "squizlabs/php_codesniffer": "~1.5",
465
                "symfony/console": "~2.2|~3.0",
466
                "symfony/finder": "~2.2|~3.0",
467
                "symfony/framework-bundle": "~2.2|~3.0",
468
                "symfony/phpunit-bridge": "~2.7|~3.0",
469
                "symfony/security-acl": "~2.3|~3.0",
470
                "symfony/validator": "~2.2|~3.0",
471
                "symfony/yaml": "~2.2|~3.0"
472
            },
473
            "suggest": {
474
                "symfony/security-acl": "For using this bundle to cache ACLs"
475
            },
476
            "type": "symfony-bundle",
477
            "extra": {
478
                "branch-alias": {
479
                    "dev-master": "1.2.x-dev"
480
                }
481
            },
482
            "autoload": {
483
                "psr-4": {
484
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
485
                }
486
            },
487
            "notification-url": "https://packagist.org/downloads/",
488
            "license": [
489
                "MIT"
490
            ],
491
            "authors": [
492
                {
493
                    "name": "Symfony Community",
494
                    "homepage": "http://symfony.com/contributors"
495
                },
496
                {
497
                    "name": "Benjamin Eberlei",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Fabio B. Silva",
502
                    "email": "[email protected]"
503
                },
504
                {
505
                    "name": "Guilherme Blanco",
506
                    "email": "[email protected]"
507
                },
508
                {
509
                    "name": "Doctrine Project",
510
                    "homepage": "http://www.doctrine-project.org/"
511
                },
512
                {
513
                    "name": "Fabien Potencier",
514
                    "email": "[email protected]"
515
                }
516
            ],
517
            "description": "Symfony Bundle for Doctrine Cache",
518
            "homepage": "http://www.doctrine-project.org",
519
            "keywords": [
520
                "cache",
521
                "caching"
522
            ],
523
            "time": "2016-01-26 17:28:51"
524
        },
525
        {
526
            "name": "doctrine/inflector",
527
            "version": "v1.1.0",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/doctrine/inflector.git",
531
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
536
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "php": ">=5.3.2"
541
            },
542
            "require-dev": {
543
                "phpunit/phpunit": "4.*"
544
            },
545
            "type": "library",
546
            "extra": {
547
                "branch-alias": {
548
                    "dev-master": "1.1.x-dev"
549
                }
550
            },
551
            "autoload": {
552
                "psr-0": {
553
                    "Doctrine\\Common\\Inflector\\": "lib/"
554
                }
555
            },
556
            "notification-url": "https://packagist.org/downloads/",
557
            "license": [
558
                "MIT"
559
            ],
560
            "authors": [
561
                {
562
                    "name": "Roman Borschel",
563
                    "email": "[email protected]"
564
                },
565
                {
566
                    "name": "Benjamin Eberlei",
567
                    "email": "[email protected]"
568
                },
569
                {
570
                    "name": "Guilherme Blanco",
571
                    "email": "[email protected]"
572
                },
573
                {
574
                    "name": "Jonathan Wage",
575
                    "email": "[email protected]"
576
                },
577
                {
578
                    "name": "Johannes Schmitt",
579
                    "email": "[email protected]"
580
                }
581
            ],
582
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
583
            "homepage": "http://www.doctrine-project.org",
584
            "keywords": [
585
                "inflection",
586
                "pluralize",
587
                "singularize",
588
                "string"
589
            ],
590
            "time": "2015-11-06 14:35:42"
591
        },
592
        {
593
            "name": "doctrine/instantiator",
594
            "version": "1.0.5",
595
            "source": {
596
                "type": "git",
597
                "url": "https://github.com/doctrine/instantiator.git",
598
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
599
            },
600
            "dist": {
601
                "type": "zip",
602
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
603
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
604
                "shasum": ""
605
            },
606
            "require": {
607
                "php": ">=5.3,<8.0-DEV"
608
            },
609
            "require-dev": {
610
                "athletic/athletic": "~0.1.8",
611
                "ext-pdo": "*",
612
                "ext-phar": "*",
613
                "phpunit/phpunit": "~4.0",
614
                "squizlabs/php_codesniffer": "~2.0"
615
            },
616
            "type": "library",
617
            "extra": {
618
                "branch-alias": {
619
                    "dev-master": "1.0.x-dev"
620
                }
621
            },
622
            "autoload": {
623
                "psr-4": {
624
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
625
                }
626
            },
627
            "notification-url": "https://packagist.org/downloads/",
628
            "license": [
629
                "MIT"
630
            ],
631
            "authors": [
632
                {
633
                    "name": "Marco Pivetta",
634
                    "email": "[email protected]",
635
                    "homepage": "http://ocramius.github.com/"
636
                }
637
            ],
638
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
639
            "homepage": "https://github.com/doctrine/instantiator",
640
            "keywords": [
641
                "constructor",
642
                "instantiate"
643
            ],
644
            "time": "2015-06-14 21:17:01"
645
        },
646
        {
647
            "name": "doctrine/lexer",
648
            "version": "v1.0.1",
649
            "source": {
650
                "type": "git",
651
                "url": "https://github.com/doctrine/lexer.git",
652
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
653
            },
654
            "dist": {
655
                "type": "zip",
656
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
657
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
658
                "shasum": ""
659
            },
660
            "require": {
661
                "php": ">=5.3.2"
662
            },
663
            "type": "library",
664
            "extra": {
665
                "branch-alias": {
666
                    "dev-master": "1.0.x-dev"
667
                }
668
            },
669
            "autoload": {
670
                "psr-0": {
671
                    "Doctrine\\Common\\Lexer\\": "lib/"
672
                }
673
            },
674
            "notification-url": "https://packagist.org/downloads/",
675
            "license": [
676
                "MIT"
677
            ],
678
            "authors": [
679
                {
680
                    "name": "Roman Borschel",
681
                    "email": "[email protected]"
682
                },
683
                {
684
                    "name": "Guilherme Blanco",
685
                    "email": "[email protected]"
686
                },
687
                {
688
                    "name": "Johannes Schmitt",
689
                    "email": "[email protected]"
690
                }
691
            ],
692
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
693
            "homepage": "http://www.doctrine-project.org",
694
            "keywords": [
695
                "lexer",
696
                "parser"
697
            ],
698
            "time": "2014-09-09 13:34:57"
699
        },
700
        {
701
            "name": "doctrine/orm",
702
            "version": "v2.5.4",
703
            "source": {
704
                "type": "git",
705
                "url": "https://github.com/doctrine/doctrine2.git",
706
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
707
            },
708
            "dist": {
709
                "type": "zip",
710
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
711
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
712
                "shasum": ""
713
            },
714
            "require": {
715
                "doctrine/cache": "~1.4",
716
                "doctrine/collections": "~1.2",
717
                "doctrine/common": ">=2.5-dev,<2.7-dev",
718
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
719
                "doctrine/instantiator": "~1.0.1",
720
                "ext-pdo": "*",
721
                "php": ">=5.4",
722
                "symfony/console": "~2.5|~3.0"
723
            },
724
            "require-dev": {
725
                "phpunit/phpunit": "~4.0",
726
                "symfony/yaml": "~2.3|~3.0"
727
            },
728
            "suggest": {
729
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
730
            },
731
            "bin": [
732
                "bin/doctrine",
733
                "bin/doctrine.php"
734
            ],
735
            "type": "library",
736
            "extra": {
737
                "branch-alias": {
738
                    "dev-master": "2.6.x-dev"
739
                }
740
            },
741
            "autoload": {
742
                "psr-0": {
743
                    "Doctrine\\ORM\\": "lib/"
744
                }
745
            },
746
            "notification-url": "https://packagist.org/downloads/",
747
            "license": [
748
                "MIT"
749
            ],
750
            "authors": [
751
                {
752
                    "name": "Roman Borschel",
753
                    "email": "[email protected]"
754
                },
755
                {
756
                    "name": "Benjamin Eberlei",
757
                    "email": "[email protected]"
758
                },
759
                {
760
                    "name": "Guilherme Blanco",
761
                    "email": "[email protected]"
762
                },
763
                {
764
                    "name": "Jonathan Wage",
765
                    "email": "[email protected]"
766
                }
767
            ],
768
            "description": "Object-Relational-Mapper for PHP",
769
            "homepage": "http://www.doctrine-project.org",
770
            "keywords": [
771
                "database",
772
                "orm"
773
            ],
774
            "time": "2016-01-05 21:34:58"
775
        },
776
        {
777
            "name": "friendsofsymfony/jsrouting-bundle",
778
            "version": "1.6.0",
779
            "source": {
780
                "type": "git",
781
                "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
782
                "reference": "2f52d924692647db02bbcb27c159fef03bf000c9"
783
            },
784
            "dist": {
785
                "type": "zip",
786
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/2f52d924692647db02bbcb27c159fef03bf000c9",
787
                "reference": "2f52d924692647db02bbcb27c159fef03bf000c9",
788
                "shasum": ""
789
            },
790
            "require": {
791
                "php": ">=5.3.2",
792
                "symfony/console": "~2.0|3.*",
793
                "symfony/framework-bundle": "~2.0|3.*",
794
                "symfony/serializer": "~2.0|3.*",
795
                "willdurand/jsonp-callback-validator": "~1.0"
796
            },
797
            "require-dev": {
798
                "symfony/expression-language": "~2.4|3.*"
799
            },
800
            "type": "symfony-bundle",
801
            "extra": {
802
                "branch-alias": {
803
                    "dev-master": "1.5-dev"
804
                }
805
            },
806
            "autoload": {
807
                "psr-4": {
808
                    "FOS\\JsRoutingBundle\\": ""
809
                }
810
            },
811
            "notification-url": "https://packagist.org/downloads/",
812
            "license": [
813
                "MIT"
814
            ],
815
            "authors": [
816
                {
817
                    "name": "FriendsOfSymfony Community",
818
                    "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
819
                },
820
                {
821
                    "name": "William Durand",
822
                    "email": "[email protected]"
823
                }
824
            ],
825
            "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
826
            "homepage": "http://friendsofsymfony.github.com",
827
            "keywords": [
828
                "Js Routing",
829
                "javascript",
830
                "routing"
831
            ],
832
            "time": "2015-10-28 15:08:39"
833
        },
834
        {
835
            "name": "friendsofsymfony/user-bundle",
836
            "version": "v1.3.6",
837
            "target-dir": "FOS/UserBundle",
838
            "source": {
839
                "type": "git",
840
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
841
                "reference": "2022ac8463a8c50dd631f93a17064bd41795fff2"
842
            },
843
            "dist": {
844
                "type": "zip",
845
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/2022ac8463a8c50dd631f93a17064bd41795fff2",
846
                "reference": "2022ac8463a8c50dd631f93a17064bd41795fff2",
847
                "shasum": ""
848
            },
849
            "require": {
850
                "php": ">=5.3.2",
851
                "symfony/framework-bundle": "~2.1",
852
                "symfony/security-bundle": "~2.1"
853
            },
854
            "require-dev": {
855
                "doctrine/doctrine-bundle": "~1.3",
856
                "swiftmailer/swiftmailer": "~4.3|~5",
857
                "symfony/validator": "~2.1",
858
                "symfony/yaml": "~2.1",
859
                "twig/twig": "~1.5",
860
                "willdurand/propel-typehintable-behavior": "~1.0"
861
            },
862
            "suggest": {
863
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
864
            },
865
            "type": "symfony-bundle",
866
            "extra": {
867
                "branch-alias": {
868
                    "dev-master": "2.0.x-dev"
869
                }
870
            },
871
            "autoload": {
872
                "psr-0": {
873
                    "FOS\\UserBundle": ""
874
                }
875
            },
876
            "notification-url": "https://packagist.org/downloads/",
877
            "license": [
878
                "MIT"
879
            ],
880
            "authors": [
881
                {
882
                    "name": "Christophe Coevoet",
883
                    "email": "[email protected]"
884
                },
885
                {
886
                    "name": "FriendsOfSymfony Community",
887
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
888
                },
889
                {
890
                    "name": "Thibault Duplessis",
891
                    "email": "[email protected]"
892
                }
893
            ],
894
            "description": "Symfony FOSUserBundle",
895
            "homepage": "http://friendsofsymfony.github.com",
896
            "keywords": [
897
                "User management"
898
            ],
899
            "time": "2015-06-01 00:57:03"
900
        },
901
        {
902
            "name": "guzzlehttp/guzzle",
903
            "version": "6.2.0",
904
            "source": {
905
                "type": "git",
906
                "url": "https://github.com/guzzle/guzzle.git",
907
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
908
            },
909
            "dist": {
910
                "type": "zip",
911
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
912
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
913
                "shasum": ""
914
            },
915
            "require": {
916
                "guzzlehttp/promises": "~1.0",
917
                "guzzlehttp/psr7": "~1.1",
918
                "php": ">=5.5.0"
919
            },
920
            "require-dev": {
921
                "ext-curl": "*",
922
                "phpunit/phpunit": "~4.0",
923
                "psr/log": "~1.0"
924
            },
925
            "type": "library",
926
            "extra": {
927
                "branch-alias": {
928
                    "dev-master": "6.2-dev"
929
                }
930
            },
931
            "autoload": {
932
                "files": [
933
                    "src/functions_include.php"
934
                ],
935
                "psr-4": {
936
                    "GuzzleHttp\\": "src/"
937
                }
938
            },
939
            "notification-url": "https://packagist.org/downloads/",
940
            "license": [
941
                "MIT"
942
            ],
943
            "authors": [
944
                {
945
                    "name": "Michael Dowling",
946
                    "email": "[email protected]",
947
                    "homepage": "https://github.com/mtdowling"
948
                }
949
            ],
950
            "description": "Guzzle is a PHP HTTP client library",
951
            "homepage": "http://guzzlephp.org/",
952
            "keywords": [
953
                "client",
954
                "curl",
955
                "framework",
956
                "http",
957
                "http client",
958
                "rest",
959
                "web service"
960
            ],
961
            "time": "2016-03-21 20:02:09"
962
        },
963
        {
964
            "name": "guzzlehttp/promises",
965
            "version": "1.1.0",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/guzzle/promises.git",
969
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
974
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "php": ">=5.5.0"
979
            },
980
            "require-dev": {
981
                "phpunit/phpunit": "~4.0"
982
            },
983
            "type": "library",
984
            "extra": {
985
                "branch-alias": {
986
                    "dev-master": "1.0-dev"
987
                }
988
            },
989
            "autoload": {
990
                "psr-4": {
991
                    "GuzzleHttp\\Promise\\": "src/"
992
                },
993
                "files": [
994
                    "src/functions_include.php"
995
                ]
996
            },
997
            "notification-url": "https://packagist.org/downloads/",
998
            "license": [
999
                "MIT"
1000
            ],
1001
            "authors": [
1002
                {
1003
                    "name": "Michael Dowling",
1004
                    "email": "[email protected]",
1005
                    "homepage": "https://github.com/mtdowling"
1006
                }
1007
            ],
1008
            "description": "Guzzle promises library",
1009
            "keywords": [
1010
                "promise"
1011
            ],
1012
            "time": "2016-03-08 01:15:46"
1013
        },
1014
        {
1015
            "name": "guzzlehttp/psr7",
1016
            "version": "1.3.0",
1017
            "source": {
1018
                "type": "git",
1019
                "url": "https://github.com/guzzle/psr7.git",
1020
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
1021
            },
1022
            "dist": {
1023
                "type": "zip",
1024
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
1025
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
1026
                "shasum": ""
1027
            },
1028
            "require": {
1029
                "php": ">=5.4.0",
1030
                "psr/http-message": "~1.0"
1031
            },
1032
            "provide": {
1033
                "psr/http-message-implementation": "1.0"
1034
            },
1035
            "require-dev": {
1036
                "phpunit/phpunit": "~4.0"
1037
            },
1038
            "type": "library",
1039
            "extra": {
1040
                "branch-alias": {
1041
                    "dev-master": "1.0-dev"
1042
                }
1043
            },
1044
            "autoload": {
1045
                "psr-4": {
1046
                    "GuzzleHttp\\Psr7\\": "src/"
1047
                },
1048
                "files": [
1049
                    "src/functions_include.php"
1050
                ]
1051
            },
1052
            "notification-url": "https://packagist.org/downloads/",
1053
            "license": [
1054
                "MIT"
1055
            ],
1056
            "authors": [
1057
                {
1058
                    "name": "Michael Dowling",
1059
                    "email": "[email protected]",
1060
                    "homepage": "https://github.com/mtdowling"
1061
                }
1062
            ],
1063
            "description": "PSR-7 message implementation",
1064
            "keywords": [
1065
                "http",
1066
                "message",
1067
                "stream",
1068
                "uri"
1069
            ],
1070
            "time": "2016-04-13 19:56:01"
1071
        },
1072
        {
1073
            "name": "incenteev/composer-parameter-handler",
1074
            "version": "v2.1.2",
1075
            "source": {
1076
                "type": "git",
1077
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1078
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1079
            },
1080
            "dist": {
1081
                "type": "zip",
1082
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1083
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1084
                "shasum": ""
1085
            },
1086
            "require": {
1087
                "php": ">=5.3.3",
1088
                "symfony/yaml": "~2.3|~3.0"
1089
            },
1090
            "require-dev": {
1091
                "composer/composer": "1.0.*@dev",
1092
                "phpspec/prophecy-phpunit": "~1.0",
1093
                "symfony/filesystem": "~2.2"
1094
            },
1095
            "type": "library",
1096
            "extra": {
1097
                "branch-alias": {
1098
                    "dev-master": "2.1.x-dev"
1099
                }
1100
            },
1101
            "autoload": {
1102
                "psr-4": {
1103
                    "Incenteev\\ParameterHandler\\": ""
1104
                }
1105
            },
1106
            "notification-url": "https://packagist.org/downloads/",
1107
            "license": [
1108
                "MIT"
1109
            ],
1110
            "authors": [
1111
                {
1112
                    "name": "Christophe Coevoet",
1113
                    "email": "[email protected]"
1114
                }
1115
            ],
1116
            "description": "Composer script handling your ignored parameter file",
1117
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1118
            "keywords": [
1119
                "parameters management"
1120
            ],
1121
            "time": "2015-11-10 17:04:01"
1122
        },
1123
        {
1124
            "name": "ircmaxell/password-compat",
1125
            "version": "v1.0.4",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/ircmaxell/password_compat.git",
1129
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
1134
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
1135
                "shasum": ""
1136
            },
1137
            "require-dev": {
1138
                "phpunit/phpunit": "4.*"
1139
            },
1140
            "type": "library",
1141
            "autoload": {
1142
                "files": [
1143
                    "lib/password.php"
1144
                ]
1145
            },
1146
            "notification-url": "https://packagist.org/downloads/",
1147
            "license": [
1148
                "MIT"
1149
            ],
1150
            "authors": [
1151
                {
1152
                    "name": "Anthony Ferrara",
1153
                    "email": "[email protected]",
1154
                    "homepage": "http://blog.ircmaxell.com"
1155
                }
1156
            ],
1157
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
1158
            "homepage": "https://github.com/ircmaxell/password_compat",
1159
            "keywords": [
1160
                "hashing",
1161
                "password"
1162
            ],
1163
            "time": "2014-11-20 16:49:30"
1164
        },
1165
        {
1166
            "name": "jdorn/sql-formatter",
1167
            "version": "v1.2.17",
1168
            "source": {
1169
                "type": "git",
1170
                "url": "https://github.com/jdorn/sql-formatter.git",
1171
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1172
            },
1173
            "dist": {
1174
                "type": "zip",
1175
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1176
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1177
                "shasum": ""
1178
            },
1179
            "require": {
1180
                "php": ">=5.2.4"
1181
            },
1182
            "require-dev": {
1183
                "phpunit/phpunit": "3.7.*"
1184
            },
1185
            "type": "library",
1186
            "extra": {
1187
                "branch-alias": {
1188
                    "dev-master": "1.3.x-dev"
1189
                }
1190
            },
1191
            "autoload": {
1192
                "classmap": [
1193
                    "lib"
1194
                ]
1195
            },
1196
            "notification-url": "https://packagist.org/downloads/",
1197
            "license": [
1198
                "MIT"
1199
            ],
1200
            "authors": [
1201
                {
1202
                    "name": "Jeremy Dorn",
1203
                    "email": "[email protected]",
1204
                    "homepage": "http://jeremydorn.com/"
1205
                }
1206
            ],
1207
            "description": "a PHP SQL highlighting library",
1208
            "homepage": "https://github.com/jdorn/sql-formatter/",
1209
            "keywords": [
1210
                "highlight",
1211
                "sql"
1212
            ],
1213
            "time": "2014-01-12 16:20:24"
1214
        },
1215
        {
1216
            "name": "kriswallsmith/assetic",
1217
            "version": "v1.3.2",
1218
            "source": {
1219
                "type": "git",
1220
                "url": "https://github.com/kriswallsmith/assetic.git",
1221
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
1222
            },
1223
            "dist": {
1224
                "type": "zip",
1225
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
1226
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
1227
                "shasum": ""
1228
            },
1229
            "require": {
1230
                "php": ">=5.3.1",
1231
                "symfony/process": "~2.1|~3.0"
1232
            },
1233
            "conflict": {
1234
                "twig/twig": "<1.23"
1235
            },
1236
            "require-dev": {
1237
                "cssmin/cssmin": "3.0.1",
1238
                "joliclic/javascript-packer": "1.1",
1239
                "kamicane/packager": "1.0",
1240
                "leafo/lessphp": "^0.3.7",
1241
                "leafo/scssphp": "~0.1",
1242
                "mrclay/minify": "~2.2",
1243
                "patchwork/jsqueeze": "~1.0|~2.0",
1244
                "phpunit/phpunit": "~4.8",
1245
                "psr/log": "~1.0",
1246
                "ptachoire/cssembed": "~1.0",
1247
                "symfony/phpunit-bridge": "~2.7|~3.0",
1248
                "twig/twig": "~1.8|~2.0"
1249
            },
1250
            "suggest": {
1251
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1252
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1253
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1254
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1255
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1256
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1257
            },
1258
            "type": "library",
1259
            "extra": {
1260
                "branch-alias": {
1261
                    "dev-master": "1.4-dev"
1262
                }
1263
            },
1264
            "autoload": {
1265
                "psr-0": {
1266
                    "Assetic": "src/"
1267
                },
1268
                "files": [
1269
                    "src/functions.php"
1270
                ]
1271
            },
1272
            "notification-url": "https://packagist.org/downloads/",
1273
            "license": [
1274
                "MIT"
1275
            ],
1276
            "authors": [
1277
                {
1278
                    "name": "Kris Wallsmith",
1279
                    "email": "[email protected]",
1280
                    "homepage": "http://kriswallsmith.net/"
1281
                }
1282
            ],
1283
            "description": "Asset Management for PHP",
1284
            "homepage": "https://github.com/kriswallsmith/assetic",
1285
            "keywords": [
1286
                "assets",
1287
                "compression",
1288
                "minification"
1289
            ],
1290
            "time": "2015-11-12 13:51:40"
1291
        },
1292
        {
1293
            "name": "michelf/php-markdown",
1294
            "version": "1.6.0",
1295
            "source": {
1296
                "type": "git",
1297
                "url": "https://github.com/michelf/php-markdown.git",
1298
                "reference": "156e56ee036505ec637d761ee62dc425d807183c"
1299
            },
1300
            "dist": {
1301
                "type": "zip",
1302
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
1303
                "reference": "156e56ee036505ec637d761ee62dc425d807183c",
1304
                "shasum": ""
1305
            },
1306
            "require": {
1307
                "php": ">=5.3.0"
1308
            },
1309
            "type": "library",
1310
            "extra": {
1311
                "branch-alias": {
1312
                    "dev-lib": "1.4.x-dev"
1313
                }
1314
            },
1315
            "autoload": {
1316
                "psr-0": {
1317
                    "Michelf": ""
1318
                }
1319
            },
1320
            "notification-url": "https://packagist.org/downloads/",
1321
            "license": [
1322
                "BSD-3-Clause"
1323
            ],
1324
            "authors": [
1325
                {
1326
                    "name": "Michel Fortin",
1327
                    "email": "[email protected]",
1328
                    "homepage": "https://michelf.ca/",
1329
                    "role": "Developer"
1330
                },
1331
                {
1332
                    "name": "John Gruber",
1333
                    "homepage": "https://daringfireball.net/"
1334
                }
1335
            ],
1336
            "description": "PHP Markdown",
1337
            "homepage": "https://michelf.ca/projects/php-markdown/",
1338
            "keywords": [
1339
                "markdown"
1340
            ],
1341
            "time": "2015-12-24 01:37:31"
1342
        },
1343
        {
1344
            "name": "monolog/monolog",
1345
            "version": "1.19.0",
1346
            "source": {
1347
                "type": "git",
1348
                "url": "https://github.com/Seldaek/monolog.git",
1349
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
1350
            },
1351
            "dist": {
1352
                "type": "zip",
1353
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1354
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1355
                "shasum": ""
1356
            },
1357
            "require": {
1358
                "php": ">=5.3.0",
1359
                "psr/log": "~1.0"
1360
            },
1361
            "provide": {
1362
                "psr/log-implementation": "1.0.0"
1363
            },
1364
            "require-dev": {
1365
                "aws/aws-sdk-php": "^2.4.9",
1366
                "doctrine/couchdb": "~1.0@dev",
1367
                "graylog2/gelf-php": "~1.0",
1368
                "jakub-onderka/php-parallel-lint": "0.9",
1369
                "php-amqplib/php-amqplib": "~2.4",
1370
                "php-console/php-console": "^3.1.3",
1371
                "phpunit/phpunit": "~4.5",
1372
                "phpunit/phpunit-mock-objects": "2.3.0",
1373
                "raven/raven": "^0.13",
1374
                "ruflin/elastica": ">=0.90 <3.0",
1375
                "swiftmailer/swiftmailer": "~5.3"
1376
            },
1377
            "suggest": {
1378
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1379
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1380
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1381
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1382
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1383
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1384
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1385
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1386
                "raven/raven": "Allow sending log messages to a Sentry server",
1387
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1388
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1389
            },
1390
            "type": "library",
1391
            "extra": {
1392
                "branch-alias": {
1393
                    "dev-master": "2.0.x-dev"
1394
                }
1395
            },
1396
            "autoload": {
1397
                "psr-4": {
1398
                    "Monolog\\": "src/Monolog"
1399
                }
1400
            },
1401
            "notification-url": "https://packagist.org/downloads/",
1402
            "license": [
1403
                "MIT"
1404
            ],
1405
            "authors": [
1406
                {
1407
                    "name": "Jordi Boggiano",
1408
                    "email": "[email protected]",
1409
                    "homepage": "http://seld.be"
1410
                }
1411
            ],
1412
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1413
            "homepage": "http://github.com/Seldaek/monolog",
1414
            "keywords": [
1415
                "log",
1416
                "logging",
1417
                "psr-3"
1418
            ],
1419
            "time": "2016-04-12 18:29:35"
1420
        },
1421
        {
1422
            "name": "nelmio/api-doc-bundle",
1423
            "version": "2.12.0",
1424
            "target-dir": "Nelmio/ApiDocBundle",
1425
            "source": {
1426
                "type": "git",
1427
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
1428
                "reference": "6793b701570f5f426678309910b2440c8f5d1d9e"
1429
            },
1430
            "dist": {
1431
                "type": "zip",
1432
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/6793b701570f5f426678309910b2440c8f5d1d9e",
1433
                "reference": "6793b701570f5f426678309910b2440c8f5d1d9e",
1434
                "shasum": ""
1435
            },
1436
            "require": {
1437
                "michelf/php-markdown": "~1.4",
1438
                "php": ">=5.3",
1439
                "symfony/console": "~2.3|~3.0",
1440
                "symfony/framework-bundle": "~2.3|~3.0",
1441
                "symfony/twig-bundle": "~2.3|~3.0"
1442
            },
1443
            "conflict": {
1444
                "jms/serializer": "<0.12",
1445
                "jms/serializer-bundle": "<0.11",
1446
                "symfony/symfony": "~2.7.8",
1447
                "twig/twig": "<1.12"
1448
            },
1449
            "require-dev": {
1450
                "doctrine/doctrine-bundle": "~1.5",
1451
                "doctrine/orm": "~2.3",
1452
                "dunglas/api-bundle": "~1.0@dev",
1453
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
1454
                "jms/serializer-bundle": ">=0.11",
1455
                "sensio/framework-extra-bundle": "~3.0",
1456
                "symfony/browser-kit": "~2.3|~3.0",
1457
                "symfony/css-selector": "~2.3|~3.0",
1458
                "symfony/finder": "~2.3|~3.0",
1459
                "symfony/form": "~2.3|~3.0",
1460
                "symfony/phpunit-bridge": "~2.7|~3.0",
1461
                "symfony/serializer": "~2.7|~3.0",
1462
                "symfony/validator": "~2.3|~3.0",
1463
                "symfony/yaml": "~2.3|~3.0"
1464
            },
1465
            "suggest": {
1466
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
1467
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
1468
                "jms/serializer": "For making use of serializer information in the doc.",
1469
                "symfony/form": "For using form definitions as input.",
1470
                "symfony/validator": "For making use of validator information in the doc."
1471
            },
1472
            "type": "symfony-bundle",
1473
            "extra": {
1474
                "branch-alias": {
1475
                    "dev-master": "2.12-dev"
1476
                }
1477
            },
1478
            "autoload": {
1479
                "psr-0": {
1480
                    "Nelmio\\ApiDocBundle": ""
1481
                }
1482
            },
1483
            "notification-url": "https://packagist.org/downloads/",
1484
            "license": [
1485
                "MIT"
1486
            ],
1487
            "authors": [
1488
                {
1489
                    "name": "Nelmio",
1490
                    "homepage": "http://nelm.io"
1491
                },
1492
                {
1493
                    "name": "Symfony Community",
1494
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
1495
                }
1496
            ],
1497
            "description": "Generates documentation for your REST API from annotations",
1498
            "keywords": [
1499
                "api",
1500
                "doc",
1501
                "documentation",
1502
                "rest"
1503
            ],
1504
            "time": "2016-03-21 11:19:12"
1505
        },
1506
        {
1507
            "name": "ornicar/gravatar-bundle",
1508
            "version": "1.1.4",
1509
            "target-dir": "Ornicar/GravatarBundle",
1510
            "source": {
1511
                "type": "git",
1512
                "url": "https://github.com/henrikbjorn/GravatarBundle.git",
1513
                "reference": "1a35eefa0ec358fe3c547f5f962ed3c67ae743f6"
1514
            },
1515
            "dist": {
1516
                "type": "zip",
1517
                "url": "https://api.github.com/repos/henrikbjorn/GravatarBundle/zipball/1a35eefa0ec358fe3c547f5f962ed3c67ae743f6",
1518
                "reference": "1a35eefa0ec358fe3c547f5f962ed3c67ae743f6",
1519
                "shasum": ""
1520
            },
1521
            "require": {
1522
                "php": ">=5.3.0",
1523
                "symfony/framework-bundle": "~3.0|~2.0"
1524
            },
1525
            "conflict": {
1526
                "twig/twig": "<1.12"
1527
            },
1528
            "require-dev": {
1529
                "symfony/phpunit-bridge": "~2.7",
1530
                "twig/extensions": "1.0.*"
1531
            },
1532
            "suggest": {
1533
                "twig/twig": "For gravatar twig extension usage"
1534
            },
1535
            "type": "symfony-bundle",
1536
            "extra": {
1537
                "branch-alias": {
1538
                    "dev-master": "1.1-dev"
1539
                }
1540
            },
1541
            "autoload": {
1542
                "psr-0": {
1543
                    "Ornicar\\GravatarBundle\\": ""
1544
                }
1545
            },
1546
            "notification-url": "https://packagist.org/downloads/",
1547
            "license": [
1548
                "MIT"
1549
            ],
1550
            "authors": [
1551
                {
1552
                    "name": "Thibault Duplessis",
1553
                    "email": "[email protected]"
1554
                },
1555
                {
1556
                    "name": "Henrik Bjørnskov",
1557
                    "email": "[email protected]"
1558
                }
1559
            ],
1560
            "description": "This bundles provides a Gravatar API various utilities to work with it in templates",
1561
            "keywords": [
1562
                "Symfony2",
1563
                "gravatar",
1564
                "templating",
1565
                "twig"
1566
            ],
1567
            "time": "2016-02-09 14:23:53"
1568
        },
1569
        {
1570
            "name": "paragonie/random_compat",
1571
            "version": "v1.4.1",
1572
            "source": {
1573
                "type": "git",
1574
                "url": "https://github.com/paragonie/random_compat.git",
1575
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1576
            },
1577
            "dist": {
1578
                "type": "zip",
1579
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1580
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1581
                "shasum": ""
1582
            },
1583
            "require": {
1584
                "php": ">=5.2.0"
1585
            },
1586
            "require-dev": {
1587
                "phpunit/phpunit": "4.*|5.*"
1588
            },
1589
            "suggest": {
1590
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1591
            },
1592
            "type": "library",
1593
            "autoload": {
1594
                "files": [
1595
                    "lib/random.php"
1596
                ]
1597
            },
1598
            "notification-url": "https://packagist.org/downloads/",
1599
            "license": [
1600
                "MIT"
1601
            ],
1602
            "authors": [
1603
                {
1604
                    "name": "Paragon Initiative Enterprises",
1605
                    "email": "[email protected]",
1606
                    "homepage": "https://paragonie.com"
1607
                }
1608
            ],
1609
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1610
            "keywords": [
1611
                "csprng",
1612
                "pseudorandom",
1613
                "random"
1614
            ],
1615
            "time": "2016-03-18 20:34:03"
1616
        },
1617
        {
1618
            "name": "psr/http-message",
1619
            "version": "1.0",
1620
            "source": {
1621
                "type": "git",
1622
                "url": "https://github.com/php-fig/http-message.git",
1623
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1624
            },
1625
            "dist": {
1626
                "type": "zip",
1627
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1628
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1629
                "shasum": ""
1630
            },
1631
            "require": {
1632
                "php": ">=5.3.0"
1633
            },
1634
            "type": "library",
1635
            "extra": {
1636
                "branch-alias": {
1637
                    "dev-master": "1.0.x-dev"
1638
                }
1639
            },
1640
            "autoload": {
1641
                "psr-4": {
1642
                    "Psr\\Http\\Message\\": "src/"
1643
                }
1644
            },
1645
            "notification-url": "https://packagist.org/downloads/",
1646
            "license": [
1647
                "MIT"
1648
            ],
1649
            "authors": [
1650
                {
1651
                    "name": "PHP-FIG",
1652
                    "homepage": "http://www.php-fig.org/"
1653
                }
1654
            ],
1655
            "description": "Common interface for HTTP messages",
1656
            "keywords": [
1657
                "http",
1658
                "http-message",
1659
                "psr",
1660
                "psr-7",
1661
                "request",
1662
                "response"
1663
            ],
1664
            "time": "2015-05-04 20:22:00"
1665
        },
1666
        {
1667
            "name": "psr/log",
1668
            "version": "1.0.0",
1669
            "source": {
1670
                "type": "git",
1671
                "url": "https://github.com/php-fig/log.git",
1672
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1673
            },
1674
            "dist": {
1675
                "type": "zip",
1676
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1677
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1678
                "shasum": ""
1679
            },
1680
            "type": "library",
1681
            "autoload": {
1682
                "psr-0": {
1683
                    "Psr\\Log\\": ""
1684
                }
1685
            },
1686
            "notification-url": "https://packagist.org/downloads/",
1687
            "license": [
1688
                "MIT"
1689
            ],
1690
            "authors": [
1691
                {
1692
                    "name": "PHP-FIG",
1693
                    "homepage": "http://www.php-fig.org/"
1694
                }
1695
            ],
1696
            "description": "Common interface for logging libraries",
1697
            "keywords": [
1698
                "log",
1699
                "psr",
1700
                "psr-3"
1701
            ],
1702
            "time": "2012-12-21 11:40:51"
1703
        },
1704
        {
1705
            "name": "qandidate/symfony-json-request-transformer",
1706
            "version": "1.2.0",
1707
            "source": {
1708
                "type": "git",
1709
                "url": "https://github.com/qandidate-labs/symfony-json-request-transformer.git",
1710
                "reference": "c873d4aa901569989d05b20d6440a63e58be8c3e"
1711
            },
1712
            "dist": {
1713
                "type": "zip",
1714
                "url": "https://api.github.com/repos/qandidate-labs/symfony-json-request-transformer/zipball/c873d4aa901569989d05b20d6440a63e58be8c3e",
1715
                "reference": "c873d4aa901569989d05b20d6440a63e58be8c3e",
1716
                "shasum": ""
1717
            },
1718
            "require": {
1719
                "symfony/http-kernel": "~2.3|~3.0"
1720
            },
1721
            "type": "library",
1722
            "autoload": {
1723
                "psr-0": {
1724
                    "Qandidate\\Common\\Symfony\\HttpKernel\\EventListener": "src/"
1725
                }
1726
            },
1727
            "notification-url": "https://packagist.org/downloads/",
1728
            "license": [
1729
                "MIT"
1730
            ],
1731
            "authors": [
1732
                {
1733
                    "name": "Alexander",
1734
                    "email": "[email protected]"
1735
                },
1736
                {
1737
                    "name": "Qandidate.com",
1738
                    "homepage": "http://labs.qandidate.com/"
1739
                }
1740
            ],
1741
            "description": "A Symfony 2 event listener for decoding JSON encoded request content",
1742
            "time": "2015-12-28 09:24:39"
1743
        },
1744
        {
1745
            "name": "sensio/distribution-bundle",
1746
            "version": "v5.0.5",
1747
            "source": {
1748
                "type": "git",
1749
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1750
                "reference": "3a160355bb1364da55ed9e415c1aa1fa8d457b6f"
1751
            },
1752
            "dist": {
1753
                "type": "zip",
1754
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a160355bb1364da55ed9e415c1aa1fa8d457b6f",
1755
                "reference": "3a160355bb1364da55ed9e415c1aa1fa8d457b6f",
1756
                "shasum": ""
1757
            },
1758
            "require": {
1759
                "php": ">=5.3.9",
1760
                "sensiolabs/security-checker": "~3.0",
1761
                "symfony/class-loader": "~2.3|~3.0",
1762
                "symfony/config": "~2.3|~3.0",
1763
                "symfony/dependency-injection": "~2.3|~3.0",
1764
                "symfony/filesystem": "~2.3|~3.0",
1765
                "symfony/http-kernel": "~2.3|~3.0",
1766
                "symfony/process": "~2.3|~3.0"
1767
            },
1768
            "type": "symfony-bundle",
1769
            "extra": {
1770
                "branch-alias": {
1771
                    "dev-master": "5.0.x-dev"
1772
                }
1773
            },
1774
            "autoload": {
1775
                "psr-4": {
1776
                    "Sensio\\Bundle\\DistributionBundle\\": ""
1777
                }
1778
            },
1779
            "notification-url": "https://packagist.org/downloads/",
1780
            "license": [
1781
                "MIT"
1782
            ],
1783
            "authors": [
1784
                {
1785
                    "name": "Fabien Potencier",
1786
                    "email": "[email protected]"
1787
                }
1788
            ],
1789
            "description": "Base bundle for Symfony Distributions",
1790
            "keywords": [
1791
                "configuration",
1792
                "distribution"
1793
            ],
1794
            "time": "2016-03-15 16:21:41"
1795
        },
1796
        {
1797
            "name": "sensio/framework-extra-bundle",
1798
            "version": "v3.0.16",
1799
            "source": {
1800
                "type": "git",
1801
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1802
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1803
            },
1804
            "dist": {
1805
                "type": "zip",
1806
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1807
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1808
                "shasum": ""
1809
            },
1810
            "require": {
1811
                "doctrine/common": "~2.2",
1812
                "symfony/dependency-injection": "~2.3|~3.0",
1813
                "symfony/framework-bundle": "~2.3|~3.0"
1814
            },
1815
            "require-dev": {
1816
                "symfony/browser-kit": "~2.3|~3.0",
1817
                "symfony/dom-crawler": "~2.3|~3.0",
1818
                "symfony/expression-language": "~2.4|~3.0",
1819
                "symfony/finder": "~2.3|~3.0",
1820
                "symfony/phpunit-bridge": "~2.7|~3.0",
1821
                "symfony/security-bundle": "~2.4|~3.0",
1822
                "symfony/twig-bundle": "~2.3|~3.0",
1823
                "twig/twig": "~1.11|~2.0"
1824
            },
1825
            "suggest": {
1826
                "symfony/expression-language": "",
1827
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1828
                "symfony/security-bundle": ""
1829
            },
1830
            "type": "symfony-bundle",
1831
            "extra": {
1832
                "branch-alias": {
1833
                    "dev-master": "3.0.x-dev"
1834
                }
1835
            },
1836
            "autoload": {
1837
                "psr-4": {
1838
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1839
                }
1840
            },
1841
            "notification-url": "https://packagist.org/downloads/",
1842
            "license": [
1843
                "MIT"
1844
            ],
1845
            "authors": [
1846
                {
1847
                    "name": "Fabien Potencier",
1848
                    "email": "[email protected]"
1849
                }
1850
            ],
1851
            "description": "This bundle provides a way to configure your controllers with annotations",
1852
            "keywords": [
1853
                "annotations",
1854
                "controllers"
1855
            ],
1856
            "time": "2016-03-25 17:08:27"
1857
        },
1858
        {
1859
            "name": "sensiolabs/security-checker",
1860
            "version": "v3.0.2",
1861
            "source": {
1862
                "type": "git",
1863
                "url": "https://github.com/sensiolabs/security-checker.git",
1864
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
1865
            },
1866
            "dist": {
1867
                "type": "zip",
1868
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
1869
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
1870
                "shasum": ""
1871
            },
1872
            "require": {
1873
                "symfony/console": "~2.0|~3.0"
1874
            },
1875
            "bin": [
1876
                "security-checker"
1877
            ],
1878
            "type": "library",
1879
            "extra": {
1880
                "branch-alias": {
1881
                    "dev-master": "3.0-dev"
1882
                }
1883
            },
1884
            "autoload": {
1885
                "psr-0": {
1886
                    "SensioLabs\\Security": ""
1887
                }
1888
            },
1889
            "notification-url": "https://packagist.org/downloads/",
1890
            "license": [
1891
                "MIT"
1892
            ],
1893
            "authors": [
1894
                {
1895
                    "name": "Fabien Potencier",
1896
                    "email": "[email protected]"
1897
                }
1898
            ],
1899
            "description": "A security checker for your composer.lock",
1900
            "time": "2015-11-07 08:07:40"
1901
        },
1902
        {
1903
            "name": "swiftmailer/swiftmailer",
1904
            "version": "v5.4.1",
1905
            "source": {
1906
                "type": "git",
1907
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1908
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1909
            },
1910
            "dist": {
1911
                "type": "zip",
1912
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1913
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1914
                "shasum": ""
1915
            },
1916
            "require": {
1917
                "php": ">=5.3.3"
1918
            },
1919
            "require-dev": {
1920
                "mockery/mockery": "~0.9.1,<0.9.4"
1921
            },
1922
            "type": "library",
1923
            "extra": {
1924
                "branch-alias": {
1925
                    "dev-master": "5.4-dev"
1926
                }
1927
            },
1928
            "autoload": {
1929
                "files": [
1930
                    "lib/swift_required.php"
1931
                ]
1932
            },
1933
            "notification-url": "https://packagist.org/downloads/",
1934
            "license": [
1935
                "MIT"
1936
            ],
1937
            "authors": [
1938
                {
1939
                    "name": "Chris Corbyn"
1940
                },
1941
                {
1942
                    "name": "Fabien Potencier",
1943
                    "email": "[email protected]"
1944
                }
1945
            ],
1946
            "description": "Swiftmailer, free feature-rich PHP mailer",
1947
            "homepage": "http://swiftmailer.org",
1948
            "keywords": [
1949
                "email",
1950
                "mail",
1951
                "mailer"
1952
            ],
1953
            "time": "2015-06-06 14:19:39"
1954
        },
1955
        {
1956
            "name": "symfony/assetic-bundle",
1957
            "version": "v2.8.0",
1958
            "source": {
1959
                "type": "git",
1960
                "url": "https://github.com/symfony/assetic-bundle.git",
1961
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
1962
            },
1963
            "dist": {
1964
                "type": "zip",
1965
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
1966
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
1967
                "shasum": ""
1968
            },
1969
            "require": {
1970
                "kriswallsmith/assetic": "~1.3",
1971
                "php": ">=5.3.0",
1972
                "symfony/console": "~2.3|~3.0",
1973
                "symfony/dependency-injection": "~2.3|~3.0",
1974
                "symfony/framework-bundle": "~2.3|~3.0",
1975
                "symfony/yaml": "~2.3|~3.0"
1976
            },
1977
            "conflict": {
1978
                "kriswallsmith/spork": "<=0.2",
1979
                "twig/twig": "<1.20"
1980
            },
1981
            "require-dev": {
1982
                "kriswallsmith/spork": "~0.3",
1983
                "patchwork/jsqueeze": "~1.0",
1984
                "symfony/class-loader": "~2.3|~3.0",
1985
                "symfony/css-selector": "~2.3|~3.0",
1986
                "symfony/dom-crawler": "~2.3|~3.0",
1987
                "symfony/phpunit-bridge": "~2.7|~3.0",
1988
                "symfony/twig-bundle": "~2.3|~3.0"
1989
            },
1990
            "suggest": {
1991
                "kriswallsmith/spork": "to be able to dump assets in parallel",
1992
                "symfony/twig-bundle": "to use the Twig integration"
1993
            },
1994
            "type": "symfony-bundle",
1995
            "extra": {
1996
                "branch-alias": {
1997
                    "dev-master": "2.7-dev"
1998
                }
1999
            },
2000
            "autoload": {
2001
                "psr-4": {
2002
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2003
                }
2004
            },
2005
            "notification-url": "https://packagist.org/downloads/",
2006
            "license": [
2007
                "MIT"
2008
            ],
2009
            "authors": [
2010
                {
2011
                    "name": "Kris Wallsmith",
2012
                    "email": "[email protected]",
2013
                    "homepage": "http://kriswallsmith.net/"
2014
                }
2015
            ],
2016
            "description": "Integrates Assetic into Symfony2",
2017
            "homepage": "https://github.com/symfony/AsseticBundle",
2018
            "keywords": [
2019
                "assets",
2020
                "compression",
2021
                "minification"
2022
            ],
2023
            "time": "2015-12-28 13:12:39"
2024
        },
2025
        {
2026
            "name": "symfony/monolog-bundle",
2027
            "version": "2.11.1",
2028
            "source": {
2029
                "type": "git",
2030
                "url": "https://github.com/symfony/monolog-bundle.git",
2031
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2032
            },
2033
            "dist": {
2034
                "type": "zip",
2035
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2036
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2037
                "shasum": ""
2038
            },
2039
            "require": {
2040
                "monolog/monolog": "~1.18",
2041
                "php": ">=5.3.2",
2042
                "symfony/config": "~2.3|~3.0",
2043
                "symfony/dependency-injection": "~2.3|~3.0",
2044
                "symfony/http-kernel": "~2.3|~3.0",
2045
                "symfony/monolog-bridge": "~2.3|~3.0"
2046
            },
2047
            "require-dev": {
2048
                "phpunit/phpunit": "^4.8",
2049
                "symfony/console": "~2.3|~3.0",
2050
                "symfony/yaml": "~2.3|~3.0"
2051
            },
2052
            "type": "symfony-bundle",
2053
            "extra": {
2054
                "branch-alias": {
2055
                    "dev-master": "2.x-dev"
2056
                }
2057
            },
2058
            "autoload": {
2059
                "psr-4": {
2060
                    "Symfony\\Bundle\\MonologBundle\\": ""
2061
                }
2062
            },
2063
            "notification-url": "https://packagist.org/downloads/",
2064
            "license": [
2065
                "MIT"
2066
            ],
2067
            "authors": [
2068
                {
2069
                    "name": "Symfony Community",
2070
                    "homepage": "http://symfony.com/contributors"
2071
                },
2072
                {
2073
                    "name": "Fabien Potencier",
2074
                    "email": "[email protected]"
2075
                }
2076
            ],
2077
            "description": "Symfony MonologBundle",
2078
            "homepage": "http://symfony.com",
2079
            "keywords": [
2080
                "log",
2081
                "logging"
2082
            ],
2083
            "time": "2016-04-13 16:21:01"
2084
        },
2085
        {
2086
            "name": "symfony/polyfill-apcu",
2087
            "version": "v1.1.1",
2088
            "source": {
2089
                "type": "git",
2090
                "url": "https://github.com/symfony/polyfill-apcu.git",
2091
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214"
2092
            },
2093
            "dist": {
2094
                "type": "zip",
2095
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
2096
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
2097
                "shasum": ""
2098
            },
2099
            "require": {
2100
                "php": ">=5.3.3"
2101
            },
2102
            "type": "library",
2103
            "extra": {
2104
                "branch-alias": {
2105
                    "dev-master": "1.1-dev"
2106
                }
2107
            },
2108
            "autoload": {
2109
                "files": [
2110
                    "bootstrap.php"
2111
                ]
2112
            },
2113
            "notification-url": "https://packagist.org/downloads/",
2114
            "license": [
2115
                "MIT"
2116
            ],
2117
            "authors": [
2118
                {
2119
                    "name": "Nicolas Grekas",
2120
                    "email": "[email protected]"
2121
                },
2122
                {
2123
                    "name": "Symfony Community",
2124
                    "homepage": "https://symfony.com/contributors"
2125
                }
2126
            ],
2127
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2128
            "homepage": "https://symfony.com",
2129
            "keywords": [
2130
                "apcu",
2131
                "compatibility",
2132
                "polyfill",
2133
                "portable",
2134
                "shim"
2135
            ],
2136
            "time": "2016-03-03 16:49:40"
2137
        },
2138
        {
2139
            "name": "symfony/polyfill-intl-icu",
2140
            "version": "v1.1.1",
2141
            "source": {
2142
                "type": "git",
2143
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2144
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942"
2145
            },
2146
            "dist": {
2147
                "type": "zip",
2148
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942",
2149
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942",
2150
                "shasum": ""
2151
            },
2152
            "require": {
2153
                "php": ">=5.3.3",
2154
                "symfony/intl": "~2.3|~3.0"
2155
            },
2156
            "suggest": {
2157
                "ext-intl": "For best performance"
2158
            },
2159
            "type": "library",
2160
            "extra": {
2161
                "branch-alias": {
2162
                    "dev-master": "1.1-dev"
2163
                }
2164
            },
2165
            "autoload": {
2166
                "files": [
2167
                    "bootstrap.php"
2168
                ]
2169
            },
2170
            "notification-url": "https://packagist.org/downloads/",
2171
            "license": [
2172
                "MIT"
2173
            ],
2174
            "authors": [
2175
                {
2176
                    "name": "Nicolas Grekas",
2177
                    "email": "[email protected]"
2178
                },
2179
                {
2180
                    "name": "Symfony Community",
2181
                    "homepage": "https://symfony.com/contributors"
2182
                }
2183
            ],
2184
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2185
            "homepage": "https://symfony.com",
2186
            "keywords": [
2187
                "compatibility",
2188
                "icu",
2189
                "intl",
2190
                "polyfill",
2191
                "portable",
2192
                "shim"
2193
            ],
2194
            "time": "2016-02-26 16:18:12"
2195
        },
2196
        {
2197
            "name": "symfony/polyfill-mbstring",
2198
            "version": "v1.1.1",
2199
            "source": {
2200
                "type": "git",
2201
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2202
                "reference": "1289d16209491b584839022f29257ad859b8532d"
2203
            },
2204
            "dist": {
2205
                "type": "zip",
2206
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
2207
                "reference": "1289d16209491b584839022f29257ad859b8532d",
2208
                "shasum": ""
2209
            },
2210
            "require": {
2211
                "php": ">=5.3.3"
2212
            },
2213
            "suggest": {
2214
                "ext-mbstring": "For best performance"
2215
            },
2216
            "type": "library",
2217
            "extra": {
2218
                "branch-alias": {
2219
                    "dev-master": "1.1-dev"
2220
                }
2221
            },
2222
            "autoload": {
2223
                "psr-4": {
2224
                    "Symfony\\Polyfill\\Mbstring\\": ""
2225
                },
2226
                "files": [
2227
                    "bootstrap.php"
2228
                ]
2229
            },
2230
            "notification-url": "https://packagist.org/downloads/",
2231
            "license": [
2232
                "MIT"
2233
            ],
2234
            "authors": [
2235
                {
2236
                    "name": "Nicolas Grekas",
2237
                    "email": "[email protected]"
2238
                },
2239
                {
2240
                    "name": "Symfony Community",
2241
                    "homepage": "https://symfony.com/contributors"
2242
                }
2243
            ],
2244
            "description": "Symfony polyfill for the Mbstring extension",
2245
            "homepage": "https://symfony.com",
2246
            "keywords": [
2247
                "compatibility",
2248
                "mbstring",
2249
                "polyfill",
2250
                "portable",
2251
                "shim"
2252
            ],
2253
            "time": "2016-01-20 09:13:37"
2254
        },
2255
        {
2256
            "name": "symfony/polyfill-php54",
2257
            "version": "v1.1.1",
2258
            "source": {
2259
                "type": "git",
2260
                "url": "https://github.com/symfony/polyfill-php54.git",
2261
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
2262
            },
2263
            "dist": {
2264
                "type": "zip",
2265
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
2266
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
2267
                "shasum": ""
2268
            },
2269
            "require": {
2270
                "php": ">=5.3.3"
2271
            },
2272
            "type": "library",
2273
            "extra": {
2274
                "branch-alias": {
2275
                    "dev-master": "1.1-dev"
2276
                }
2277
            },
2278
            "autoload": {
2279
                "psr-4": {
2280
                    "Symfony\\Polyfill\\Php54\\": ""
2281
                },
2282
                "files": [
2283
                    "bootstrap.php"
2284
                ],
2285
                "classmap": [
2286
                    "Resources/stubs"
2287
                ]
2288
            },
2289
            "notification-url": "https://packagist.org/downloads/",
2290
            "license": [
2291
                "MIT"
2292
            ],
2293
            "authors": [
2294
                {
2295
                    "name": "Nicolas Grekas",
2296
                    "email": "[email protected]"
2297
                },
2298
                {
2299
                    "name": "Symfony Community",
2300
                    "homepage": "https://symfony.com/contributors"
2301
                }
2302
            ],
2303
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2304
            "homepage": "https://symfony.com",
2305
            "keywords": [
2306
                "compatibility",
2307
                "polyfill",
2308
                "portable",
2309
                "shim"
2310
            ],
2311
            "time": "2016-01-25 19:13:00"
2312
        },
2313
        {
2314
            "name": "symfony/polyfill-php55",
2315
            "version": "v1.1.1",
2316
            "source": {
2317
                "type": "git",
2318
                "url": "https://github.com/symfony/polyfill-php55.git",
2319
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
2320
            },
2321
            "dist": {
2322
                "type": "zip",
2323
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
2324
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
2325
                "shasum": ""
2326
            },
2327
            "require": {
2328
                "ircmaxell/password-compat": "~1.0",
2329
                "php": ">=5.3.3"
2330
            },
2331
            "type": "library",
2332
            "extra": {
2333
                "branch-alias": {
2334
                    "dev-master": "1.1-dev"
2335
                }
2336
            },
2337
            "autoload": {
2338
                "psr-4": {
2339
                    "Symfony\\Polyfill\\Php55\\": ""
2340
                },
2341
                "files": [
2342
                    "bootstrap.php"
2343
                ]
2344
            },
2345
            "notification-url": "https://packagist.org/downloads/",
2346
            "license": [
2347
                "MIT"
2348
            ],
2349
            "authors": [
2350
                {
2351
                    "name": "Nicolas Grekas",
2352
                    "email": "[email protected]"
2353
                },
2354
                {
2355
                    "name": "Symfony Community",
2356
                    "homepage": "https://symfony.com/contributors"
2357
                }
2358
            ],
2359
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2360
            "homepage": "https://symfony.com",
2361
            "keywords": [
2362
                "compatibility",
2363
                "polyfill",
2364
                "portable",
2365
                "shim"
2366
            ],
2367
            "time": "2016-01-20 09:13:37"
2368
        },
2369
        {
2370
            "name": "symfony/polyfill-php56",
2371
            "version": "v1.1.1",
2372
            "source": {
2373
                "type": "git",
2374
                "url": "https://github.com/symfony/polyfill-php56.git",
2375
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
2376
            },
2377
            "dist": {
2378
                "type": "zip",
2379
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
2380
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
2381
                "shasum": ""
2382
            },
2383
            "require": {
2384
                "php": ">=5.3.3",
2385
                "symfony/polyfill-util": "~1.0"
2386
            },
2387
            "type": "library",
2388
            "extra": {
2389
                "branch-alias": {
2390
                    "dev-master": "1.1-dev"
2391
                }
2392
            },
2393
            "autoload": {
2394
                "psr-4": {
2395
                    "Symfony\\Polyfill\\Php56\\": ""
2396
                },
2397
                "files": [
2398
                    "bootstrap.php"
2399
                ]
2400
            },
2401
            "notification-url": "https://packagist.org/downloads/",
2402
            "license": [
2403
                "MIT"
2404
            ],
2405
            "authors": [
2406
                {
2407
                    "name": "Nicolas Grekas",
2408
                    "email": "[email protected]"
2409
                },
2410
                {
2411
                    "name": "Symfony Community",
2412
                    "homepage": "https://symfony.com/contributors"
2413
                }
2414
            ],
2415
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2416
            "homepage": "https://symfony.com",
2417
            "keywords": [
2418
                "compatibility",
2419
                "polyfill",
2420
                "portable",
2421
                "shim"
2422
            ],
2423
            "time": "2016-01-20 09:13:37"
2424
        },
2425
        {
2426
            "name": "symfony/polyfill-php70",
2427
            "version": "v1.1.1",
2428
            "source": {
2429
                "type": "git",
2430
                "url": "https://github.com/symfony/polyfill-php70.git",
2431
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
2432
            },
2433
            "dist": {
2434
                "type": "zip",
2435
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
2436
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
2437
                "shasum": ""
2438
            },
2439
            "require": {
2440
                "paragonie/random_compat": "~1.0",
2441
                "php": ">=5.3.3"
2442
            },
2443
            "type": "library",
2444
            "extra": {
2445
                "branch-alias": {
2446
                    "dev-master": "1.1-dev"
2447
                }
2448
            },
2449
            "autoload": {
2450
                "psr-4": {
2451
                    "Symfony\\Polyfill\\Php70\\": ""
2452
                },
2453
                "files": [
2454
                    "bootstrap.php"
2455
                ],
2456
                "classmap": [
2457
                    "Resources/stubs"
2458
                ]
2459
            },
2460
            "notification-url": "https://packagist.org/downloads/",
2461
            "license": [
2462
                "MIT"
2463
            ],
2464
            "authors": [
2465
                {
2466
                    "name": "Nicolas Grekas",
2467
                    "email": "[email protected]"
2468
                },
2469
                {
2470
                    "name": "Symfony Community",
2471
                    "homepage": "https://symfony.com/contributors"
2472
                }
2473
            ],
2474
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2475
            "homepage": "https://symfony.com",
2476
            "keywords": [
2477
                "compatibility",
2478
                "polyfill",
2479
                "portable",
2480
                "shim"
2481
            ],
2482
            "time": "2016-01-28 22:42:02"
2483
        },
2484
        {
2485
            "name": "symfony/polyfill-util",
2486
            "version": "v1.1.1",
2487
            "source": {
2488
                "type": "git",
2489
                "url": "https://github.com/symfony/polyfill-util.git",
2490
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
2491
            },
2492
            "dist": {
2493
                "type": "zip",
2494
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2495
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2496
                "shasum": ""
2497
            },
2498
            "require": {
2499
                "php": ">=5.3.3"
2500
            },
2501
            "type": "library",
2502
            "extra": {
2503
                "branch-alias": {
2504
                    "dev-master": "1.1-dev"
2505
                }
2506
            },
2507
            "autoload": {
2508
                "psr-4": {
2509
                    "Symfony\\Polyfill\\Util\\": ""
2510
                }
2511
            },
2512
            "notification-url": "https://packagist.org/downloads/",
2513
            "license": [
2514
                "MIT"
2515
            ],
2516
            "authors": [
2517
                {
2518
                    "name": "Nicolas Grekas",
2519
                    "email": "[email protected]"
2520
                },
2521
                {
2522
                    "name": "Symfony Community",
2523
                    "homepage": "https://symfony.com/contributors"
2524
                }
2525
            ],
2526
            "description": "Symfony utilities for portability of PHP codes",
2527
            "homepage": "https://symfony.com",
2528
            "keywords": [
2529
                "compat",
2530
                "compatibility",
2531
                "polyfill",
2532
                "shim"
2533
            ],
2534
            "time": "2016-01-20 09:13:37"
2535
        },
2536
        {
2537
            "name": "symfony/security-acl",
2538
            "version": "v2.8.0",
2539
            "source": {
2540
                "type": "git",
2541
                "url": "https://github.com/symfony/security-acl.git",
2542
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347"
2543
            },
2544
            "dist": {
2545
                "type": "zip",
2546
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
2547
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
2548
                "shasum": ""
2549
            },
2550
            "require": {
2551
                "php": ">=5.3.9",
2552
                "symfony/security-core": "~2.4|~3.0.0"
2553
            },
2554
            "require-dev": {
2555
                "doctrine/common": "~2.2",
2556
                "doctrine/dbal": "~2.2",
2557
                "psr/log": "~1.0",
2558
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2559
            },
2560
            "suggest": {
2561
                "doctrine/dbal": "For using the built-in ACL implementation",
2562
                "symfony/class-loader": "For using the ACL generateSql script",
2563
                "symfony/finder": "For using the ACL generateSql script"
2564
            },
2565
            "type": "library",
2566
            "extra": {
2567
                "branch-alias": {
2568
                    "dev-master": "2.8-dev"
2569
                }
2570
            },
2571
            "autoload": {
2572
                "psr-4": {
2573
                    "Symfony\\Component\\Security\\Acl\\": ""
2574
                },
2575
                "exclude-from-classmap": [
2576
                    "/Tests/"
2577
                ]
2578
            },
2579
            "notification-url": "https://packagist.org/downloads/",
2580
            "license": [
2581
                "MIT"
2582
            ],
2583
            "authors": [
2584
                {
2585
                    "name": "Fabien Potencier",
2586
                    "email": "[email protected]"
2587
                },
2588
                {
2589
                    "name": "Symfony Community",
2590
                    "homepage": "https://symfony.com/contributors"
2591
                }
2592
            ],
2593
            "description": "Symfony Security Component - ACL (Access Control List)",
2594
            "homepage": "https://symfony.com",
2595
            "time": "2015-12-28 09:39:09"
2596
        },
2597
        {
2598
            "name": "symfony/swiftmailer-bundle",
2599
            "version": "v2.3.11",
2600
            "source": {
2601
                "type": "git",
2602
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2603
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2604
            },
2605
            "dist": {
2606
                "type": "zip",
2607
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2608
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2609
                "shasum": ""
2610
            },
2611
            "require": {
2612
                "php": ">=5.3.2",
2613
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2614
                "symfony/config": "~2.3|~3.0",
2615
                "symfony/dependency-injection": "~2.3|~3.0",
2616
                "symfony/http-kernel": "~2.3|~3.0",
2617
                "symfony/yaml": "~2.3|~3.0"
2618
            },
2619
            "require-dev": {
2620
                "symfony/phpunit-bridge": "~2.7|~3.0"
2621
            },
2622
            "suggest": {
2623
                "psr/log": "Allows logging"
2624
            },
2625
            "type": "symfony-bundle",
2626
            "extra": {
2627
                "branch-alias": {
2628
                    "dev-master": "2.3-dev"
2629
                }
2630
            },
2631
            "autoload": {
2632
                "psr-4": {
2633
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2634
                }
2635
            },
2636
            "notification-url": "https://packagist.org/downloads/",
2637
            "license": [
2638
                "MIT"
2639
            ],
2640
            "authors": [
2641
                {
2642
                    "name": "Symfony Community",
2643
                    "homepage": "http://symfony.com/contributors"
2644
                },
2645
                {
2646
                    "name": "Fabien Potencier",
2647
                    "email": "[email protected]"
2648
                }
2649
            ],
2650
            "description": "Symfony SwiftmailerBundle",
2651
            "homepage": "http://symfony.com",
2652
            "time": "2016-01-15 16:41:20"
2653
        },
2654
        {
2655
            "name": "symfony/symfony",
0 ignored issues
show
2656
            "version": "v2.8.4",
2657
            "source": {
2658
                "type": "git",
2659
                "url": "https://github.com/symfony/symfony.git",
2660
                "reference": "9e14f9f4869c19188a376eab61d9a1c1f1fee347"
2661
            },
2662
            "dist": {
2663
                "type": "zip",
2664
                "url": "https://api.github.com/repos/symfony/symfony/zipball/9e14f9f4869c19188a376eab61d9a1c1f1fee347",
2665
                "reference": "9e14f9f4869c19188a376eab61d9a1c1f1fee347",
2666
                "shasum": ""
2667
            },
2668
            "require": {
2669
                "doctrine/common": "~2.4",
2670
                "php": ">=5.3.9",
2671
                "psr/log": "~1.0",
2672
                "symfony/polyfill-apcu": "~1.1",
2673
                "symfony/polyfill-intl-icu": "~1.0",
2674
                "symfony/polyfill-mbstring": "~1.0",
2675
                "symfony/polyfill-php54": "~1.0",
2676
                "symfony/polyfill-php55": "~1.0",
2677
                "symfony/polyfill-php56": "~1.0",
2678
                "symfony/polyfill-php70": "~1.0",
2679
                "symfony/polyfill-util": "~1.0",
2680
                "symfony/security-acl": "~2.7",
2681
                "twig/twig": "~1.23|~2.0"
2682
            },
2683
            "conflict": {
2684
                "phpdocumentor/reflection": "<1.0.7"
2685
            },
2686
            "replace": {
2687
                "symfony/asset": "self.version",
2688
                "symfony/browser-kit": "self.version",
2689
                "symfony/class-loader": "self.version",
2690
                "symfony/config": "self.version",
2691
                "symfony/console": "self.version",
2692
                "symfony/css-selector": "self.version",
2693
                "symfony/debug": "self.version",
2694
                "symfony/debug-bundle": "self.version",
2695
                "symfony/dependency-injection": "self.version",
2696
                "symfony/doctrine-bridge": "self.version",
2697
                "symfony/dom-crawler": "self.version",
2698
                "symfony/event-dispatcher": "self.version",
2699
                "symfony/expression-language": "self.version",
2700
                "symfony/filesystem": "self.version",
2701
                "symfony/finder": "self.version",
2702
                "symfony/form": "self.version",
2703
                "symfony/framework-bundle": "self.version",
2704
                "symfony/http-foundation": "self.version",
2705
                "symfony/http-kernel": "self.version",
2706
                "symfony/intl": "self.version",
2707
                "symfony/ldap": "self.version",
2708
                "symfony/locale": "self.version",
2709
                "symfony/monolog-bridge": "self.version",
2710
                "symfony/options-resolver": "self.version",
2711
                "symfony/process": "self.version",
2712
                "symfony/property-access": "self.version",
2713
                "symfony/property-info": "self.version",
2714
                "symfony/proxy-manager-bridge": "self.version",
2715
                "symfony/routing": "self.version",
2716
                "symfony/security": "self.version",
2717
                "symfony/security-bundle": "self.version",
2718
                "symfony/security-core": "self.version",
2719
                "symfony/security-csrf": "self.version",
2720
                "symfony/security-guard": "self.version",
2721
                "symfony/security-http": "self.version",
2722
                "symfony/serializer": "self.version",
2723
                "symfony/stopwatch": "self.version",
2724
                "symfony/swiftmailer-bridge": "self.version",
2725
                "symfony/templating": "self.version",
2726
                "symfony/translation": "self.version",
2727
                "symfony/twig-bridge": "self.version",
2728
                "symfony/twig-bundle": "self.version",
2729
                "symfony/validator": "self.version",
2730
                "symfony/var-dumper": "self.version",
2731
                "symfony/web-profiler-bundle": "self.version",
2732
                "symfony/yaml": "self.version"
2733
            },
2734
            "require-dev": {
2735
                "doctrine/data-fixtures": "1.0.*",
2736
                "doctrine/dbal": "~2.4",
2737
                "doctrine/doctrine-bundle": "~1.2",
2738
                "doctrine/orm": "~2.4,>=2.4.5",
2739
                "egulias/email-validator": "~1.2",
2740
                "monolog/monolog": "~1.11",
2741
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2742
                "phpdocumentor/reflection": "^1.0.7"
2743
            },
2744
            "type": "library",
2745
            "extra": {
2746
                "branch-alias": {
2747
                    "dev-master": "2.8-dev"
2748
                }
2749
            },
2750
            "autoload": {
2751
                "psr-4": {
2752
                    "Symfony\\Bridge\\": "src/Symfony/Bridge/",
2753
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2754
                    "Symfony\\Component\\": "src/Symfony/Component/"
2755
                },
2756
                "classmap": [
2757
                    "src/Symfony/Component/Intl/Resources/stubs"
2758
                ],
2759
                "exclude-from-classmap": [
2760
                    "**/Tests/"
2761
                ]
2762
            },
2763
            "notification-url": "https://packagist.org/downloads/",
2764
            "license": [
2765
                "MIT"
2766
            ],
2767
            "authors": [
2768
                {
2769
                    "name": "Fabien Potencier",
2770
                    "email": "[email protected]"
2771
                },
2772
                {
2773
                    "name": "Symfony Community",
2774
                    "homepage": "https://symfony.com/contributors"
2775
                }
2776
            ],
2777
            "description": "The Symfony PHP framework",
2778
            "homepage": "https://symfony.com",
2779
            "keywords": [
2780
                "framework"
2781
            ],
2782
            "time": "2016-03-27 12:57:53"
2783
        },
2784
        {
2785
            "name": "twig/extensions",
2786
            "version": "v1.3.0",
2787
            "source": {
2788
                "type": "git",
2789
                "url": "https://github.com/twigphp/Twig-extensions.git",
2790
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2791
            },
2792
            "dist": {
2793
                "type": "zip",
2794
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2795
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2796
                "shasum": ""
2797
            },
2798
            "require": {
2799
                "twig/twig": "~1.20|~2.0"
2800
            },
2801
            "require-dev": {
2802
                "symfony/translation": "~2.3"
2803
            },
2804
            "suggest": {
2805
                "symfony/translation": "Allow the time_diff output to be translated"
2806
            },
2807
            "type": "library",
2808
            "extra": {
2809
                "branch-alias": {
2810
                    "dev-master": "1.3-dev"
2811
                }
2812
            },
2813
            "autoload": {
2814
                "psr-0": {
2815
                    "Twig_Extensions_": "lib/"
2816
                }
2817
            },
2818
            "notification-url": "https://packagist.org/downloads/",
2819
            "license": [
2820
                "MIT"
2821
            ],
2822
            "authors": [
2823
                {
2824
                    "name": "Fabien Potencier",
2825
                    "email": "[email protected]"
2826
                }
2827
            ],
2828
            "description": "Common additional features for Twig that do not directly belong in core",
2829
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2830
            "keywords": [
2831
                "i18n",
2832
                "text"
2833
            ],
2834
            "time": "2015-08-22 16:38:35"
2835
        },
2836
        {
2837
            "name": "twig/twig",
2838
            "version": "v1.24.0",
2839
            "source": {
2840
                "type": "git",
2841
                "url": "https://github.com/twigphp/Twig.git",
2842
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
2843
            },
2844
            "dist": {
2845
                "type": "zip",
2846
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2847
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2848
                "shasum": ""
2849
            },
2850
            "require": {
2851
                "php": ">=5.2.7"
2852
            },
2853
            "require-dev": {
2854
                "symfony/debug": "~2.7",
2855
                "symfony/phpunit-bridge": "~2.7"
2856
            },
2857
            "type": "library",
2858
            "extra": {
2859
                "branch-alias": {
2860
                    "dev-master": "1.24-dev"
2861
                }
2862
            },
2863
            "autoload": {
2864
                "psr-0": {
2865
                    "Twig_": "lib/"
2866
                }
2867
            },
2868
            "notification-url": "https://packagist.org/downloads/",
2869
            "license": [
2870
                "BSD-3-Clause"
2871
            ],
2872
            "authors": [
2873
                {
2874
                    "name": "Fabien Potencier",
2875
                    "email": "[email protected]",
2876
                    "homepage": "http://fabien.potencier.org",
2877
                    "role": "Lead Developer"
2878
                },
2879
                {
2880
                    "name": "Armin Ronacher",
2881
                    "email": "[email protected]",
2882
                    "role": "Project Founder"
2883
                },
2884
                {
2885
                    "name": "Twig Team",
2886
                    "homepage": "http://twig.sensiolabs.org/contributors",
2887
                    "role": "Contributors"
2888
                }
2889
            ],
2890
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2891
            "homepage": "http://twig.sensiolabs.org",
2892
            "keywords": [
2893
                "templating"
2894
            ],
2895
            "time": "2016-01-25 21:22:18"
2896
        },
2897
        {
2898
            "name": "twilio/sdk",
2899
            "version": "4.10.0",
2900
            "source": {
2901
                "type": "git",
2902
                "url": "https://github.com/twilio/twilio-php.git",
2903
                "reference": "292fef46097bcc935007a117ddce9acc40a1a8c1"
2904
            },
2905
            "dist": {
2906
                "type": "zip",
2907
                "url": "https://api.github.com/repos/twilio/twilio-php/zipball/292fef46097bcc935007a117ddce9acc40a1a8c1",
2908
                "reference": "292fef46097bcc935007a117ddce9acc40a1a8c1",
2909
                "shasum": ""
2910
            },
2911
            "require": {
2912
                "php": ">=5.2.1"
2913
            },
2914
            "require-dev": {
2915
                "mockery/mockery": ">=0.7.2",
2916
                "phpunit/phpunit": "4.5.*"
2917
            },
2918
            "type": "library",
2919
            "autoload": {
2920
                "files": [
2921
                    "Services/Twilio.php"
2922
                ]
2923
            },
2924
            "notification-url": "https://packagist.org/downloads/",
2925
            "license": [
2926
                "MIT"
2927
            ],
2928
            "authors": [
2929
                {
2930
                    "name": "Kevin Burke",
2931
                    "email": "[email protected]"
2932
                },
2933
                {
2934
                    "name": "Kyle Conroy",
2935
                    "email": "[email protected]"
2936
                }
2937
            ],
2938
            "description": "A PHP wrapper for Twilio's API",
2939
            "homepage": "http://github.com/twilio/twilio-php",
2940
            "keywords": [
2941
                "api",
2942
                "sms",
2943
                "twilio"
2944
            ],
2945
            "time": "2016-01-29 00:19:22"
2946
        },
2947
        {
2948
            "name": "willdurand/jsonp-callback-validator",
2949
            "version": "v1.1.0",
2950
            "source": {
2951
                "type": "git",
2952
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
2953
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
2954
            },
2955
            "dist": {
2956
                "type": "zip",
2957
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
2958
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
2959
                "shasum": ""
2960
            },
2961
            "require": {
2962
                "php": ">=5.3.0"
2963
            },
2964
            "require-dev": {
2965
                "phpunit/phpunit": "~3.7"
2966
            },
2967
            "type": "library",
2968
            "autoload": {
2969
                "psr-0": {
2970
                    "JsonpCallbackValidator": "src/"
2971
                }
2972
            },
2973
            "notification-url": "https://packagist.org/downloads/",
2974
            "license": [
2975
                "MIT"
2976
            ],
2977
            "authors": [
2978
                {
2979
                    "name": "William Durand",
2980
                    "email": "[email protected]",
2981
                    "homepage": "http://www.willdurand.fr"
2982
                }
2983
            ],
2984
            "description": "JSONP callback validator.",
2985
            "time": "2014-01-20 22:35:06"
2986
        }
2987
    ],
2988
    "packages-dev": [
2989
        {
2990
            "name": "doctrine/data-fixtures",
2991
            "version": "v1.1.1",
2992
            "source": {
2993
                "type": "git",
2994
                "url": "https://github.com/doctrine/data-fixtures.git",
2995
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
2996
            },
2997
            "dist": {
2998
                "type": "zip",
2999
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3000
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3001
                "shasum": ""
3002
            },
3003
            "require": {
3004
                "doctrine/common": "~2.2",
3005
                "php": ">=5.3.2"
3006
            },
3007
            "conflict": {
3008
                "doctrine/orm": "< 2.4"
3009
            },
3010
            "require-dev": {
3011
                "doctrine/orm": "~2.4"
3012
            },
3013
            "suggest": {
3014
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3015
                "doctrine/orm": "For loading ORM fixtures",
3016
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3017
            },
3018
            "type": "library",
3019
            "extra": {
3020
                "branch-alias": {
3021
                    "dev-master": "1.1.x-dev"
3022
                }
3023
            },
3024
            "autoload": {
3025
                "psr-0": {
3026
                    "Doctrine\\Common\\DataFixtures": "lib/"
3027
                }
3028
            },
3029
            "notification-url": "https://packagist.org/downloads/",
3030
            "license": [
3031
                "MIT"
3032
            ],
3033
            "authors": [
3034
                {
3035
                    "name": "Jonathan Wage",
3036
                    "email": "[email protected]"
3037
                }
3038
            ],
3039
            "description": "Data Fixtures for all Doctrine Object Managers",
3040
            "homepage": "http://www.doctrine-project.org",
3041
            "keywords": [
3042
                "database"
3043
            ],
3044
            "time": "2015-03-30 12:14:13"
3045
        },
3046
        {
3047
            "name": "doctrine/doctrine-fixtures-bundle",
3048
            "version": "2.3.0",
3049
            "source": {
3050
                "type": "git",
3051
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
3052
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
3053
            },
3054
            "dist": {
3055
                "type": "zip",
3056
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
3057
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
3058
                "shasum": ""
3059
            },
3060
            "require": {
3061
                "doctrine/data-fixtures": "~1.0",
3062
                "doctrine/doctrine-bundle": "~1.0",
3063
                "php": ">=5.3.2",
3064
                "symfony/doctrine-bridge": "~2.3|~3.0"
3065
            },
3066
            "type": "symfony-bundle",
3067
            "extra": {
3068
                "branch-alias": {
3069
                    "dev-master": "2.2.x-dev"
3070
                }
3071
            },
3072
            "autoload": {
3073
                "psr-4": {
3074
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
3075
                }
3076
            },
3077
            "notification-url": "https://packagist.org/downloads/",
3078
            "license": [
3079
                "MIT"
3080
            ],
3081
            "authors": [
3082
                {
3083
                    "name": "Symfony Community",
3084
                    "homepage": "http://symfony.com/contributors"
3085
                },
3086
                {
3087
                    "name": "Doctrine Project",
3088
                    "homepage": "http://www.doctrine-project.org"
3089
                },
3090
                {
3091
                    "name": "Fabien Potencier",
3092
                    "email": "[email protected]"
3093
                }
3094
            ],
3095
            "description": "Symfony DoctrineFixturesBundle",
3096
            "homepage": "http://www.doctrine-project.org",
3097
            "keywords": [
3098
                "Fixture",
3099
                "persistence"
3100
            ],
3101
            "time": "2015-11-04 21:23:23"
3102
        },
3103
        {
3104
            "name": "facebook/webdriver",
3105
            "version": "1.1.1",
3106
            "source": {
3107
                "type": "git",
3108
                "url": "https://github.com/facebook/php-webdriver.git",
3109
                "reference": "1c98108ba3eb435b681655764de11502a0653705"
3110
            },
3111
            "dist": {
3112
                "type": "zip",
3113
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/1c98108ba3eb435b681655764de11502a0653705",
3114
                "reference": "1c98108ba3eb435b681655764de11502a0653705",
3115
                "shasum": ""
3116
            },
3117
            "require": {
3118
                "php": ">=5.3.19"
3119
            },
3120
            "require-dev": {
3121
                "phpunit/phpunit": "4.6.*"
3122
            },
3123
            "suggest": {
3124
                "phpdocumentor/phpdocumentor": "2.*"
3125
            },
3126
            "type": "library",
3127
            "autoload": {
3128
                "psr-4": {
3129
                    "Facebook\\WebDriver\\": "lib/"
3130
                }
3131
            },
3132
            "notification-url": "https://packagist.org/downloads/",
3133
            "license": [
3134
                "Apache-2.0"
3135
            ],
3136
            "description": "A PHP client for WebDriver",
3137
            "homepage": "https://github.com/facebook/php-webdriver",
3138
            "keywords": [
3139
                "facebook",
3140
                "php",
3141
                "selenium",
3142
                "webdriver"
3143
            ],
3144
            "time": "2015-12-31 15:58:49"
3145
        },
3146
        {
3147
            "name": "guzzle/guzzle",
3148
            "version": "v3.9.3",
3149
            "source": {
3150
                "type": "git",
3151
                "url": "https://github.com/guzzle/guzzle3.git",
3152
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
3153
            },
3154
            "dist": {
3155
                "type": "zip",
3156
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
3157
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
3158
                "shasum": ""
3159
            },
3160
            "require": {
3161
                "ext-curl": "*",
3162
                "php": ">=5.3.3",
3163
                "symfony/event-dispatcher": "~2.1"
3164
            },
3165
            "replace": {
3166
                "guzzle/batch": "self.version",
3167
                "guzzle/cache": "self.version",
3168
                "guzzle/common": "self.version",
3169
                "guzzle/http": "self.version",
3170
                "guzzle/inflection": "self.version",
3171
                "guzzle/iterator": "self.version",
3172
                "guzzle/log": "self.version",
3173
                "guzzle/parser": "self.version",
3174
                "guzzle/plugin": "self.version",
3175
                "guzzle/plugin-async": "self.version",
3176
                "guzzle/plugin-backoff": "self.version",
3177
                "guzzle/plugin-cache": "self.version",
3178
                "guzzle/plugin-cookie": "self.version",
3179
                "guzzle/plugin-curlauth": "self.version",
3180
                "guzzle/plugin-error-response": "self.version",
3181
                "guzzle/plugin-history": "self.version",
3182
                "guzzle/plugin-log": "self.version",
3183
                "guzzle/plugin-md5": "self.version",
3184
                "guzzle/plugin-mock": "self.version",
3185
                "guzzle/plugin-oauth": "self.version",
3186
                "guzzle/service": "self.version",
3187
                "guzzle/stream": "self.version"
3188
            },
3189
            "require-dev": {
3190
                "doctrine/cache": "~1.3",
3191
                "monolog/monolog": "~1.0",
3192
                "phpunit/phpunit": "3.7.*",
3193
                "psr/log": "~1.0",
3194
                "symfony/class-loader": "~2.1",
3195
                "zendframework/zend-cache": "2.*,<2.3",
3196
                "zendframework/zend-log": "2.*,<2.3"
3197
            },
3198
            "suggest": {
3199
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
3200
            },
3201
            "type": "library",
3202
            "extra": {
3203
                "branch-alias": {
3204
                    "dev-master": "3.9-dev"
3205
                }
3206
            },
3207
            "autoload": {
3208
                "psr-0": {
3209
                    "Guzzle": "src/",
3210
                    "Guzzle\\Tests": "tests/"
3211
                }
3212
            },
3213
            "notification-url": "https://packagist.org/downloads/",
3214
            "license": [
3215
                "MIT"
3216
            ],
3217
            "authors": [
3218
                {
3219
                    "name": "Michael Dowling",
3220
                    "email": "[email protected]",
3221
                    "homepage": "https://github.com/mtdowling"
3222
                },
3223
                {
3224
                    "name": "Guzzle Community",
3225
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
3226
                }
3227
            ],
3228
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
3229
            "homepage": "http://guzzlephp.org/",
3230
            "keywords": [
3231
                "client",
3232
                "curl",
3233
                "framework",
3234
                "http",
3235
                "http client",
3236
                "rest",
3237
                "web service"
3238
            ],
3239
            "time": "2015-03-18 18:23:50"
3240
        },
3241
        {
3242
            "name": "jms/metadata",
3243
            "version": "1.5.1",
3244
            "source": {
3245
                "type": "git",
3246
                "url": "https://github.com/schmittjoh/metadata.git",
3247
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
3248
            },
3249
            "dist": {
3250
                "type": "zip",
3251
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
3252
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
3253
                "shasum": ""
3254
            },
3255
            "require": {
3256
                "php": ">=5.3.0"
3257
            },
3258
            "require-dev": {
3259
                "doctrine/cache": "~1.0"
3260
            },
3261
            "type": "library",
3262
            "extra": {
3263
                "branch-alias": {
3264
                    "dev-master": "1.5.x-dev"
3265
                }
3266
            },
3267
            "autoload": {
3268
                "psr-0": {
3269
                    "Metadata\\": "src/"
3270
                }
3271
            },
3272
            "notification-url": "https://packagist.org/downloads/",
3273
            "license": [
3274
                "Apache"
3275
            ],
3276
            "authors": [
3277
                {
3278
                    "name": "Johannes Schmitt",
3279
                    "email": "[email protected]",
3280
                    "homepage": "https://github.com/schmittjoh",
3281
                    "role": "Developer of wrapped JMSSerializerBundle"
3282
                }
3283
            ],
3284
            "description": "Class/method/property metadata management in PHP",
3285
            "keywords": [
3286
                "annotations",
3287
                "metadata",
3288
                "xml",
3289
                "yaml"
3290
            ],
3291
            "time": "2014-07-12 07:13:19"
3292
        },
3293
        {
3294
            "name": "jms/parser-lib",
3295
            "version": "1.0.0",
3296
            "source": {
3297
                "type": "git",
3298
                "url": "https://github.com/schmittjoh/parser-lib.git",
3299
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
3300
            },
3301
            "dist": {
3302
                "type": "zip",
3303
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3304
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
3305
                "shasum": ""
3306
            },
3307
            "require": {
3308
                "phpoption/phpoption": ">=0.9,<2.0-dev"
3309
            },
3310
            "type": "library",
3311
            "extra": {
3312
                "branch-alias": {
3313
                    "dev-master": "1.0-dev"
3314
                }
3315
            },
3316
            "autoload": {
3317
                "psr-0": {
3318
                    "JMS\\": "src/"
3319
                }
3320
            },
3321
            "notification-url": "https://packagist.org/downloads/",
3322
            "license": [
3323
                "Apache2"
3324
            ],
3325
            "description": "A library for easily creating recursive-descent parsers.",
3326
            "time": "2012-11-18 18:08:43"
3327
        },
3328
        {
3329
            "name": "jms/serializer",
3330
            "version": "1.1.0",
3331
            "source": {
3332
                "type": "git",
3333
                "url": "https://github.com/schmittjoh/serializer.git",
3334
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
3335
            },
3336
            "dist": {
3337
                "type": "zip",
3338
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
3339
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
3340
                "shasum": ""
3341
            },
3342
            "require": {
3343
                "doctrine/annotations": "1.*",
3344
                "doctrine/instantiator": "~1.0.3",
3345
                "jms/metadata": "~1.1",
3346
                "jms/parser-lib": "1.*",
3347
                "php": ">=5.4.0",
3348
                "phpcollection/phpcollection": "~0.1"
3349
            },
3350
            "conflict": {
3351
                "twig/twig": "<1.12"
3352
            },
3353
            "require-dev": {
3354
                "doctrine/orm": "~2.1",
3355
                "doctrine/phpcr-odm": "~1.0.1",
3356
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
3357
                "phpunit/phpunit": "~4.0",
3358
                "propel/propel1": "~1.7",
3359
                "symfony/filesystem": "2.*",
3360
                "symfony/form": "~2.1",
3361
                "symfony/translation": "~2.0",
3362
                "symfony/validator": "~2.0",
3363
                "symfony/yaml": "2.*",
3364
                "twig/twig": "~1.12|~2.0"
3365
            },
3366
            "suggest": {
3367
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
3368
            },
3369
            "type": "library",
3370
            "extra": {
3371
                "branch-alias": {
3372
                    "dev-master": "1.1-dev"
3373
                }
3374
            },
3375
            "autoload": {
3376
                "psr-0": {
3377
                    "JMS\\Serializer": "src/"
3378
                }
3379
            },
3380
            "notification-url": "https://packagist.org/downloads/",
3381
            "license": [
3382
                "Apache2"
3383
            ],
3384
            "authors": [
3385
                {
3386
                    "name": "Johannes M. Schmitt",
3387
                    "email": "[email protected]"
3388
                }
3389
            ],
3390
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
3391
            "homepage": "http://jmsyst.com/libs/serializer",
3392
            "keywords": [
3393
                "deserialization",
3394
                "jaxb",
3395
                "json",
3396
                "serialization",
3397
                "xml"
3398
            ],
3399
            "time": "2015-10-27 09:24:41"
3400
        },
3401
        {
3402
            "name": "liip/functional-test-bundle",
3403
            "version": "1.6.2",
3404
            "source": {
3405
                "type": "git",
3406
                "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
3407
                "reference": "7401da84b3da42cbde1fab51f26503ae9d6b8f02"
3408
            },
3409
            "dist": {
3410
                "type": "zip",
3411
                "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/7401da84b3da42cbde1fab51f26503ae9d6b8f02",
3412
                "reference": "7401da84b3da42cbde1fab51f26503ae9d6b8f02",
3413
                "shasum": ""
3414
            },
3415
            "require": {
3416
                "doctrine/common": "~2.0",
3417
                "php": "^5.3.9|^7.0",
3418
                "symfony/browser-kit": "~2.3|~3.0",
3419
                "symfony/framework-bundle": "2.3.*|~2.7|~3.0"
3420
            },
3421
            "require-dev": {
3422
                "brianium/paratest": "~0.12.0|~0.13.2",
3423
                "doctrine/doctrine-fixtures-bundle": "~2.3",
3424
                "doctrine/orm": "^2.4.8",
3425
                "doctrine/phpcr-bundle": "~1.3",
3426
                "doctrine/phpcr-odm": "~1.3",
3427
                "hautelook/alice-bundle": "~0.2|~1.2",
3428
                "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*",
3429
                "nelmio/alice": "~1.7|~2.0",
3430
                "phpunit/phpunit": "4.8.*|~5.2",
3431
                "symfony/assetic-bundle": "~2.3",
3432
                "symfony/monolog-bundle": "~2.4",
3433
                "symfony/symfony": "~2.3.1|~2.7|~3.0",
3434
                "twig/twig": "~1.12"
3435
            },
3436
            "suggest": {
3437
                "brianium/paratest": "Required when using paratest to parallelize tests",
3438
                "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
3439
                "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
3440
                "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite",
3441
                "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers",
3442
                "nelmio/alice": "Required when using loadFixtureFiles functionality",
3443
                "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5"
3444
            },
3445
            "type": "symfony-bundle",
3446
            "extra": {
3447
                "branch-alias": {
3448
                    "dev-master": "1.6.x-dev"
3449
                }
3450
            },
3451
            "autoload": {
3452
                "psr-4": {
3453
                    "Liip\\FunctionalTestBundle\\": ""
3454
                }
3455
            },
3456
            "notification-url": "https://packagist.org/downloads/",
3457
            "license": [
3458
                "MIT"
3459
            ],
3460
            "authors": [
3461
                {
3462
                    "name": "Liip AG",
3463
                    "homepage": "http://www.liip.ch/"
3464
                },
3465
                {
3466
                    "name": "Community contributions",
3467
                    "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
3468
                }
3469
            ],
3470
            "description": "This bundles provides additional functional test-cases for Symfony2 applications",
3471
            "keywords": [
3472
                "Symfony2"
3473
            ],
3474
            "time": "2016-04-15 09:58:44"
3475
        },
3476
        {
3477
            "name": "php-mock/php-mock",
3478
            "version": "0.8",
3479
            "source": {
3480
                "type": "git",
3481
                "url": "https://github.com/php-mock/php-mock.git",
3482
                "reference": "5b629b5f31f1b5c466f23f9cec70385f5b27bab6"
3483
            },
3484
            "dist": {
3485
                "type": "zip",
3486
                "url": "https://api.github.com/repos/php-mock/php-mock/zipball/5b629b5f31f1b5c466f23f9cec70385f5b27bab6",
3487
                "reference": "5b629b5f31f1b5c466f23f9cec70385f5b27bab6",
3488
                "shasum": ""
3489
            },
3490
            "require": {
3491
                "php": ">=5.4",
3492
                "phpunit/php-text-template": "^1"
3493
            },
3494
            "replace": {
3495
                "malkusch/php-mock": "*"
3496
            },
3497
            "require-dev": {
3498
                "phpunit/phpunit": "^4"
3499
            },
3500
            "suggest": {
3501
                "php-mock/php-mock-mockery": "Allows using PHPMockery for Mockery integration",
3502
                "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
3503
            },
3504
            "type": "library",
3505
            "autoload": {
3506
                "psr-4": {
3507
                    "phpmock\\": [
3508
                        "classes/",
3509
                        "tests/unit/"
3510
                    ]
3511
                }
3512
            },
3513
            "notification-url": "https://packagist.org/downloads/",
3514
            "license": [
3515
                "WTFPL"
3516
            ],
3517
            "authors": [
3518
                {
3519
                    "name": "Markus Malkusch",
3520
                    "email": "[email protected]",
3521
                    "homepage": "http://markus.malkusch.de",
3522
                    "role": "Developer"
3523
                }
3524
            ],
3525
            "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.",
3526
            "homepage": "https://github.com/php-mock/php-mock",
3527
            "keywords": [
3528
                "BDD",
3529
                "TDD",
3530
                "function",
3531
                "mock",
3532
                "stub",
3533
                "test",
3534
                "test double"
3535
            ],
3536
            "time": "2015-04-13 19:11:19"
3537
        },
3538
        {
3539
            "name": "php-mock/php-mock-integration",
3540
            "version": "0.4",
3541
            "source": {
3542
                "type": "git",
3543
                "url": "https://github.com/php-mock/php-mock-integration.git",
3544
                "reference": "b36c56db878d11a0bdfc0dceb1e5193624efcb43"
3545
            },
3546
            "dist": {
3547
                "type": "zip",
3548
                "url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/b36c56db878d11a0bdfc0dceb1e5193624efcb43",
3549
                "reference": "b36c56db878d11a0bdfc0dceb1e5193624efcb43",
3550
                "shasum": ""
3551
            },
3552
            "require": {
3553
                "php": ">=5.4",
3554
                "php-mock/php-mock": "^0.8",
3555
                "phpunit/php-text-template": "^1"
3556
            },
3557
            "require-dev": {
3558
                "phpunit/phpunit": "^4"
3559
            },
3560
            "type": "library",
3561
            "autoload": {
3562
                "psr-4": {
3563
                    "phpmock\\integration\\": "classes/"
3564
                }
3565
            },
3566
            "notification-url": "https://packagist.org/downloads/",
3567
            "license": [
3568
                "WTFPL"
3569
            ],
3570
            "authors": [
3571
                {
3572
                    "name": "Markus Malkusch",
3573
                    "email": "[email protected]",
3574
                    "homepage": "http://markus.malkusch.de",
3575
                    "role": "Developer"
3576
                }
3577
            ],
3578
            "description": "Integration package for PHP-Mock",
3579
            "homepage": "https://github.com/php-mock/php-mock-integration",
3580
            "keywords": [
3581
                "BDD",
3582
                "TDD",
3583
                "function",
3584
                "mock",
3585
                "stub",
3586
                "test",
3587
                "test double"
3588
            ],
3589
            "time": "2015-04-13 19:23:41"
3590
        },
3591
        {
3592
            "name": "php-mock/php-mock-phpunit",
3593
            "version": "0.3",
3594
            "source": {
3595
                "type": "git",
3596
                "url": "https://github.com/php-mock/php-mock-phpunit.git",
3597
                "reference": "fc080299824916d6170562978b4e282306e1fbcf"
3598
            },
3599
            "dist": {
3600
                "type": "zip",
3601
                "url": "https://api.github.com/repos/php-mock/php-mock-phpunit/zipball/fc080299824916d6170562978b4e282306e1fbcf",
3602
                "reference": "fc080299824916d6170562978b4e282306e1fbcf",
3603
                "shasum": ""
3604
            },
3605
            "require": {
3606
                "php": ">=5.4",
3607
                "php-mock/php-mock-integration": "^0.4",
3608
                "phpunit/phpunit": "^4.0.0"
3609
            },
3610
            "require-dev": {
3611
                "mockery/mockery": "^0.9"
3612
            },
3613
            "type": "library",
3614
            "autoload": {
3615
                "psr-4": {
3616
                    "phpmock\\phpunit\\": "classes/"
3617
                }
3618
            },
3619
            "notification-url": "https://packagist.org/downloads/",
3620
            "license": [
3621
                "WTFPL"
3622
            ],
3623
            "authors": [
3624
                {
3625
                    "name": "Markus Malkusch",
3626
                    "email": "[email protected]",
3627
                    "homepage": "http://markus.malkusch.de",
3628
                    "role": "Developer"
3629
                }
3630
            ],
3631
            "description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.",
3632
            "homepage": "https://github.com/php-mock/php-mock-phpunit",
3633
            "keywords": [
3634
                "BDD",
3635
                "TDD",
3636
                "function",
3637
                "mock",
3638
                "phpunit",
3639
                "stub",
3640
                "test",
3641
                "test double"
3642
            ],
3643
            "time": "2015-04-13 19:28:05"
3644
        },
3645
        {
3646
            "name": "phpcollection/phpcollection",
3647
            "version": "0.4.0",
3648
            "source": {
3649
                "type": "git",
3650
                "url": "https://github.com/schmittjoh/php-collection.git",
3651
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
3652
            },
3653
            "dist": {
3654
                "type": "zip",
3655
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
3656
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
3657
                "shasum": ""
3658
            },
3659
            "require": {
3660
                "phpoption/phpoption": "1.*"
3661
            },
3662
            "type": "library",
3663
            "extra": {
3664
                "branch-alias": {
3665
                    "dev-master": "0.3-dev"
3666
                }
3667
            },
3668
            "autoload": {
3669
                "psr-0": {
3670
                    "PhpCollection": "src/"
3671
                }
3672
            },
3673
            "notification-url": "https://packagist.org/downloads/",
3674
            "license": [
3675
                "Apache2"
3676
            ],
3677
            "authors": [
3678
                {
3679
                    "name": "Johannes Schmitt",
3680
                    "email": "[email protected]",
3681
                    "homepage": "https://github.com/schmittjoh",
3682
                    "role": "Developer of wrapped JMSSerializerBundle"
3683
                }
3684
            ],
3685
            "description": "General-Purpose Collection Library for PHP",
3686
            "keywords": [
3687
                "collection",
3688
                "list",
3689
                "map",
3690
                "sequence",
3691
                "set"
3692
            ],
3693
            "time": "2014-03-11 13:46:42"
3694
        },
3695
        {
3696
            "name": "phpdocumentor/reflection-docblock",
3697
            "version": "2.0.4",
3698
            "source": {
3699
                "type": "git",
3700
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3701
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3702
            },
3703
            "dist": {
3704
                "type": "zip",
3705
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3706
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3707
                "shasum": ""
3708
            },
3709
            "require": {
3710
                "php": ">=5.3.3"
3711
            },
3712
            "require-dev": {
3713
                "phpunit/phpunit": "~4.0"
3714
            },
3715
            "suggest": {
3716
                "dflydev/markdown": "~1.0",
3717
                "erusev/parsedown": "~1.0"
3718
            },
3719
            "type": "library",
3720
            "extra": {
3721
                "branch-alias": {
3722
                    "dev-master": "2.0.x-dev"
3723
                }
3724
            },
3725
            "autoload": {
3726
                "psr-0": {
3727
                    "phpDocumentor": [
3728
                        "src/"
3729
                    ]
3730
                }
3731
            },
3732
            "notification-url": "https://packagist.org/downloads/",
3733
            "license": [
3734
                "MIT"
3735
            ],
3736
            "authors": [
3737
                {
3738
                    "name": "Mike van Riel",
3739
                    "email": "[email protected]"
3740
                }
3741
            ],
3742
            "time": "2015-02-03 12:10:50"
3743
        },
3744
        {
3745
            "name": "phpoption/phpoption",
3746
            "version": "1.5.0",
3747
            "source": {
3748
                "type": "git",
3749
                "url": "https://github.com/schmittjoh/php-option.git",
3750
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3751
            },
3752
            "dist": {
3753
                "type": "zip",
3754
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3755
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3756
                "shasum": ""
3757
            },
3758
            "require": {
3759
                "php": ">=5.3.0"
3760
            },
3761
            "require-dev": {
3762
                "phpunit/phpunit": "4.7.*"
3763
            },
3764
            "type": "library",
3765
            "extra": {
3766
                "branch-alias": {
3767
                    "dev-master": "1.3-dev"
3768
                }
3769
            },
3770
            "autoload": {
3771
                "psr-0": {
3772
                    "PhpOption\\": "src/"
3773
                }
3774
            },
3775
            "notification-url": "https://packagist.org/downloads/",
3776
            "license": [
3777
                "Apache2"
3778
            ],
3779
            "authors": [
3780
                {
3781
                    "name": "Johannes M. Schmitt",
3782
                    "email": "[email protected]"
3783
                }
3784
            ],
3785
            "description": "Option Type for PHP",
3786
            "keywords": [
3787
                "language",
3788
                "option",
3789
                "php",
3790
                "type"
3791
            ],
3792
            "time": "2015-07-25 16:39:46"
3793
        },
3794
        {
3795
            "name": "phpspec/prophecy",
3796
            "version": "v1.6.0",
3797
            "source": {
3798
                "type": "git",
3799
                "url": "https://github.com/phpspec/prophecy.git",
3800
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
3801
            },
3802
            "dist": {
3803
                "type": "zip",
3804
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
3805
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
3806
                "shasum": ""
3807
            },
3808
            "require": {
3809
                "doctrine/instantiator": "^1.0.2",
3810
                "php": "^5.3|^7.0",
3811
                "phpdocumentor/reflection-docblock": "~2.0",
3812
                "sebastian/comparator": "~1.1",
3813
                "sebastian/recursion-context": "~1.0"
3814
            },
3815
            "require-dev": {
3816
                "phpspec/phpspec": "~2.0"
3817
            },
3818
            "type": "library",
3819
            "extra": {
3820
                "branch-alias": {
3821
                    "dev-master": "1.5.x-dev"
3822
                }
3823
            },
3824
            "autoload": {
3825
                "psr-0": {
3826
                    "Prophecy\\": "src/"
3827
                }
3828
            },
3829
            "notification-url": "https://packagist.org/downloads/",
3830
            "license": [
3831
                "MIT"
3832
            ],
3833
            "authors": [
3834
                {
3835
                    "name": "Konstantin Kudryashov",
3836
                    "email": "[email protected]",
3837
                    "homepage": "http://everzet.com"
3838
                },
3839
                {
3840
                    "name": "Marcello Duarte",
3841
                    "email": "[email protected]"
3842
                }
3843
            ],
3844
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3845
            "homepage": "https://github.com/phpspec/prophecy",
3846
            "keywords": [
3847
                "Double",
3848
                "Dummy",
3849
                "fake",
3850
                "mock",
3851
                "spy",
3852
                "stub"
3853
            ],
3854
            "time": "2016-02-15 07:46:21"
3855
        },
3856
        {
3857
            "name": "phpunit/php-code-coverage",
3858
            "version": "2.2.4",
3859
            "source": {
3860
                "type": "git",
3861
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3862
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3863
            },
3864
            "dist": {
3865
                "type": "zip",
3866
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3867
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3868
                "shasum": ""
3869
            },
3870
            "require": {
3871
                "php": ">=5.3.3",
3872
                "phpunit/php-file-iterator": "~1.3",
3873
                "phpunit/php-text-template": "~1.2",
3874
                "phpunit/php-token-stream": "~1.3",
3875
                "sebastian/environment": "^1.3.2",
3876
                "sebastian/version": "~1.0"
3877
            },
3878
            "require-dev": {
3879
                "ext-xdebug": ">=2.1.4",
3880
                "phpunit/phpunit": "~4"
3881
            },
3882
            "suggest": {
3883
                "ext-dom": "*",
3884
                "ext-xdebug": ">=2.2.1",
3885
                "ext-xmlwriter": "*"
3886
            },
3887
            "type": "library",
3888
            "extra": {
3889
                "branch-alias": {
3890
                    "dev-master": "2.2.x-dev"
3891
                }
3892
            },
3893
            "autoload": {
3894
                "classmap": [
3895
                    "src/"
3896
                ]
3897
            },
3898
            "notification-url": "https://packagist.org/downloads/",
3899
            "license": [
3900
                "BSD-3-Clause"
3901
            ],
3902
            "authors": [
3903
                {
3904
                    "name": "Sebastian Bergmann",
3905
                    "email": "[email protected]",
3906
                    "role": "lead"
3907
                }
3908
            ],
3909
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3910
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3911
            "keywords": [
3912
                "coverage",
3913
                "testing",
3914
                "xunit"
3915
            ],
3916
            "time": "2015-10-06 15:47:00"
3917
        },
3918
        {
3919
            "name": "phpunit/php-file-iterator",
3920
            "version": "1.4.1",
3921
            "source": {
3922
                "type": "git",
3923
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3924
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3925
            },
3926
            "dist": {
3927
                "type": "zip",
3928
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3929
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3930
                "shasum": ""
3931
            },
3932
            "require": {
3933
                "php": ">=5.3.3"
3934
            },
3935
            "type": "library",
3936
            "extra": {
3937
                "branch-alias": {
3938
                    "dev-master": "1.4.x-dev"
3939
                }
3940
            },
3941
            "autoload": {
3942
                "classmap": [
3943
                    "src/"
3944
                ]
3945
            },
3946
            "notification-url": "https://packagist.org/downloads/",
3947
            "license": [
3948
                "BSD-3-Clause"
3949
            ],
3950
            "authors": [
3951
                {
3952
                    "name": "Sebastian Bergmann",
3953
                    "email": "[email protected]",
3954
                    "role": "lead"
3955
                }
3956
            ],
3957
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3958
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3959
            "keywords": [
3960
                "filesystem",
3961
                "iterator"
3962
            ],
3963
            "time": "2015-06-21 13:08:43"
3964
        },
3965
        {
3966
            "name": "phpunit/php-text-template",
3967
            "version": "1.2.1",
3968
            "source": {
3969
                "type": "git",
3970
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3971
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3972
            },
3973
            "dist": {
3974
                "type": "zip",
3975
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3976
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3977
                "shasum": ""
3978
            },
3979
            "require": {
3980
                "php": ">=5.3.3"
3981
            },
3982
            "type": "library",
3983
            "autoload": {
3984
                "classmap": [
3985
                    "src/"
3986
                ]
3987
            },
3988
            "notification-url": "https://packagist.org/downloads/",
3989
            "license": [
3990
                "BSD-3-Clause"
3991
            ],
3992
            "authors": [
3993
                {
3994
                    "name": "Sebastian Bergmann",
3995
                    "email": "[email protected]",
3996
                    "role": "lead"
3997
                }
3998
            ],
3999
            "description": "Simple template engine.",
4000
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4001
            "keywords": [
4002
                "template"
4003
            ],
4004
            "time": "2015-06-21 13:50:34"
4005
        },
4006
        {
4007
            "name": "phpunit/php-timer",
4008
            "version": "1.0.7",
4009
            "source": {
4010
                "type": "git",
4011
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4012
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
4013
            },
4014
            "dist": {
4015
                "type": "zip",
4016
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4017
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4018
                "shasum": ""
4019
            },
4020
            "require": {
4021
                "php": ">=5.3.3"
4022
            },
4023
            "type": "library",
4024
            "autoload": {
4025
                "classmap": [
4026
                    "src/"
4027
                ]
4028
            },
4029
            "notification-url": "https://packagist.org/downloads/",
4030
            "license": [
4031
                "BSD-3-Clause"
4032
            ],
4033
            "authors": [
4034
                {
4035
                    "name": "Sebastian Bergmann",
4036
                    "email": "[email protected]",
4037
                    "role": "lead"
4038
                }
4039
            ],
4040
            "description": "Utility class for timing",
4041
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4042
            "keywords": [
4043
                "timer"
4044
            ],
4045
            "time": "2015-06-21 08:01:12"
4046
        },
4047
        {
4048
            "name": "phpunit/php-token-stream",
4049
            "version": "1.4.8",
4050
            "source": {
4051
                "type": "git",
4052
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4053
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4054
            },
4055
            "dist": {
4056
                "type": "zip",
4057
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4058
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4059
                "shasum": ""
4060
            },
4061
            "require": {
4062
                "ext-tokenizer": "*",
4063
                "php": ">=5.3.3"
4064
            },
4065
            "require-dev": {
4066
                "phpunit/phpunit": "~4.2"
4067
            },
4068
            "type": "library",
4069
            "extra": {
4070
                "branch-alias": {
4071
                    "dev-master": "1.4-dev"
4072
                }
4073
            },
4074
            "autoload": {
4075
                "classmap": [
4076
                    "src/"
4077
                ]
4078
            },
4079
            "notification-url": "https://packagist.org/downloads/",
4080
            "license": [
4081
                "BSD-3-Clause"
4082
            ],
4083
            "authors": [
4084
                {
4085
                    "name": "Sebastian Bergmann",
4086
                    "email": "[email protected]"
4087
                }
4088
            ],
4089
            "description": "Wrapper around PHP's tokenizer extension.",
4090
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4091
            "keywords": [
4092
                "tokenizer"
4093
            ],
4094
            "time": "2015-09-15 10:49:45"
4095
        },
4096
        {
4097
            "name": "phpunit/phpunit",
4098
            "version": "4.8.24",
4099
            "source": {
4100
                "type": "git",
4101
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4102
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
4103
            },
4104
            "dist": {
4105
                "type": "zip",
4106
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
4107
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
4108
                "shasum": ""
4109
            },
4110
            "require": {
4111
                "ext-dom": "*",
4112
                "ext-json": "*",
4113
                "ext-pcre": "*",
4114
                "ext-reflection": "*",
4115
                "ext-spl": "*",
4116
                "php": ">=5.3.3",
4117
                "phpspec/prophecy": "^1.3.1",
4118
                "phpunit/php-code-coverage": "~2.1",
4119
                "phpunit/php-file-iterator": "~1.4",
4120
                "phpunit/php-text-template": "~1.2",
4121
                "phpunit/php-timer": ">=1.0.6",
4122
                "phpunit/phpunit-mock-objects": "~2.3",
4123
                "sebastian/comparator": "~1.1",
4124
                "sebastian/diff": "~1.2",
4125
                "sebastian/environment": "~1.3",
4126
                "sebastian/exporter": "~1.2",
4127
                "sebastian/global-state": "~1.0",
4128
                "sebastian/version": "~1.0",
4129
                "symfony/yaml": "~2.1|~3.0"
4130
            },
4131
            "suggest": {
4132
                "phpunit/php-invoker": "~1.1"
4133
            },
4134
            "bin": [
4135
                "phpunit"
4136
            ],
4137
            "type": "library",
4138
            "extra": {
4139
                "branch-alias": {
4140
                    "dev-master": "4.8.x-dev"
4141
                }
4142
            },
4143
            "autoload": {
4144
                "classmap": [
4145
                    "src/"
4146
                ]
4147
            },
4148
            "notification-url": "https://packagist.org/downloads/",
4149
            "license": [
4150
                "BSD-3-Clause"
4151
            ],
4152
            "authors": [
4153
                {
4154
                    "name": "Sebastian Bergmann",
4155
                    "email": "[email protected]",
4156
                    "role": "lead"
4157
                }
4158
            ],
4159
            "description": "The PHP Unit Testing framework.",
4160
            "homepage": "https://phpunit.de/",
4161
            "keywords": [
4162
                "phpunit",
4163
                "testing",
4164
                "xunit"
4165
            ],
4166
            "time": "2016-03-14 06:16:08"
4167
        },
4168
        {
4169
            "name": "phpunit/phpunit-mock-objects",
4170
            "version": "2.3.8",
4171
            "source": {
4172
                "type": "git",
4173
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4174
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4175
            },
4176
            "dist": {
4177
                "type": "zip",
4178
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4179
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4180
                "shasum": ""
4181
            },
4182
            "require": {
4183
                "doctrine/instantiator": "^1.0.2",
4184
                "php": ">=5.3.3",
4185
                "phpunit/php-text-template": "~1.2",
4186
                "sebastian/exporter": "~1.2"
4187
            },
4188
            "require-dev": {
4189
                "phpunit/phpunit": "~4.4"
4190
            },
4191
            "suggest": {
4192
                "ext-soap": "*"
4193
            },
4194
            "type": "library",
4195
            "extra": {
4196
                "branch-alias": {
4197
                    "dev-master": "2.3.x-dev"
4198
                }
4199
            },
4200
            "autoload": {
4201
                "classmap": [
4202
                    "src/"
4203
                ]
4204
            },
4205
            "notification-url": "https://packagist.org/downloads/",
4206
            "license": [
4207
                "BSD-3-Clause"
4208
            ],
4209
            "authors": [
4210
                {
4211
                    "name": "Sebastian Bergmann",
4212
                    "email": "[email protected]",
4213
                    "role": "lead"
4214
                }
4215
            ],
4216
            "description": "Mock Object library for PHPUnit",
4217
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4218
            "keywords": [
4219
                "mock",
4220
                "xunit"
4221
            ],
4222
            "time": "2015-10-02 06:51:40"
4223
        },
4224
        {
4225
            "name": "scrutinizer/ocular",
4226
            "version": "1.3.0",
4227
            "source": {
4228
                "type": "git",
4229
                "url": "https://github.com/scrutinizer-ci/ocular.git",
4230
                "reference": "72dcffcd4fbafeff41bf51da349df33170f487e5"
4231
            },
4232
            "dist": {
4233
                "type": "zip",
4234
                "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/72dcffcd4fbafeff41bf51da349df33170f487e5",
4235
                "reference": "72dcffcd4fbafeff41bf51da349df33170f487e5",
4236
                "shasum": ""
4237
            },
4238
            "require": {
4239
                "guzzle/guzzle": "~3.0",
4240
                "jms/serializer": "^1.0.0",
4241
                "phpoption/phpoption": "~1.0",
4242
                "symfony/console": "~2.0|~3.0",
4243
                "symfony/process": "~2.3|~3.0"
4244
            },
4245
            "require-dev": {
4246
                "phpunit/phpunit": "^4.8.0",
4247
                "symfony/filesystem": "~2.0|~3.0"
4248
            },
4249
            "bin": [
4250
                "bin/ocular"
4251
            ],
4252
            "type": "library",
4253
            "autoload": {
4254
                "psr-4": {
4255
                    "Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular"
4256
                }
4257
            },
4258
            "notification-url": "https://packagist.org/downloads/",
4259
            "time": "2015-12-16 14:33:15"
4260
        },
4261
        {
4262
            "name": "sebastian/comparator",
4263
            "version": "1.2.0",
4264
            "source": {
4265
                "type": "git",
4266
                "url": "https://github.com/sebastianbergmann/comparator.git",
4267
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4268
            },
4269
            "dist": {
4270
                "type": "zip",
4271
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4272
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4273
                "shasum": ""
4274
            },
4275
            "require": {
4276
                "php": ">=5.3.3",
4277
                "sebastian/diff": "~1.2",
4278
                "sebastian/exporter": "~1.2"
4279
            },
4280
            "require-dev": {
4281
                "phpunit/phpunit": "~4.4"
4282
            },
4283
            "type": "library",
4284
            "extra": {
4285
                "branch-alias": {
4286
                    "dev-master": "1.2.x-dev"
4287
                }
4288
            },
4289
            "autoload": {
4290
                "classmap": [
4291
                    "src/"
4292
                ]
4293
            },
4294
            "notification-url": "https://packagist.org/downloads/",
4295
            "license": [
4296
                "BSD-3-Clause"
4297
            ],
4298
            "authors": [
4299
                {
4300
                    "name": "Jeff Welch",
4301
                    "email": "[email protected]"
4302
                },
4303
                {
4304
                    "name": "Volker Dusch",
4305
                    "email": "[email protected]"
4306
                },
4307
                {
4308
                    "name": "Bernhard Schussek",
4309
                    "email": "[email protected]"
4310
                },
4311
                {
4312
                    "name": "Sebastian Bergmann",
4313
                    "email": "[email protected]"
4314
                }
4315
            ],
4316
            "description": "Provides the functionality to compare PHP values for equality",
4317
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4318
            "keywords": [
4319
                "comparator",
4320
                "compare",
4321
                "equality"
4322
            ],
4323
            "time": "2015-07-26 15:48:44"
4324
        },
4325
        {
4326
            "name": "sebastian/diff",
4327
            "version": "1.4.1",
4328
            "source": {
4329
                "type": "git",
4330
                "url": "https://github.com/sebastianbergmann/diff.git",
4331
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4332
            },
4333
            "dist": {
4334
                "type": "zip",
4335
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4336
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4337
                "shasum": ""
4338
            },
4339
            "require": {
4340
                "php": ">=5.3.3"
4341
            },
4342
            "require-dev": {
4343
                "phpunit/phpunit": "~4.8"
4344
            },
4345
            "type": "library",
4346
            "extra": {
4347
                "branch-alias": {
4348
                    "dev-master": "1.4-dev"
4349
                }
4350
            },
4351
            "autoload": {
4352
                "classmap": [
4353
                    "src/"
4354
                ]
4355
            },
4356
            "notification-url": "https://packagist.org/downloads/",
4357
            "license": [
4358
                "BSD-3-Clause"
4359
            ],
4360
            "authors": [
4361
                {
4362
                    "name": "Kore Nordmann",
4363
                    "email": "[email protected]"
4364
                },
4365
                {
4366
                    "name": "Sebastian Bergmann",
4367
                    "email": "[email protected]"
4368
                }
4369
            ],
4370
            "description": "Diff implementation",
4371
            "homepage": "https://github.com/sebastianbergmann/diff",
4372
            "keywords": [
4373
                "diff"
4374
            ],
4375
            "time": "2015-12-08 07:14:41"
4376
        },
4377
        {
4378
            "name": "sebastian/environment",
4379
            "version": "1.3.5",
4380
            "source": {
4381
                "type": "git",
4382
                "url": "https://github.com/sebastianbergmann/environment.git",
4383
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
4384
            },
4385
            "dist": {
4386
                "type": "zip",
4387
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
4388
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
4389
                "shasum": ""
4390
            },
4391
            "require": {
4392
                "php": ">=5.3.3"
4393
            },
4394
            "require-dev": {
4395
                "phpunit/phpunit": "~4.4"
4396
            },
4397
            "type": "library",
4398
            "extra": {
4399
                "branch-alias": {
4400
                    "dev-master": "1.3.x-dev"
4401
                }
4402
            },
4403
            "autoload": {
4404
                "classmap": [
4405
                    "src/"
4406
                ]
4407
            },
4408
            "notification-url": "https://packagist.org/downloads/",
4409
            "license": [
4410
                "BSD-3-Clause"
4411
            ],
4412
            "authors": [
4413
                {
4414
                    "name": "Sebastian Bergmann",
4415
                    "email": "[email protected]"
4416
                }
4417
            ],
4418
            "description": "Provides functionality to handle HHVM/PHP environments",
4419
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4420
            "keywords": [
4421
                "Xdebug",
4422
                "environment",
4423
                "hhvm"
4424
            ],
4425
            "time": "2016-02-26 18:40:46"
4426
        },
4427
        {
4428
            "name": "sebastian/exporter",
4429
            "version": "1.2.1",
4430
            "source": {
4431
                "type": "git",
4432
                "url": "https://github.com/sebastianbergmann/exporter.git",
4433
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4434
            },
4435
            "dist": {
4436
                "type": "zip",
4437
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4438
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4439
                "shasum": ""
4440
            },
4441
            "require": {
4442
                "php": ">=5.3.3",
4443
                "sebastian/recursion-context": "~1.0"
4444
            },
4445
            "require-dev": {
4446
                "phpunit/phpunit": "~4.4"
4447
            },
4448
            "type": "library",
4449
            "extra": {
4450
                "branch-alias": {
4451
                    "dev-master": "1.2.x-dev"
4452
                }
4453
            },
4454
            "autoload": {
4455
                "classmap": [
4456
                    "src/"
4457
                ]
4458
            },
4459
            "notification-url": "https://packagist.org/downloads/",
4460
            "license": [
4461
                "BSD-3-Clause"
4462
            ],
4463
            "authors": [
4464
                {
4465
                    "name": "Jeff Welch",
4466
                    "email": "[email protected]"
4467
                },
4468
                {
4469
                    "name": "Volker Dusch",
4470
                    "email": "[email protected]"
4471
                },
4472
                {
4473
                    "name": "Bernhard Schussek",
4474
                    "email": "[email protected]"
4475
                },
4476
                {
4477
                    "name": "Sebastian Bergmann",
4478
                    "email": "[email protected]"
4479
                },
4480
                {
4481
                    "name": "Adam Harvey",
4482
                    "email": "[email protected]"
4483
                }
4484
            ],
4485
            "description": "Provides the functionality to export PHP variables for visualization",
4486
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4487
            "keywords": [
4488
                "export",
4489
                "exporter"
4490
            ],
4491
            "time": "2015-06-21 07:55:53"
4492
        },
4493
        {
4494
            "name": "sebastian/global-state",
4495
            "version": "1.1.1",
4496
            "source": {
4497
                "type": "git",
4498
                "url": "https://github.com/sebastianbergmann/global-state.git",
4499
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4500
            },
4501
            "dist": {
4502
                "type": "zip",
4503
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4504
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4505
                "shasum": ""
4506
            },
4507
            "require": {
4508
                "php": ">=5.3.3"
4509
            },
4510
            "require-dev": {
4511
                "phpunit/phpunit": "~4.2"
4512
            },
4513
            "suggest": {
4514
                "ext-uopz": "*"
4515
            },
4516
            "type": "library",
4517
            "extra": {
4518
                "branch-alias": {
4519
                    "dev-master": "1.0-dev"
4520
                }
4521
            },
4522
            "autoload": {
4523
                "classmap": [
4524
                    "src/"
4525
                ]
4526
            },
4527
            "notification-url": "https://packagist.org/downloads/",
4528
            "license": [
4529
                "BSD-3-Clause"
4530
            ],
4531
            "authors": [
4532
                {
4533
                    "name": "Sebastian Bergmann",
4534
                    "email": "[email protected]"
4535
                }
4536
            ],
4537
            "description": "Snapshotting of global state",
4538
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4539
            "keywords": [
4540
                "global state"
4541
            ],
4542
            "time": "2015-10-12 03:26:01"
4543
        },
4544
        {
4545
            "name": "sebastian/recursion-context",
4546
            "version": "1.0.2",
4547
            "source": {
4548
                "type": "git",
4549
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4550
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4551
            },
4552
            "dist": {
4553
                "type": "zip",
4554
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4555
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4556
                "shasum": ""
4557
            },
4558
            "require": {
4559
                "php": ">=5.3.3"
4560
            },
4561
            "require-dev": {
4562
                "phpunit/phpunit": "~4.4"
4563
            },
4564
            "type": "library",
4565
            "extra": {
4566
                "branch-alias": {
4567
                    "dev-master": "1.0.x-dev"
4568
                }
4569
            },
4570
            "autoload": {
4571
                "classmap": [
4572
                    "src/"
4573
                ]
4574
            },
4575
            "notification-url": "https://packagist.org/downloads/",
4576
            "license": [
4577
                "BSD-3-Clause"
4578
            ],
4579
            "authors": [
4580
                {
4581
                    "name": "Jeff Welch",
4582
                    "email": "[email protected]"
4583
                },
4584
                {
4585
                    "name": "Sebastian Bergmann",
4586
                    "email": "[email protected]"
4587
                },
4588
                {
4589
                    "name": "Adam Harvey",
4590
                    "email": "[email protected]"
4591
                }
4592
            ],
4593
            "description": "Provides functionality to recursively process PHP variables",
4594
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4595
            "time": "2015-11-11 19:50:13"
4596
        },
4597
        {
4598
            "name": "sebastian/version",
4599
            "version": "1.0.6",
4600
            "source": {
4601
                "type": "git",
4602
                "url": "https://github.com/sebastianbergmann/version.git",
4603
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4604
            },
4605
            "dist": {
4606
                "type": "zip",
4607
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4608
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4609
                "shasum": ""
4610
            },
4611
            "type": "library",
4612
            "autoload": {
4613
                "classmap": [
4614
                    "src/"
4615
                ]
4616
            },
4617
            "notification-url": "https://packagist.org/downloads/",
4618
            "license": [
4619
                "BSD-3-Clause"
4620
            ],
4621
            "authors": [
4622
                {
4623
                    "name": "Sebastian Bergmann",
4624
                    "email": "[email protected]",
4625
                    "role": "lead"
4626
                }
4627
            ],
4628
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4629
            "homepage": "https://github.com/sebastianbergmann/version",
4630
            "time": "2015-06-21 13:59:46"
4631
        },
4632
        {
4633
            "name": "sensio/generator-bundle",
4634
            "version": "v3.0.6",
4635
            "source": {
4636
                "type": "git",
4637
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4638
                "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4"
4639
            },
4640
            "dist": {
4641
                "type": "zip",
4642
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4",
4643
                "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4",
4644
                "shasum": ""
4645
            },
4646
            "require": {
4647
                "symfony/console": "~2.7|~3.0",
4648
                "symfony/framework-bundle": "~2.7|~3.0",
4649
                "symfony/process": "~2.7|~3.0",
4650
                "symfony/yaml": "~2.7|~3.0"
4651
            },
4652
            "require-dev": {
4653
                "doctrine/orm": "~2.4",
4654
                "symfony/doctrine-bridge": "~2.7|~3.0",
4655
                "twig/twig": "~1.18"
4656
            },
4657
            "type": "symfony-bundle",
4658
            "extra": {
4659
                "branch-alias": {
4660
                    "dev-master": "3.0.x-dev"
4661
                }
4662
            },
4663
            "autoload": {
4664
                "psr-4": {
4665
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
4666
                },
4667
                "exclude-from-classmap": [
4668
                    "/Tests/"
4669
                ]
4670
            },
4671
            "notification-url": "https://packagist.org/downloads/",
4672
            "license": [
4673
                "MIT"
4674
            ],
4675
            "authors": [
4676
                {
4677
                    "name": "Fabien Potencier",
4678
                    "email": "[email protected]"
4679
                }
4680
            ],
4681
            "description": "This bundle generates code for you",
4682
            "time": "2016-02-26 04:36:01"
4683
        },
4684
        {
4685
            "name": "symfony/phpunit-bridge",
4686
            "version": "v2.8.4",
4687
            "source": {
4688
                "type": "git",
4689
                "url": "https://github.com/symfony/phpunit-bridge.git",
4690
                "reference": "a967db6a4cd5d276cf849d01b29dba559e149978"
4691
            },
4692
            "dist": {
4693
                "type": "zip",
4694
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/9562f8291b98bcd4abd4959ab74f35191d7b34b5",
4695
                "reference": "855dc0e829fad123966347612b4183e307338c11",
4696
                "shasum": ""
4697
            },
4698
            "require": {
4699
                "php": ">=5.3.3"
4700
            },
4701
            "suggest": {
4702
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
4703
            },
4704
            "type": "symfony-bridge",
4705
            "extra": {
4706
                "branch-alias": {
4707
                    "dev-master": "2.8-dev"
4708
                }
4709
            },
4710
            "autoload": {
4711
                "files": [
4712
                    "bootstrap.php"
4713
                ],
4714
                "psr-4": {
4715
                    "Symfony\\Bridge\\PhpUnit\\": ""
4716
                },
4717
                "exclude-from-classmap": [
4718
                    "/Tests/"
4719
                ]
4720
            },
4721
            "notification-url": "https://packagist.org/downloads/",
4722
            "license": [
4723
                "MIT"
4724
            ],
4725
            "authors": [
4726
                {
4727
                    "name": "Nicolas Grekas",
4728
                    "email": "[email protected]"
4729
                },
4730
                {
4731
                    "name": "Symfony Community",
4732
                    "homepage": "https://symfony.com/contributors"
4733
                }
4734
            ],
4735
            "description": "Symfony PHPUnit Bridge",
4736
            "homepage": "https://symfony.com",
4737
            "time": "2016-03-23 13:45:24"
4738
        }
4739
    ],
4740
    "aliases": [],
4741
    "minimum-stability": "stable",
4742
    "stability-flags": [],
4743
    "prefer-stable": false,
4744
    "prefer-lowest": false,
4745
    "platform": {
4746
        "php": ">=5.4.0",
4747
        "ext-mbstring": "*"
4748
    },
4749
    "platform-dev": []
4750
}
4751