Completed
Branch master (5b968a)
by Maxence
02:39
created

composer.lock (1 issue)

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": "d43392f083ebdb91d89d0d7fb87be2d0",
8
    "content-hash": "9a8796daf772d9463066a781feae78af",
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/rest-bundle",
778
            "version": "1.7.7",
779
            "target-dir": "FOS/RestBundle",
780
            "source": {
781
                "type": "git",
782
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
783
                "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0"
784
            },
785
            "dist": {
786
                "type": "zip",
787
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
788
                "reference": "c79b7e5df96e5581591ceb6a026bd4e5f9346de0",
789
                "shasum": ""
790
            },
791
            "require": {
792
                "doctrine/inflector": "~1.0",
793
                "php": "^5.3.9|~7.0",
794
                "psr/log": "~1.0",
795
                "symfony/framework-bundle": "~2.3|~3.0",
796
                "symfony/http-kernel": "^2.3.24|~3.0",
797
                "willdurand/jsonp-callback-validator": "~1.0",
798
                "willdurand/negotiation": "~1.2"
799
            },
800
            "conflict": {
801
                "jms/serializer": "<0.12",
802
                "jms/serializer-bundle": "<0.11",
803
                "symfony/validator": ">=2.5.0,<2.5.5"
804
            },
805
            "require-dev": {
806
                "jms/serializer": "~0.13|~1.0",
807
                "jms/serializer-bundle": "~0.12|~1.0",
808
                "phpoption/phpoption": "~1.1.0",
809
                "sensio/framework-extra-bundle": "~2.0|~3.0",
810
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
811
                "symfony/browser-kit": "~2.3|~3.0",
812
                "symfony/dependency-injection": "~2.3|~3.0",
813
                "symfony/form": "~2.3|~3.0",
814
                "symfony/phpunit-bridge": "~2.7|~3.0",
815
                "symfony/security": "~2.3|~3.0",
816
                "symfony/serializer": "~2.3|~3.0",
817
                "symfony/validator": "~2.3|~3.0",
818
                "symfony/yaml": "~2.3|~3.0"
819
            },
820
            "suggest": {
821
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
822
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
823
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
824
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
825
            },
826
            "type": "symfony-bundle",
827
            "extra": {
828
                "branch-alias": {
829
                    "dev-master": "1.7-dev"
830
                }
831
            },
832
            "autoload": {
833
                "psr-0": {
834
                    "FOS\\RestBundle": ""
835
                }
836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "MIT"
840
            ],
841
            "authors": [
842
                {
843
                    "name": "Lukas Kahwe Smith",
844
                    "email": "[email protected]"
845
                },
846
                {
847
                    "name": "FriendsOfSymfony Community",
848
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
849
                },
850
                {
851
                    "name": "Konstantin Kudryashov",
852
                    "email": "[email protected]"
853
                }
854
            ],
855
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
856
            "homepage": "http://friendsofsymfony.github.com",
857
            "keywords": [
858
                "rest"
859
            ],
860
            "time": "2015-12-29 16:02:50"
861
        },
862
        {
863
            "name": "incenteev/composer-parameter-handler",
864
            "version": "v2.1.2",
865
            "source": {
866
                "type": "git",
867
                "url": "https://github.com/Incenteev/ParameterHandler.git",
868
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
869
            },
870
            "dist": {
871
                "type": "zip",
872
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
873
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
874
                "shasum": ""
875
            },
876
            "require": {
877
                "php": ">=5.3.3",
878
                "symfony/yaml": "~2.3|~3.0"
879
            },
880
            "require-dev": {
881
                "composer/composer": "1.0.*@dev",
882
                "phpspec/prophecy-phpunit": "~1.0",
883
                "symfony/filesystem": "~2.2"
884
            },
885
            "type": "library",
886
            "extra": {
887
                "branch-alias": {
888
                    "dev-master": "2.1.x-dev"
889
                }
890
            },
891
            "autoload": {
892
                "psr-4": {
893
                    "Incenteev\\ParameterHandler\\": ""
894
                }
895
            },
896
            "notification-url": "https://packagist.org/downloads/",
897
            "license": [
898
                "MIT"
899
            ],
900
            "authors": [
901
                {
902
                    "name": "Christophe Coevoet",
903
                    "email": "[email protected]"
904
                }
905
            ],
906
            "description": "Composer script handling your ignored parameter file",
907
            "homepage": "https://github.com/Incenteev/ParameterHandler",
908
            "keywords": [
909
                "parameters management"
910
            ],
911
            "time": "2015-11-10 17:04:01"
912
        },
913
        {
914
            "name": "ircmaxell/password-compat",
915
            "version": "v1.0.4",
916
            "source": {
917
                "type": "git",
918
                "url": "https://github.com/ircmaxell/password_compat.git",
919
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
920
            },
921
            "dist": {
922
                "type": "zip",
923
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
924
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
925
                "shasum": ""
926
            },
927
            "require-dev": {
928
                "phpunit/phpunit": "4.*"
929
            },
930
            "type": "library",
931
            "autoload": {
932
                "files": [
933
                    "lib/password.php"
934
                ]
935
            },
936
            "notification-url": "https://packagist.org/downloads/",
937
            "license": [
938
                "MIT"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Anthony Ferrara",
943
                    "email": "[email protected]",
944
                    "homepage": "http://blog.ircmaxell.com"
945
                }
946
            ],
947
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
948
            "homepage": "https://github.com/ircmaxell/password_compat",
949
            "keywords": [
950
                "hashing",
951
                "password"
952
            ],
953
            "time": "2014-11-20 16:49:30"
954
        },
955
        {
956
            "name": "jdorn/sql-formatter",
957
            "version": "v1.2.17",
958
            "source": {
959
                "type": "git",
960
                "url": "https://github.com/jdorn/sql-formatter.git",
961
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
962
            },
963
            "dist": {
964
                "type": "zip",
965
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
966
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
967
                "shasum": ""
968
            },
969
            "require": {
970
                "php": ">=5.2.4"
971
            },
972
            "require-dev": {
973
                "phpunit/phpunit": "3.7.*"
974
            },
975
            "type": "library",
976
            "extra": {
977
                "branch-alias": {
978
                    "dev-master": "1.3.x-dev"
979
                }
980
            },
981
            "autoload": {
982
                "classmap": [
983
                    "lib"
984
                ]
985
            },
986
            "notification-url": "https://packagist.org/downloads/",
987
            "license": [
988
                "MIT"
989
            ],
990
            "authors": [
991
                {
992
                    "name": "Jeremy Dorn",
993
                    "email": "[email protected]",
994
                    "homepage": "http://jeremydorn.com/"
995
                }
996
            ],
997
            "description": "a PHP SQL highlighting library",
998
            "homepage": "https://github.com/jdorn/sql-formatter/",
999
            "keywords": [
1000
                "highlight",
1001
                "sql"
1002
            ],
1003
            "time": "2014-01-12 16:20:24"
1004
        },
1005
        {
1006
            "name": "jms/metadata",
1007
            "version": "1.5.1",
1008
            "source": {
1009
                "type": "git",
1010
                "url": "https://github.com/schmittjoh/metadata.git",
1011
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1012
            },
1013
            "dist": {
1014
                "type": "zip",
1015
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1016
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1017
                "shasum": ""
1018
            },
1019
            "require": {
1020
                "php": ">=5.3.0"
1021
            },
1022
            "require-dev": {
1023
                "doctrine/cache": "~1.0"
1024
            },
1025
            "type": "library",
1026
            "extra": {
1027
                "branch-alias": {
1028
                    "dev-master": "1.5.x-dev"
1029
                }
1030
            },
1031
            "autoload": {
1032
                "psr-0": {
1033
                    "Metadata\\": "src/"
1034
                }
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "Apache"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Johannes Schmitt",
1043
                    "email": "[email protected]",
1044
                    "homepage": "https://github.com/schmittjoh",
1045
                    "role": "Developer of wrapped JMSSerializerBundle"
1046
                }
1047
            ],
1048
            "description": "Class/method/property metadata management in PHP",
1049
            "keywords": [
1050
                "annotations",
1051
                "metadata",
1052
                "xml",
1053
                "yaml"
1054
            ],
1055
            "time": "2014-07-12 07:13:19"
1056
        },
1057
        {
1058
            "name": "jms/parser-lib",
1059
            "version": "1.0.0",
1060
            "source": {
1061
                "type": "git",
1062
                "url": "https://github.com/schmittjoh/parser-lib.git",
1063
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1064
            },
1065
            "dist": {
1066
                "type": "zip",
1067
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1068
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1069
                "shasum": ""
1070
            },
1071
            "require": {
1072
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1073
            },
1074
            "type": "library",
1075
            "extra": {
1076
                "branch-alias": {
1077
                    "dev-master": "1.0-dev"
1078
                }
1079
            },
1080
            "autoload": {
1081
                "psr-0": {
1082
                    "JMS\\": "src/"
1083
                }
1084
            },
1085
            "notification-url": "https://packagist.org/downloads/",
1086
            "license": [
1087
                "Apache2"
1088
            ],
1089
            "description": "A library for easily creating recursive-descent parsers.",
1090
            "time": "2012-11-18 18:08:43"
1091
        },
1092
        {
1093
            "name": "jms/serializer",
1094
            "version": "1.1.0",
1095
            "source": {
1096
                "type": "git",
1097
                "url": "https://github.com/schmittjoh/serializer.git",
1098
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
1099
            },
1100
            "dist": {
1101
                "type": "zip",
1102
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
1103
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
1104
                "shasum": ""
1105
            },
1106
            "require": {
1107
                "doctrine/annotations": "1.*",
1108
                "doctrine/instantiator": "~1.0.3",
1109
                "jms/metadata": "~1.1",
1110
                "jms/parser-lib": "1.*",
1111
                "php": ">=5.4.0",
1112
                "phpcollection/phpcollection": "~0.1"
1113
            },
1114
            "conflict": {
1115
                "twig/twig": "<1.12"
1116
            },
1117
            "require-dev": {
1118
                "doctrine/orm": "~2.1",
1119
                "doctrine/phpcr-odm": "~1.0.1",
1120
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
1121
                "phpunit/phpunit": "~4.0",
1122
                "propel/propel1": "~1.7",
1123
                "symfony/filesystem": "2.*",
1124
                "symfony/form": "~2.1",
1125
                "symfony/translation": "~2.0",
1126
                "symfony/validator": "~2.0",
1127
                "symfony/yaml": "2.*",
1128
                "twig/twig": "~1.12|~2.0"
1129
            },
1130
            "suggest": {
1131
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1132
            },
1133
            "type": "library",
1134
            "extra": {
1135
                "branch-alias": {
1136
                    "dev-master": "1.1-dev"
1137
                }
1138
            },
1139
            "autoload": {
1140
                "psr-0": {
1141
                    "JMS\\Serializer": "src/"
1142
                }
1143
            },
1144
            "notification-url": "https://packagist.org/downloads/",
1145
            "license": [
1146
                "Apache2"
1147
            ],
1148
            "authors": [
1149
                {
1150
                    "name": "Johannes M. Schmitt",
1151
                    "email": "[email protected]"
1152
                }
1153
            ],
1154
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1155
            "homepage": "http://jmsyst.com/libs/serializer",
1156
            "keywords": [
1157
                "deserialization",
1158
                "jaxb",
1159
                "json",
1160
                "serialization",
1161
                "xml"
1162
            ],
1163
            "time": "2015-10-27 09:24:41"
1164
        },
1165
        {
1166
            "name": "jms/serializer-bundle",
1167
            "version": "1.1.0",
1168
            "target-dir": "JMS/SerializerBundle",
1169
            "source": {
1170
                "type": "git",
1171
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1172
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
1173
            },
1174
            "dist": {
1175
                "type": "zip",
1176
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
1177
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
1178
                "shasum": ""
1179
            },
1180
            "require": {
1181
                "jms/serializer": "^1.0.0",
1182
                "php": ">=5.4.0",
1183
                "phpoption/phpoption": "^1.1.0",
1184
                "symfony/framework-bundle": "~2.3|~3.0"
1185
            },
1186
            "require-dev": {
1187
                "doctrine/doctrine-bundle": "*",
1188
                "doctrine/orm": "*",
1189
                "symfony/browser-kit": "*",
1190
                "symfony/class-loader": "*",
1191
                "symfony/css-selector": "*",
1192
                "symfony/finder": "*",
1193
                "symfony/form": "*",
1194
                "symfony/process": "*",
1195
                "symfony/stopwatch": "*",
1196
                "symfony/twig-bundle": "*",
1197
                "symfony/validator": "*",
1198
                "symfony/yaml": "*"
1199
            },
1200
            "suggest": {
1201
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1202
            },
1203
            "type": "symfony-bundle",
1204
            "extra": {
1205
                "branch-alias": {
1206
                    "dev-master": "1.1-dev"
1207
                }
1208
            },
1209
            "autoload": {
1210
                "psr-0": {
1211
                    "JMS\\SerializerBundle": ""
1212
                }
1213
            },
1214
            "notification-url": "https://packagist.org/downloads/",
1215
            "license": [
1216
                "Apache2"
1217
            ],
1218
            "authors": [
1219
                {
1220
                    "name": "Johannes M. Schmitt",
1221
                    "email": "[email protected]"
1222
                }
1223
            ],
1224
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
1225
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1226
            "keywords": [
1227
                "deserialization",
1228
                "jaxb",
1229
                "json",
1230
                "serialization",
1231
                "xml"
1232
            ],
1233
            "time": "2015-11-10 12:26:42"
1234
        },
1235
        {
1236
            "name": "michelf/php-markdown",
1237
            "version": "1.6.0",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/michelf/php-markdown.git",
1241
                "reference": "156e56ee036505ec637d761ee62dc425d807183c"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
1246
                "reference": "156e56ee036505ec637d761ee62dc425d807183c",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "php": ">=5.3.0"
1251
            },
1252
            "type": "library",
1253
            "extra": {
1254
                "branch-alias": {
1255
                    "dev-lib": "1.4.x-dev"
1256
                }
1257
            },
1258
            "autoload": {
1259
                "psr-0": {
1260
                    "Michelf": ""
1261
                }
1262
            },
1263
            "notification-url": "https://packagist.org/downloads/",
1264
            "license": [
1265
                "BSD-3-Clause"
1266
            ],
1267
            "authors": [
1268
                {
1269
                    "name": "Michel Fortin",
1270
                    "email": "[email protected]",
1271
                    "homepage": "https://michelf.ca/",
1272
                    "role": "Developer"
1273
                },
1274
                {
1275
                    "name": "John Gruber",
1276
                    "homepage": "https://daringfireball.net/"
1277
                }
1278
            ],
1279
            "description": "PHP Markdown",
1280
            "homepage": "https://michelf.ca/projects/php-markdown/",
1281
            "keywords": [
1282
                "markdown"
1283
            ],
1284
            "time": "2015-12-24 01:37:31"
1285
        },
1286
        {
1287
            "name": "monolog/monolog",
1288
            "version": "1.18.1",
1289
            "source": {
1290
                "type": "git",
1291
                "url": "https://github.com/Seldaek/monolog.git",
1292
                "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45"
1293
            },
1294
            "dist": {
1295
                "type": "zip",
1296
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a5f2734e8c16f3aa21b3da09715d10e15b4d2d45",
1297
                "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45",
1298
                "shasum": ""
1299
            },
1300
            "require": {
1301
                "php": ">=5.3.0",
1302
                "psr/log": "~1.0"
1303
            },
1304
            "provide": {
1305
                "psr/log-implementation": "1.0.0"
1306
            },
1307
            "require-dev": {
1308
                "aws/aws-sdk-php": "^2.4.9",
1309
                "doctrine/couchdb": "~1.0@dev",
1310
                "graylog2/gelf-php": "~1.0",
1311
                "jakub-onderka/php-parallel-lint": "0.9",
1312
                "php-console/php-console": "^3.1.3",
1313
                "phpunit/phpunit": "~4.5",
1314
                "phpunit/phpunit-mock-objects": "2.3.0",
1315
                "raven/raven": "^0.13",
1316
                "ruflin/elastica": ">=0.90 <3.0",
1317
                "swiftmailer/swiftmailer": "~5.3",
1318
                "videlalvaro/php-amqplib": "~2.4"
1319
            },
1320
            "suggest": {
1321
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1322
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1323
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1324
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1325
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1326
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1327
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1328
                "raven/raven": "Allow sending log messages to a Sentry server",
1329
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1330
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1331
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1332
            },
1333
            "type": "library",
1334
            "extra": {
1335
                "branch-alias": {
1336
                    "dev-master": "2.0.x-dev"
1337
                }
1338
            },
1339
            "autoload": {
1340
                "psr-4": {
1341
                    "Monolog\\": "src/Monolog"
1342
                }
1343
            },
1344
            "notification-url": "https://packagist.org/downloads/",
1345
            "license": [
1346
                "MIT"
1347
            ],
1348
            "authors": [
1349
                {
1350
                    "name": "Jordi Boggiano",
1351
                    "email": "[email protected]",
1352
                    "homepage": "http://seld.be"
1353
                }
1354
            ],
1355
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1356
            "homepage": "http://github.com/Seldaek/monolog",
1357
            "keywords": [
1358
                "log",
1359
                "logging",
1360
                "psr-3"
1361
            ],
1362
            "time": "2016-03-13 16:08:35"
1363
        },
1364
        {
1365
            "name": "nelmio/api-doc-bundle",
1366
            "version": "2.12.0",
1367
            "target-dir": "Nelmio/ApiDocBundle",
1368
            "source": {
1369
                "type": "git",
1370
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
1371
                "reference": "6793b701570f5f426678309910b2440c8f5d1d9e"
1372
            },
1373
            "dist": {
1374
                "type": "zip",
1375
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/6793b701570f5f426678309910b2440c8f5d1d9e",
1376
                "reference": "6793b701570f5f426678309910b2440c8f5d1d9e",
1377
                "shasum": ""
1378
            },
1379
            "require": {
1380
                "michelf/php-markdown": "~1.4",
1381
                "php": ">=5.3",
1382
                "symfony/console": "~2.3|~3.0",
1383
                "symfony/framework-bundle": "~2.3|~3.0",
1384
                "symfony/twig-bundle": "~2.3|~3.0"
1385
            },
1386
            "conflict": {
1387
                "jms/serializer": "<0.12",
1388
                "jms/serializer-bundle": "<0.11",
1389
                "symfony/symfony": "~2.7.8",
1390
                "twig/twig": "<1.12"
1391
            },
1392
            "require-dev": {
1393
                "doctrine/doctrine-bundle": "~1.5",
1394
                "doctrine/orm": "~2.3",
1395
                "dunglas/api-bundle": "~1.0@dev",
1396
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
1397
                "jms/serializer-bundle": ">=0.11",
1398
                "sensio/framework-extra-bundle": "~3.0",
1399
                "symfony/browser-kit": "~2.3|~3.0",
1400
                "symfony/css-selector": "~2.3|~3.0",
1401
                "symfony/finder": "~2.3|~3.0",
1402
                "symfony/form": "~2.3|~3.0",
1403
                "symfony/phpunit-bridge": "~2.7|~3.0",
1404
                "symfony/serializer": "~2.7|~3.0",
1405
                "symfony/validator": "~2.3|~3.0",
1406
                "symfony/yaml": "~2.3|~3.0"
1407
            },
1408
            "suggest": {
1409
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
1410
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
1411
                "jms/serializer": "For making use of serializer information in the doc.",
1412
                "symfony/form": "For using form definitions as input.",
1413
                "symfony/validator": "For making use of validator information in the doc."
1414
            },
1415
            "type": "symfony-bundle",
1416
            "extra": {
1417
                "branch-alias": {
1418
                    "dev-master": "2.12-dev"
1419
                }
1420
            },
1421
            "autoload": {
1422
                "psr-0": {
1423
                    "Nelmio\\ApiDocBundle": ""
1424
                }
1425
            },
1426
            "notification-url": "https://packagist.org/downloads/",
1427
            "license": [
1428
                "MIT"
1429
            ],
1430
            "authors": [
1431
                {
1432
                    "name": "Nelmio",
1433
                    "homepage": "http://nelm.io"
1434
                },
1435
                {
1436
                    "name": "Symfony Community",
1437
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
1438
                }
1439
            ],
1440
            "description": "Generates documentation for your REST API from annotations",
1441
            "keywords": [
1442
                "api",
1443
                "doc",
1444
                "documentation",
1445
                "rest"
1446
            ],
1447
            "time": "2016-03-21 11:19:12"
1448
        },
1449
        {
1450
            "name": "nelmio/cors-bundle",
1451
            "version": "1.4.1",
1452
            "source": {
1453
                "type": "git",
1454
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1455
                "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
1456
            },
1457
            "dist": {
1458
                "type": "zip",
1459
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
1460
                "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
1461
                "shasum": ""
1462
            },
1463
            "require": {
1464
                "symfony/framework-bundle": "^2.2 || ^3.0"
1465
            },
1466
            "require-dev": {
1467
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1468
                "mockery/mockery": "0.9.*"
1469
            },
1470
            "type": "symfony-bundle",
1471
            "extra": {
1472
                "branch-alias": {
1473
                    "dev-master": "1.4.x-dev"
1474
                }
1475
            },
1476
            "autoload": {
1477
                "psr-4": {
1478
                    "Nelmio\\CorsBundle\\": ""
1479
                },
1480
                "exclude-from-classmap": [
1481
                    "/Tests/"
1482
                ]
1483
            },
1484
            "notification-url": "https://packagist.org/downloads/",
1485
            "license": [
1486
                "MIT"
1487
            ],
1488
            "authors": [
1489
                {
1490
                    "name": "Nelmio",
1491
                    "homepage": "http://nelm.io"
1492
                },
1493
                {
1494
                    "name": "Symfony Community",
1495
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
1496
                }
1497
            ],
1498
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
1499
            "keywords": [
1500
                "api",
1501
                "cors",
1502
                "crossdomain"
1503
            ],
1504
            "time": "2015-12-09 17:26:34"
1505
        },
1506
        {
1507
            "name": "paragonie/random_compat",
1508
            "version": "v1.4.1",
1509
            "source": {
1510
                "type": "git",
1511
                "url": "https://github.com/paragonie/random_compat.git",
1512
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1513
            },
1514
            "dist": {
1515
                "type": "zip",
1516
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1517
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1518
                "shasum": ""
1519
            },
1520
            "require": {
1521
                "php": ">=5.2.0"
1522
            },
1523
            "require-dev": {
1524
                "phpunit/phpunit": "4.*|5.*"
1525
            },
1526
            "suggest": {
1527
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1528
            },
1529
            "type": "library",
1530
            "autoload": {
1531
                "files": [
1532
                    "lib/random.php"
1533
                ]
1534
            },
1535
            "notification-url": "https://packagist.org/downloads/",
1536
            "license": [
1537
                "MIT"
1538
            ],
1539
            "authors": [
1540
                {
1541
                    "name": "Paragon Initiative Enterprises",
1542
                    "email": "[email protected]",
1543
                    "homepage": "https://paragonie.com"
1544
                }
1545
            ],
1546
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1547
            "keywords": [
1548
                "csprng",
1549
                "pseudorandom",
1550
                "random"
1551
            ],
1552
            "time": "2016-03-18 20:34:03"
1553
        },
1554
        {
1555
            "name": "phpcollection/phpcollection",
1556
            "version": "0.4.0",
1557
            "source": {
1558
                "type": "git",
1559
                "url": "https://github.com/schmittjoh/php-collection.git",
1560
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
1561
            },
1562
            "dist": {
1563
                "type": "zip",
1564
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
1565
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
1566
                "shasum": ""
1567
            },
1568
            "require": {
1569
                "phpoption/phpoption": "1.*"
1570
            },
1571
            "type": "library",
1572
            "extra": {
1573
                "branch-alias": {
1574
                    "dev-master": "0.3-dev"
1575
                }
1576
            },
1577
            "autoload": {
1578
                "psr-0": {
1579
                    "PhpCollection": "src/"
1580
                }
1581
            },
1582
            "notification-url": "https://packagist.org/downloads/",
1583
            "license": [
1584
                "Apache2"
1585
            ],
1586
            "authors": [
1587
                {
1588
                    "name": "Johannes Schmitt",
1589
                    "email": "[email protected]",
1590
                    "homepage": "https://github.com/schmittjoh",
1591
                    "role": "Developer of wrapped JMSSerializerBundle"
1592
                }
1593
            ],
1594
            "description": "General-Purpose Collection Library for PHP",
1595
            "keywords": [
1596
                "collection",
1597
                "list",
1598
                "map",
1599
                "sequence",
1600
                "set"
1601
            ],
1602
            "time": "2014-03-11 13:46:42"
1603
        },
1604
        {
1605
            "name": "phpoption/phpoption",
1606
            "version": "1.5.0",
1607
            "source": {
1608
                "type": "git",
1609
                "url": "https://github.com/schmittjoh/php-option.git",
1610
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1611
            },
1612
            "dist": {
1613
                "type": "zip",
1614
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1615
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1616
                "shasum": ""
1617
            },
1618
            "require": {
1619
                "php": ">=5.3.0"
1620
            },
1621
            "require-dev": {
1622
                "phpunit/phpunit": "4.7.*"
1623
            },
1624
            "type": "library",
1625
            "extra": {
1626
                "branch-alias": {
1627
                    "dev-master": "1.3-dev"
1628
                }
1629
            },
1630
            "autoload": {
1631
                "psr-0": {
1632
                    "PhpOption\\": "src/"
1633
                }
1634
            },
1635
            "notification-url": "https://packagist.org/downloads/",
1636
            "license": [
1637
                "Apache2"
1638
            ],
1639
            "authors": [
1640
                {
1641
                    "name": "Johannes M. Schmitt",
1642
                    "email": "[email protected]"
1643
                }
1644
            ],
1645
            "description": "Option Type for PHP",
1646
            "keywords": [
1647
                "language",
1648
                "option",
1649
                "php",
1650
                "type"
1651
            ],
1652
            "time": "2015-07-25 16:39:46"
1653
        },
1654
        {
1655
            "name": "psr/log",
1656
            "version": "1.0.0",
1657
            "source": {
1658
                "type": "git",
1659
                "url": "https://github.com/php-fig/log.git",
1660
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1661
            },
1662
            "dist": {
1663
                "type": "zip",
1664
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1665
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1666
                "shasum": ""
1667
            },
1668
            "type": "library",
1669
            "autoload": {
1670
                "psr-0": {
1671
                    "Psr\\Log\\": ""
1672
                }
1673
            },
1674
            "notification-url": "https://packagist.org/downloads/",
1675
            "license": [
1676
                "MIT"
1677
            ],
1678
            "authors": [
1679
                {
1680
                    "name": "PHP-FIG",
1681
                    "homepage": "http://www.php-fig.org/"
1682
                }
1683
            ],
1684
            "description": "Common interface for logging libraries",
1685
            "keywords": [
1686
                "log",
1687
                "psr",
1688
                "psr-3"
1689
            ],
1690
            "time": "2012-12-21 11:40:51"
1691
        },
1692
        {
1693
            "name": "sensio/distribution-bundle",
1694
            "version": "v5.0.5",
1695
            "source": {
1696
                "type": "git",
1697
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1698
                "reference": "3a160355bb1364da55ed9e415c1aa1fa8d457b6f"
1699
            },
1700
            "dist": {
1701
                "type": "zip",
1702
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a160355bb1364da55ed9e415c1aa1fa8d457b6f",
1703
                "reference": "3a160355bb1364da55ed9e415c1aa1fa8d457b6f",
1704
                "shasum": ""
1705
            },
1706
            "require": {
1707
                "php": ">=5.3.9",
1708
                "sensiolabs/security-checker": "~3.0",
1709
                "symfony/class-loader": "~2.3|~3.0",
1710
                "symfony/config": "~2.3|~3.0",
1711
                "symfony/dependency-injection": "~2.3|~3.0",
1712
                "symfony/filesystem": "~2.3|~3.0",
1713
                "symfony/http-kernel": "~2.3|~3.0",
1714
                "symfony/process": "~2.3|~3.0"
1715
            },
1716
            "type": "symfony-bundle",
1717
            "extra": {
1718
                "branch-alias": {
1719
                    "dev-master": "5.0.x-dev"
1720
                }
1721
            },
1722
            "autoload": {
1723
                "psr-4": {
1724
                    "Sensio\\Bundle\\DistributionBundle\\": ""
1725
                }
1726
            },
1727
            "notification-url": "https://packagist.org/downloads/",
1728
            "license": [
1729
                "MIT"
1730
            ],
1731
            "authors": [
1732
                {
1733
                    "name": "Fabien Potencier",
1734
                    "email": "[email protected]"
1735
                }
1736
            ],
1737
            "description": "Base bundle for Symfony Distributions",
1738
            "keywords": [
1739
                "configuration",
1740
                "distribution"
1741
            ],
1742
            "time": "2016-03-15 16:21:41"
1743
        },
1744
        {
1745
            "name": "sensio/framework-extra-bundle",
1746
            "version": "v3.0.15",
1747
            "source": {
1748
                "type": "git",
1749
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1750
                "reference": "40431d338da7ab4ef5f9edc1ba4551ea1d4d0782"
1751
            },
1752
            "dist": {
1753
                "type": "zip",
1754
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/40431d338da7ab4ef5f9edc1ba4551ea1d4d0782",
1755
                "reference": "40431d338da7ab4ef5f9edc1ba4551ea1d4d0782",
1756
                "shasum": ""
1757
            },
1758
            "require": {
1759
                "doctrine/common": "~2.2",
1760
                "symfony/dependency-injection": "~2.3|~3.0",
1761
                "symfony/framework-bundle": "~2.3|~3.0"
1762
            },
1763
            "require-dev": {
1764
                "symfony/browser-kit": "~2.3|~3.0",
1765
                "symfony/dom-crawler": "~2.3|~3.0",
1766
                "symfony/expression-language": "~2.4|~3.0",
1767
                "symfony/finder": "~2.3|~3.0",
1768
                "symfony/phpunit-bridge": "~2.7|~3.0",
1769
                "symfony/security-bundle": "~2.4|~3.0",
1770
                "symfony/twig-bundle": "~2.3|~3.0",
1771
                "twig/twig": "~1.11|~2.0"
1772
            },
1773
            "suggest": {
1774
                "symfony/expression-language": "",
1775
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1776
                "symfony/security-bundle": ""
1777
            },
1778
            "type": "symfony-bundle",
1779
            "extra": {
1780
                "branch-alias": {
1781
                    "dev-master": "3.0.x-dev"
1782
                }
1783
            },
1784
            "autoload": {
1785
                "psr-4": {
1786
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1787
                }
1788
            },
1789
            "notification-url": "https://packagist.org/downloads/",
1790
            "license": [
1791
                "MIT"
1792
            ],
1793
            "authors": [
1794
                {
1795
                    "name": "Fabien Potencier",
1796
                    "email": "[email protected]"
1797
                }
1798
            ],
1799
            "description": "This bundle provides a way to configure your controllers with annotations",
1800
            "keywords": [
1801
                "annotations",
1802
                "controllers"
1803
            ],
1804
            "time": "2016-03-22 12:39:08"
1805
        },
1806
        {
1807
            "name": "sensiolabs/security-checker",
1808
            "version": "v3.0.2",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/sensiolabs/security-checker.git",
1812
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
1817
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
1818
                "shasum": ""
1819
            },
1820
            "require": {
1821
                "symfony/console": "~2.0|~3.0"
1822
            },
1823
            "bin": [
1824
                "security-checker"
1825
            ],
1826
            "type": "library",
1827
            "extra": {
1828
                "branch-alias": {
1829
                    "dev-master": "3.0-dev"
1830
                }
1831
            },
1832
            "autoload": {
1833
                "psr-0": {
1834
                    "SensioLabs\\Security": ""
1835
                }
1836
            },
1837
            "notification-url": "https://packagist.org/downloads/",
1838
            "license": [
1839
                "MIT"
1840
            ],
1841
            "authors": [
1842
                {
1843
                    "name": "Fabien Potencier",
1844
                    "email": "[email protected]"
1845
                }
1846
            ],
1847
            "description": "A security checker for your composer.lock",
1848
            "time": "2015-11-07 08:07:40"
1849
        },
1850
        {
1851
            "name": "swiftmailer/swiftmailer",
1852
            "version": "v5.4.1",
1853
            "source": {
1854
                "type": "git",
1855
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1856
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1857
            },
1858
            "dist": {
1859
                "type": "zip",
1860
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1861
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1862
                "shasum": ""
1863
            },
1864
            "require": {
1865
                "php": ">=5.3.3"
1866
            },
1867
            "require-dev": {
1868
                "mockery/mockery": "~0.9.1,<0.9.4"
1869
            },
1870
            "type": "library",
1871
            "extra": {
1872
                "branch-alias": {
1873
                    "dev-master": "5.4-dev"
1874
                }
1875
            },
1876
            "autoload": {
1877
                "files": [
1878
                    "lib/swift_required.php"
1879
                ]
1880
            },
1881
            "notification-url": "https://packagist.org/downloads/",
1882
            "license": [
1883
                "MIT"
1884
            ],
1885
            "authors": [
1886
                {
1887
                    "name": "Chris Corbyn"
1888
                },
1889
                {
1890
                    "name": "Fabien Potencier",
1891
                    "email": "[email protected]"
1892
                }
1893
            ],
1894
            "description": "Swiftmailer, free feature-rich PHP mailer",
1895
            "homepage": "http://swiftmailer.org",
1896
            "keywords": [
1897
                "email",
1898
                "mail",
1899
                "mailer"
1900
            ],
1901
            "time": "2015-06-06 14:19:39"
1902
        },
1903
        {
1904
            "name": "symfony/monolog-bundle",
1905
            "version": "v2.10.0",
1906
            "source": {
1907
                "type": "git",
1908
                "url": "https://github.com/symfony/monolog-bundle.git",
1909
                "reference": "82fd8f36e2cccbe94faf237403c48052d4d4b77e"
1910
            },
1911
            "dist": {
1912
                "type": "zip",
1913
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/82fd8f36e2cccbe94faf237403c48052d4d4b77e",
1914
                "reference": "82fd8f36e2cccbe94faf237403c48052d4d4b77e",
1915
                "shasum": ""
1916
            },
1917
            "require": {
1918
                "monolog/monolog": "~1.12",
1919
                "php": ">=5.3.2",
1920
                "symfony/config": "~2.3|~3.0",
1921
                "symfony/dependency-injection": "~2.3|~3.0",
1922
                "symfony/http-kernel": "~2.3|~3.0",
1923
                "symfony/monolog-bridge": "~2.3|~3.0"
1924
            },
1925
            "require-dev": {
1926
                "phpunit/phpunit": "^4.8",
1927
                "symfony/console": "~2.3|~3.0",
1928
                "symfony/yaml": "~2.3|~3.0"
1929
            },
1930
            "type": "symfony-bundle",
1931
            "extra": {
1932
                "branch-alias": {
1933
                    "dev-master": "2.9.x-dev"
1934
                }
1935
            },
1936
            "autoload": {
1937
                "psr-4": {
1938
                    "Symfony\\Bundle\\MonologBundle\\": ""
1939
                }
1940
            },
1941
            "notification-url": "https://packagist.org/downloads/",
1942
            "license": [
1943
                "MIT"
1944
            ],
1945
            "authors": [
1946
                {
1947
                    "name": "Symfony Community",
1948
                    "homepage": "http://symfony.com/contributors"
1949
                },
1950
                {
1951
                    "name": "Fabien Potencier",
1952
                    "email": "[email protected]"
1953
                }
1954
            ],
1955
            "description": "Symfony MonologBundle",
1956
            "homepage": "http://symfony.com",
1957
            "keywords": [
1958
                "log",
1959
                "logging"
1960
            ],
1961
            "time": "2016-03-13 15:55:56"
1962
        },
1963
        {
1964
            "name": "symfony/polyfill-apcu",
1965
            "version": "v1.1.1",
1966
            "source": {
1967
                "type": "git",
1968
                "url": "https://github.com/symfony/polyfill-apcu.git",
1969
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214"
1970
            },
1971
            "dist": {
1972
                "type": "zip",
1973
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
1974
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
1975
                "shasum": ""
1976
            },
1977
            "require": {
1978
                "php": ">=5.3.3"
1979
            },
1980
            "type": "library",
1981
            "extra": {
1982
                "branch-alias": {
1983
                    "dev-master": "1.1-dev"
1984
                }
1985
            },
1986
            "autoload": {
1987
                "files": [
1988
                    "bootstrap.php"
1989
                ]
1990
            },
1991
            "notification-url": "https://packagist.org/downloads/",
1992
            "license": [
1993
                "MIT"
1994
            ],
1995
            "authors": [
1996
                {
1997
                    "name": "Nicolas Grekas",
1998
                    "email": "[email protected]"
1999
                },
2000
                {
2001
                    "name": "Symfony Community",
2002
                    "homepage": "https://symfony.com/contributors"
2003
                }
2004
            ],
2005
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2006
            "homepage": "https://symfony.com",
2007
            "keywords": [
2008
                "apcu",
2009
                "compatibility",
2010
                "polyfill",
2011
                "portable",
2012
                "shim"
2013
            ],
2014
            "time": "2016-03-03 16:49:40"
2015
        },
2016
        {
2017
            "name": "symfony/polyfill-intl-icu",
2018
            "version": "v1.1.1",
2019
            "source": {
2020
                "type": "git",
2021
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2022
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942"
2023
            },
2024
            "dist": {
2025
                "type": "zip",
2026
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942",
2027
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942",
2028
                "shasum": ""
2029
            },
2030
            "require": {
2031
                "php": ">=5.3.3",
2032
                "symfony/intl": "~2.3|~3.0"
2033
            },
2034
            "suggest": {
2035
                "ext-intl": "For best performance"
2036
            },
2037
            "type": "library",
2038
            "extra": {
2039
                "branch-alias": {
2040
                    "dev-master": "1.1-dev"
2041
                }
2042
            },
2043
            "autoload": {
2044
                "files": [
2045
                    "bootstrap.php"
2046
                ]
2047
            },
2048
            "notification-url": "https://packagist.org/downloads/",
2049
            "license": [
2050
                "MIT"
2051
            ],
2052
            "authors": [
2053
                {
2054
                    "name": "Nicolas Grekas",
2055
                    "email": "[email protected]"
2056
                },
2057
                {
2058
                    "name": "Symfony Community",
2059
                    "homepage": "https://symfony.com/contributors"
2060
                }
2061
            ],
2062
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2063
            "homepage": "https://symfony.com",
2064
            "keywords": [
2065
                "compatibility",
2066
                "icu",
2067
                "intl",
2068
                "polyfill",
2069
                "portable",
2070
                "shim"
2071
            ],
2072
            "time": "2016-02-26 16:18:12"
2073
        },
2074
        {
2075
            "name": "symfony/polyfill-mbstring",
2076
            "version": "v1.1.1",
2077
            "source": {
2078
                "type": "git",
2079
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2080
                "reference": "1289d16209491b584839022f29257ad859b8532d"
2081
            },
2082
            "dist": {
2083
                "type": "zip",
2084
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
2085
                "reference": "1289d16209491b584839022f29257ad859b8532d",
2086
                "shasum": ""
2087
            },
2088
            "require": {
2089
                "php": ">=5.3.3"
2090
            },
2091
            "suggest": {
2092
                "ext-mbstring": "For best performance"
2093
            },
2094
            "type": "library",
2095
            "extra": {
2096
                "branch-alias": {
2097
                    "dev-master": "1.1-dev"
2098
                }
2099
            },
2100
            "autoload": {
2101
                "psr-4": {
2102
                    "Symfony\\Polyfill\\Mbstring\\": ""
2103
                },
2104
                "files": [
2105
                    "bootstrap.php"
2106
                ]
2107
            },
2108
            "notification-url": "https://packagist.org/downloads/",
2109
            "license": [
2110
                "MIT"
2111
            ],
2112
            "authors": [
2113
                {
2114
                    "name": "Nicolas Grekas",
2115
                    "email": "[email protected]"
2116
                },
2117
                {
2118
                    "name": "Symfony Community",
2119
                    "homepage": "https://symfony.com/contributors"
2120
                }
2121
            ],
2122
            "description": "Symfony polyfill for the Mbstring extension",
2123
            "homepage": "https://symfony.com",
2124
            "keywords": [
2125
                "compatibility",
2126
                "mbstring",
2127
                "polyfill",
2128
                "portable",
2129
                "shim"
2130
            ],
2131
            "time": "2016-01-20 09:13:37"
2132
        },
2133
        {
2134
            "name": "symfony/polyfill-php54",
2135
            "version": "v1.1.1",
2136
            "source": {
2137
                "type": "git",
2138
                "url": "https://github.com/symfony/polyfill-php54.git",
2139
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
2140
            },
2141
            "dist": {
2142
                "type": "zip",
2143
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
2144
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
2145
                "shasum": ""
2146
            },
2147
            "require": {
2148
                "php": ">=5.3.3"
2149
            },
2150
            "type": "library",
2151
            "extra": {
2152
                "branch-alias": {
2153
                    "dev-master": "1.1-dev"
2154
                }
2155
            },
2156
            "autoload": {
2157
                "psr-4": {
2158
                    "Symfony\\Polyfill\\Php54\\": ""
2159
                },
2160
                "files": [
2161
                    "bootstrap.php"
2162
                ],
2163
                "classmap": [
2164
                    "Resources/stubs"
2165
                ]
2166
            },
2167
            "notification-url": "https://packagist.org/downloads/",
2168
            "license": [
2169
                "MIT"
2170
            ],
2171
            "authors": [
2172
                {
2173
                    "name": "Nicolas Grekas",
2174
                    "email": "[email protected]"
2175
                },
2176
                {
2177
                    "name": "Symfony Community",
2178
                    "homepage": "https://symfony.com/contributors"
2179
                }
2180
            ],
2181
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
2182
            "homepage": "https://symfony.com",
2183
            "keywords": [
2184
                "compatibility",
2185
                "polyfill",
2186
                "portable",
2187
                "shim"
2188
            ],
2189
            "time": "2016-01-25 19:13:00"
2190
        },
2191
        {
2192
            "name": "symfony/polyfill-php55",
2193
            "version": "v1.1.1",
2194
            "source": {
2195
                "type": "git",
2196
                "url": "https://github.com/symfony/polyfill-php55.git",
2197
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
2198
            },
2199
            "dist": {
2200
                "type": "zip",
2201
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
2202
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
2203
                "shasum": ""
2204
            },
2205
            "require": {
2206
                "ircmaxell/password-compat": "~1.0",
2207
                "php": ">=5.3.3"
2208
            },
2209
            "type": "library",
2210
            "extra": {
2211
                "branch-alias": {
2212
                    "dev-master": "1.1-dev"
2213
                }
2214
            },
2215
            "autoload": {
2216
                "psr-4": {
2217
                    "Symfony\\Polyfill\\Php55\\": ""
2218
                },
2219
                "files": [
2220
                    "bootstrap.php"
2221
                ]
2222
            },
2223
            "notification-url": "https://packagist.org/downloads/",
2224
            "license": [
2225
                "MIT"
2226
            ],
2227
            "authors": [
2228
                {
2229
                    "name": "Nicolas Grekas",
2230
                    "email": "[email protected]"
2231
                },
2232
                {
2233
                    "name": "Symfony Community",
2234
                    "homepage": "https://symfony.com/contributors"
2235
                }
2236
            ],
2237
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
2238
            "homepage": "https://symfony.com",
2239
            "keywords": [
2240
                "compatibility",
2241
                "polyfill",
2242
                "portable",
2243
                "shim"
2244
            ],
2245
            "time": "2016-01-20 09:13:37"
2246
        },
2247
        {
2248
            "name": "symfony/polyfill-php56",
2249
            "version": "v1.1.1",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/symfony/polyfill-php56.git",
2253
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
2258
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "php": ">=5.3.3",
2263
                "symfony/polyfill-util": "~1.0"
2264
            },
2265
            "type": "library",
2266
            "extra": {
2267
                "branch-alias": {
2268
                    "dev-master": "1.1-dev"
2269
                }
2270
            },
2271
            "autoload": {
2272
                "psr-4": {
2273
                    "Symfony\\Polyfill\\Php56\\": ""
2274
                },
2275
                "files": [
2276
                    "bootstrap.php"
2277
                ]
2278
            },
2279
            "notification-url": "https://packagist.org/downloads/",
2280
            "license": [
2281
                "MIT"
2282
            ],
2283
            "authors": [
2284
                {
2285
                    "name": "Nicolas Grekas",
2286
                    "email": "[email protected]"
2287
                },
2288
                {
2289
                    "name": "Symfony Community",
2290
                    "homepage": "https://symfony.com/contributors"
2291
                }
2292
            ],
2293
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2294
            "homepage": "https://symfony.com",
2295
            "keywords": [
2296
                "compatibility",
2297
                "polyfill",
2298
                "portable",
2299
                "shim"
2300
            ],
2301
            "time": "2016-01-20 09:13:37"
2302
        },
2303
        {
2304
            "name": "symfony/polyfill-php70",
2305
            "version": "v1.1.1",
2306
            "source": {
2307
                "type": "git",
2308
                "url": "https://github.com/symfony/polyfill-php70.git",
2309
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
2310
            },
2311
            "dist": {
2312
                "type": "zip",
2313
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
2314
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
2315
                "shasum": ""
2316
            },
2317
            "require": {
2318
                "paragonie/random_compat": "~1.0",
2319
                "php": ">=5.3.3"
2320
            },
2321
            "type": "library",
2322
            "extra": {
2323
                "branch-alias": {
2324
                    "dev-master": "1.1-dev"
2325
                }
2326
            },
2327
            "autoload": {
2328
                "psr-4": {
2329
                    "Symfony\\Polyfill\\Php70\\": ""
2330
                },
2331
                "files": [
2332
                    "bootstrap.php"
2333
                ],
2334
                "classmap": [
2335
                    "Resources/stubs"
2336
                ]
2337
            },
2338
            "notification-url": "https://packagist.org/downloads/",
2339
            "license": [
2340
                "MIT"
2341
            ],
2342
            "authors": [
2343
                {
2344
                    "name": "Nicolas Grekas",
2345
                    "email": "[email protected]"
2346
                },
2347
                {
2348
                    "name": "Symfony Community",
2349
                    "homepage": "https://symfony.com/contributors"
2350
                }
2351
            ],
2352
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2353
            "homepage": "https://symfony.com",
2354
            "keywords": [
2355
                "compatibility",
2356
                "polyfill",
2357
                "portable",
2358
                "shim"
2359
            ],
2360
            "time": "2016-01-28 22:42:02"
2361
        },
2362
        {
2363
            "name": "symfony/polyfill-util",
2364
            "version": "v1.1.1",
2365
            "source": {
2366
                "type": "git",
2367
                "url": "https://github.com/symfony/polyfill-util.git",
2368
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
2369
            },
2370
            "dist": {
2371
                "type": "zip",
2372
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2373
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
2374
                "shasum": ""
2375
            },
2376
            "require": {
2377
                "php": ">=5.3.3"
2378
            },
2379
            "type": "library",
2380
            "extra": {
2381
                "branch-alias": {
2382
                    "dev-master": "1.1-dev"
2383
                }
2384
            },
2385
            "autoload": {
2386
                "psr-4": {
2387
                    "Symfony\\Polyfill\\Util\\": ""
2388
                }
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "MIT"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Nicolas Grekas",
2397
                    "email": "[email protected]"
2398
                },
2399
                {
2400
                    "name": "Symfony Community",
2401
                    "homepage": "https://symfony.com/contributors"
2402
                }
2403
            ],
2404
            "description": "Symfony utilities for portability of PHP codes",
2405
            "homepage": "https://symfony.com",
2406
            "keywords": [
2407
                "compat",
2408
                "compatibility",
2409
                "polyfill",
2410
                "shim"
2411
            ],
2412
            "time": "2016-01-20 09:13:37"
2413
        },
2414
        {
2415
            "name": "symfony/security-acl",
2416
            "version": "v2.8.0",
2417
            "source": {
2418
                "type": "git",
2419
                "url": "https://github.com/symfony/security-acl.git",
2420
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347"
2421
            },
2422
            "dist": {
2423
                "type": "zip",
2424
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
2425
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
2426
                "shasum": ""
2427
            },
2428
            "require": {
2429
                "php": ">=5.3.9",
2430
                "symfony/security-core": "~2.4|~3.0.0"
2431
            },
2432
            "require-dev": {
2433
                "doctrine/common": "~2.2",
2434
                "doctrine/dbal": "~2.2",
2435
                "psr/log": "~1.0",
2436
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2437
            },
2438
            "suggest": {
2439
                "doctrine/dbal": "For using the built-in ACL implementation",
2440
                "symfony/class-loader": "For using the ACL generateSql script",
2441
                "symfony/finder": "For using the ACL generateSql script"
2442
            },
2443
            "type": "library",
2444
            "extra": {
2445
                "branch-alias": {
2446
                    "dev-master": "2.8-dev"
2447
                }
2448
            },
2449
            "autoload": {
2450
                "psr-4": {
2451
                    "Symfony\\Component\\Security\\Acl\\": ""
2452
                },
2453
                "exclude-from-classmap": [
2454
                    "/Tests/"
2455
                ]
2456
            },
2457
            "notification-url": "https://packagist.org/downloads/",
2458
            "license": [
2459
                "MIT"
2460
            ],
2461
            "authors": [
2462
                {
2463
                    "name": "Fabien Potencier",
2464
                    "email": "[email protected]"
2465
                },
2466
                {
2467
                    "name": "Symfony Community",
2468
                    "homepage": "https://symfony.com/contributors"
2469
                }
2470
            ],
2471
            "description": "Symfony Security Component - ACL (Access Control List)",
2472
            "homepage": "https://symfony.com",
2473
            "time": "2015-12-28 09:39:09"
2474
        },
2475
        {
2476
            "name": "symfony/swiftmailer-bundle",
2477
            "version": "v2.3.11",
2478
            "source": {
2479
                "type": "git",
2480
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2481
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2482
            },
2483
            "dist": {
2484
                "type": "zip",
2485
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2486
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2487
                "shasum": ""
2488
            },
2489
            "require": {
2490
                "php": ">=5.3.2",
2491
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2492
                "symfony/config": "~2.3|~3.0",
2493
                "symfony/dependency-injection": "~2.3|~3.0",
2494
                "symfony/http-kernel": "~2.3|~3.0",
2495
                "symfony/yaml": "~2.3|~3.0"
2496
            },
2497
            "require-dev": {
2498
                "symfony/phpunit-bridge": "~2.7|~3.0"
2499
            },
2500
            "suggest": {
2501
                "psr/log": "Allows logging"
2502
            },
2503
            "type": "symfony-bundle",
2504
            "extra": {
2505
                "branch-alias": {
2506
                    "dev-master": "2.3-dev"
2507
                }
2508
            },
2509
            "autoload": {
2510
                "psr-4": {
2511
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2512
                }
2513
            },
2514
            "notification-url": "https://packagist.org/downloads/",
2515
            "license": [
2516
                "MIT"
2517
            ],
2518
            "authors": [
2519
                {
2520
                    "name": "Symfony Community",
2521
                    "homepage": "http://symfony.com/contributors"
2522
                },
2523
                {
2524
                    "name": "Fabien Potencier",
2525
                    "email": "[email protected]"
2526
                }
2527
            ],
2528
            "description": "Symfony SwiftmailerBundle",
2529
            "homepage": "http://symfony.com",
2530
            "time": "2016-01-15 16:41:20"
2531
        },
2532
        {
2533
            "name": "symfony/symfony",
0 ignored issues
show
2534
            "version": "v2.8.3",
2535
            "source": {
2536
                "type": "git",
2537
                "url": "https://github.com/symfony/symfony.git",
2538
                "reference": "7a9a5fce7ce6e448e527f635463dda00761e12c2"
2539
            },
2540
            "dist": {
2541
                "type": "zip",
2542
                "url": "https://api.github.com/repos/symfony/symfony/zipball/7a9a5fce7ce6e448e527f635463dda00761e12c2",
2543
                "reference": "7a9a5fce7ce6e448e527f635463dda00761e12c2",
2544
                "shasum": ""
2545
            },
2546
            "require": {
2547
                "doctrine/common": "~2.4",
2548
                "php": ">=5.3.9",
2549
                "psr/log": "~1.0",
2550
                "symfony/polyfill-apcu": "~1.1",
2551
                "symfony/polyfill-intl-icu": "~1.0",
2552
                "symfony/polyfill-mbstring": "~1.0",
2553
                "symfony/polyfill-php54": "~1.0",
2554
                "symfony/polyfill-php55": "~1.0",
2555
                "symfony/polyfill-php56": "~1.0",
2556
                "symfony/polyfill-php70": "~1.0",
2557
                "symfony/polyfill-util": "~1.0",
2558
                "symfony/security-acl": "~2.7",
2559
                "twig/twig": "~1.23|~2.0"
2560
            },
2561
            "conflict": {
2562
                "phpdocumentor/reflection": "<1.0.7"
2563
            },
2564
            "replace": {
2565
                "symfony/asset": "self.version",
2566
                "symfony/browser-kit": "self.version",
2567
                "symfony/class-loader": "self.version",
2568
                "symfony/config": "self.version",
2569
                "symfony/console": "self.version",
2570
                "symfony/css-selector": "self.version",
2571
                "symfony/debug": "self.version",
2572
                "symfony/debug-bundle": "self.version",
2573
                "symfony/dependency-injection": "self.version",
2574
                "symfony/doctrine-bridge": "self.version",
2575
                "symfony/dom-crawler": "self.version",
2576
                "symfony/event-dispatcher": "self.version",
2577
                "symfony/expression-language": "self.version",
2578
                "symfony/filesystem": "self.version",
2579
                "symfony/finder": "self.version",
2580
                "symfony/form": "self.version",
2581
                "symfony/framework-bundle": "self.version",
2582
                "symfony/http-foundation": "self.version",
2583
                "symfony/http-kernel": "self.version",
2584
                "symfony/intl": "self.version",
2585
                "symfony/ldap": "self.version",
2586
                "symfony/locale": "self.version",
2587
                "symfony/monolog-bridge": "self.version",
2588
                "symfony/options-resolver": "self.version",
2589
                "symfony/process": "self.version",
2590
                "symfony/property-access": "self.version",
2591
                "symfony/property-info": "self.version",
2592
                "symfony/proxy-manager-bridge": "self.version",
2593
                "symfony/routing": "self.version",
2594
                "symfony/security": "self.version",
2595
                "symfony/security-bundle": "self.version",
2596
                "symfony/security-core": "self.version",
2597
                "symfony/security-csrf": "self.version",
2598
                "symfony/security-guard": "self.version",
2599
                "symfony/security-http": "self.version",
2600
                "symfony/serializer": "self.version",
2601
                "symfony/stopwatch": "self.version",
2602
                "symfony/swiftmailer-bridge": "self.version",
2603
                "symfony/templating": "self.version",
2604
                "symfony/translation": "self.version",
2605
                "symfony/twig-bridge": "self.version",
2606
                "symfony/twig-bundle": "self.version",
2607
                "symfony/validator": "self.version",
2608
                "symfony/var-dumper": "self.version",
2609
                "symfony/web-profiler-bundle": "self.version",
2610
                "symfony/yaml": "self.version"
2611
            },
2612
            "require-dev": {
2613
                "doctrine/data-fixtures": "1.0.*",
2614
                "doctrine/dbal": "~2.4",
2615
                "doctrine/doctrine-bundle": "~1.2",
2616
                "doctrine/orm": "~2.4,>=2.4.5",
2617
                "egulias/email-validator": "~1.2",
2618
                "monolog/monolog": "~1.11",
2619
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2620
                "phpdocumentor/reflection": "^1.0.7"
2621
            },
2622
            "type": "library",
2623
            "extra": {
2624
                "branch-alias": {
2625
                    "dev-master": "2.8-dev"
2626
                }
2627
            },
2628
            "autoload": {
2629
                "psr-4": {
2630
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2631
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2632
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2633
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2634
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2635
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2636
                    "Symfony\\Component\\": "src/Symfony/Component/"
2637
                },
2638
                "classmap": [
2639
                    "src/Symfony/Component/Intl/Resources/stubs"
2640
                ],
2641
                "exclude-from-classmap": [
2642
                    "**/Tests/"
2643
                ]
2644
            },
2645
            "notification-url": "https://packagist.org/downloads/",
2646
            "license": [
2647
                "MIT"
2648
            ],
2649
            "authors": [
2650
                {
2651
                    "name": "Fabien Potencier",
2652
                    "email": "[email protected]"
2653
                },
2654
                {
2655
                    "name": "Symfony Community",
2656
                    "homepage": "https://symfony.com/contributors"
2657
                }
2658
            ],
2659
            "description": "The Symfony PHP framework",
2660
            "homepage": "https://symfony.com",
2661
            "keywords": [
2662
                "framework"
2663
            ],
2664
            "time": "2016-02-28 21:06:29"
2665
        },
2666
        {
2667
            "name": "twig/twig",
2668
            "version": "v1.24.0",
2669
            "source": {
2670
                "type": "git",
2671
                "url": "https://github.com/twigphp/Twig.git",
2672
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
2673
            },
2674
            "dist": {
2675
                "type": "zip",
2676
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2677
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
2678
                "shasum": ""
2679
            },
2680
            "require": {
2681
                "php": ">=5.2.7"
2682
            },
2683
            "require-dev": {
2684
                "symfony/debug": "~2.7",
2685
                "symfony/phpunit-bridge": "~2.7"
2686
            },
2687
            "type": "library",
2688
            "extra": {
2689
                "branch-alias": {
2690
                    "dev-master": "1.24-dev"
2691
                }
2692
            },
2693
            "autoload": {
2694
                "psr-0": {
2695
                    "Twig_": "lib/"
2696
                }
2697
            },
2698
            "notification-url": "https://packagist.org/downloads/",
2699
            "license": [
2700
                "BSD-3-Clause"
2701
            ],
2702
            "authors": [
2703
                {
2704
                    "name": "Fabien Potencier",
2705
                    "email": "[email protected]",
2706
                    "homepage": "http://fabien.potencier.org",
2707
                    "role": "Lead Developer"
2708
                },
2709
                {
2710
                    "name": "Armin Ronacher",
2711
                    "email": "[email protected]",
2712
                    "role": "Project Founder"
2713
                },
2714
                {
2715
                    "name": "Twig Team",
2716
                    "homepage": "http://twig.sensiolabs.org/contributors",
2717
                    "role": "Contributors"
2718
                }
2719
            ],
2720
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2721
            "homepage": "http://twig.sensiolabs.org",
2722
            "keywords": [
2723
                "templating"
2724
            ],
2725
            "time": "2016-01-25 21:22:18"
2726
        },
2727
        {
2728
            "name": "willdurand/hateoas",
2729
            "version": "2.9.1",
2730
            "source": {
2731
                "type": "git",
2732
                "url": "https://github.com/willdurand/Hateoas.git",
2733
                "reference": "1add9a4448793cf40b52544136532b9752e06d7b"
2734
            },
2735
            "dist": {
2736
                "type": "zip",
2737
                "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/1add9a4448793cf40b52544136532b9752e06d7b",
2738
                "reference": "1add9a4448793cf40b52544136532b9752e06d7b",
2739
                "shasum": ""
2740
            },
2741
            "require": {
2742
                "doctrine/annotations": "~1.0",
2743
                "doctrine/common": "~2.0",
2744
                "jms/metadata": "~1.1",
2745
                "jms/serializer": "~1.0",
2746
                "php": ">=5.4",
2747
                "phpoption/phpoption": ">=1.1.0,<2.0-dev",
2748
                "symfony/expression-language": "~2.4 || ~3.0"
2749
            },
2750
            "require-dev": {
2751
                "pagerfanta/pagerfanta": "~1.0",
2752
                "phpunit/phpunit": "~4.5",
2753
                "symfony/dependency-injection": "~2.4 || ~3.0",
2754
                "symfony/routing": "~2.4 || ~3.0",
2755
                "symfony/yaml": "~2.4 || ~3.0",
2756
                "twig/twig": "~1.12"
2757
            },
2758
            "suggest": {
2759
                "symfony/routing": "To use the SymfonyRouteFactory.",
2760
                "symfony/yaml": "To use yaml based configuration.",
2761
                "twig/twig": "To use the Twig extensions."
2762
            },
2763
            "type": "library",
2764
            "extra": {
2765
                "branch-alias": {
2766
                    "dev-master": "2.9-dev"
2767
                }
2768
            },
2769
            "autoload": {
2770
                "psr-0": {
2771
                    "Hateoas": "src/"
2772
                }
2773
            },
2774
            "notification-url": "https://packagist.org/downloads/",
2775
            "license": [
2776
                "MIT"
2777
            ],
2778
            "authors": [
2779
                {
2780
                    "name": "Adrien Brault",
2781
                    "email": "[email protected]"
2782
                },
2783
                {
2784
                    "name": "William Durand",
2785
                    "email": "[email protected]"
2786
                }
2787
            ],
2788
            "description": "A PHP library to support implementing representations for HATEOAS REST web services",
2789
            "time": "2016-01-26 15:39:06"
2790
        },
2791
        {
2792
            "name": "willdurand/hateoas-bundle",
2793
            "version": "1.1.1",
2794
            "target-dir": "Bazinga/Bundle/HateoasBundle",
2795
            "source": {
2796
                "type": "git",
2797
                "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
2798
                "reference": "a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5"
2799
            },
2800
            "dist": {
2801
                "type": "zip",
2802
                "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5",
2803
                "reference": "a53f6f1d3d8cda3fa8cdd90773cb48e9647a08c5",
2804
                "shasum": ""
2805
            },
2806
            "require": {
2807
                "jms/serializer-bundle": "~1.0",
2808
                "symfony/framework-bundle": "~2.2 || ~3.0",
2809
                "willdurand/hateoas": "~2.9"
2810
            },
2811
            "require-dev": {
2812
                "phpunit/phpunit": "~4.5",
2813
                "symfony/expression-language": "~2.4 || ~3.0",
2814
                "twig/twig": "~1.12"
2815
            },
2816
            "type": "symfony-bundle",
2817
            "extra": {
2818
                "branch-alias": {
2819
                    "dev-master": "1.2-dev"
2820
                }
2821
            },
2822
            "autoload": {
2823
                "psr-0": {
2824
                    "Bazinga\\Bundle\\HateoasBundle": ""
2825
                }
2826
            },
2827
            "notification-url": "https://packagist.org/downloads/",
2828
            "license": [
2829
                "MIT"
2830
            ],
2831
            "authors": [
2832
                {
2833
                    "name": "William Durand",
2834
                    "email": "[email protected]"
2835
                }
2836
            ],
2837
            "description": "Integration of Hateoas into Symfony2.",
2838
            "keywords": [
2839
                "HATEOAS",
2840
                "rest"
2841
            ],
2842
            "time": "2016-02-22 13:12:41"
2843
        },
2844
        {
2845
            "name": "willdurand/jsonp-callback-validator",
2846
            "version": "v1.1.0",
2847
            "source": {
2848
                "type": "git",
2849
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
2850
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
2851
            },
2852
            "dist": {
2853
                "type": "zip",
2854
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
2855
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
2856
                "shasum": ""
2857
            },
2858
            "require": {
2859
                "php": ">=5.3.0"
2860
            },
2861
            "require-dev": {
2862
                "phpunit/phpunit": "~3.7"
2863
            },
2864
            "type": "library",
2865
            "autoload": {
2866
                "psr-0": {
2867
                    "JsonpCallbackValidator": "src/"
2868
                }
2869
            },
2870
            "notification-url": "https://packagist.org/downloads/",
2871
            "license": [
2872
                "MIT"
2873
            ],
2874
            "authors": [
2875
                {
2876
                    "name": "William Durand",
2877
                    "email": "[email protected]",
2878
                    "homepage": "http://www.willdurand.fr"
2879
                }
2880
            ],
2881
            "description": "JSONP callback validator.",
2882
            "time": "2014-01-20 22:35:06"
2883
        },
2884
        {
2885
            "name": "willdurand/negotiation",
2886
            "version": "1.5.0",
2887
            "source": {
2888
                "type": "git",
2889
                "url": "https://github.com/willdurand/Negotiation.git",
2890
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
2891
            },
2892
            "dist": {
2893
                "type": "zip",
2894
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
2895
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
2896
                "shasum": ""
2897
            },
2898
            "require": {
2899
                "php": ">=5.3.0"
2900
            },
2901
            "type": "library",
2902
            "extra": {
2903
                "branch-alias": {
2904
                    "dev-master": "1.5-dev"
2905
                }
2906
            },
2907
            "autoload": {
2908
                "psr-4": {
2909
                    "Negotiation\\": "src/Negotiation"
2910
                }
2911
            },
2912
            "notification-url": "https://packagist.org/downloads/",
2913
            "license": [
2914
                "MIT"
2915
            ],
2916
            "authors": [
2917
                {
2918
                    "name": "William Durand",
2919
                    "email": "[email protected]"
2920
                }
2921
            ],
2922
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
2923
            "homepage": "http://williamdurand.fr/Negotiation/",
2924
            "keywords": [
2925
                "accept",
2926
                "content",
2927
                "format",
2928
                "header",
2929
                "negotiation"
2930
            ],
2931
            "time": "2015-10-01 07:42:40"
2932
        }
2933
    ],
2934
    "packages-dev": [
2935
        {
2936
            "name": "doctrine/data-fixtures",
2937
            "version": "v1.1.1",
2938
            "source": {
2939
                "type": "git",
2940
                "url": "https://github.com/doctrine/data-fixtures.git",
2941
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
2942
            },
2943
            "dist": {
2944
                "type": "zip",
2945
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
2946
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
2947
                "shasum": ""
2948
            },
2949
            "require": {
2950
                "doctrine/common": "~2.2",
2951
                "php": ">=5.3.2"
2952
            },
2953
            "conflict": {
2954
                "doctrine/orm": "< 2.4"
2955
            },
2956
            "require-dev": {
2957
                "doctrine/orm": "~2.4"
2958
            },
2959
            "suggest": {
2960
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
2961
                "doctrine/orm": "For loading ORM fixtures",
2962
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
2963
            },
2964
            "type": "library",
2965
            "extra": {
2966
                "branch-alias": {
2967
                    "dev-master": "1.1.x-dev"
2968
                }
2969
            },
2970
            "autoload": {
2971
                "psr-0": {
2972
                    "Doctrine\\Common\\DataFixtures": "lib/"
2973
                }
2974
            },
2975
            "notification-url": "https://packagist.org/downloads/",
2976
            "license": [
2977
                "MIT"
2978
            ],
2979
            "authors": [
2980
                {
2981
                    "name": "Jonathan Wage",
2982
                    "email": "[email protected]"
2983
                }
2984
            ],
2985
            "description": "Data Fixtures for all Doctrine Object Managers",
2986
            "homepage": "http://www.doctrine-project.org",
2987
            "keywords": [
2988
                "database"
2989
            ],
2990
            "time": "2015-03-30 12:14:13"
2991
        },
2992
        {
2993
            "name": "doctrine/doctrine-fixtures-bundle",
2994
            "version": "2.3.0",
2995
            "source": {
2996
                "type": "git",
2997
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
2998
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
2999
            },
3000
            "dist": {
3001
                "type": "zip",
3002
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
3003
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
3004
                "shasum": ""
3005
            },
3006
            "require": {
3007
                "doctrine/data-fixtures": "~1.0",
3008
                "doctrine/doctrine-bundle": "~1.0",
3009
                "php": ">=5.3.2",
3010
                "symfony/doctrine-bridge": "~2.3|~3.0"
3011
            },
3012
            "type": "symfony-bundle",
3013
            "extra": {
3014
                "branch-alias": {
3015
                    "dev-master": "2.2.x-dev"
3016
                }
3017
            },
3018
            "autoload": {
3019
                "psr-4": {
3020
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
3021
                }
3022
            },
3023
            "notification-url": "https://packagist.org/downloads/",
3024
            "license": [
3025
                "MIT"
3026
            ],
3027
            "authors": [
3028
                {
3029
                    "name": "Symfony Community",
3030
                    "homepage": "http://symfony.com/contributors"
3031
                },
3032
                {
3033
                    "name": "Doctrine Project",
3034
                    "homepage": "http://www.doctrine-project.org"
3035
                },
3036
                {
3037
                    "name": "Fabien Potencier",
3038
                    "email": "[email protected]"
3039
                }
3040
            ],
3041
            "description": "Symfony DoctrineFixturesBundle",
3042
            "homepage": "http://www.doctrine-project.org",
3043
            "keywords": [
3044
                "Fixture",
3045
                "persistence"
3046
            ],
3047
            "time": "2015-11-04 21:23:23"
3048
        },
3049
        {
3050
            "name": "sensio/generator-bundle",
3051
            "version": "v3.0.6",
3052
            "source": {
3053
                "type": "git",
3054
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3055
                "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4"
3056
            },
3057
            "dist": {
3058
                "type": "zip",
3059
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4",
3060
                "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4",
3061
                "shasum": ""
3062
            },
3063
            "require": {
3064
                "symfony/console": "~2.7|~3.0",
3065
                "symfony/framework-bundle": "~2.7|~3.0",
3066
                "symfony/process": "~2.7|~3.0",
3067
                "symfony/yaml": "~2.7|~3.0"
3068
            },
3069
            "require-dev": {
3070
                "doctrine/orm": "~2.4",
3071
                "symfony/doctrine-bridge": "~2.7|~3.0",
3072
                "twig/twig": "~1.18"
3073
            },
3074
            "type": "symfony-bundle",
3075
            "extra": {
3076
                "branch-alias": {
3077
                    "dev-master": "3.0.x-dev"
3078
                }
3079
            },
3080
            "autoload": {
3081
                "psr-4": {
3082
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
3083
                },
3084
                "exclude-from-classmap": [
3085
                    "/Tests/"
3086
                ]
3087
            },
3088
            "notification-url": "https://packagist.org/downloads/",
3089
            "license": [
3090
                "MIT"
3091
            ],
3092
            "authors": [
3093
                {
3094
                    "name": "Fabien Potencier",
3095
                    "email": "[email protected]"
3096
                }
3097
            ],
3098
            "description": "This bundle generates code for you",
3099
            "time": "2016-02-26 04:36:01"
3100
        },
3101
        {
3102
            "name": "symfony/phpunit-bridge",
3103
            "version": "v2.8.3",
3104
            "source": {
3105
                "type": "git",
3106
                "url": "https://github.com/symfony/phpunit-bridge.git",
3107
                "reference": "ee8ead4f78e21ed6c873d1cc19e141949d9ed493"
3108
            },
3109
            "dist": {
3110
                "type": "zip",
3111
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ee8ead4f78e21ed6c873d1cc19e141949d9ed493",
3112
                "reference": "ee8ead4f78e21ed6c873d1cc19e141949d9ed493",
3113
                "shasum": ""
3114
            },
3115
            "require": {
3116
                "php": ">=5.3.3"
3117
            },
3118
            "suggest": {
3119
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
3120
            },
3121
            "type": "symfony-bridge",
3122
            "extra": {
3123
                "branch-alias": {
3124
                    "dev-master": "2.8-dev"
3125
                }
3126
            },
3127
            "autoload": {
3128
                "files": [
3129
                    "bootstrap.php"
3130
                ],
3131
                "psr-4": {
3132
                    "Symfony\\Bridge\\PhpUnit\\": ""
3133
                },
3134
                "exclude-from-classmap": [
3135
                    "/Tests/"
3136
                ]
3137
            },
3138
            "notification-url": "https://packagist.org/downloads/",
3139
            "license": [
3140
                "MIT"
3141
            ],
3142
            "authors": [
3143
                {
3144
                    "name": "Nicolas Grekas",
3145
                    "email": "[email protected]"
3146
                },
3147
                {
3148
                    "name": "Symfony Community",
3149
                    "homepage": "https://symfony.com/contributors"
3150
                }
3151
            ],
3152
            "description": "Symfony PHPUnit Bridge",
3153
            "homepage": "https://symfony.com",
3154
            "time": "2016-01-21 09:24:53"
3155
        }
3156
    ],
3157
    "aliases": [],
3158
    "minimum-stability": "stable",
3159
    "stability-flags": [],
3160
    "prefer-stable": false,
3161
    "prefer-lowest": false,
3162
    "platform": {
3163
        "php": ">=5.4"
3164
    },
3165
    "platform-dev": []
3166
}
3167