Completed
Pull Request — master (#120)
by Serhii
18:46
created

composer.lock (3 issues)

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": "e9a67a9f2bea0d591d109056ca51df4b",
8
    "content-hash": "f40cca24e5c48cd22c0857b8166d5d99",
9
    "packages": [
10
        {
11
            "name": "behat/transliterator",
12
            "version": "v1.0.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Behat/Transliterator.git",
16
                "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
21
                "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.3"
26
            },
27
            "type": "library",
28
            "extra": {
29
                "branch-alias": {
30
                    "dev-master": "1.0-dev"
31
                }
32
            },
33
            "autoload": {
34
                "psr-0": {
35
                    "Behat\\Transliterator": "src/"
36
                }
37
            },
38
            "notification-url": "https://packagist.org/downloads/",
39
            "license": [
40
                "Artistic-1.0"
41
            ],
42
            "description": "String transliterator",
43
            "keywords": [
44
                "i18n",
45
                "slug",
46
                "transliterator"
47
            ],
48
            "time": "2014-05-15 22:08:22"
49
        },
50
        {
51
            "name": "cocur/slugify",
52
            "version": "v1.1",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/cocur/slugify.git",
56
                "reference": "2b67d4e2b75dbaed2ebefa9eb5683e8940513847"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/cocur/slugify/zipball/2b67d4e2b75dbaed2ebefa9eb5683e8940513847",
61
                "reference": "2b67d4e2b75dbaed2ebefa9eb5683e8940513847",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "php": ">=5.3.3"
66
            },
67
            "require-dev": {
68
                "codeclimate/php-test-reporter": "dev-master",
69
                "laravel/framework": "~4.1",
70
                "latte/latte": "~2.2",
71
                "mockery/mockery": "~0.9",
72
                "nette/di": "~2.2",
73
                "phpunit/phpunit": "~3.7",
74
                "sami/sami": "~1.3",
75
                "satooshi/php-coveralls": "0.6.*",
76
                "silex/silex": "~1.2",
77
                "symfony/dependency-injection": "~2.4",
78
                "symfony/http-kernel": "~2.4",
79
                "twig/twig": "~1",
80
                "zendframework/zend-modulemanager": "~2.2",
81
                "zendframework/zend-servicemanager": "~2.2",
82
                "zendframework/zend-view": "~2.2"
83
            },
84
            "type": "library",
85
            "autoload": {
86
                "psr-4": {
87
                    "Cocur\\Slugify\\": "src"
88
                }
89
            },
90
            "notification-url": "https://packagist.org/downloads/",
91
            "license": [
92
                "MIT"
93
            ],
94
            "authors": [
95
                {
96
                    "name": "Ivo Bathke",
97
                    "email": "[email protected]"
98
                },
99
                {
100
                    "name": "Florian Eckerstorfer",
101
                    "email": "[email protected]",
102
                    "homepage": "https://florian.ec"
103
                }
104
            ],
105
            "description": "Converts a string into a slug.",
106
            "keywords": [
107
                "slug",
108
                "slugify"
109
            ],
110
            "time": "2015-03-18 08:21:30"
111
        },
112
        {
113
            "name": "doctrine/annotations",
114
            "version": "v1.2.7",
115
            "source": {
116
                "type": "git",
117
                "url": "https://github.com/doctrine/annotations.git",
118
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
119
            },
120
            "dist": {
121
                "type": "zip",
122
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
123
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
124
                "shasum": ""
125
            },
126
            "require": {
127
                "doctrine/lexer": "1.*",
128
                "php": ">=5.3.2"
129
            },
130
            "require-dev": {
131
                "doctrine/cache": "1.*",
132
                "phpunit/phpunit": "4.*"
133
            },
134
            "type": "library",
135
            "extra": {
136
                "branch-alias": {
137
                    "dev-master": "1.3.x-dev"
138
                }
139
            },
140
            "autoload": {
141
                "psr-0": {
142
                    "Doctrine\\Common\\Annotations\\": "lib/"
143
                }
144
            },
145
            "notification-url": "https://packagist.org/downloads/",
146
            "license": [
147
                "MIT"
148
            ],
149
            "authors": [
150
                {
151
                    "name": "Roman Borschel",
152
                    "email": "[email protected]"
153
                },
154
                {
155
                    "name": "Benjamin Eberlei",
156
                    "email": "[email protected]"
157
                },
158
                {
159
                    "name": "Guilherme Blanco",
160
                    "email": "[email protected]"
161
                },
162
                {
163
                    "name": "Jonathan Wage",
164
                    "email": "[email protected]"
165
                },
166
                {
167
                    "name": "Johannes Schmitt",
168
                    "email": "[email protected]"
169
                }
170
            ],
171
            "description": "Docblock Annotations Parser",
172
            "homepage": "http://www.doctrine-project.org",
173
            "keywords": [
174
                "annotations",
175
                "docblock",
176
                "parser"
177
            ],
178
            "time": "2015-08-31 12:32:49"
179
        },
180
        {
181
            "name": "doctrine/cache",
182
            "version": "v1.4.2",
183
            "source": {
184
                "type": "git",
185
                "url": "https://github.com/doctrine/cache.git",
186
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
187
            },
188
            "dist": {
189
                "type": "zip",
190
                "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
191
                "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
192
                "shasum": ""
193
            },
194
            "require": {
195
                "php": ">=5.3.2"
196
            },
197
            "conflict": {
198
                "doctrine/common": ">2.2,<2.4"
199
            },
200
            "require-dev": {
201
                "phpunit/phpunit": ">=3.7",
202
                "predis/predis": "~1.0",
203
                "satooshi/php-coveralls": "~0.6"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "1.5.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-0": {
213
                    "Doctrine\\Common\\Cache\\": "lib/"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Roman Borschel",
223
                    "email": "[email protected]"
224
                },
225
                {
226
                    "name": "Benjamin Eberlei",
227
                    "email": "[email protected]"
228
                },
229
                {
230
                    "name": "Guilherme Blanco",
231
                    "email": "[email protected]"
232
                },
233
                {
234
                    "name": "Jonathan Wage",
235
                    "email": "[email protected]"
236
                },
237
                {
238
                    "name": "Johannes Schmitt",
239
                    "email": "[email protected]"
240
                }
241
            ],
242
            "description": "Caching library offering an object-oriented API for many cache backends",
243
            "homepage": "http://www.doctrine-project.org",
244
            "keywords": [
245
                "cache",
246
                "caching"
247
            ],
248
            "time": "2015-08-31 12:36:41"
249
        },
250
        {
251
            "name": "doctrine/collections",
252
            "version": "v1.2",
253
            "source": {
254
                "type": "git",
255
                "url": "https://github.com/doctrine/collections.git",
256
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
257
            },
258
            "dist": {
259
                "type": "zip",
260
                "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
261
                "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
262
                "shasum": ""
263
            },
264
            "require": {
265
                "php": ">=5.3.2"
266
            },
267
            "type": "library",
268
            "extra": {
269
                "branch-alias": {
270
                    "dev-master": "1.2.x-dev"
271
                }
272
            },
273
            "autoload": {
274
                "psr-0": {
275
                    "Doctrine\\Common\\Collections\\": "lib/"
276
                }
277
            },
278
            "notification-url": "https://packagist.org/downloads/",
279
            "license": [
280
                "MIT"
281
            ],
282
            "authors": [
283
                {
284
                    "name": "Jonathan Wage",
285
                    "email": "[email protected]",
286
                    "homepage": "http://www.jwage.com/",
287
                    "role": "Creator"
288
                },
289
                {
290
                    "name": "Guilherme Blanco",
291
                    "email": "[email protected]",
292
                    "homepage": "http://www.instaclick.com"
293
                },
294
                {
295
                    "name": "Roman Borschel",
296
                    "email": "[email protected]"
297
                },
298
                {
299
                    "name": "Benjamin Eberlei",
300
                    "email": "[email protected]"
301
                },
302
                {
303
                    "name": "Johannes Schmitt",
304
                    "email": "[email protected]",
305
                    "homepage": "https://github.com/schmittjoh",
306
                    "role": "Developer of wrapped JMSSerializerBundle"
307
                }
308
            ],
309
            "description": "Collections Abstraction library",
310
            "homepage": "http://www.doctrine-project.org",
311
            "keywords": [
312
                "array",
313
                "collections",
314
                "iterator"
315
            ],
316
            "time": "2014-02-03 23:07:43"
317
        },
318
        {
319
            "name": "doctrine/common",
320
            "version": "v2.5.1",
321
            "source": {
322
                "type": "git",
323
                "url": "https://github.com/doctrine/common.git",
324
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
325
            },
326
            "dist": {
327
                "type": "zip",
328
                "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
329
                "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
330
                "shasum": ""
331
            },
332
            "require": {
333
                "doctrine/annotations": "1.*",
334
                "doctrine/cache": "1.*",
335
                "doctrine/collections": "1.*",
336
                "doctrine/inflector": "1.*",
337
                "doctrine/lexer": "1.*",
338
                "php": ">=5.3.2"
339
            },
340
            "require-dev": {
341
                "phpunit/phpunit": "~3.7"
342
            },
343
            "type": "library",
344
            "extra": {
345
                "branch-alias": {
346
                    "dev-master": "2.6.x-dev"
347
                }
348
            },
349
            "autoload": {
350
                "psr-0": {
351
                    "Doctrine\\Common\\": "lib/"
352
                }
353
            },
354
            "notification-url": "https://packagist.org/downloads/",
355
            "license": [
356
                "MIT"
357
            ],
358
            "authors": [
359
                {
360
                    "name": "Roman Borschel",
361
                    "email": "[email protected]"
362
                },
363
                {
364
                    "name": "Benjamin Eberlei",
365
                    "email": "[email protected]"
366
                },
367
                {
368
                    "name": "Guilherme Blanco",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Jonathan Wage",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Johannes Schmitt",
377
                    "email": "[email protected]"
378
                }
379
            ],
380
            "description": "Common Library for Doctrine projects",
381
            "homepage": "http://www.doctrine-project.org",
382
            "keywords": [
383
                "annotations",
384
                "collections",
385
                "eventmanager",
386
                "persistence",
387
                "spl"
388
            ],
389
            "time": "2015-08-31 13:00:22"
390
        },
391
        {
392
            "name": "doctrine/dbal",
393
            "version": "v2.5.1",
394
            "source": {
395
                "type": "git",
396
                "url": "https://github.com/doctrine/dbal.git",
397
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
398
            },
399
            "dist": {
400
                "type": "zip",
401
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
402
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
403
                "shasum": ""
404
            },
405
            "require": {
406
                "doctrine/common": ">=2.4,<2.6-dev",
407
                "php": ">=5.3.2"
408
            },
409
            "require-dev": {
410
                "phpunit/phpunit": "4.*",
411
                "symfony/console": "2.*"
412
            },
413
            "suggest": {
414
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
415
            },
416
            "bin": [
417
                "bin/doctrine-dbal"
418
            ],
419
            "type": "library",
420
            "extra": {
421
                "branch-alias": {
422
                    "dev-master": "2.5.x-dev"
423
                }
424
            },
425
            "autoload": {
426
                "psr-0": {
427
                    "Doctrine\\DBAL\\": "lib/"
428
                }
429
            },
430
            "notification-url": "https://packagist.org/downloads/",
431
            "license": [
432
                "MIT"
433
            ],
434
            "authors": [
435
                {
436
                    "name": "Roman Borschel",
437
                    "email": "[email protected]"
438
                },
439
                {
440
                    "name": "Benjamin Eberlei",
441
                    "email": "[email protected]"
442
                },
443
                {
444
                    "name": "Guilherme Blanco",
445
                    "email": "[email protected]"
446
                },
447
                {
448
                    "name": "Jonathan Wage",
449
                    "email": "[email protected]"
450
                }
451
            ],
452
            "description": "Database Abstraction Layer",
453
            "homepage": "http://www.doctrine-project.org",
454
            "keywords": [
455
                "database",
456
                "dbal",
457
                "persistence",
458
                "queryobject"
459
            ],
460
            "time": "2015-01-12 21:52:47"
461
        },
462
        {
463
            "name": "doctrine/doctrine-bundle",
464
            "version": "v1.5.2",
465
            "source": {
466
                "type": "git",
467
                "url": "https://github.com/doctrine/DoctrineBundle.git",
468
                "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3"
469
            },
470
            "dist": {
471
                "type": "zip",
472
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
473
                "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
474
                "shasum": ""
475
            },
476
            "require": {
477
                "doctrine/dbal": "~2.3",
478
                "doctrine/doctrine-cache-bundle": "~1.0",
479
                "jdorn/sql-formatter": "~1.1",
480
                "php": ">=5.3.2",
481
                "symfony/console": "~2.3|~3.0",
482
                "symfony/doctrine-bridge": "~2.2|~3.0",
483
                "symfony/framework-bundle": "~2.3|~3.0"
484
            },
485
            "require-dev": {
486
                "doctrine/orm": "~2.3",
487
                "phpunit/phpunit": "~4",
488
                "satooshi/php-coveralls": "~0.6.1",
489
                "symfony/validator": "~2.2|~3.0",
490
                "symfony/yaml": "~2.2|~3.0",
491
                "twig/twig": "~1.10"
492
            },
493
            "suggest": {
494
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
495
                "symfony/web-profiler-bundle": "to use the data collector"
496
            },
497
            "type": "symfony-bundle",
498
            "extra": {
499
                "branch-alias": {
500
                    "dev-master": "1.6.x-dev"
501
                }
502
            },
503
            "autoload": {
504
                "psr-4": {
505
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
506
                }
507
            },
508
            "notification-url": "https://packagist.org/downloads/",
509
            "license": [
510
                "MIT"
511
            ],
512
            "authors": [
513
                {
514
                    "name": "Symfony Community",
515
                    "homepage": "http://symfony.com/contributors"
516
                },
517
                {
518
                    "name": "Benjamin Eberlei",
519
                    "email": "[email protected]"
520
                },
521
                {
522
                    "name": "Doctrine Project",
523
                    "homepage": "http://www.doctrine-project.org/"
524
                },
525
                {
526
                    "name": "Fabien Potencier",
527
                    "email": "[email protected]"
528
                }
529
            ],
530
            "description": "Symfony DoctrineBundle",
531
            "homepage": "http://www.doctrine-project.org",
532
            "keywords": [
533
                "database",
534
                "dbal",
535
                "orm",
536
                "persistence"
537
            ],
538
            "time": "2015-08-31 14:47:06"
539
        },
540
        {
541
            "name": "doctrine/doctrine-cache-bundle",
542
            "version": "v1.0.1",
543
            "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
544
            "source": {
545
                "type": "git",
546
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
547
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
548
            },
549
            "dist": {
550
                "type": "zip",
551
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
552
                "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
553
                "shasum": ""
554
            },
555
            "require": {
556
                "doctrine/cache": "~1.3",
557
                "doctrine/inflector": "~1.0",
558
                "php": ">=5.3.2",
559
                "symfony/doctrine-bridge": "~2.2",
560
                "symfony/framework-bundle": "~2.2",
561
                "symfony/security": "~2.2"
562
            },
563
            "require-dev": {
564
                "instaclick/coding-standard": "~1.1",
565
                "instaclick/object-calisthenics-sniffs": "dev-master",
566
                "instaclick/symfony2-coding-standard": "dev-remaster",
567
                "phpunit/phpunit": "~3.7",
568
                "satooshi/php-coveralls": "~0.6.1",
569
                "squizlabs/php_codesniffer": "dev-master",
570
                "symfony/console": "~2.2",
571
                "symfony/finder": "~2.2",
572
                "symfony/validator": "~2.2",
573
                "symfony/yaml": "~2.2"
574
            },
575
            "type": "symfony-bundle",
576
            "extra": {
577
                "branch-alias": {
578
                    "dev-master": "1.0.x-dev"
579
                }
580
            },
581
            "autoload": {
582
                "psr-0": {
583
                    "Doctrine\\Bundle\\DoctrineCacheBundle": ""
584
                }
585
            },
586
            "notification-url": "https://packagist.org/downloads/",
587
            "license": [
588
                "MIT"
589
            ],
590
            "authors": [
591
                {
592
                    "name": "Symfony Community",
593
                    "homepage": "http://symfony.com/contributors"
594
                },
595
                {
596
                    "name": "Benjamin Eberlei",
597
                    "email": "[email protected]"
598
                },
599
                {
600
                    "name": "Fabio B. Silva",
601
                    "email": "[email protected]"
602
                },
603
                {
604
                    "name": "Guilherme Blanco",
605
                    "email": "[email protected]"
606
                },
607
                {
608
                    "name": "Doctrine Project",
609
                    "homepage": "http://www.doctrine-project.org/"
610
                },
611
                {
612
                    "name": "Fabien Potencier",
613
                    "email": "[email protected]"
614
                }
615
            ],
616
            "description": "Symfony2 Bundle for Doctrine Cache",
617
            "homepage": "http://www.doctrine-project.org",
618
            "keywords": [
619
                "cache",
620
                "caching"
621
            ],
622
            "time": "2014-11-28 09:43:36"
623
        },
624
        {
625
            "name": "doctrine/doctrine-migrations-bundle",
626
            "version": "dev-master",
627
            "target-dir": "Doctrine/Bundle/MigrationsBundle",
628
            "source": {
629
                "type": "git",
630
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
631
                "reference": "6a1bd731dbdd4ad952a3b246a8f38c9c12f52e62"
632
            },
633
            "dist": {
634
                "type": "zip",
635
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/eaa9eb5ea101dc494d7f57d1a86905e56a211d49",
636
                "reference": "6a1bd731dbdd4ad952a3b246a8f38c9c12f52e62",
637
                "shasum": ""
638
            },
639
            "require": {
640
                "doctrine/doctrine-bundle": "~1.0",
641
                "doctrine/migrations": "~1.0@dev",
642
                "php": ">=5.3.2",
643
                "symfony/framework-bundle": "~2.1"
644
            },
645
            "type": "symfony-bundle",
646
            "extra": {
647
                "branch-alias": {
648
                    "dev-master": "2.1.x-dev"
649
                }
650
            },
651
            "autoload": {
652
                "psr-0": {
653
                    "Doctrine\\Bundle\\MigrationsBundle": ""
654
                }
655
            },
656
            "notification-url": "https://packagist.org/downloads/",
657
            "license": [
658
                "MIT"
659
            ],
660
            "authors": [
661
                {
662
                    "name": "Symfony Community",
663
                    "homepage": "http://symfony.com/contributors"
664
                },
665
                {
666
                    "name": "Doctrine Project",
667
                    "homepage": "http://www.doctrine-project.org"
668
                },
669
                {
670
                    "name": "Fabien Potencier",
671
                    "email": "[email protected]"
672
                }
673
            ],
674
            "description": "Symfony DoctrineMigrationsBundle",
675
            "homepage": "http://www.doctrine-project.org",
676
            "keywords": [
677
                "dbal",
678
                "migrations",
679
                "schema"
680
            ],
681
            "time": "2015-02-16 13:24:46"
682
        },
683
        {
684
            "name": "doctrine/inflector",
685
            "version": "v1.0.1",
686
            "source": {
687
                "type": "git",
688
                "url": "https://github.com/doctrine/inflector.git",
689
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
690
            },
691
            "dist": {
692
                "type": "zip",
693
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
694
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
695
                "shasum": ""
696
            },
697
            "require": {
698
                "php": ">=5.3.2"
699
            },
700
            "require-dev": {
701
                "phpunit/phpunit": "4.*"
702
            },
703
            "type": "library",
704
            "extra": {
705
                "branch-alias": {
706
                    "dev-master": "1.0.x-dev"
707
                }
708
            },
709
            "autoload": {
710
                "psr-0": {
711
                    "Doctrine\\Common\\Inflector\\": "lib/"
712
                }
713
            },
714
            "notification-url": "https://packagist.org/downloads/",
715
            "license": [
716
                "MIT"
717
            ],
718
            "authors": [
719
                {
720
                    "name": "Roman Borschel",
721
                    "email": "[email protected]"
722
                },
723
                {
724
                    "name": "Benjamin Eberlei",
725
                    "email": "[email protected]"
726
                },
727
                {
728
                    "name": "Guilherme Blanco",
729
                    "email": "[email protected]"
730
                },
731
                {
732
                    "name": "Jonathan Wage",
733
                    "email": "[email protected]"
734
                },
735
                {
736
                    "name": "Johannes Schmitt",
737
                    "email": "[email protected]"
738
                }
739
            ],
740
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
741
            "homepage": "http://www.doctrine-project.org",
742
            "keywords": [
743
                "inflection",
744
                "pluralize",
745
                "singularize",
746
                "string"
747
            ],
748
            "time": "2014-12-20 21:24:13"
749
        },
750
        {
751
            "name": "doctrine/instantiator",
752
            "version": "1.0.4",
753
            "source": {
754
                "type": "git",
755
                "url": "https://github.com/doctrine/instantiator.git",
756
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
757
            },
758
            "dist": {
759
                "type": "zip",
760
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
761
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
762
                "shasum": ""
763
            },
764
            "require": {
765
                "php": ">=5.3,<8.0-DEV"
766
            },
767
            "require-dev": {
768
                "athletic/athletic": "~0.1.8",
769
                "ext-pdo": "*",
770
                "ext-phar": "*",
771
                "phpunit/phpunit": "~4.0",
772
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
773
            },
774
            "type": "library",
775
            "extra": {
776
                "branch-alias": {
777
                    "dev-master": "1.0.x-dev"
778
                }
779
            },
780
            "autoload": {
781
                "psr-0": {
782
                    "Doctrine\\Instantiator\\": "src"
783
                }
784
            },
785
            "notification-url": "https://packagist.org/downloads/",
786
            "license": [
787
                "MIT"
788
            ],
789
            "authors": [
790
                {
791
                    "name": "Marco Pivetta",
792
                    "email": "[email protected]",
793
                    "homepage": "http://ocramius.github.com/"
794
                }
795
            ],
796
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
797
            "homepage": "https://github.com/doctrine/instantiator",
798
            "keywords": [
799
                "constructor",
800
                "instantiate"
801
            ],
802
            "time": "2014-10-13 12:58:55"
803
        },
804
        {
805
            "name": "doctrine/lexer",
806
            "version": "v1.0.1",
807
            "source": {
808
                "type": "git",
809
                "url": "https://github.com/doctrine/lexer.git",
810
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
811
            },
812
            "dist": {
813
                "type": "zip",
814
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
815
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
816
                "shasum": ""
817
            },
818
            "require": {
819
                "php": ">=5.3.2"
820
            },
821
            "type": "library",
822
            "extra": {
823
                "branch-alias": {
824
                    "dev-master": "1.0.x-dev"
825
                }
826
            },
827
            "autoload": {
828
                "psr-0": {
829
                    "Doctrine\\Common\\Lexer\\": "lib/"
830
                }
831
            },
832
            "notification-url": "https://packagist.org/downloads/",
833
            "license": [
834
                "MIT"
835
            ],
836
            "authors": [
837
                {
838
                    "name": "Roman Borschel",
839
                    "email": "[email protected]"
840
                },
841
                {
842
                    "name": "Guilherme Blanco",
843
                    "email": "[email protected]"
844
                },
845
                {
846
                    "name": "Johannes Schmitt",
847
                    "email": "[email protected]"
848
                }
849
            ],
850
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
851
            "homepage": "http://www.doctrine-project.org",
852
            "keywords": [
853
                "lexer",
854
                "parser"
855
            ],
856
            "time": "2014-09-09 13:34:57"
857
        },
858
        {
859
            "name": "doctrine/migrations",
860
            "version": "dev-master",
861
            "source": {
862
                "type": "git",
863
                "url": "https://github.com/doctrine/migrations.git",
864
                "reference": "efb77c10dfb75485998a843154bbc44d8124c4d1"
865
            },
866
            "dist": {
867
                "type": "zip",
868
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351",
869
                "reference": "efb77c10dfb75485998a843154bbc44d8124c4d1",
870
                "shasum": ""
871
            },
872
            "require": {
873
                "doctrine/dbal": "~2.0",
874
                "php": ">=5.3.2"
875
            },
876
            "require-dev": {
877
                "symfony/console": "2.*",
878
                "symfony/yaml": "2.*"
879
            },
880
            "suggest": {
881
                "symfony/console": "to run the migration from the console"
882
            },
883
            "type": "library",
884
            "extra": {
885
                "branch-alias": {
886
                    "dev-master": "1.0.x-dev"
887
                }
888
            },
889
            "autoload": {
890
                "psr-0": {
891
                    "Doctrine\\DBAL\\Migrations": "lib"
892
                }
893
            },
894
            "notification-url": "https://packagist.org/downloads/",
895
            "license": [
896
                "LGPL-2.1"
897
            ],
898
            "authors": [
899
                {
900
                    "name": "Benjamin Eberlei",
901
                    "email": "[email protected]"
902
                },
903
                {
904
                    "name": "Jonathan Wage",
905
                    "email": "[email protected]"
906
                }
907
            ],
908
            "description": "Database Schema migrations using Doctrine DBAL",
909
            "homepage": "http://www.doctrine-project.org",
910
            "keywords": [
911
                "database",
912
                "migrations"
913
            ],
914
            "time": "2015-04-07 10:34:31"
915
        },
916
        {
917
            "name": "doctrine/orm",
918
            "version": "v2.5.1",
919
            "source": {
920
                "type": "git",
921
                "url": "https://github.com/doctrine/doctrine2.git",
922
                "reference": "e6a83bedbe67579cb0bfb688e982e617943a2945"
923
            },
924
            "dist": {
925
                "type": "zip",
926
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6a83bedbe67579cb0bfb688e982e617943a2945",
927
                "reference": "e6a83bedbe67579cb0bfb688e982e617943a2945",
928
                "shasum": ""
929
            },
930
            "require": {
931
                "doctrine/cache": "~1.4",
932
                "doctrine/collections": "~1.2",
933
                "doctrine/common": ">=2.5-dev,<2.6-dev",
934
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
935
                "doctrine/instantiator": "~1.0.1",
936
                "ext-pdo": "*",
937
                "php": ">=5.4",
938
                "symfony/console": "~2.5"
939
            },
940
            "require-dev": {
941
                "phpunit/phpunit": "~4.0",
942
                "satooshi/php-coveralls": "dev-master",
943
                "symfony/yaml": "~2.1"
944
            },
945
            "suggest": {
946
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
947
            },
948
            "bin": [
949
                "bin/doctrine",
950
                "bin/doctrine.php"
951
            ],
952
            "type": "library",
953
            "extra": {
954
                "branch-alias": {
955
                    "dev-master": "2.6.x-dev"
956
                }
957
            },
958
            "autoload": {
959
                "psr-0": {
960
                    "Doctrine\\ORM\\": "lib/"
961
                }
962
            },
963
            "notification-url": "https://packagist.org/downloads/",
964
            "license": [
965
                "MIT"
966
            ],
967
            "authors": [
968
                {
969
                    "name": "Roman Borschel",
970
                    "email": "[email protected]"
971
                },
972
                {
973
                    "name": "Benjamin Eberlei",
974
                    "email": "[email protected]"
975
                },
976
                {
977
                    "name": "Guilherme Blanco",
978
                    "email": "[email protected]"
979
                },
980
                {
981
                    "name": "Jonathan Wage",
982
                    "email": "[email protected]"
983
                }
984
            ],
985
            "description": "Object-Relational-Mapper for PHP",
986
            "homepage": "http://www.doctrine-project.org",
987
            "keywords": [
988
                "database",
989
                "orm"
990
            ],
991
            "time": "2015-08-31 12:59:39"
992
        },
993
        {
994
            "name": "friendsofsymfony/http-cache",
995
            "version": "1.3.1",
996
            "source": {
997
                "type": "git",
998
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
999
                "reference": "fa6cd4a87715d15eb283f02fdea6ed6b2dda6276"
1000
            },
1001
            "dist": {
1002
                "type": "zip",
1003
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/fa6cd4a87715d15eb283f02fdea6ed6b2dda6276",
1004
                "reference": "fa6cd4a87715d15eb283f02fdea6ed6b2dda6276",
1005
                "shasum": ""
1006
            },
1007
            "require": {
1008
                "guzzle/guzzle": "~3.0",
1009
                "php": ">=5.3.3",
1010
                "symfony/event-dispatcher": "~2.3",
1011
                "symfony/options-resolver": "~2.3"
1012
            },
1013
            "require-dev": {
1014
                "guzzle/plugin-mock": "*",
1015
                "mockery/mockery": "*",
1016
                "monolog/monolog": "*",
1017
                "symfony/http-kernel": "~2.3",
1018
                "symfony/process": "~2.3"
1019
            },
1020
            "suggest": {
1021
                "monolog/monolog": "For logging issues while invalidating"
1022
            },
1023
            "type": "library",
1024
            "extra": {
1025
                "branch-alias": {
1026
                    "dev-master": "1.3.x-dev"
1027
                }
1028
            },
1029
            "autoload": {
1030
                "psr-4": {
1031
                    "FOS\\HttpCache\\": "src/",
1032
                    "FOS\\HttpCache\\Tests\\": "tests/"
1033
                }
1034
            },
1035
            "notification-url": "https://packagist.org/downloads/",
1036
            "license": [
1037
                "MIT"
1038
            ],
1039
            "authors": [
1040
                {
1041
                    "name": "Liip AG",
1042
                    "homepage": "http://www.liip.ch/"
1043
                },
1044
                {
1045
                    "name": "Driebit",
1046
                    "email": "[email protected]",
1047
                    "homepage": "http://www.driebit.nl"
1048
                },
1049
                {
1050
                    "name": "Community contributions",
1051
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
1052
                }
1053
            ],
1054
            "description": "Tools to manage cache invalidation",
1055
            "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
1056
            "keywords": [
1057
                "caching",
1058
                "http",
1059
                "invalidation",
1060
                "nginx",
1061
                "purge",
1062
                "varnish"
1063
            ],
1064
            "time": "2015-04-01 08:01:55"
1065
        },
1066
        {
1067
            "name": "friendsofsymfony/http-cache-bundle",
1068
            "version": "1.2.1",
1069
            "source": {
1070
                "type": "git",
1071
                "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
1072
                "reference": "89c09ec37eab20dd784423b5ede10a3b3e3dbdc2"
1073
            },
1074
            "dist": {
1075
                "type": "zip",
1076
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/89c09ec37eab20dd784423b5ede10a3b3e3dbdc2",
1077
                "reference": "89c09ec37eab20dd784423b5ede10a3b3e3dbdc2",
1078
                "shasum": ""
1079
            },
1080
            "require": {
1081
                "friendsofsymfony/http-cache": "~1.2",
1082
                "php": ">=5.3.3",
1083
                "symfony/framework-bundle": "~2.3"
1084
            },
1085
            "require-dev": {
1086
                "friendsofsymfony/http-cache": "~1.2@dev",
1087
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
1088
                "mockery/mockery": "0.9.*",
1089
                "monolog/monolog": "*",
1090
                "polishsymfonycommunity/symfony-mocker-container": "~1.0",
1091
                "sensio/framework-extra-bundle": "~2.3",
1092
                "symfony/expression-language": "~2.4",
1093
                "symfony/monolog-bundle": "~2.3",
1094
                "symfony/symfony": "~2.3"
1095
            },
1096
            "suggest": {
1097
                "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
1098
                "symfony/console": "To send invalidation requests from the command line",
1099
                "symfony/expression-language": "For Tagged Cache Invalidation"
1100
            },
1101
            "type": "symfony-bundle",
1102
            "extra": {
1103
                "branch-alias": {
1104
                    "dev-master": "1.2.x-dev"
1105
                }
1106
            },
1107
            "autoload": {
1108
                "psr-4": {
1109
                    "FOS\\HttpCacheBundle\\": ""
1110
                }
1111
            },
1112
            "notification-url": "https://packagist.org/downloads/",
1113
            "license": [
1114
                "MIT"
1115
            ],
1116
            "authors": [
1117
                {
1118
                    "name": "Liip AG",
1119
                    "homepage": "http://www.liip.ch/"
1120
                },
1121
                {
1122
                    "name": "Driebit",
1123
                    "email": "[email protected]",
1124
                    "homepage": "http://www.driebit.nl"
1125
                },
1126
                {
1127
                    "name": "Community contributions",
1128
                    "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
1129
                }
1130
            ],
1131
            "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
1132
            "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
1133
            "keywords": [
1134
                "caching",
1135
                "esi",
1136
                "http",
1137
                "invalidation",
1138
                "purge",
1139
                "varnish"
1140
            ],
1141
            "time": "2015-02-20 15:34:57"
1142
        },
1143
        {
1144
            "name": "friendsofsymfony/rest-bundle",
1145
            "version": "1.5.3",
1146
            "target-dir": "FOS/RestBundle",
1147
            "source": {
1148
                "type": "git",
1149
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1150
                "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412"
1151
            },
1152
            "dist": {
1153
                "type": "zip",
1154
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
1155
                "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
1156
                "shasum": ""
1157
            },
1158
            "require": {
1159
                "doctrine/inflector": "~1.0",
1160
                "php": ">=5.3.9",
1161
                "psr/log": "~1.0",
1162
                "symfony/framework-bundle": "~2.2",
1163
                "willdurand/jsonp-callback-validator": "~1.0",
1164
                "willdurand/negotiation": "~1.2"
1165
            },
1166
            "conflict": {
1167
                "jms/serializer": "<0.12",
1168
                "jms/serializer-bundle": "<0.11"
1169
            },
1170
            "require-dev": {
1171
                "jms/serializer-bundle": "~0.12",
1172
                "sensio/framework-extra-bundle": "~2.2",
1173
                "symfony/form": "~2.2",
1174
                "symfony/security": "~2.2",
1175
                "symfony/serializer": "~2.2",
1176
                "symfony/validator": "~2.2",
1177
                "symfony/yaml": "~2.2"
1178
            },
1179
            "suggest": {
1180
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
1181
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
1182
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2",
1183
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2"
1184
            },
1185
            "type": "symfony-bundle",
1186
            "extra": {
1187
                "branch-alias": {
1188
                    "dev-master": "1.5-dev"
1189
                }
1190
            },
1191
            "autoload": {
1192
                "psr-0": {
1193
                    "FOS\\RestBundle": ""
1194
                }
1195
            },
1196
            "notification-url": "https://packagist.org/downloads/",
1197
            "license": [
1198
                "MIT"
1199
            ],
1200
            "authors": [
1201
                {
1202
                    "name": "Lukas Kahwe Smith",
1203
                    "email": "[email protected]"
1204
                },
1205
                {
1206
                    "name": "FriendsOfSymfony Community",
1207
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1208
                },
1209
                {
1210
                    "name": "Konstantin Kudryashov",
1211
                    "email": "[email protected]"
1212
                }
1213
            ],
1214
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
1215
            "homepage": "http://friendsofsymfony.github.com",
1216
            "keywords": [
1217
                "rest"
1218
            ],
1219
            "time": "2015-02-16 15:26:12"
1220
        },
1221
        {
1222
            "name": "gedmo/doctrine-extensions",
1223
            "version": "v2.3.12",
1224
            "source": {
1225
                "type": "git",
1226
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1227
                "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9"
1228
            },
1229
            "dist": {
1230
                "type": "zip",
1231
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
1232
                "reference": "c3ff3c73c95b01e107af33d4fe3abf80794e2df9",
1233
                "shasum": ""
1234
            },
1235
            "require": {
1236
                "behat/transliterator": "~1.0",
1237
                "doctrine/common": "~2.4",
1238
                "php": ">=5.3.2"
1239
            },
1240
            "require-dev": {
1241
                "doctrine/mongodb-odm": ">=1.0.0-BETA11",
1242
                "doctrine/orm": "~2.4",
1243
                "phpunit/phpunit": "~4.4",
1244
                "phpunit/phpunit-mock-objects": "~2.3",
1245
                "symfony/yaml": "~2.3"
1246
            },
1247
            "suggest": {
1248
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1249
                "doctrine/orm": "to use the extensions with the ORM"
1250
            },
1251
            "type": "library",
1252
            "extra": {
1253
                "branch-alias": {
1254
                    "dev-master": "2.3.x-dev"
1255
                }
1256
            },
1257
            "autoload": {
1258
                "psr-0": {
1259
                    "Gedmo\\": "lib/"
1260
                }
1261
            },
1262
            "notification-url": "https://packagist.org/downloads/",
1263
            "license": [
1264
                "MIT"
1265
            ],
1266
            "authors": [
1267
                {
1268
                    "name": "David Buchmann",
1269
                    "email": "[email protected]"
1270
                },
1271
                {
1272
                    "name": "Gediminas Morkevicius",
1273
                    "email": "[email protected]"
1274
                },
1275
                {
1276
                    "name": "Gustavo Falco",
1277
                    "email": "[email protected]"
1278
                }
1279
            ],
1280
            "description": "Doctrine2 behavioral extensions",
1281
            "homepage": "http://gediminasm.org/",
1282
            "keywords": [
1283
                "Blameable",
1284
                "behaviors",
1285
                "doctrine2",
1286
                "extensions",
1287
                "gedmo",
1288
                "loggable",
1289
                "nestedset",
1290
                "sluggable",
1291
                "sortable",
1292
                "timestampable",
1293
                "translatable",
1294
                "tree",
1295
                "uploadable"
1296
            ],
1297
            "time": "2015-02-24 21:41:37"
1298
        },
1299
        {
1300
            "name": "geek-hub/domain-routing-bundle",
1301
            "version": "dev-master",
1302
            "target-dir": "GeekHub/DomainRoutingBundle",
1303
            "source": {
1304
                "type": "git",
1305
                "url": "https://github.com/geekhub-php/DomainRoutingBundle.git",
1306
                "reference": "b7387900b2d49c6fca88afe19654e84a104e9b33"
1307
            },
1308
            "dist": {
1309
                "type": "zip",
1310
                "url": "https://api.github.com/repos/geekhub-php/DomainRoutingBundle/zipball/b7387900b2d49c6fca88afe19654e84a104e9b33",
1311
                "reference": "b7387900b2d49c6fca88afe19654e84a104e9b33",
1312
                "shasum": ""
1313
            },
1314
            "require": {
1315
                "php": ">=5.4",
1316
                "symfony/framework-bundle": "~2.3"
1317
            },
1318
            "type": "symfony-bundle",
1319
            "autoload": {
1320
                "psr-0": {
1321
                    "GeekHub\\DomainRoutingBundle": ""
1322
                }
1323
            },
1324
            "notification-url": "https://packagist.org/downloads/",
1325
            "license": [
1326
                "MIT"
1327
            ],
1328
            "description": "This bundle include routing appropriately to domain specified in configuration",
1329
            "homepage": "https://github.com/geekhub-php/DomainRoutingBundle",
1330
            "keywords": [
1331
                "domain",
1332
                "routing"
1333
            ],
1334
            "time": "2015-05-11 17:55:11"
1335
        },
1336
        {
1337
            "name": "guzzle/guzzle",
1338
            "version": "v3.9.3",
1339
            "source": {
1340
                "type": "git",
1341
                "url": "https://github.com/guzzle/guzzle3.git",
1342
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
1343
            },
1344
            "dist": {
1345
                "type": "zip",
1346
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
1347
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
1348
                "shasum": ""
1349
            },
1350
            "require": {
1351
                "ext-curl": "*",
1352
                "php": ">=5.3.3",
1353
                "symfony/event-dispatcher": "~2.1"
1354
            },
1355
            "replace": {
1356
                "guzzle/batch": "self.version",
1357
                "guzzle/cache": "self.version",
1358
                "guzzle/common": "self.version",
1359
                "guzzle/http": "self.version",
1360
                "guzzle/inflection": "self.version",
1361
                "guzzle/iterator": "self.version",
1362
                "guzzle/log": "self.version",
1363
                "guzzle/parser": "self.version",
1364
                "guzzle/plugin": "self.version",
1365
                "guzzle/plugin-async": "self.version",
1366
                "guzzle/plugin-backoff": "self.version",
1367
                "guzzle/plugin-cache": "self.version",
1368
                "guzzle/plugin-cookie": "self.version",
1369
                "guzzle/plugin-curlauth": "self.version",
1370
                "guzzle/plugin-error-response": "self.version",
1371
                "guzzle/plugin-history": "self.version",
1372
                "guzzle/plugin-log": "self.version",
1373
                "guzzle/plugin-md5": "self.version",
1374
                "guzzle/plugin-mock": "self.version",
1375
                "guzzle/plugin-oauth": "self.version",
1376
                "guzzle/service": "self.version",
1377
                "guzzle/stream": "self.version"
1378
            },
1379
            "require-dev": {
1380
                "doctrine/cache": "~1.3",
1381
                "monolog/monolog": "~1.0",
1382
                "phpunit/phpunit": "3.7.*",
1383
                "psr/log": "~1.0",
1384
                "symfony/class-loader": "~2.1",
1385
                "zendframework/zend-cache": "2.*,<2.3",
1386
                "zendframework/zend-log": "2.*,<2.3"
1387
            },
1388
            "suggest": {
1389
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
1390
            },
1391
            "type": "library",
1392
            "extra": {
1393
                "branch-alias": {
1394
                    "dev-master": "3.9-dev"
1395
                }
1396
            },
1397
            "autoload": {
1398
                "psr-0": {
1399
                    "Guzzle": "src/",
1400
                    "Guzzle\\Tests": "tests/"
1401
                }
1402
            },
1403
            "notification-url": "https://packagist.org/downloads/",
1404
            "license": [
1405
                "MIT"
1406
            ],
1407
            "authors": [
1408
                {
1409
                    "name": "Michael Dowling",
1410
                    "email": "[email protected]",
1411
                    "homepage": "https://github.com/mtdowling"
1412
                },
1413
                {
1414
                    "name": "Guzzle Community",
1415
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1416
                }
1417
            ],
1418
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
1419
            "homepage": "http://guzzlephp.org/",
1420
            "keywords": [
1421
                "client",
1422
                "curl",
1423
                "framework",
1424
                "http",
1425
                "http client",
1426
                "rest",
1427
                "web service"
1428
            ],
1429
            "time": "2015-03-18 18:23:50"
1430
        },
1431
        {
1432
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
1433
            "version": "5.2.0",
1434
            "source": {
1435
                "type": "git",
1436
                "url": "https://github.com/guzzle/guzzle.git",
1437
                "reference": "475b29ccd411f2fa8a408e64576418728c032cfa"
1438
            },
1439
            "dist": {
1440
                "type": "zip",
1441
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/475b29ccd411f2fa8a408e64576418728c032cfa",
1442
                "reference": "475b29ccd411f2fa8a408e64576418728c032cfa",
1443
                "shasum": ""
1444
            },
1445
            "require": {
1446
                "guzzlehttp/ringphp": "~1.0",
1447
                "php": ">=5.4.0"
1448
            },
1449
            "require-dev": {
1450
                "ext-curl": "*",
1451
                "phpunit/phpunit": "~4.0",
1452
                "psr/log": "~1.0"
1453
            },
1454
            "type": "library",
1455
            "extra": {
1456
                "branch-alias": {
1457
                    "dev-master": "5.0-dev"
1458
                }
1459
            },
1460
            "autoload": {
1461
                "psr-4": {
1462
                    "GuzzleHttp\\": "src/"
1463
                }
1464
            },
1465
            "notification-url": "https://packagist.org/downloads/",
1466
            "license": [
1467
                "MIT"
1468
            ],
1469
            "authors": [
1470
                {
1471
                    "name": "Michael Dowling",
1472
                    "email": "[email protected]",
1473
                    "homepage": "https://github.com/mtdowling"
1474
                }
1475
            ],
1476
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1477
            "homepage": "http://guzzlephp.org/",
1478
            "keywords": [
1479
                "client",
1480
                "curl",
1481
                "framework",
1482
                "http",
1483
                "http client",
1484
                "rest",
1485
                "web service"
1486
            ],
1487
            "time": "2015-01-28 01:03:29"
1488
        },
1489
        {
1490
            "name": "guzzlehttp/ringphp",
1491
            "version": "1.0.6",
1492
            "source": {
1493
                "type": "git",
1494
                "url": "https://github.com/guzzle/RingPHP.git",
1495
                "reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4"
1496
            },
1497
            "dist": {
1498
                "type": "zip",
1499
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4",
1500
                "reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4",
1501
                "shasum": ""
1502
            },
1503
            "require": {
1504
                "guzzlehttp/streams": "~3.0",
1505
                "php": ">=5.4.0",
1506
                "react/promise": "~2.0"
1507
            },
1508
            "require-dev": {
1509
                "ext-curl": "*",
1510
                "phpunit/phpunit": "~4.0"
1511
            },
1512
            "suggest": {
1513
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1514
            },
1515
            "type": "library",
1516
            "extra": {
1517
                "branch-alias": {
1518
                    "dev-master": "1.0-dev"
1519
                }
1520
            },
1521
            "autoload": {
1522
                "psr-4": {
1523
                    "GuzzleHttp\\Ring\\": "src/"
1524
                }
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "MIT"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Michael Dowling",
1533
                    "email": "[email protected]",
1534
                    "homepage": "https://github.com/mtdowling"
1535
                }
1536
            ],
1537
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1538
            "time": "2015-02-26 20:43:09"
1539
        },
1540
        {
1541
            "name": "guzzlehttp/streams",
1542
            "version": "3.0.0",
1543
            "source": {
1544
                "type": "git",
1545
                "url": "https://github.com/guzzle/streams.git",
1546
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1547
            },
1548
            "dist": {
1549
                "type": "zip",
1550
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1551
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1552
                "shasum": ""
1553
            },
1554
            "require": {
1555
                "php": ">=5.4.0"
1556
            },
1557
            "require-dev": {
1558
                "phpunit/phpunit": "~4.0"
1559
            },
1560
            "type": "library",
1561
            "extra": {
1562
                "branch-alias": {
1563
                    "dev-master": "3.0-dev"
1564
                }
1565
            },
1566
            "autoload": {
1567
                "psr-4": {
1568
                    "GuzzleHttp\\Stream\\": "src/"
1569
                }
1570
            },
1571
            "notification-url": "https://packagist.org/downloads/",
1572
            "license": [
1573
                "MIT"
1574
            ],
1575
            "authors": [
1576
                {
1577
                    "name": "Michael Dowling",
1578
                    "email": "[email protected]",
1579
                    "homepage": "https://github.com/mtdowling"
1580
                }
1581
            ],
1582
            "description": "Provides a simple abstraction over streams of data",
1583
            "homepage": "http://guzzlephp.org/",
1584
            "keywords": [
1585
                "Guzzle",
1586
                "stream"
1587
            ],
1588
            "time": "2014-10-12 19:18:40"
1589
        },
1590
        {
1591
            "name": "imagine/imagine",
1592
            "version": "0.6.2",
1593
            "source": {
1594
                "type": "git",
1595
                "url": "https://github.com/avalanche123/Imagine.git",
1596
                "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c"
1597
            },
1598
            "dist": {
1599
                "type": "zip",
1600
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
1601
                "reference": "83ca8babede0e54f935ec09d55a726bf4b0a3f7c",
1602
                "shasum": ""
1603
            },
1604
            "require": {
1605
                "php": ">=5.3.2"
1606
            },
1607
            "require-dev": {
1608
                "sami/sami": "dev-master"
1609
            },
1610
            "suggest": {
1611
                "ext-gd": "to use the GD implementation",
1612
                "ext-gmagick": "to use the Gmagick implementation",
1613
                "ext-imagick": "to use the Imagick implementation"
1614
            },
1615
            "type": "library",
1616
            "extra": {
1617
                "branch-alias": {
1618
                    "dev-develop": "0.7-dev"
1619
                }
1620
            },
1621
            "autoload": {
1622
                "psr-0": {
1623
                    "Imagine": "lib/"
1624
                }
1625
            },
1626
            "notification-url": "https://packagist.org/downloads/",
1627
            "license": [
1628
                "MIT"
1629
            ],
1630
            "authors": [
1631
                {
1632
                    "name": "Bulat Shakirzyanov",
1633
                    "email": "[email protected]",
1634
                    "homepage": "http://avalanche123.com"
1635
                }
1636
            ],
1637
            "description": "Image processing for PHP 5.3",
1638
            "homepage": "http://imagine.readthedocs.org/",
1639
            "keywords": [
1640
                "drawing",
1641
                "graphics",
1642
                "image manipulation",
1643
                "image processing"
1644
            ],
1645
            "time": "2014-11-11 11:36:02"
1646
        },
1647
        {
1648
            "name": "incenteev/composer-parameter-handler",
1649
            "version": "v2.1.0",
1650
            "target-dir": "Incenteev/ParameterHandler",
1651
            "source": {
1652
                "type": "git",
1653
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1654
                "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
1655
            },
1656
            "dist": {
1657
                "type": "zip",
1658
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
1659
                "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
1660
                "shasum": ""
1661
            },
1662
            "require": {
1663
                "php": ">=5.3.3",
1664
                "symfony/yaml": "~2.0"
1665
            },
1666
            "require-dev": {
1667
                "composer/composer": "1.0.*@dev",
1668
                "phpspec/prophecy-phpunit": "~1.0",
1669
                "symfony/filesystem": "~2.2"
1670
            },
1671
            "type": "library",
1672
            "extra": {
1673
                "branch-alias": {
1674
                    "dev-master": "2.1.x-dev"
1675
                }
1676
            },
1677
            "autoload": {
1678
                "psr-0": {
1679
                    "Incenteev\\ParameterHandler": ""
1680
                }
1681
            },
1682
            "notification-url": "https://packagist.org/downloads/",
1683
            "license": [
1684
                "MIT"
1685
            ],
1686
            "authors": [
1687
                {
1688
                    "name": "Christophe Coevoet",
1689
                    "email": "[email protected]"
1690
                }
1691
            ],
1692
            "description": "Composer script handling your ignored parameter file",
1693
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1694
            "keywords": [
1695
                "parameters management"
1696
            ],
1697
            "time": "2013-12-07 10:10:39"
1698
        },
1699
        {
1700
            "name": "jdorn/sql-formatter",
1701
            "version": "v1.2.17",
1702
            "source": {
1703
                "type": "git",
1704
                "url": "https://github.com/jdorn/sql-formatter.git",
1705
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1706
            },
1707
            "dist": {
1708
                "type": "zip",
1709
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1710
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1711
                "shasum": ""
1712
            },
1713
            "require": {
1714
                "php": ">=5.2.4"
1715
            },
1716
            "require-dev": {
1717
                "phpunit/phpunit": "3.7.*"
1718
            },
1719
            "type": "library",
1720
            "extra": {
1721
                "branch-alias": {
1722
                    "dev-master": "1.3.x-dev"
1723
                }
1724
            },
1725
            "autoload": {
1726
                "classmap": [
1727
                    "lib"
1728
                ]
1729
            },
1730
            "notification-url": "https://packagist.org/downloads/",
1731
            "license": [
1732
                "MIT"
1733
            ],
1734
            "authors": [
1735
                {
1736
                    "name": "Jeremy Dorn",
1737
                    "email": "[email protected]",
1738
                    "homepage": "http://jeremydorn.com/"
1739
                }
1740
            ],
1741
            "description": "a PHP SQL highlighting library",
1742
            "homepage": "https://github.com/jdorn/sql-formatter/",
1743
            "keywords": [
1744
                "highlight",
1745
                "sql"
1746
            ],
1747
            "time": "2014-01-12 16:20:24"
1748
        },
1749
        {
1750
            "name": "jms/metadata",
1751
            "version": "1.5.1",
1752
            "source": {
1753
                "type": "git",
1754
                "url": "https://github.com/schmittjoh/metadata.git",
1755
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1756
            },
1757
            "dist": {
1758
                "type": "zip",
1759
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1760
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1761
                "shasum": ""
1762
            },
1763
            "require": {
1764
                "php": ">=5.3.0"
1765
            },
1766
            "require-dev": {
1767
                "doctrine/cache": "~1.0"
1768
            },
1769
            "type": "library",
1770
            "extra": {
1771
                "branch-alias": {
1772
                    "dev-master": "1.5.x-dev"
1773
                }
1774
            },
1775
            "autoload": {
1776
                "psr-0": {
1777
                    "Metadata\\": "src/"
1778
                }
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "Apache"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "Johannes Schmitt",
1787
                    "email": "[email protected]",
1788
                    "homepage": "https://github.com/schmittjoh",
1789
                    "role": "Developer of wrapped JMSSerializerBundle"
1790
                }
1791
            ],
1792
            "description": "Class/method/property metadata management in PHP",
1793
            "keywords": [
1794
                "annotations",
1795
                "metadata",
1796
                "xml",
1797
                "yaml"
1798
            ],
1799
            "time": "2014-07-12 07:13:19"
1800
        },
1801
        {
1802
            "name": "jms/parser-lib",
1803
            "version": "1.0.0",
1804
            "source": {
1805
                "type": "git",
1806
                "url": "https://github.com/schmittjoh/parser-lib.git",
1807
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1808
            },
1809
            "dist": {
1810
                "type": "zip",
1811
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1812
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1813
                "shasum": ""
1814
            },
1815
            "require": {
1816
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1817
            },
1818
            "type": "library",
1819
            "extra": {
1820
                "branch-alias": {
1821
                    "dev-master": "1.0-dev"
1822
                }
1823
            },
1824
            "autoload": {
1825
                "psr-0": {
1826
                    "JMS\\": "src/"
1827
                }
1828
            },
1829
            "notification-url": "https://packagist.org/downloads/",
1830
            "license": [
1831
                "Apache2"
1832
            ],
1833
            "description": "A library for easily creating recursive-descent parsers.",
1834
            "time": "2012-11-18 18:08:43"
1835
        },
1836
        {
1837
            "name": "jms/serializer",
1838
            "version": "0.16.0",
1839
            "source": {
1840
                "type": "git",
1841
                "url": "https://github.com/schmittjoh/serializer.git",
1842
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1843
            },
1844
            "dist": {
1845
                "type": "zip",
1846
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1847
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1848
                "shasum": ""
1849
            },
1850
            "require": {
1851
                "doctrine/annotations": "1.*",
1852
                "jms/metadata": "~1.1",
1853
                "jms/parser-lib": "1.*",
1854
                "php": ">=5.3.2",
1855
                "phpcollection/phpcollection": "~0.1"
1856
            },
1857
            "require-dev": {
1858
                "doctrine/orm": "~2.1",
1859
                "doctrine/phpcr-odm": "~1.0.1",
1860
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
1861
                "propel/propel1": "~1.7",
1862
                "symfony/filesystem": "2.*",
1863
                "symfony/form": "~2.1",
1864
                "symfony/translation": "~2.0",
1865
                "symfony/validator": "~2.0",
1866
                "symfony/yaml": "2.*",
1867
                "twig/twig": ">=1.8,<2.0-dev"
1868
            },
1869
            "suggest": {
1870
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1871
            },
1872
            "type": "library",
1873
            "extra": {
1874
                "branch-alias": {
1875
                    "dev-master": "0.15-dev"
1876
                }
1877
            },
1878
            "autoload": {
1879
                "psr-0": {
1880
                    "JMS\\Serializer": "src/"
1881
                }
1882
            },
1883
            "notification-url": "https://packagist.org/downloads/",
1884
            "license": [
1885
                "Apache2"
1886
            ],
1887
            "authors": [
1888
                {
1889
                    "name": "Johannes Schmitt",
1890
                    "email": "[email protected]",
1891
                    "homepage": "https://github.com/schmittjoh",
1892
                    "role": "Developer of wrapped JMSSerializerBundle"
1893
                }
1894
            ],
1895
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1896
            "homepage": "http://jmsyst.com/libs/serializer",
1897
            "keywords": [
1898
                "deserialization",
1899
                "jaxb",
1900
                "json",
1901
                "serialization",
1902
                "xml"
1903
            ],
1904
            "time": "2014-03-18 08:39:00"
1905
        },
1906
        {
1907
            "name": "jms/serializer-bundle",
1908
            "version": "0.13.0",
1909
            "target-dir": "JMS/SerializerBundle",
1910
            "source": {
1911
                "type": "git",
1912
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1913
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1914
            },
1915
            "dist": {
1916
                "type": "zip",
1917
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1918
                "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1919
                "shasum": ""
1920
            },
1921
            "require": {
1922
                "jms/serializer": "~0.11",
1923
                "php": ">=5.3.2",
1924
                "symfony/framework-bundle": "~2.1"
1925
            },
1926
            "require-dev": {
1927
                "doctrine/doctrine-bundle": "*",
1928
                "doctrine/orm": "*",
1929
                "symfony/browser-kit": "*",
1930
                "symfony/class-loader": "*",
1931
                "symfony/css-selector": "*",
1932
                "symfony/finder": "*",
1933
                "symfony/form": "*",
1934
                "symfony/process": "*",
1935
                "symfony/twig-bundle": "*",
1936
                "symfony/validator": "*",
1937
                "symfony/yaml": "*"
1938
            },
1939
            "suggest": {
1940
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1941
            },
1942
            "type": "symfony-bundle",
1943
            "extra": {
1944
                "branch-alias": {
1945
                    "dev-master": "0.13-dev"
1946
                }
1947
            },
1948
            "autoload": {
1949
                "psr-0": {
1950
                    "JMS\\SerializerBundle": ""
1951
                }
1952
            },
1953
            "notification-url": "https://packagist.org/downloads/",
1954
            "license": [
1955
                "Apache2"
1956
            ],
1957
            "authors": [
1958
                {
1959
                    "name": "Johannes Schmitt",
1960
                    "email": "[email protected]",
1961
                    "homepage": "https://github.com/schmittjoh",
1962
                    "role": "Developer of wrapped JMSSerializerBundle"
1963
                }
1964
            ],
1965
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
1966
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1967
            "keywords": [
1968
                "deserialization",
1969
                "jaxb",
1970
                "json",
1971
                "serialization",
1972
                "xml"
1973
            ],
1974
            "time": "2013-12-05 14:36:11"
1975
        },
1976
        {
1977
            "name": "knplabs/gaufrette",
1978
            "version": "v0.1.9",
1979
            "source": {
1980
                "type": "git",
1981
                "url": "https://github.com/KnpLabs/Gaufrette.git",
1982
                "reference": "4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c"
1983
            },
1984
            "dist": {
1985
                "type": "zip",
1986
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c",
1987
                "reference": "4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c",
1988
                "shasum": ""
1989
            },
1990
            "require": {
1991
                "php": ">=5.3.2"
1992
            },
1993
            "require-dev": {
1994
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
1995
                "aws/aws-sdk-php": "~2",
1996
                "doctrine/dbal": ">=2.3",
1997
                "dropbox-php/dropbox-php": "*",
1998
                "google/apiclient": "~1.1",
1999
                "herzult/php-ssh": "*",
2000
                "microsoft/windowsazure": "dev-master",
2001
                "mikey179/vfsstream": "~1.2.0",
2002
                "phpseclib/phpseclib": "dev-master",
2003
                "phpspec/phpspec": "2.0.*",
2004
                "phpunit/phpunit": "3.7.*",
2005
                "rackspace/php-opencloud": "1.9.*"
2006
            },
2007
            "suggest": {
2008
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2009
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2010
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2011
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2012
                "ext-apc": "to use the APC adapter",
2013
                "ext-curl": "*",
2014
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2015
                "ext-mbstring": "*",
2016
                "ext-mongo": "*",
2017
                "ext-zip": "to use the Zip adapter",
2018
                "google/apiclient": "to use GoogleCloudStorage adapter",
2019
                "herzult/php-ssh": "to use SFtp adapter",
2020
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2021
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2022
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2023
                "rackspace/php-opencloud": "to use Opencloud adapter"
2024
            },
2025
            "type": "library",
2026
            "extra": {
2027
                "branch-alias": {
2028
                    "dev-master": "0.2.x-dev"
2029
                }
2030
            },
2031
            "autoload": {
2032
                "psr-0": {
2033
                    "Gaufrette": "src/"
2034
                }
2035
            },
2036
            "notification-url": "https://packagist.org/downloads/",
2037
            "license": [
2038
                "MIT"
2039
            ],
2040
            "authors": [
2041
                {
2042
                    "name": "The contributors",
2043
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2044
                },
2045
                {
2046
                    "name": "KnpLabs Team",
2047
                    "homepage": "http://knplabs.com"
2048
                }
2049
            ],
2050
            "description": "PHP5 library that provides a filesystem abstraction layer",
2051
            "homepage": "http://knplabs.com",
2052
            "keywords": [
2053
                "abstraction",
2054
                "file",
2055
                "filesystem",
2056
                "media"
2057
            ],
2058
            "time": "2015-03-09 08:06:57"
2059
        },
2060
        {
2061
            "name": "knplabs/knp-components",
2062
            "version": "1.3.1",
2063
            "source": {
2064
                "type": "git",
2065
                "url": "https://github.com/KnpLabs/knp-components.git",
2066
                "reference": "6d091c2f16eec2769db38f38e08c7bd5847ce072"
2067
            },
2068
            "dist": {
2069
                "type": "zip",
2070
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/6d091c2f16eec2769db38f38e08c7bd5847ce072",
2071
                "reference": "6d091c2f16eec2769db38f38e08c7bd5847ce072",
2072
                "shasum": ""
2073
            },
2074
            "require": {
2075
                "php": ">=5.3.2"
2076
            },
2077
            "require-dev": {
2078
                "doctrine/mongodb-odm": "~1.0@beta",
2079
                "doctrine/orm": "~2.4",
2080
                "phpunit/phpunit": "~4.2",
2081
                "ruflin/elastica": "~1.0",
2082
                "symfony/event-dispatcher": "~2.5"
2083
            },
2084
            "suggest": {
2085
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
2086
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
2087
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
2088
                "propel/propel1": "to allow usage pagination with Propel ORM",
2089
                "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
2090
                "solarium/solarium": "to allow usage pagination with Solarium Client"
2091
            },
2092
            "type": "library",
2093
            "extra": {
2094
                "branch-alias": {
2095
                    "dev-master": "1.2.x-dev"
2096
                }
2097
            },
2098
            "autoload": {
2099
                "psr-0": {
2100
                    "Knp\\Component": "src"
2101
                }
2102
            },
2103
            "notification-url": "https://packagist.org/downloads/",
2104
            "license": [
2105
                "MIT"
2106
            ],
2107
            "authors": [
2108
                {
2109
                    "name": "KnpLabs Team",
2110
                    "homepage": "http://knplabs.com"
2111
                },
2112
                {
2113
                    "name": "Symfony Community",
2114
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
2115
                }
2116
            ],
2117
            "description": "Knplabs component library",
2118
            "homepage": "http://github.com/KnpLabs/knp-components",
2119
            "keywords": [
2120
                "components",
2121
                "knp",
2122
                "knplabs",
2123
                "pager",
2124
                "paginator"
2125
            ],
2126
            "time": "2014-10-06 10:38:10"
2127
        },
2128
        {
2129
            "name": "knplabs/knp-menu",
2130
            "version": "v2.0.1",
2131
            "source": {
2132
                "type": "git",
2133
                "url": "https://github.com/KnpLabs/KnpMenu.git",
2134
                "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a"
2135
            },
2136
            "dist": {
2137
                "type": "zip",
2138
                "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
2139
                "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
2140
                "shasum": ""
2141
            },
2142
            "require": {
2143
                "php": ">=5.3.0"
2144
            },
2145
            "require-dev": {
2146
                "pimple/pimple": "1.0.*",
2147
                "silex/silex": "1.0.*",
2148
                "twig/twig": ">=1.2,<2.0-dev"
2149
            },
2150
            "suggest": {
2151
                "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
2152
                "silex/silex": "for the integration with your silex application",
2153
                "twig/twig": "for the TwigRenderer and the integration with your templates"
2154
            },
2155
            "type": "library",
2156
            "extra": {
2157
                "branch-alias": {
2158
                    "dev-master": "2.0.x-dev"
2159
                }
2160
            },
2161
            "autoload": {
2162
                "psr-0": {
2163
                    "Knp\\Menu\\": "src/"
2164
                }
2165
            },
2166
            "notification-url": "https://packagist.org/downloads/",
2167
            "license": [
2168
                "MIT"
2169
            ],
2170
            "authors": [
2171
                {
2172
                    "name": "Christophe Coevoet",
2173
                    "email": "[email protected]"
2174
                },
2175
                {
2176
                    "name": "Knplabs",
2177
                    "homepage": "http://knplabs.com"
2178
                },
2179
                {
2180
                    "name": "Symfony Community",
2181
                    "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
2182
                }
2183
            ],
2184
            "description": "An object oriented menu library",
2185
            "homepage": "http://knplabs.com",
2186
            "keywords": [
2187
                "menu",
2188
                "tree"
2189
            ],
2190
            "time": "2014-08-01 09:50:16"
2191
        },
2192
        {
2193
            "name": "knplabs/knp-menu-bundle",
2194
            "version": "v2.0.0",
2195
            "target-dir": "Knp/Bundle/MenuBundle",
2196
            "source": {
2197
                "type": "git",
2198
                "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
2199
                "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088"
2200
            },
2201
            "dist": {
2202
                "type": "zip",
2203
                "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
2204
                "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
2205
                "shasum": ""
2206
            },
2207
            "require": {
2208
                "knplabs/knp-menu": "~2.0",
2209
                "symfony/framework-bundle": "~2.0"
2210
            },
2211
            "type": "symfony-bundle",
2212
            "extra": {
2213
                "branch-alias": {
2214
                    "dev-master": "2.0.x-dev"
2215
                }
2216
            },
2217
            "autoload": {
2218
                "psr-0": {
2219
                    "Knp\\Bundle\\MenuBundle": ""
2220
                }
2221
            },
2222
            "notification-url": "https://packagist.org/downloads/",
2223
            "license": [
2224
                "MIT"
2225
            ],
2226
            "authors": [
2227
                {
2228
                    "name": "Christophe Coevoet",
2229
                    "email": "[email protected]"
2230
                },
2231
                {
2232
                    "name": "Knplabs",
2233
                    "homepage": "http://knplabs.com"
2234
                },
2235
                {
2236
                    "name": "Symfony Community",
2237
                    "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
2238
                }
2239
            ],
2240
            "description": "This bundle provides an integration of the KnpMenu library",
2241
            "keywords": [
2242
                "menu"
2243
            ],
2244
            "time": "2014-08-01 09:57:23"
2245
        },
2246
        {
2247
            "name": "knplabs/knp-paginator-bundle",
2248
            "version": "dev-master",
2249
            "source": {
2250
                "type": "git",
2251
                "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
2252
                "reference": "5990419ed9cfb54fac4a4b63056c3cd2ceb2f14a"
2253
            },
2254
            "dist": {
2255
                "type": "zip",
2256
                "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/4a1daf55560ca7cf9c13b357135d72f4dc13375f",
2257
                "reference": "5990419ed9cfb54fac4a4b63056c3cd2ceb2f14a",
2258
                "shasum": ""
2259
            },
2260
            "require": {
2261
                "knplabs/knp-components": "~1.2",
2262
                "php": ">=5.3.3",
2263
                "symfony/framework-bundle": "~2.0",
2264
                "twig/twig": "~1.5"
2265
            },
2266
            "require-dev": {
2267
                "symfony/expression-language": "~2.4"
2268
            },
2269
            "type": "symfony-bundle",
2270
            "extra": {
2271
                "branch-alias": {
2272
                    "dev-master": "2.4.x-dev"
2273
                }
2274
            },
2275
            "autoload": {
2276
                "psr-4": {
2277
                    "Knp\\Bundle\\PaginatorBundle\\": ""
2278
                }
2279
            },
2280
            "notification-url": "https://packagist.org/downloads/",
2281
            "license": [
2282
                "MIT"
2283
            ],
2284
            "authors": [
2285
                {
2286
                    "name": "KnpLabs Team",
2287
                    "homepage": "http://knplabs.com"
2288
                },
2289
                {
2290
                    "name": "Symfony2 Community",
2291
                    "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
2292
                }
2293
            ],
2294
            "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features",
2295
            "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
2296
            "keywords": [
2297
                "Symfony2",
2298
                "bundle",
2299
                "knp",
2300
                "knplabs",
2301
                "pager",
2302
                "pagination",
2303
                "paginator"
2304
            ],
2305
            "time": "2015-02-03 02:04:01"
2306
        },
2307
        {
2308
            "name": "kriswallsmith/assetic",
2309
            "version": "v1.2.1",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/kriswallsmith/assetic.git",
2313
                "reference": "b20efe38845d20458702f97f3ff625d80805897b"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
2318
                "reference": "b20efe38845d20458702f97f3ff625d80805897b",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "php": ">=5.3.1",
2323
                "symfony/process": "~2.1"
2324
            },
2325
            "require-dev": {
2326
                "cssmin/cssmin": "*",
2327
                "joliclic/javascript-packer": "*",
2328
                "kamicane/packager": "*",
2329
                "leafo/lessphp": "*",
2330
                "leafo/scssphp": "*",
2331
                "leafo/scssphp-compass": "*",
2332
                "mrclay/minify": "*",
2333
                "patchwork/jsqueeze": "~1.0",
2334
                "phpunit/phpunit": "~4",
2335
                "psr/log": "~1.0",
2336
                "ptachoire/cssembed": "*",
2337
                "twig/twig": "~1.6"
2338
            },
2339
            "suggest": {
2340
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2341
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2342
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2343
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2344
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2345
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
2346
            },
2347
            "type": "library",
2348
            "extra": {
2349
                "branch-alias": {
2350
                    "dev-master": "1.2-dev"
2351
                }
2352
            },
2353
            "autoload": {
2354
                "psr-0": {
2355
                    "Assetic": "src/"
2356
                },
2357
                "files": [
2358
                    "src/functions.php"
2359
                ]
2360
            },
2361
            "notification-url": "https://packagist.org/downloads/",
2362
            "license": [
2363
                "MIT"
2364
            ],
2365
            "authors": [
2366
                {
2367
                    "name": "Kris Wallsmith",
2368
                    "email": "[email protected]",
2369
                    "homepage": "http://kriswallsmith.net/"
2370
                }
2371
            ],
2372
            "description": "Asset Management for PHP",
2373
            "homepage": "https://github.com/kriswallsmith/assetic",
2374
            "keywords": [
2375
                "assets",
2376
                "compression",
2377
                "minification"
2378
            ],
2379
            "time": "2014-12-12 05:04:05"
2380
        },
2381
        {
2382
            "name": "kriswallsmith/buzz",
2383
            "version": "v0.13",
2384
            "source": {
2385
                "type": "git",
2386
                "url": "https://github.com/kriswallsmith/Buzz.git",
2387
                "reference": "487760b05d6269a4c2c374364325326cfa65b12c"
2388
            },
2389
            "dist": {
2390
                "type": "zip",
2391
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/487760b05d6269a4c2c374364325326cfa65b12c",
2392
                "reference": "487760b05d6269a4c2c374364325326cfa65b12c",
2393
                "shasum": ""
2394
            },
2395
            "require": {
2396
                "php": ">=5.3.0"
2397
            },
2398
            "require-dev": {
2399
                "phpunit/phpunit": "3.7.*"
2400
            },
2401
            "suggest": {
2402
                "ext-curl": "*"
2403
            },
2404
            "type": "library",
2405
            "autoload": {
2406
                "psr-0": {
2407
                    "Buzz": "lib/"
2408
                }
2409
            },
2410
            "notification-url": "https://packagist.org/downloads/",
2411
            "license": [
2412
                "MIT"
2413
            ],
2414
            "authors": [
2415
                {
2416
                    "name": "Kris Wallsmith",
2417
                    "email": "[email protected]",
2418
                    "homepage": "http://kriswallsmith.net/"
2419
                }
2420
            ],
2421
            "description": "Lightweight HTTP client",
2422
            "homepage": "https://github.com/kriswallsmith/Buzz",
2423
            "keywords": [
2424
                "curl",
2425
                "http client"
2426
            ],
2427
            "time": "2014-09-15 12:42:36"
2428
        },
2429
        {
2430
            "name": "liip/monitor-bundle",
2431
            "version": "2.0.8",
2432
            "target-dir": "Liip/MonitorBundle",
2433
            "source": {
2434
                "type": "git",
2435
                "url": "https://github.com/liip/LiipMonitorBundle.git",
2436
                "reference": "5d0a66c3e071c57348d8d0d9ab1214e2437f4b6c"
2437
            },
2438
            "dist": {
2439
                "type": "zip",
2440
                "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/5d0a66c3e071c57348d8d0d9ab1214e2437f4b6c",
2441
                "reference": "5d0a66c3e071c57348d8d0d9ab1214e2437f4b6c",
2442
                "shasum": ""
2443
            },
2444
            "require": {
2445
                "php": ">=5.3.3",
2446
                "symfony/framework-bundle": "~2.3",
2447
                "zendframework/zenddiagnostics": "~1.0.2|~1.1"
2448
            },
2449
            "require-dev": {
2450
                "guzzle/guzzle": "~3.8",
2451
                "matthiasnoback/symfony-dependency-injection-test": "~0.4",
2452
                "sensiolabs/security-checker": "~1.3",
2453
                "symfony/expression-language": "~2.3"
2454
            },
2455
            "suggest": {
2456
                "sensio/distribution-bundle": "To be able to use the composer ScriptHandler",
2457
                "symfony/expression-language": "To use the Expression check"
2458
            },
2459
            "type": "symfony-bundle",
2460
            "extra": {
2461
                "branch-alias": {
2462
                    "dev-master": "2.0-dev"
2463
                }
2464
            },
2465
            "autoload": {
2466
                "psr-0": {
2467
                    "Liip\\MonitorBundle": ""
2468
                }
2469
            },
2470
            "notification-url": "https://packagist.org/downloads/",
2471
            "license": [
2472
                "MIT"
2473
            ],
2474
            "authors": [
2475
                {
2476
                    "name": "Liip AG",
2477
                    "homepage": "http://www.liip.ch/"
2478
                },
2479
                {
2480
                    "name": "Alvaro Videla",
2481
                    "email": "[email protected]"
2482
                },
2483
                {
2484
                    "name": "Symfony Community",
2485
                    "homepage": "https://github.com/liip/LiipMonitorBundle/contributors"
2486
                },
2487
                {
2488
                    "name": "Kevin Bond",
2489
                    "homepage": "http://zenstruck.com/"
2490
                }
2491
            ],
2492
            "description": "Liip Monitor Bundle",
2493
            "keywords": [
2494
                "check",
2495
                "health",
2496
                "monitor",
2497
                "monitoring"
2498
            ],
2499
            "time": "2015-03-17 20:48:22"
2500
        },
2501
        {
2502
            "name": "michelf/php-markdown",
2503
            "version": "1.5.0",
2504
            "source": {
2505
                "type": "git",
2506
                "url": "https://github.com/michelf/php-markdown.git",
2507
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
2508
            },
2509
            "dist": {
2510
                "type": "zip",
2511
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
2512
                "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
2513
                "shasum": ""
2514
            },
2515
            "require": {
2516
                "php": ">=5.3.0"
2517
            },
2518
            "type": "library",
2519
            "extra": {
2520
                "branch-alias": {
2521
                    "dev-lib": "1.4.x-dev"
2522
                }
2523
            },
2524
            "autoload": {
2525
                "psr-0": {
2526
                    "Michelf": ""
2527
                }
2528
            },
2529
            "notification-url": "https://packagist.org/downloads/",
2530
            "license": [
2531
                "BSD-3-Clause"
2532
            ],
2533
            "authors": [
2534
                {
2535
                    "name": "John Gruber",
2536
                    "homepage": "http://daringfireball.net/"
2537
                },
2538
                {
2539
                    "name": "Michel Fortin",
2540
                    "email": "[email protected]",
2541
                    "homepage": "https://michelf.ca/",
2542
                    "role": "Developer"
2543
                }
2544
            ],
2545
            "description": "PHP Markdown",
2546
            "homepage": "https://michelf.ca/projects/php-markdown/",
2547
            "keywords": [
2548
                "markdown"
2549
            ],
2550
            "time": "2015-03-01 12:03:08"
2551
        },
2552
        {
2553
            "name": "monolog/monolog",
2554
            "version": "1.13.1",
2555
            "source": {
2556
                "type": "git",
2557
                "url": "https://github.com/Seldaek/monolog.git",
2558
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
2559
            },
2560
            "dist": {
2561
                "type": "zip",
2562
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
2563
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
2564
                "shasum": ""
2565
            },
2566
            "require": {
2567
                "php": ">=5.3.0",
2568
                "psr/log": "~1.0"
2569
            },
2570
            "provide": {
2571
                "psr/log-implementation": "1.0.0"
2572
            },
2573
            "require-dev": {
2574
                "aws/aws-sdk-php": "~2.4, >2.4.8",
2575
                "doctrine/couchdb": "~1.0@dev",
2576
                "graylog2/gelf-php": "~1.0",
2577
                "phpunit/phpunit": "~4.0",
2578
                "raven/raven": "~0.5",
2579
                "ruflin/elastica": "0.90.*",
2580
                "swiftmailer/swiftmailer": "~5.3",
2581
                "videlalvaro/php-amqplib": "~2.4"
2582
            },
2583
            "suggest": {
2584
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2585
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2586
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2587
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2588
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2589
                "raven/raven": "Allow sending log messages to a Sentry server",
2590
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2591
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2592
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
2593
            },
2594
            "type": "library",
2595
            "extra": {
2596
                "branch-alias": {
2597
                    "dev-master": "1.13.x-dev"
2598
                }
2599
            },
2600
            "autoload": {
2601
                "psr-4": {
2602
                    "Monolog\\": "src/Monolog"
2603
                }
2604
            },
2605
            "notification-url": "https://packagist.org/downloads/",
2606
            "license": [
2607
                "MIT"
2608
            ],
2609
            "authors": [
2610
                {
2611
                    "name": "Jordi Boggiano",
2612
                    "email": "[email protected]",
2613
                    "homepage": "http://seld.be"
2614
                }
2615
            ],
2616
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2617
            "homepage": "http://github.com/Seldaek/monolog",
2618
            "keywords": [
2619
                "log",
2620
                "logging",
2621
                "psr-3"
2622
            ],
2623
            "time": "2015-03-09 09:58:04"
2624
        },
2625
        {
2626
            "name": "nelmio/api-doc-bundle",
2627
            "version": "dev-master",
2628
            "target-dir": "Nelmio/ApiDocBundle",
2629
            "source": {
2630
                "type": "git",
2631
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
2632
                "reference": "6a9ca36bb4f5364bfd6a4fd2fb0638b59b0d77ea"
2633
            },
2634
            "dist": {
2635
                "type": "zip",
2636
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/9af37448fa2f82856d068205afa96e9874527672",
2637
                "reference": "6a9ca36bb4f5364bfd6a4fd2fb0638b59b0d77ea",
2638
                "shasum": ""
2639
            },
2640
            "require": {
2641
                "michelf/php-markdown": "~1.4",
2642
                "symfony/console": "~2.1",
2643
                "symfony/framework-bundle": "~2.1",
2644
                "symfony/twig-bundle": "~2.1"
2645
            },
2646
            "conflict": {
2647
                "jms/serializer": "<0.12",
2648
                "jms/serializer-bundle": "<0.11"
2649
            },
2650
            "require-dev": {
2651
                "dunglas/json-ld-api-bundle": "dev-master",
2652
                "friendsofsymfony/rest-bundle": "~1.0",
2653
                "jms/serializer-bundle": ">=0.11",
2654
                "sensio/framework-extra-bundle": "~3.0",
2655
                "symfony/browser-kit": "~2.1",
2656
                "symfony/css-selector": "~2.1",
2657
                "symfony/form": "~2.1",
2658
                "symfony/serializer": "~2.7@dev",
2659
                "symfony/validator": "~2.1",
2660
                "symfony/yaml": "~2.1"
2661
            },
2662
            "suggest": {
2663
                "dunglas/json-ld-api-bundle": "For making use of resources definitions of DunglasJsonLdApiBundle.",
2664
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2665
                "jms/serializer": "For making use of serializer information in the doc.",
2666
                "symfony/form": "For using form definitions as input.",
2667
                "symfony/validator": "For making use of validator information in the doc."
2668
            },
2669
            "type": "symfony-bundle",
2670
            "extra": {
2671
                "branch-alias": {
2672
                    "dev-master": "2.8.x-dev"
2673
                }
2674
            },
2675
            "autoload": {
2676
                "psr-0": {
2677
                    "Nelmio\\ApiDocBundle": ""
2678
                }
2679
            },
2680
            "notification-url": "https://packagist.org/downloads/",
2681
            "license": [
2682
                "MIT"
2683
            ],
2684
            "authors": [
2685
                {
2686
                    "name": "Nelmio",
2687
                    "homepage": "http://nelm.io"
2688
                },
2689
                {
2690
                    "name": "Symfony Community",
2691
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2692
                }
2693
            ],
2694
            "description": "Generates documentation for your REST API from annotations",
2695
            "keywords": [
2696
                "api",
2697
                "doc",
2698
                "documentation",
2699
                "rest"
2700
            ],
2701
            "time": "2015-03-25 22:17:02"
2702
        },
2703
        {
2704
            "name": "nelmio/cors-bundle",
2705
            "version": "1.4.0",
2706
            "target-dir": "Nelmio/CorsBundle",
2707
            "source": {
2708
                "type": "git",
2709
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
2710
                "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6"
2711
            },
2712
            "dist": {
2713
                "type": "zip",
2714
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2715
                "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2716
                "shasum": ""
2717
            },
2718
            "require": {
2719
                "symfony/framework-bundle": "~2.2"
2720
            },
2721
            "require-dev": {
2722
                "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
2723
                "mockery/mockery": "dev-master"
2724
            },
2725
            "type": "symfony-bundle",
2726
            "extra": {
2727
                "branch-alias": {
2728
                    "dev-master": "1.3.x-dev"
2729
                }
2730
            },
2731
            "autoload": {
2732
                "psr-0": {
2733
                    "Nelmio\\CorsBundle": ""
2734
                }
2735
            },
2736
            "notification-url": "https://packagist.org/downloads/",
2737
            "license": [
2738
                "MIT"
2739
            ],
2740
            "authors": [
2741
                {
2742
                    "name": "Nelmio",
2743
                    "homepage": "http://nelm.io"
2744
                },
2745
                {
2746
                    "name": "Symfony Community",
2747
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2748
                }
2749
            ],
2750
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2751
            "keywords": [
2752
                "api",
2753
                "cors",
2754
                "crossdomain"
2755
            ],
2756
            "time": "2015-01-13 17:53:27"
2757
        },
2758
        {
2759
            "name": "phpcollection/phpcollection",
2760
            "version": "0.4.0",
2761
            "source": {
2762
                "type": "git",
2763
                "url": "https://github.com/schmittjoh/php-collection.git",
2764
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
2765
            },
2766
            "dist": {
2767
                "type": "zip",
2768
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
2769
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
2770
                "shasum": ""
2771
            },
2772
            "require": {
2773
                "phpoption/phpoption": "1.*"
2774
            },
2775
            "type": "library",
2776
            "extra": {
2777
                "branch-alias": {
2778
                    "dev-master": "0.3-dev"
2779
                }
2780
            },
2781
            "autoload": {
2782
                "psr-0": {
2783
                    "PhpCollection": "src/"
2784
                }
2785
            },
2786
            "notification-url": "https://packagist.org/downloads/",
2787
            "license": [
2788
                "Apache2"
2789
            ],
2790
            "authors": [
2791
                {
2792
                    "name": "Johannes Schmitt",
2793
                    "email": "[email protected]",
2794
                    "homepage": "https://github.com/schmittjoh",
2795
                    "role": "Developer of wrapped JMSSerializerBundle"
2796
                }
2797
            ],
2798
            "description": "General-Purpose Collection Library for PHP",
2799
            "keywords": [
2800
                "collection",
2801
                "list",
2802
                "map",
2803
                "sequence",
2804
                "set"
2805
            ],
2806
            "time": "2014-03-11 13:46:42"
2807
        },
2808
        {
2809
            "name": "phpoption/phpoption",
2810
            "version": "1.4.0",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/schmittjoh/php-option.git",
2814
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
2819
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "php": ">=5.3.0"
2824
            },
2825
            "type": "library",
2826
            "extra": {
2827
                "branch-alias": {
2828
                    "dev-master": "1.3-dev"
2829
                }
2830
            },
2831
            "autoload": {
2832
                "psr-0": {
2833
                    "PhpOption\\": "src/"
2834
                }
2835
            },
2836
            "notification-url": "https://packagist.org/downloads/",
2837
            "license": [
2838
                "Apache2"
2839
            ],
2840
            "authors": [
2841
                {
2842
                    "name": "Johannes Schmitt",
2843
                    "email": "[email protected]",
2844
                    "homepage": "https://github.com/schmittjoh",
2845
                    "role": "Developer of wrapped JMSSerializerBundle"
2846
                }
2847
            ],
2848
            "description": "Option Type for PHP",
2849
            "keywords": [
2850
                "language",
2851
                "option",
2852
                "php",
2853
                "type"
2854
            ],
2855
            "time": "2014-01-09 22:37:17"
2856
        },
2857
        {
2858
            "name": "psr/log",
2859
            "version": "1.0.0",
2860
            "source": {
2861
                "type": "git",
2862
                "url": "https://github.com/php-fig/log.git",
2863
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2864
            },
2865
            "dist": {
2866
                "type": "zip",
2867
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2868
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2869
                "shasum": ""
2870
            },
2871
            "type": "library",
2872
            "autoload": {
2873
                "psr-0": {
2874
                    "Psr\\Log\\": ""
2875
                }
2876
            },
2877
            "notification-url": "https://packagist.org/downloads/",
2878
            "license": [
2879
                "MIT"
2880
            ],
2881
            "authors": [
2882
                {
2883
                    "name": "PHP-FIG",
2884
                    "homepage": "http://www.php-fig.org/"
2885
                }
2886
            ],
2887
            "description": "Common interface for logging libraries",
2888
            "keywords": [
2889
                "log",
2890
                "psr",
2891
                "psr-3"
2892
            ],
2893
            "time": "2012-12-21 11:40:51"
2894
        },
2895
        {
2896
            "name": "react/promise",
2897
            "version": "v2.2.0",
2898
            "source": {
2899
                "type": "git",
2900
                "url": "https://github.com/reactphp/promise.git",
2901
                "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
2902
            },
2903
            "dist": {
2904
                "type": "zip",
2905
                "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
2906
                "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
2907
                "shasum": ""
2908
            },
2909
            "require": {
2910
                "php": ">=5.4.0"
2911
            },
2912
            "type": "library",
2913
            "extra": {
2914
                "branch-alias": {
2915
                    "dev-master": "2.0-dev"
2916
                }
2917
            },
2918
            "autoload": {
2919
                "psr-4": {
2920
                    "React\\Promise\\": "src/"
2921
                },
2922
                "files": [
2923
                    "src/functions_include.php"
2924
                ]
2925
            },
2926
            "notification-url": "https://packagist.org/downloads/",
2927
            "license": [
2928
                "MIT"
2929
            ],
2930
            "authors": [
2931
                {
2932
                    "name": "Jan Sorgalla",
2933
                    "email": "[email protected]"
2934
                }
2935
            ],
2936
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2937
            "time": "2014-12-30 13:32:42"
2938
        },
2939
        {
2940
            "name": "sensio/distribution-bundle",
2941
            "version": "v3.0.20",
2942
            "target-dir": "Sensio/Bundle/DistributionBundle",
2943
            "source": {
2944
                "type": "git",
2945
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2946
                "reference": "48c76189fb0a76a20a4a67a750b513ed06074b55"
2947
            },
2948
            "dist": {
2949
                "type": "zip",
2950
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/48c76189fb0a76a20a4a67a750b513ed06074b55",
2951
                "reference": "48c76189fb0a76a20a4a67a750b513ed06074b55",
2952
                "shasum": ""
2953
            },
2954
            "require": {
2955
                "php": ">=5.3.3",
2956
                "sensiolabs/security-checker": "~2.0",
2957
                "symfony/class-loader": "~2.2",
2958
                "symfony/framework-bundle": "~2.3",
2959
                "symfony/process": "~2.2"
2960
            },
2961
            "require-dev": {
2962
                "symfony/form": "~2.2",
2963
                "symfony/validator": "~2.2",
2964
                "symfony/yaml": "~2.2"
2965
            },
2966
            "suggest": {
2967
                "symfony/form": "If you want to use the configurator",
2968
                "symfony/validator": "If you want to use the configurator",
2969
                "symfony/yaml": "If you want to use  the configurator"
2970
            },
2971
            "type": "symfony-bundle",
2972
            "extra": {
2973
                "branch-alias": {
2974
                    "dev-master": "3.0.x-dev"
2975
                }
2976
            },
2977
            "autoload": {
2978
                "psr-0": {
2979
                    "Sensio\\Bundle\\DistributionBundle": ""
2980
                }
2981
            },
2982
            "notification-url": "https://packagist.org/downloads/",
2983
            "license": [
2984
                "MIT"
2985
            ],
2986
            "authors": [
2987
                {
2988
                    "name": "Fabien Potencier",
2989
                    "email": "[email protected]"
2990
                }
2991
            ],
2992
            "description": "Base bundle for Symfony Distributions",
2993
            "keywords": [
2994
                "configuration",
2995
                "distribution"
2996
            ],
2997
            "time": "2015-03-26 11:09:50"
2998
        },
2999
        {
3000
            "name": "sensio/framework-extra-bundle",
3001
            "version": "v3.0.6",
3002
            "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
3003
            "source": {
3004
                "type": "git",
3005
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3006
                "reference": "1c3ed356bd1ff67cd71806efbb71511644035c85"
3007
            },
3008
            "dist": {
3009
                "type": "zip",
3010
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/1c3ed356bd1ff67cd71806efbb71511644035c85",
3011
                "reference": "1c3ed356bd1ff67cd71806efbb71511644035c85",
3012
                "shasum": ""
3013
            },
3014
            "require": {
3015
                "doctrine/common": "~2.2",
3016
                "symfony/framework-bundle": "~2.3"
3017
            },
3018
            "require-dev": {
3019
                "symfony/expression-language": "~2.4",
3020
                "symfony/security-bundle": "~2.4"
3021
            },
3022
            "suggest": {
3023
                "symfony/expression-language": "",
3024
                "symfony/security-bundle": ""
3025
            },
3026
            "type": "symfony-bundle",
3027
            "extra": {
3028
                "branch-alias": {
3029
                    "dev-master": "3.0.x-dev"
3030
                }
3031
            },
3032
            "autoload": {
3033
                "psr-0": {
3034
                    "Sensio\\Bundle\\FrameworkExtraBundle": ""
3035
                }
3036
            },
3037
            "notification-url": "https://packagist.org/downloads/",
3038
            "license": [
3039
                "MIT"
3040
            ],
3041
            "authors": [
3042
                {
3043
                    "name": "Fabien Potencier",
3044
                    "email": "[email protected]"
3045
                }
3046
            ],
3047
            "description": "This bundle provides a way to configure your controllers with annotations",
3048
            "keywords": [
3049
                "annotations",
3050
                "controllers"
3051
            ],
3052
            "time": "2015-03-24 15:12:07"
3053
        },
3054
        {
3055
            "name": "sensio/generator-bundle",
3056
            "version": "v2.5.3",
3057
            "target-dir": "Sensio/Bundle/GeneratorBundle",
3058
            "source": {
3059
                "type": "git",
3060
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3061
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
3062
            },
3063
            "dist": {
3064
                "type": "zip",
3065
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
3066
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
3067
                "shasum": ""
3068
            },
3069
            "require": {
3070
                "symfony/console": "~2.5",
3071
                "symfony/framework-bundle": "~2.2"
3072
            },
3073
            "require-dev": {
3074
                "doctrine/orm": "~2.2,>=2.2.3",
3075
                "symfony/doctrine-bridge": "~2.2",
3076
                "twig/twig": "~1.11"
3077
            },
3078
            "type": "symfony-bundle",
3079
            "extra": {
3080
                "branch-alias": {
3081
                    "dev-master": "2.5.x-dev"
3082
                }
3083
            },
3084
            "autoload": {
3085
                "psr-0": {
3086
                    "Sensio\\Bundle\\GeneratorBundle": ""
3087
                }
3088
            },
3089
            "notification-url": "https://packagist.org/downloads/",
3090
            "license": [
3091
                "MIT"
3092
            ],
3093
            "authors": [
3094
                {
3095
                    "name": "Fabien Potencier",
3096
                    "email": "[email protected]"
3097
                }
3098
            ],
3099
            "description": "This bundle generates code for you",
3100
            "time": "2015-03-17 06:36:52"
3101
        },
3102
        {
3103
            "name": "sensiolabs/security-checker",
3104
            "version": "v2.0.1",
3105
            "source": {
3106
                "type": "git",
3107
                "url": "https://github.com/sensiolabs/security-checker.git",
3108
                "reference": "134cecf1c61256bd8e973e11376891a724543820"
3109
            },
3110
            "dist": {
3111
                "type": "zip",
3112
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/134cecf1c61256bd8e973e11376891a724543820",
3113
                "reference": "134cecf1c61256bd8e973e11376891a724543820",
3114
                "shasum": ""
3115
            },
3116
            "require": {
3117
                "ext-curl": "*",
3118
                "symfony/console": "~2.0"
3119
            },
3120
            "bin": [
3121
                "security-checker"
3122
            ],
3123
            "type": "library",
3124
            "extra": {
3125
                "branch-alias": {
3126
                    "dev-master": "2.0-dev"
3127
                }
3128
            },
3129
            "autoload": {
3130
                "psr-0": {
3131
                    "SensioLabs\\Security": ""
3132
                }
3133
            },
3134
            "notification-url": "https://packagist.org/downloads/",
3135
            "license": [
3136
                "MIT"
3137
            ],
3138
            "authors": [
3139
                {
3140
                    "name": "Fabien Potencier",
3141
                    "email": "[email protected]"
3142
                }
3143
            ],
3144
            "description": "A security checker for your composer.lock",
3145
            "time": "2015-01-26 16:25:19"
3146
        },
3147
        {
3148
            "name": "sonata-project/admin-bundle",
3149
            "version": "2.3.2",
3150
            "source": {
3151
                "type": "git",
3152
                "url": "https://github.com/sonata-project/SonataAdminBundle.git",
3153
                "reference": "3fbeb0037a4dd9792840e804147e1b2f3df2d778"
3154
            },
3155
            "dist": {
3156
                "type": "zip",
3157
                "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/3fbeb0037a4dd9792840e804147e1b2f3df2d778",
3158
                "reference": "3fbeb0037a4dd9792840e804147e1b2f3df2d778",
3159
                "shasum": ""
3160
            },
3161
            "require": {
3162
                "doctrine/common": "~2.2",
3163
                "knplabs/knp-menu": ">=1.1.0,<3.0.0",
3164
                "knplabs/knp-menu-bundle": ">=1.1.0,<3.0.0",
3165
                "sensio/generator-bundle": "~2.3",
3166
                "sonata-project/block-bundle": "~2.2,>=2.2.7,<2.3",
3167
                "sonata-project/core-bundle": "~2.2",
3168
                "sonata-project/exporter": "~1.0",
3169
                "symfony/class-loader": "~2.3",
3170
                "symfony/config": "~2.3",
3171
                "symfony/console": "~2.3",
3172
                "symfony/expression-language": "~2.4",
3173
                "symfony/form": "~2.3",
3174
                "symfony/http-foundation": "~2.3",
3175
                "symfony/routing": "~2.3",
3176
                "symfony/security-bundle": "~2.3",
3177
                "symfony/twig-bridge": "~2.3",
3178
                "symfony/validator": "~2.3",
3179
                "twig/extensions": "~1.0",
3180
                "twig/twig": "~1.15"
3181
            },
3182
            "require-dev": {
3183
                "jms/translation-bundle": "~1.1",
3184
                "sonata-project/intl-bundle": "~2.1",
3185
                "symfony/yaml": "~2.3"
3186
            },
3187
            "suggest": {
3188
                "jms/translation-bundle": "Extract message keys from Admins",
3189
                "sonata-project/intl-bundle": "Add localized date and number into the list"
3190
            },
3191
            "type": "symfony-bundle",
3192
            "extra": {
3193
                "branch-alias": {
3194
                    "dev-master": "2.3.x-dev"
3195
                }
3196
            },
3197
            "autoload": {
3198
                "psr-4": {
3199
                    "Sonata\\AdminBundle\\": ""
3200
                }
3201
            },
3202
            "notification-url": "https://packagist.org/downloads/",
3203
            "license": [
3204
                "MIT"
3205
            ],
3206
            "authors": [
3207
                {
3208
                    "name": "Thomas Rabaix",
3209
                    "email": "[email protected]",
3210
                    "homepage": "http://sonata-project.org"
3211
                },
3212
                {
3213
                    "name": "Sonata Community",
3214
                    "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
3215
                }
3216
            ],
3217
            "description": "Symfony SonataAdminBundle",
3218
            "homepage": "http://sonata-project.org/bundles/admin",
3219
            "keywords": [
3220
                "Admin Generator",
3221
                "admin",
3222
                "bootstrap",
3223
                "sonata"
3224
            ],
3225
            "time": "2015-03-18 00:18:50"
3226
        },
3227
        {
3228
            "name": "sonata-project/block-bundle",
3229
            "version": "2.2.13",
3230
            "source": {
3231
                "type": "git",
3232
                "url": "https://github.com/sonata-project/SonataBlockBundle.git",
3233
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7"
3234
            },
3235
            "dist": {
3236
                "type": "zip",
3237
                "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
3238
                "reference": "ec47e5152ea9a2ea98cb284aa873d37edf903cd7",
3239
                "shasum": ""
3240
            },
3241
            "require": {
3242
                "doctrine/common": "~2.3",
3243
                "sonata-project/cache": "~1.0",
3244
                "sonata-project/core-bundle": "~2.2",
3245
                "symfony/form": "~2.2",
3246
                "symfony/http-kernel": "~2.2"
3247
            },
3248
            "require-dev": {
3249
                "knplabs/knp-menu-bundle": "~2.0",
3250
                "sonata-project/admin-bundle": "~2.2"
3251
            },
3252
            "suggest": {
3253
                "knplabs/knp-menu-bundle": "~2.0",
3254
                "sonata-project/admin-bundle": "~2.2",
3255
                "sonata-project/cache-bundle": "~2.1"
3256
            },
3257
            "type": "symfony-bundle",
3258
            "extra": {
3259
                "branch-alias": {
3260
                    "dev-master": "2.2.x-dev"
3261
                }
3262
            },
3263
            "autoload": {
3264
                "psr-4": {
3265
                    "Sonata\\BlockBundle\\": ""
3266
                }
3267
            },
3268
            "notification-url": "https://packagist.org/downloads/",
3269
            "license": [
3270
                "MIT"
3271
            ],
3272
            "authors": [
3273
                {
3274
                    "name": "Thomas Rabaix",
3275
                    "email": "[email protected]",
3276
                    "homepage": "http://sonata-project.org"
3277
                },
3278
                {
3279
                    "name": "Sonata Community",
3280
                    "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
3281
                }
3282
            ],
3283
            "description": "Symfony SonataBlockBundle",
3284
            "homepage": "http://sonata-project.org/bundles/block",
3285
            "keywords": [
3286
                "block",
3287
                "sonata"
3288
            ],
3289
            "time": "2014-09-11 10:42:35"
3290
        },
3291
        {
3292
            "name": "sonata-project/cache",
3293
            "version": "1.0.4",
3294
            "source": {
3295
                "type": "git",
3296
                "url": "https://github.com/sonata-project/cache.git",
3297
                "reference": "548b14c49474ed006543336d8f0be093089a3797"
3298
            },
3299
            "dist": {
3300
                "type": "zip",
3301
                "url": "https://api.github.com/repos/sonata-project/cache/zipball/548b14c49474ed006543336d8f0be093089a3797",
3302
                "reference": "548b14c49474ed006543336d8f0be093089a3797",
3303
                "shasum": ""
3304
            },
3305
            "require-dev": {
3306
                "doctrine/orm": "~2.2",
3307
                "doctrine/phpcr-odm": "~1.0",
3308
                "jackalope/jackalope-doctrine-dbal": "~1.0",
3309
                "predis/predis": "~0.8,<1.0",
3310
                "psr/log": "~1.0"
3311
            },
3312
            "suggest": {
3313
                "doctrine/orm": "ORM support",
3314
                "doctrine/phpcr-odm": "PHPCR ODM support",
3315
                "ext-apc": "Caching with ext/apc",
3316
                "ext-memcached": "Caching with ext/memcached",
3317
                "predis/predis": "Install redis php"
3318
            },
3319
            "type": "library",
3320
            "extra": {
3321
                "branch-alias": {
3322
                    "dev-master": "1.x-dev"
3323
                }
3324
            },
3325
            "autoload": {
3326
                "psr-4": {
3327
                    "Sonata\\Cache\\Tests\\": "test/",
3328
                    "Sonata\\Cache\\": "lib/"
3329
                }
3330
            },
3331
            "notification-url": "https://packagist.org/downloads/",
3332
            "license": [
3333
                "MIT"
3334
            ],
3335
            "authors": [
3336
                {
3337
                    "name": "Thomas Rabaix",
3338
                    "email": "[email protected]",
3339
                    "homepage": "http://sonata-project.org/"
3340
                }
3341
            ],
3342
            "description": "Cache library",
3343
            "homepage": "https://github.com/sonata-project/cache",
3344
            "keywords": [
3345
                "cache",
3346
                "memcached",
3347
                "mongodb",
3348
                "redis"
3349
            ],
3350
            "time": "2014-07-02 20:57:41"
3351
        },
3352
        {
3353
            "name": "sonata-project/core-bundle",
3354
            "version": "2.3.1",
3355
            "source": {
3356
                "type": "git",
3357
                "url": "https://github.com/sonata-project/SonataCoreBundle.git",
3358
                "reference": "b2e2127dbb739598b5ebc0378a9b1d93022680e6"
3359
            },
3360
            "dist": {
3361
                "type": "zip",
3362
                "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/b2e2127dbb739598b5ebc0378a9b1d93022680e6",
3363
                "reference": "b2e2127dbb739598b5ebc0378a9b1d93022680e6",
3364
                "shasum": ""
3365
            },
3366
            "require": {
3367
                "cocur/slugify": "*",
3368
                "symfony/config": "~2.3",
3369
                "symfony/form": "~2.3",
3370
                "symfony/http-foundation": "~2.3",
3371
                "symfony/translation": "~2.3",
3372
                "twig/twig": "~1.16"
3373
            },
3374
            "require-dev": {
3375
                "doctrine/orm": "~2.4",
3376
                "doctrine/phpcr-odm": "~1.0",
3377
                "friendsofsymfony/rest-bundle": "~1.1",
3378
                "jackalope/jackalope-doctrine-dbal": "~1.0",
3379
                "jms/serializer-bundle": "~0.11",
3380
                "matthiasnoback/symfony-config-test": "~0.4",
3381
                "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3382
                "sensio/framework-extra-bundle": "~2.3",
3383
                "sonata-project/exporter": "~1.3"
3384
            },
3385
            "type": "symfony-bundle",
3386
            "extra": {
3387
                "branch-alias": {
3388
                    "dev-master": "2.3.x-dev"
3389
                }
3390
            },
3391
            "autoload": {
3392
                "psr-4": {
3393
                    "Sonata\\CoreBundle\\": ""
3394
                }
3395
            },
3396
            "notification-url": "https://packagist.org/downloads/",
3397
            "license": [
3398
                "MIT"
3399
            ],
3400
            "authors": [
3401
                {
3402
                    "name": "Sonata Community",
3403
                    "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
3404
                },
3405
                {
3406
                    "name": "Thomas Rabaix",
3407
                    "email": "[email protected]"
3408
                }
3409
            ],
3410
            "description": "Symfony SonataCoreBundle",
3411
            "homepage": "http://sonata-project.org/bundles/core",
3412
            "keywords": [
3413
                "sonata"
3414
            ],
3415
            "time": "2015-03-09 09:18:34"
3416
        },
3417
        {
3418
            "name": "sonata-project/doctrine-extensions",
3419
            "version": "1.0.2",
3420
            "source": {
3421
                "type": "git",
3422
                "url": "https://github.com/sonata-project/sonata-doctrine-extensions.git",
3423
                "reference": "4c6e9bd3ac9ef4c2f19e552a63d4926db5a9400f"
3424
            },
3425
            "dist": {
3426
                "type": "zip",
3427
                "url": "https://api.github.com/repos/sonata-project/sonata-doctrine-extensions/zipball/4c6e9bd3ac9ef4c2f19e552a63d4926db5a9400f",
3428
                "reference": "4c6e9bd3ac9ef4c2f19e552a63d4926db5a9400f",
3429
                "shasum": ""
3430
            },
3431
            "require": {
3432
                "doctrine/dbal": "~2.2",
3433
                "php": ">=5.3.2"
3434
            },
3435
            "type": "library",
3436
            "autoload": {
3437
                "psr-4": {
3438
                    "Sonata\\Doctrine\\": "src/",
3439
                    "Sonata\\Doctrine\\Tests\\": "tests/"
3440
                }
3441
            },
3442
            "notification-url": "https://packagist.org/downloads/",
3443
            "license": [
3444
                "MIT"
3445
            ],
3446
            "authors": [
3447
                {
3448
                    "name": "Thomas Rabaix",
3449
                    "email": "[email protected]",
3450
                    "homepage": "http://sonata-project.org"
3451
                },
3452
                {
3453
                    "name": "Sonata Community",
3454
                    "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions/contributors"
3455
                }
3456
            ],
3457
            "description": "Doctrine2 behavioral extensions",
3458
            "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions",
3459
            "keywords": [
3460
                "doctrine",
3461
                "doctrine2",
3462
                "json"
3463
            ],
3464
            "time": "2014-02-14 12:45:49"
3465
        },
3466
        {
3467
            "name": "sonata-project/doctrine-orm-admin-bundle",
3468
            "version": "2.3.1",
3469
            "source": {
3470
                "type": "git",
3471
                "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
3472
                "reference": "7230b4f5388319bb21dfff7903cda07dfa4e9fba"
3473
            },
3474
            "dist": {
3475
                "type": "zip",
3476
                "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/7230b4f5388319bb21dfff7903cda07dfa4e9fba",
3477
                "reference": "7230b4f5388319bb21dfff7903cda07dfa4e9fba",
3478
                "shasum": ""
3479
            },
3480
            "require": {
3481
                "doctrine/orm": "~2.3",
3482
                "sonata-project/admin-bundle": "~2.3@dev",
3483
                "sonata-project/exporter": "~1.3,>=1.3.1",
3484
                "symfony/console": "~2.3",
3485
                "symfony/doctrine-bridge": "~2.2",
3486
                "symfony/form": "~2.3",
3487
                "symfony/framework-bundle": "~2.2",
3488
                "symfony/security": "~2.3"
3489
            },
3490
            "provide": {
3491
                "sonata-project/admin-bundle-persistency-layer": "1.0.0"
3492
            },
3493
            "require-dev": {
3494
                "simplethings/entity-audit-bundle": "~0.1"
3495
            },
3496
            "suggest": {
3497
                "simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations."
3498
            },
3499
            "type": "symfony-bundle",
3500
            "extra": {
3501
                "branch-alias": {
3502
                    "dev-master": "2.3.x-dev"
3503
                }
3504
            },
3505
            "autoload": {
3506
                "psr-4": {
3507
                    "Sonata\\DoctrineORMAdminBundle\\": ""
3508
                }
3509
            },
3510
            "notification-url": "https://packagist.org/downloads/",
3511
            "license": [
3512
                "MIT"
3513
            ],
3514
            "authors": [
3515
                {
3516
                    "name": "Thomas Rabaix",
3517
                    "email": "[email protected]",
3518
                    "homepage": "http://sonata-project.org"
3519
                },
3520
                {
3521
                    "name": "Sonata Community",
3522
                    "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
3523
                }
3524
            ],
3525
            "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle",
3526
            "homepage": "http://sonata-project.org/bundles/admin",
3527
            "keywords": [
3528
                "Admin Generator",
3529
                "admin",
3530
                "bootstrap",
3531
                "generator",
3532
                "sonata"
3533
            ],
3534
            "time": "2015-02-14 15:52:30"
3535
        },
3536
        {
3537
            "name": "sonata-project/easy-extends-bundle",
3538
            "version": "2.1.9",
3539
            "source": {
3540
                "type": "git",
3541
                "url": "https://github.com/sonata-project/SonataEasyExtendsBundle.git",
3542
                "reference": "fb8c1335e3fcf4791fffd13d63b80741445c5665"
3543
            },
3544
            "dist": {
3545
                "type": "zip",
3546
                "url": "https://api.github.com/repos/sonata-project/SonataEasyExtendsBundle/zipball/fb8c1335e3fcf4791fffd13d63b80741445c5665",
3547
                "reference": "fb8c1335e3fcf4791fffd13d63b80741445c5665",
3548
                "shasum": ""
3549
            },
3550
            "require": {
3551
                "php": ">=5.3.2",
3552
                "symfony/console": "~2",
3553
                "symfony/finder": "~2",
3554
                "symfony/framework-bundle": "~2"
3555
            },
3556
            "require-dev": {
3557
                "doctrine/orm": "~2"
3558
            },
3559
            "type": "symfony-bundle",
3560
            "extra": {
3561
                "branch-alias": {
3562
                    "dev-master": "2.1.x-dev"
3563
                }
3564
            },
3565
            "autoload": {
3566
                "psr-4": {
3567
                    "Sonata\\EasyExtendsBundle\\": ""
3568
                }
3569
            },
3570
            "notification-url": "https://packagist.org/downloads/",
3571
            "license": [
3572
                "MIT"
3573
            ],
3574
            "authors": [
3575
                {
3576
                    "name": "Thomas Rabaix",
3577
                    "email": "[email protected]",
3578
                    "homepage": "http://sonata-project.org"
3579
                },
3580
                {
3581
                    "name": "Sonata Community",
3582
                    "homepage": "https://github.com/sonata-project/SonataEasyExtendsBundle/contributors"
3583
                }
3584
            ],
3585
            "description": "Symfony SonataEasyExtendsBundle",
3586
            "homepage": "http://sonata-project.org/bundles/easy-extends",
3587
            "keywords": [
3588
                "Easy Extends",
3589
                "sonata"
3590
            ],
3591
            "time": "2014-09-29 09:36:23"
3592
        },
3593
        {
3594
            "name": "sonata-project/exporter",
3595
            "version": "1.3.4",
3596
            "source": {
3597
                "type": "git",
3598
                "url": "https://github.com/sonata-project/exporter.git",
3599
                "reference": "8a88328ccdd1ca1471dd14483a4396350fbda91c"
3600
            },
3601
            "dist": {
3602
                "type": "zip",
3603
                "url": "https://api.github.com/repos/sonata-project/exporter/zipball/8a88328ccdd1ca1471dd14483a4396350fbda91c",
3604
                "reference": "8a88328ccdd1ca1471dd14483a4396350fbda91c",
3605
                "shasum": ""
3606
            },
3607
            "require": {
3608
                "php": ">=5.3.0"
3609
            },
3610
            "require-dev": {
3611
                "propel/propel1": "~1.6",
3612
                "symfony/property-access": "~2.2",
3613
                "symfony/routing": "*"
3614
            },
3615
            "suggest": {
3616
                "ext-curl": "*",
3617
                "propel/propel1": "~1.6",
3618
                "symfony/property-access": "~2.2",
3619
                "symfony/routing": "*"
3620
            },
3621
            "type": "library",
3622
            "extra": {
3623
                "branch-alias": {
3624
                    "dev-master": "1-dev"
3625
                }
3626
            },
3627
            "autoload": {
3628
                "psr-0": {
3629
                    "Exporter": "lib/"
3630
                }
3631
            },
3632
            "notification-url": "https://packagist.org/downloads/",
3633
            "license": [
3634
                "MIT"
3635
            ],
3636
            "authors": [
3637
                {
3638
                    "name": "Thomas Rabaix",
3639
                    "email": "[email protected]",
3640
                    "homepage": "http://sonata-project.org/"
3641
                }
3642
            ],
3643
            "description": "Lightweight Exporter library",
3644
            "homepage": "https://github.com/sonata-project/Exporter",
3645
            "keywords": [
3646
                "client",
3647
                "csv",
3648
                "data",
3649
                "export",
3650
                "xls"
3651
            ],
3652
            "time": "2014-09-11 09:05:40"
3653
        },
3654
        {
3655
            "name": "sonata-project/intl-bundle",
3656
            "version": "2.2.1",
3657
            "source": {
3658
                "type": "git",
3659
                "url": "https://github.com/sonata-project/SonataIntlBundle.git",
3660
                "reference": "0aa5e8997b0814986654a13569d532284451e9c3"
3661
            },
3662
            "dist": {
3663
                "type": "zip",
3664
                "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/0aa5e8997b0814986654a13569d532284451e9c3",
3665
                "reference": "0aa5e8997b0814986654a13569d532284451e9c3",
3666
                "shasum": ""
3667
            },
3668
            "require": {
3669
                "symfony/dependency-injection": "~2.2",
3670
                "symfony/http-kernel": "~2.2",
3671
                "symfony/locale": "~2.2",
3672
                "symfony/templating": "~2.2",
3673
                "twig/twig": "*"
3674
            },
3675
            "require-dev": {
3676
                "sonata-project/user-bundle": "~2.2",
3677
                "symfony/security": "~2.2"
3678
            },
3679
            "type": "symfony-bundle",
3680
            "extra": {
3681
                "branch-alias": {
3682
                    "dev-master": "2.2.x-dev"
3683
                }
3684
            },
3685
            "autoload": {
3686
                "psr-4": {
3687
                    "Sonata\\IntlBundle\\": ""
3688
                }
3689
            },
3690
            "notification-url": "https://packagist.org/downloads/",
3691
            "license": [
3692
                "MIT"
3693
            ],
3694
            "authors": [
3695
                {
3696
                    "name": "Thomas Rabaix",
3697
                    "email": "[email protected]",
3698
                    "homepage": "http://sonata-project.org"
3699
                },
3700
                {
3701
                    "name": "Sonata Community",
3702
                    "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
3703
                }
3704
            ],
3705
            "description": "Symfony SonataIntlBundle",
3706
            "homepage": "http://sonata-project.org/bundles/intl",
3707
            "keywords": [
3708
                "date",
3709
                "intl",
3710
                "number",
3711
                "sonata",
3712
                "time"
3713
            ],
3714
            "time": "2014-02-14 14:25:22"
3715
        },
3716
        {
3717
            "name": "sonata-project/media-bundle",
3718
            "version": "2.3.1",
3719
            "source": {
3720
                "type": "git",
3721
                "url": "https://github.com/sonata-project/SonataMediaBundle.git",
3722
                "reference": "479d0cfb0f15f678812398918466ef0c8511f6f2"
3723
            },
3724
            "dist": {
3725
                "type": "zip",
3726
                "url": "https://api.github.com/repos/sonata-project/SonataMediaBundle/zipball/479d0cfb0f15f678812398918466ef0c8511f6f2",
3727
                "reference": "479d0cfb0f15f678812398918466ef0c8511f6f2",
3728
                "shasum": ""
3729
            },
3730
            "require": {
3731
                "friendsofsymfony/rest-bundle": "~1.1",
3732
                "imagine/imagine": "*@stable",
3733
                "jms/serializer-bundle": "~0.11",
3734
                "knplabs/gaufrette": ">=0.1.4",
3735
                "kriswallsmith/buzz": "0.*",
3736
                "nelmio/api-doc-bundle": "~2.4",
3737
                "sonata-project/core-bundle": "~2.2",
3738
                "sonata-project/doctrine-extensions": "~1.0",
3739
                "sonata-project/easy-extends-bundle": "~2.1",
3740
                "sonata-project/intl-bundle": "~2.2",
3741
                "sonata-project/notification-bundle": "~2.2",
3742
                "symfony/symfony": "~2.3"
3743
            },
3744
            "require-dev": {
3745
                "amazonwebservices/aws-sdk-for-php": "~1.5",
3746
                "doctrine/mongodb-odm": "~1.0@dev",
3747
                "jackalope/jackalope-doctrine-dbal": "~1.1",
3748
                "sonata-project/admin-bundle": "~2.3@dev",
3749
                "sonata-project/core-bundle": "~2.2@dev",
3750
                "sonata-project/doctrine-orm-admin-bundle": "~2.3@dev",
3751
                "sonata-project/formatter-bundle": "~2.2@dev",
3752
                "sonata-project/seo-bundle": "~1.1"
3753
            },
3754
            "suggest": {
3755
                "amazonwebservices/aws-sdk-for-php": "~1.5",
3756
                "liip/imagine-bundle": "~0.9",
3757
                "rackspace/php-opencloud": "~1.6",
3758
                "sonata-project/doctrine-orm-admin-bundle": "~2.3",
3759
                "sonata-project/seo-bundle": "~1.1",
3760
                "tilleuls/ckeditor-sonata-mediabundle": "~1.0"
3761
            },
3762
            "type": "symfony-bundle",
3763
            "extra": {
3764
                "branch-alias": {
3765
                    "dev-master": "2.3.x-dev"
3766
                }
3767
            },
3768
            "autoload": {
3769
                "psr-4": {
3770
                    "Sonata\\MediaBundle\\": ""
3771
                }
3772
            },
3773
            "notification-url": "https://packagist.org/downloads/",
3774
            "license": [
3775
                "MIT"
3776
            ],
3777
            "authors": [
3778
                {
3779
                    "name": "Thomas Rabaix",
3780
                    "email": "[email protected]",
3781
                    "homepage": "http://sonata-project.org"
3782
                },
3783
                {
3784
                    "name": "Sonata Community",
3785
                    "homepage": "https://github.com/sonata-project/SonataMediaBundle/contributors"
3786
                }
3787
            ],
3788
            "description": "Symfony SonataMediaBundle",
3789
            "homepage": "http://sonata-project.org/bundles/media",
3790
            "keywords": [
3791
                "dailymotion",
3792
                "file",
3793
                "media",
3794
                "pdf",
3795
                "sonata",
3796
                "upload",
3797
                "vimeo",
3798
                "youtube"
3799
            ],
3800
            "time": "2015-01-16 15:25:37"
3801
        },
3802
        {
3803
            "name": "sonata-project/notification-bundle",
3804
            "version": "2.3.0",
3805
            "source": {
3806
                "type": "git",
3807
                "url": "https://github.com/sonata-project/SonataNotificationBundle.git",
3808
                "reference": "4ff286549fa62fa9ef81064b1bccedf2f7f86bb5"
3809
            },
3810
            "dist": {
3811
                "type": "zip",
3812
                "url": "https://api.github.com/repos/sonata-project/SonataNotificationBundle/zipball/4ff286549fa62fa9ef81064b1bccedf2f7f86bb5",
3813
                "reference": "4ff286549fa62fa9ef81064b1bccedf2f7f86bb5",
3814
                "shasum": ""
3815
            },
3816
            "require": {
3817
                "friendsofsymfony/rest-bundle": "~1.1",
3818
                "jms/serializer-bundle": "~0.11",
3819
                "nelmio/api-doc-bundle": "~2.4",
3820
                "sonata-project/core-bundle": "~2.2,>2.2.4",
3821
                "sonata-project/doctrine-extensions": "~1.0",
3822
                "sonata-project/easy-extends-bundle": "~2.1",
3823
                "symfony/symfony": "~2.3"
3824
            },
3825
            "require-dev": {
3826
                "guzzle/guzzle": "~3.0",
3827
                "liip/monitor-bundle": "~2.0",
3828
                "sonata-project/core-bundle": "~2.2@dev,>2.2.4",
3829
                "sonata-project/doctrine-orm-admin-bundle": "~2.2",
3830
                "videlalvaro/php-amqplib": "~2.0"
3831
            },
3832
            "suggest": {
3833
                "guzzle/guzzle": "3.*",
3834
                "liip/monitor-bundle": "~1.0",
3835
                "sonata-project/doctrine-orm-admin-bundle": "2.2.*",
3836
                "videlalvaro/php-amqplib": "2.0.*"
3837
            },
3838
            "type": "symfony-bundle",
3839
            "extra": {
3840
                "branch-alias": {
3841
                    "dev-master": "2.3.x-dev"
3842
                }
3843
            },
3844
            "autoload": {
3845
                "psr-4": {
3846
                    "Sonata\\NotificationBundle\\": ""
3847
                }
3848
            },
3849
            "notification-url": "https://packagist.org/downloads/",
3850
            "license": [
3851
                "MIT"
3852
            ],
3853
            "authors": [
3854
                {
3855
                    "name": "Thomas Rabaix",
3856
                    "email": "[email protected]",
3857
                    "homepage": "http://sonata-project.org"
3858
                },
3859
                {
3860
                    "name": "Sonata Community",
3861
                    "homepage": "https://github.com/sonata-project/SonataNotificationBundle/contributors"
3862
                }
3863
            ],
3864
            "description": "Symfony SonataNotificationBundle",
3865
            "homepage": "http://sonata-project.org/bundles/page",
3866
            "keywords": [
3867
                "cms",
3868
                "page",
3869
                "sonata"
3870
            ],
3871
            "time": "2014-09-11 12:33:15"
3872
        },
3873
        {
3874
            "name": "sonata-project/translation-bundle",
3875
            "version": "1.0.0",
3876
            "source": {
3877
                "type": "git",
3878
                "url": "https://github.com/sonata-project/SonataTranslationBundle.git",
3879
                "reference": "9e51b13d4751172e8e5638df97e3884b72020419"
3880
            },
3881
            "dist": {
3882
                "type": "zip",
3883
                "url": "https://api.github.com/repos/sonata-project/SonataTranslationBundle/zipball/9e51b13d4751172e8e5638df97e3884b72020419",
3884
                "reference": "9e51b13d4751172e8e5638df97e3884b72020419",
3885
                "shasum": ""
3886
            },
3887
            "require": {
3888
                "sonata-project/core-bundle": "~2.2",
3889
                "symfony/symfony": "~2.2"
3890
            },
3891
            "require-dev": {
3892
                "stof/doctrine-extensions-bundle": "1.1.*"
3893
            },
3894
            "suggest": {
3895
                "sonata-project/doctrine-orm-admin-bundle": "2.2.*",
3896
                "sonata-project/doctrine-phpcr-admin-bundle": "1.*",
3897
                "stof/doctrine-extensions-bundle": "1.1.*"
3898
            },
3899
            "type": "symfony-bundle",
3900
            "extra": {
3901
                "branch-alias": {
3902
                    "dev-master": "1.0.x-dev"
3903
                }
3904
            },
3905
            "autoload": {
3906
                "psr-4": {
3907
                    "Sonata\\TranslationBundle\\": ""
3908
                }
3909
            },
3910
            "notification-url": "https://packagist.org/downloads/",
3911
            "license": [
3912
                "MIT"
3913
            ],
3914
            "authors": [
3915
                {
3916
                    "name": "Nicolas Bastien",
3917
                    "email": "[email protected]",
3918
                    "homepage": "https://github.com/nicolas-bastien"
3919
                },
3920
                {
3921
                    "name": "Sonata Community",
3922
                    "homepage": "https://github.com/sonata-project/SonataTranslationBundle/contributors"
3923
                }
3924
            ],
3925
            "description": "SonataTranslationBundle",
3926
            "homepage": "http://sonata-project.org/bundles/translation",
3927
            "keywords": [
3928
                "i18n",
3929
                "translation"
3930
            ],
3931
            "time": "2015-03-17 12:13:01"
3932
        },
3933
        {
3934
            "name": "stof/doctrine-extensions-bundle",
3935
            "version": "dev-master",
3936
            "source": {
3937
                "type": "git",
3938
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
3939
                "reference": "2ff8473e33e224af87dc00d48a552a35a75115af"
3940
            },
3941
            "dist": {
3942
                "type": "zip",
3943
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
3944
                "reference": "2ff8473e33e224af87dc00d48a552a35a75115af",
3945
                "shasum": ""
3946
            },
3947
            "require": {
3948
                "gedmo/doctrine-extensions": "~2.3.1",
3949
                "php": ">=5.3.2",
3950
                "symfony/framework-bundle": "~2.1"
3951
            },
3952
            "suggest": {
3953
                "doctrine/doctrine-bundle": "to use the ORM extensions",
3954
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
3955
            },
3956
            "type": "symfony-bundle",
3957
            "extra": {
3958
                "branch-alias": {
3959
                    "dev-master": "1.2.x-dev"
3960
                }
3961
            },
3962
            "autoload": {
3963
                "psr-4": {
3964
                    "Stof\\DoctrineExtensionsBundle\\": ""
3965
                }
3966
            },
3967
            "notification-url": "https://packagist.org/downloads/",
3968
            "license": [
3969
                "MIT"
3970
            ],
3971
            "authors": [
3972
                {
3973
                    "name": "Christophe Coevoet",
3974
                    "email": "[email protected]"
3975
                }
3976
            ],
3977
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
3978
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
3979
            "keywords": [
3980
                "behaviors",
3981
                "doctrine2",
3982
                "extensions",
3983
                "gedmo",
3984
                "loggable",
3985
                "nestedset",
3986
                "sluggable",
3987
                "sortable",
3988
                "timestampable",
3989
                "translatable",
3990
                "tree"
3991
            ],
3992
            "time": "2014-09-30 08:24:40"
3993
        },
3994
        {
3995
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
3996
            "version": "v5.4.0",
3997
            "source": {
3998
                "type": "git",
3999
                "url": "https://github.com/swiftmailer/swiftmailer.git",
4000
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
4001
            },
4002
            "dist": {
4003
                "type": "zip",
4004
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
4005
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
4006
                "shasum": ""
4007
            },
4008
            "require": {
4009
                "php": ">=5.3.3"
4010
            },
4011
            "require-dev": {
4012
                "mockery/mockery": "~0.9.1"
4013
            },
4014
            "type": "library",
4015
            "extra": {
4016
                "branch-alias": {
4017
                    "dev-master": "5.4-dev"
4018
                }
4019
            },
4020
            "autoload": {
4021
                "files": [
4022
                    "lib/swift_required.php"
4023
                ]
4024
            },
4025
            "notification-url": "https://packagist.org/downloads/",
4026
            "license": [
4027
                "MIT"
4028
            ],
4029
            "authors": [
4030
                {
4031
                    "name": "Chris Corbyn"
4032
                },
4033
                {
4034
                    "name": "Fabien Potencier",
4035
                    "email": "[email protected]"
4036
                }
4037
            ],
4038
            "description": "Swiftmailer, free feature-rich PHP mailer",
4039
            "homepage": "http://swiftmailer.org",
4040
            "keywords": [
4041
                "mail",
4042
                "mailer"
4043
            ],
4044
            "time": "2015-03-14 06:06:39"
4045
        },
4046
        {
4047
            "name": "symfony/assetic-bundle",
4048
            "version": "v2.6.1",
4049
            "source": {
4050
                "type": "git",
4051
                "url": "https://github.com/symfony/assetic-bundle.git",
4052
                "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
4053
            },
4054
            "dist": {
4055
                "type": "zip",
4056
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
4057
                "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
4058
                "shasum": ""
4059
            },
4060
            "require": {
4061
                "kriswallsmith/assetic": "~1.2",
4062
                "php": ">=5.3.0",
4063
                "symfony/console": "~2.3",
4064
                "symfony/dependency-injection": "~2.3",
4065
                "symfony/framework-bundle": "~2.3",
4066
                "symfony/yaml": "~2.3"
4067
            },
4068
            "require-dev": {
4069
                "kriswallsmith/spork": "~0.2",
4070
                "patchwork/jsqueeze": "~1.0",
4071
                "symfony/class-loader": "~2.3",
4072
                "symfony/css-selector": "~2.3",
4073
                "symfony/dom-crawler": "~2.3",
4074
                "symfony/twig-bundle": "~2.3"
4075
            },
4076
            "suggest": {
4077
                "kriswallsmith/spork": "to be able to dump assets in parallel",
4078
                "symfony/twig-bundle": "to use the Twig integration"
4079
            },
4080
            "type": "symfony-bundle",
4081
            "extra": {
4082
                "branch-alias": {
4083
                    "dev-master": "2.5-dev"
4084
                }
4085
            },
4086
            "autoload": {
4087
                "psr-4": {
4088
                    "Symfony\\Bundle\\AsseticBundle\\": ""
4089
                }
4090
            },
4091
            "notification-url": "https://packagist.org/downloads/",
4092
            "license": [
4093
                "MIT"
4094
            ],
4095
            "authors": [
4096
                {
4097
                    "name": "Kris Wallsmith",
4098
                    "email": "[email protected]",
4099
                    "homepage": "http://kriswallsmith.net/"
4100
                }
4101
            ],
4102
            "description": "Integrates Assetic into Symfony2",
4103
            "homepage": "https://github.com/symfony/AsseticBundle",
4104
            "keywords": [
4105
                "assets",
4106
                "compression",
4107
                "minification"
4108
            ],
4109
            "time": "2015-01-27 12:45:16"
4110
        },
4111
        {
4112
            "name": "symfony/monolog-bundle",
4113
            "version": "v2.7.1",
4114
            "source": {
4115
                "type": "git",
4116
                "url": "https://github.com/symfony/monolog-bundle.git",
4117
                "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
4118
            },
4119
            "dist": {
4120
                "type": "zip",
4121
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
4122
                "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
4123
                "shasum": ""
4124
            },
4125
            "require": {
4126
                "monolog/monolog": "~1.8",
4127
                "php": ">=5.3.2",
4128
                "symfony/config": "~2.3",
4129
                "symfony/dependency-injection": "~2.3",
4130
                "symfony/http-kernel": "~2.3",
4131
                "symfony/monolog-bridge": "~2.3"
4132
            },
4133
            "require-dev": {
4134
                "symfony/console": "~2.3",
4135
                "symfony/yaml": "~2.3"
4136
            },
4137
            "type": "symfony-bundle",
4138
            "extra": {
4139
                "branch-alias": {
4140
                    "dev-master": "2.7.x-dev"
4141
                }
4142
            },
4143
            "autoload": {
4144
                "psr-4": {
4145
                    "Symfony\\Bundle\\MonologBundle\\": ""
4146
                }
4147
            },
4148
            "notification-url": "https://packagist.org/downloads/",
4149
            "license": [
4150
                "MIT"
4151
            ],
4152
            "authors": [
4153
                {
4154
                    "name": "Symfony Community",
4155
                    "homepage": "http://symfony.com/contributors"
4156
                },
4157
                {
4158
                    "name": "Fabien Potencier",
4159
                    "email": "[email protected]"
4160
                }
4161
            ],
4162
            "description": "Symfony MonologBundle",
4163
            "homepage": "http://symfony.com",
4164
            "keywords": [
4165
                "log",
4166
                "logging"
4167
            ],
4168
            "time": "2015-01-04 20:21:17"
4169
        },
4170
        {
4171
            "name": "symfony/swiftmailer-bundle",
4172
            "version": "v2.3.8",
4173
            "source": {
4174
                "type": "git",
4175
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
4176
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
4177
            },
4178
            "dist": {
4179
                "type": "zip",
4180
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
4181
                "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
4182
                "shasum": ""
4183
            },
4184
            "require": {
4185
                "php": ">=5.3.2",
4186
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
4187
                "symfony/swiftmailer-bridge": "~2.1"
4188
            },
4189
            "require-dev": {
4190
                "symfony/config": "~2.1",
4191
                "symfony/dependency-injection": "~2.1",
4192
                "symfony/http-kernel": "~2.1",
4193
                "symfony/yaml": "~2.1"
4194
            },
4195
            "suggest": {
4196
                "psr/log": "Allows logging"
4197
            },
4198
            "type": "symfony-bundle",
4199
            "extra": {
4200
                "branch-alias": {
4201
                    "dev-master": "2.3-dev"
4202
                }
4203
            },
4204
            "autoload": {
4205
                "psr-4": {
4206
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
4207
                }
4208
            },
4209
            "notification-url": "https://packagist.org/downloads/",
4210
            "license": [
4211
                "MIT"
4212
            ],
4213
            "authors": [
4214
                {
4215
                    "name": "Symfony Community",
4216
                    "homepage": "http://symfony.com/contributors"
4217
                },
4218
                {
4219
                    "name": "Fabien Potencier",
4220
                    "email": "[email protected]"
4221
                }
4222
            ],
4223
            "description": "Symfony SwiftmailerBundle",
4224
            "homepage": "http://symfony.com",
4225
            "time": "2014-12-01 17:44:50"
4226
        },
4227
        {
4228
            "name": "symfony/symfony",
0 ignored issues
show
4229
            "version": "v2.6.9",
4230
            "source": {
4231
                "type": "git",
4232
                "url": "https://github.com/symfony/symfony.git",
4233
                "reference": "b06539573ccf64dd3a62852685f052553d02c5ba"
4234
            },
4235
            "dist": {
4236
                "type": "zip",
4237
                "url": "https://api.github.com/repos/symfony/symfony/zipball/b06539573ccf64dd3a62852685f052553d02c5ba",
4238
                "reference": "b06539573ccf64dd3a62852685f052553d02c5ba",
4239
                "shasum": ""
4240
            },
4241
            "require": {
4242
                "doctrine/common": "~2.3",
4243
                "php": ">=5.3.3",
4244
                "psr/log": "~1.0",
4245
                "twig/twig": "~1.12,>=1.12.3"
4246
            },
4247
            "replace": {
4248
                "symfony/browser-kit": "self.version",
4249
                "symfony/class-loader": "self.version",
4250
                "symfony/config": "self.version",
4251
                "symfony/console": "self.version",
4252
                "symfony/css-selector": "self.version",
4253
                "symfony/debug": "self.version",
4254
                "symfony/debug-bundle": "self.version",
4255
                "symfony/dependency-injection": "self.version",
4256
                "symfony/doctrine-bridge": "self.version",
4257
                "symfony/dom-crawler": "self.version",
4258
                "symfony/event-dispatcher": "self.version",
4259
                "symfony/expression-language": "self.version",
4260
                "symfony/filesystem": "self.version",
4261
                "symfony/finder": "self.version",
4262
                "symfony/form": "self.version",
4263
                "symfony/framework-bundle": "self.version",
4264
                "symfony/http-foundation": "self.version",
4265
                "symfony/http-kernel": "self.version",
4266
                "symfony/intl": "self.version",
4267
                "symfony/locale": "self.version",
4268
                "symfony/monolog-bridge": "self.version",
4269
                "symfony/options-resolver": "self.version",
4270
                "symfony/process": "self.version",
4271
                "symfony/propel1-bridge": "self.version",
4272
                "symfony/property-access": "self.version",
4273
                "symfony/proxy-manager-bridge": "self.version",
4274
                "symfony/routing": "self.version",
4275
                "symfony/security": "self.version",
4276
                "symfony/security-acl": "self.version",
4277
                "symfony/security-bundle": "self.version",
4278
                "symfony/security-core": "self.version",
4279
                "symfony/security-csrf": "self.version",
4280
                "symfony/security-http": "self.version",
4281
                "symfony/serializer": "self.version",
4282
                "symfony/stopwatch": "self.version",
4283
                "symfony/swiftmailer-bridge": "self.version",
4284
                "symfony/templating": "self.version",
4285
                "symfony/translation": "self.version",
4286
                "symfony/twig-bridge": "self.version",
4287
                "symfony/twig-bundle": "self.version",
4288
                "symfony/validator": "self.version",
4289
                "symfony/var-dumper": "self.version",
4290
                "symfony/web-profiler-bundle": "self.version",
4291
                "symfony/yaml": "self.version"
4292
            },
4293
            "require-dev": {
4294
                "doctrine/data-fixtures": "1.0.*",
4295
                "doctrine/dbal": "~2.2",
4296
                "doctrine/doctrine-bundle": "~1.2",
4297
                "doctrine/orm": "~2.2,>=2.2.3",
4298
                "egulias/email-validator": "~1.2",
4299
                "ircmaxell/password-compat": "~1.0",
4300
                "monolog/monolog": "~1.11",
4301
                "ocramius/proxy-manager": "~0.4|~1.0",
4302
                "propel/propel1": "~1.6",
4303
                "symfony/phpunit-bridge": "~2.7"
4304
            },
4305
            "type": "library",
4306
            "extra": {
4307
                "branch-alias": {
4308
                    "dev-master": "2.6-dev"
4309
                }
4310
            },
4311
            "autoload": {
4312
                "psr-0": {
4313
                    "Symfony\\": "src/"
4314
                },
4315
                "classmap": [
4316
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
4317
                    "src/Symfony/Component/Intl/Resources/stubs"
4318
                ],
4319
                "files": [
4320
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
4321
                ]
4322
            },
4323
            "notification-url": "https://packagist.org/downloads/",
4324
            "license": [
4325
                "MIT"
4326
            ],
4327
            "authors": [
4328
                {
4329
                    "name": "Fabien Potencier",
4330
                    "email": "[email protected]"
4331
                },
4332
                {
4333
                    "name": "Symfony Community",
4334
                    "homepage": "https://symfony.com/contributors"
4335
                }
4336
            ],
4337
            "description": "The Symfony PHP framework",
4338
            "homepage": "https://symfony.com",
4339
            "keywords": [
4340
                "framework"
4341
            ],
4342
            "time": "2015-05-29 22:55:07"
4343
        },
4344
        {
4345
            "name": "twig/extensions",
4346
            "version": "v1.2.0",
4347
            "source": {
4348
                "type": "git",
4349
                "url": "https://github.com/twigphp/Twig-extensions.git",
4350
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
4351
            },
4352
            "dist": {
4353
                "type": "zip",
4354
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
4355
                "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
4356
                "shasum": ""
4357
            },
4358
            "require": {
4359
                "twig/twig": "~1.12"
4360
            },
4361
            "require-dev": {
4362
                "symfony/translation": "~2.3"
4363
            },
4364
            "suggest": {
4365
                "symfony/translation": "Allow the time_diff output to be translated"
4366
            },
4367
            "type": "library",
4368
            "extra": {
4369
                "branch-alias": {
4370
                    "dev-master": "1.2.x-dev"
4371
                }
4372
            },
4373
            "autoload": {
4374
                "psr-0": {
4375
                    "Twig_Extensions_": "lib/"
4376
                }
4377
            },
4378
            "notification-url": "https://packagist.org/downloads/",
4379
            "license": [
4380
                "MIT"
4381
            ],
4382
            "authors": [
4383
                {
4384
                    "name": "Fabien Potencier",
4385
                    "email": "[email protected]"
4386
                }
4387
            ],
4388
            "description": "Common additional features for Twig that do not directly belong in core",
4389
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
4390
            "keywords": [
4391
                "i18n",
4392
                "text"
4393
            ],
4394
            "time": "2014-10-30 14:30:03"
4395
        },
4396
        {
4397
            "name": "twig/twig",
4398
            "version": "v1.22.1",
4399
            "source": {
4400
                "type": "git",
4401
                "url": "https://github.com/twigphp/Twig.git",
4402
                "reference": "b7fc2469fa009897871fb95b68237286fc54a5ad"
4403
            },
4404
            "dist": {
4405
                "type": "zip",
4406
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/b7fc2469fa009897871fb95b68237286fc54a5ad",
4407
                "reference": "b7fc2469fa009897871fb95b68237286fc54a5ad",
4408
                "shasum": ""
4409
            },
4410
            "require": {
4411
                "php": ">=5.2.7"
4412
            },
4413
            "require-dev": {
4414
                "symfony/debug": "~2.7",
4415
                "symfony/phpunit-bridge": "~2.7"
4416
            },
4417
            "type": "library",
4418
            "extra": {
4419
                "branch-alias": {
4420
                    "dev-master": "1.22-dev"
4421
                }
4422
            },
4423
            "autoload": {
4424
                "psr-0": {
4425
                    "Twig_": "lib/"
4426
                }
4427
            },
4428
            "notification-url": "https://packagist.org/downloads/",
4429
            "license": [
4430
                "BSD-3-Clause"
4431
            ],
4432
            "authors": [
4433
                {
4434
                    "name": "Fabien Potencier",
4435
                    "email": "[email protected]",
4436
                    "homepage": "http://fabien.potencier.org",
4437
                    "role": "Lead Developer"
4438
                },
4439
                {
4440
                    "name": "Armin Ronacher",
4441
                    "email": "[email protected]",
4442
                    "role": "Project Founder"
4443
                },
4444
                {
4445
                    "name": "Twig Team",
4446
                    "homepage": "http://twig.sensiolabs.org/contributors",
4447
                    "role": "Contributors"
4448
                }
4449
            ],
4450
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4451
            "homepage": "http://twig.sensiolabs.org",
4452
            "keywords": [
4453
                "templating"
4454
            ],
4455
            "time": "2015-09-15 06:50:16"
4456
        },
4457
        {
4458
            "name": "willdurand/jsonp-callback-validator",
4459
            "version": "v1.1.0",
4460
            "source": {
4461
                "type": "git",
4462
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
4463
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
4464
            },
4465
            "dist": {
4466
                "type": "zip",
4467
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
4468
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
4469
                "shasum": ""
4470
            },
4471
            "require": {
4472
                "php": ">=5.3.0"
4473
            },
4474
            "require-dev": {
4475
                "phpunit/phpunit": "~3.7"
4476
            },
4477
            "type": "library",
4478
            "autoload": {
4479
                "psr-0": {
4480
                    "JsonpCallbackValidator": "src/"
4481
                }
4482
            },
4483
            "notification-url": "https://packagist.org/downloads/",
4484
            "license": [
4485
                "MIT"
4486
            ],
4487
            "authors": [
4488
                {
4489
                    "name": "William Durand",
4490
                    "email": "[email protected]",
4491
                    "homepage": "http://www.willdurand.fr"
4492
                }
4493
            ],
4494
            "description": "JSONP callback validator.",
4495
            "time": "2014-01-20 22:35:06"
4496
        },
4497
        {
4498
            "name": "willdurand/negotiation",
4499
            "version": "1.3.4",
4500
            "source": {
4501
                "type": "git",
4502
                "url": "https://github.com/willdurand/Negotiation.git",
4503
                "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
4504
            },
4505
            "dist": {
4506
                "type": "zip",
4507
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
4508
                "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
4509
                "shasum": ""
4510
            },
4511
            "require": {
4512
                "php": ">=5.3.0"
4513
            },
4514
            "type": "library",
4515
            "extra": {
4516
                "branch-alias": {
4517
                    "dev-master": "1.3-dev"
4518
                }
4519
            },
4520
            "autoload": {
4521
                "psr-0": {
4522
                    "Negotiation": "src/"
4523
                }
4524
            },
4525
            "notification-url": "https://packagist.org/downloads/",
4526
            "license": [
4527
                "MIT"
4528
            ],
4529
            "authors": [
4530
                {
4531
                    "name": "William Durand",
4532
                    "email": "[email protected]"
4533
                }
4534
            ],
4535
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
4536
            "homepage": "http://williamdurand.fr/Negotiation/",
4537
            "keywords": [
4538
                "accept",
4539
                "content",
4540
                "format",
4541
                "header",
4542
                "negotiation"
4543
            ],
4544
            "time": "2014-10-02 07:26:00"
4545
        },
4546
        {
4547
            "name": "zendframework/zenddiagnostics",
4548
            "version": "v1.0.4",
4549
            "source": {
4550
                "type": "git",
4551
                "url": "https://github.com/zendframework/ZendDiagnostics.git",
4552
                "reference": "b855b48f6539038270a3c0935b6bd2c51fa43f7c"
4553
            },
4554
            "dist": {
4555
                "type": "zip",
4556
                "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/b855b48f6539038270a3c0935b6bd2c51fa43f7c",
4557
                "reference": "b855b48f6539038270a3c0935b6bd2c51fa43f7c",
4558
                "shasum": ""
4559
            },
4560
            "require": {
4561
                "php": ">=5.3.3"
4562
            },
4563
            "require-dev": {
4564
                "guzzle/http": "3.*",
4565
                "guzzle/plugin-mock": "3.*",
4566
                "predis/predis": "0.8.*",
4567
                "sensiolabs/security-checker": "1.3.*@dev",
4568
                "symfony/yaml": "v2.3.11",
4569
                "videlalvaro/php-amqplib": "2.*",
4570
                "zendframework/zend-loader": "2.*"
4571
            },
4572
            "suggest": {
4573
                "ext-bcmath": "Required by Check\\CpuPerformance",
4574
                "guzzle/http": "Required by Check\\GuzzleHttpService",
4575
                "predis/predis": "Required by Check\\Redis",
4576
                "sensiolabs/security-checker": "Required by Check\\SecurityAdvisory",
4577
                "symfony/yaml": "Required by Check\\YamlFile",
4578
                "videlalvaro/php-amqplib": "Required by Check\\RabbitMQ"
4579
            },
4580
            "type": "library",
4581
            "extra": {
4582
                "branch-alias": {
4583
                    "dev-master": "1.0.x-dev"
4584
                }
4585
            },
4586
            "autoload": {
4587
                "psr-0": {
4588
                    "ZendDiagnostics\\": "src/",
4589
                    "ZendDiagnosticsTest\\": "tests/"
4590
                }
4591
            },
4592
            "notification-url": "https://packagist.org/downloads/",
4593
            "license": [
4594
                "BSD-3-Clause"
4595
            ],
4596
            "description": "A set of components for performing diagnostic tests in PHP applications",
4597
            "homepage": "https://github.com/zendframework/ZendDiagnostics",
4598
            "keywords": [
4599
                "diagnostics",
4600
                "php",
4601
                "test"
4602
            ],
4603
            "time": "2014-12-07 18:10:07"
4604
        }
4605
    ],
4606
    "packages-dev": [
4607
        {
4608
            "name": "doctrine/data-fixtures",
4609
            "version": "v1.1.0",
4610
            "source": {
4611
                "type": "git",
4612
                "url": "https://github.com/doctrine/data-fixtures.git",
4613
                "reference": "70020ae434da2e87fb62b40aba1211ef4fb04182"
4614
            },
4615
            "dist": {
4616
                "type": "zip",
4617
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/70020ae434da2e87fb62b40aba1211ef4fb04182",
4618
                "reference": "70020ae434da2e87fb62b40aba1211ef4fb04182",
4619
                "shasum": ""
4620
            },
4621
            "require": {
4622
                "doctrine/common": "~2.2",
4623
                "php": ">=5.3.2"
4624
            },
4625
            "conflict": {
4626
                "doctrine/orm": "< 2.4"
4627
            },
4628
            "require-dev": {
4629
                "doctrine/orm": "~2.4"
4630
            },
4631
            "suggest": {
4632
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
4633
                "doctrine/orm": "For loading ORM fixtures",
4634
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
4635
            },
4636
            "type": "library",
4637
            "extra": {
4638
                "branch-alias": {
4639
                    "dev-master": "1.1.x-dev"
4640
                }
4641
            },
4642
            "autoload": {
4643
                "psr-0": {
4644
                    "Doctrine\\Common\\DataFixtures": "lib/"
4645
                }
4646
            },
4647
            "notification-url": "https://packagist.org/downloads/",
4648
            "license": [
4649
                "MIT"
4650
            ],
4651
            "authors": [
4652
                {
4653
                    "name": "Jonathan Wage",
4654
                    "email": "[email protected]"
4655
                }
4656
            ],
4657
            "description": "Data Fixtures for all Doctrine Object Managers",
4658
            "homepage": "http://www.doctrine-project.org",
4659
            "keywords": [
4660
                "database"
4661
            ],
4662
            "time": "2015-03-28 22:24:17"
4663
        },
4664
        {
4665
            "name": "doctrine/doctrine-fixtures-bundle",
4666
            "version": "v2.2.0",
4667
            "target-dir": "Doctrine/Bundle/FixturesBundle",
4668
            "source": {
4669
                "type": "git",
4670
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
4671
                "reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803"
4672
            },
4673
            "dist": {
4674
                "type": "zip",
4675
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c811f96f0cf83b997e3a3ed037cac729bbe3e803",
4676
                "reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803",
4677
                "shasum": ""
4678
            },
4679
            "require": {
4680
                "doctrine/data-fixtures": "~1.0",
4681
                "doctrine/doctrine-bundle": "~1.0",
4682
                "php": ">=5.3.2",
4683
                "symfony/doctrine-bridge": "~2.1"
4684
            },
4685
            "type": "symfony-bundle",
4686
            "extra": {
4687
                "branch-alias": {
4688
                    "dev-master": "2.1.x-dev"
4689
                }
4690
            },
4691
            "autoload": {
4692
                "psr-0": {
4693
                    "Doctrine\\Bundle\\FixturesBundle": ""
4694
                }
4695
            },
4696
            "notification-url": "https://packagist.org/downloads/",
4697
            "license": [
4698
                "MIT"
4699
            ],
4700
            "authors": [
4701
                {
4702
                    "name": "Fabien Potencier",
4703
                    "email": "[email protected]",
4704
                    "homepage": "http://fabien.potencier.org",
4705
                    "role": "Lead Developer"
4706
                },
4707
                {
4708
                    "name": "Symfony Community",
4709
                    "homepage": "http://symfony.com/contributors"
4710
                },
4711
                {
4712
                    "name": "Doctrine Project",
4713
                    "homepage": "http://www.doctrine-project.org"
4714
                }
4715
            ],
4716
            "description": "Symfony DoctrineFixturesBundle",
4717
            "homepage": "http://www.doctrine-project.org",
4718
            "keywords": [
4719
                "Fixture",
4720
                "persistence"
4721
            ],
4722
            "time": "2013-09-05 11:23:37"
4723
        },
4724
        {
4725
            "name": "fabpot/goutte",
4726
            "version": "v2.0.4",
4727
            "source": {
4728
                "type": "git",
4729
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
4730
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
4731
            },
4732
            "dist": {
4733
                "type": "zip",
4734
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
4735
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
4736
                "shasum": ""
4737
            },
4738
            "require": {
4739
                "guzzlehttp/guzzle": ">=4,<6",
4740
                "php": ">=5.4.0",
4741
                "symfony/browser-kit": "~2.1",
4742
                "symfony/css-selector": "~2.1",
4743
                "symfony/dom-crawler": "~2.1"
4744
            },
4745
            "type": "application",
4746
            "extra": {
4747
                "branch-alias": {
4748
                    "dev-master": "2.0-dev"
4749
                }
4750
            },
4751
            "autoload": {
4752
                "psr-4": {
4753
                    "Goutte\\": "Goutte"
4754
                }
4755
            },
4756
            "notification-url": "https://packagist.org/downloads/",
4757
            "license": [
4758
                "MIT"
4759
            ],
4760
            "authors": [
4761
                {
4762
                    "name": "Fabien Potencier",
4763
                    "email": "[email protected]"
4764
                }
4765
            ],
4766
            "description": "A simple PHP Web Scraper",
4767
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
4768
            "keywords": [
4769
                "scraper"
4770
            ],
4771
            "time": "2015-05-05 21:14:57"
4772
        },
4773
        {
4774
            "name": "fabpot/php-cs-fixer",
4775
            "version": "v1.6",
4776
            "source": {
4777
                "type": "git",
4778
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
4779
                "reference": "81a46f8a0f92f1ba64587b384a275d0766cf2c70"
4780
            },
4781
            "dist": {
4782
                "type": "zip",
4783
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/81a46f8a0f92f1ba64587b384a275d0766cf2c70",
4784
                "reference": "81a46f8a0f92f1ba64587b384a275d0766cf2c70",
4785
                "shasum": ""
4786
            },
4787
            "require": {
4788
                "php": ">=5.3.6",
4789
                "sebastian/diff": "~1.1",
4790
                "symfony/console": "~2.1",
4791
                "symfony/event-dispatcher": "~2.1",
4792
                "symfony/filesystem": "~2.1",
4793
                "symfony/finder": "~2.1",
4794
                "symfony/process": "~2.3",
4795
                "symfony/stopwatch": "~2.5"
4796
            },
4797
            "require-dev": {
4798
                "satooshi/php-coveralls": "0.7.*@dev"
4799
            },
4800
            "bin": [
4801
                "php-cs-fixer"
4802
            ],
4803
            "type": "application",
4804
            "autoload": {
4805
                "psr-4": {
4806
                    "Symfony\\CS\\": "Symfony/CS/"
4807
                }
4808
            },
4809
            "notification-url": "https://packagist.org/downloads/",
4810
            "license": [
4811
                "MIT"
4812
            ],
4813
            "authors": [
4814
                {
4815
                    "name": "Dariusz Rumiński",
4816
                    "email": "[email protected]"
4817
                },
4818
                {
4819
                    "name": "Fabien Potencier",
4820
                    "email": "[email protected]"
4821
                }
4822
            ],
4823
            "description": "A script to automatically fix Symfony Coding Standard",
4824
            "time": "2015-03-26 21:09:59"
4825
        },
4826
        {
4827
            "name": "fzaninotto/faker",
4828
            "version": "v1.4.0",
4829
            "source": {
4830
                "type": "git",
4831
                "url": "https://github.com/fzaninotto/Faker.git",
4832
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
4833
            },
4834
            "dist": {
4835
                "type": "zip",
4836
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
4837
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
4838
                "shasum": ""
4839
            },
4840
            "require": {
4841
                "php": ">=5.3.3"
4842
            },
4843
            "require-dev": {
4844
                "phpunit/phpunit": "~4.0",
4845
                "squizlabs/php_codesniffer": "~1.5"
4846
            },
4847
            "type": "library",
4848
            "extra": {
4849
                "branch-alias": []
4850
            },
4851
            "autoload": {
4852
                "psr-0": {
4853
                    "Faker": "src/",
4854
                    "Faker\\PHPUnit": "test/"
4855
                }
4856
            },
4857
            "notification-url": "https://packagist.org/downloads/",
4858
            "license": [
4859
                "MIT"
4860
            ],
4861
            "authors": [
4862
                {
4863
                    "name": "François Zaninotto"
4864
                }
4865
            ],
4866
            "description": "Faker is a PHP library that generates fake data for you.",
4867
            "keywords": [
4868
                "data",
4869
                "faker",
4870
                "fixtures"
4871
            ],
4872
            "time": "2014-06-04 14:43:02"
4873
        },
4874
        {
4875
            "name": "hautelook/alice-bundle",
4876
            "version": "0.2",
4877
            "source": {
4878
                "type": "git",
4879
                "url": "https://github.com/hautelook/AliceBundle.git",
4880
                "reference": "44824200e88cdec9b9f8ee5056c4a197299e5293"
4881
            },
4882
            "dist": {
4883
                "type": "zip",
4884
                "url": "https://api.github.com/repos/hautelook/AliceBundle/zipball/44824200e88cdec9b9f8ee5056c4a197299e5293",
4885
                "reference": "44824200e88cdec9b9f8ee5056c4a197299e5293",
4886
                "shasum": ""
4887
            },
4888
            "require": {
4889
                "doctrine/doctrine-bundle": "~1.2",
4890
                "doctrine/doctrine-fixtures-bundle": "~2.2",
4891
                "nelmio/alice": "~1.7",
4892
                "php": ">=5.3.0"
4893
            },
4894
            "require-dev": {
4895
                "doctrine/orm": "~2.4",
4896
                "hautelook/solarium-fixtures": "~1.0",
4897
                "solarium/solarium": "~3.1",
4898
                "symfony/browser-kit": "~2.1",
4899
                "symfony/console": "~2.1",
4900
                "symfony/framework-bundle": "~2.1",
4901
                "symfony/validator": "~2.1",
4902
                "symfony/yaml": "~2.1"
4903
            },
4904
            "suggest": {
4905
                "hautelook/solarium-fixtures": "To add Solarium fixtures"
4906
            },
4907
            "type": "symfony-bundle",
4908
            "autoload": {
4909
                "psr-4": {
4910
                    "Hautelook\\AliceBundle\\": ""
4911
                }
4912
            },
4913
            "notification-url": "https://packagist.org/downloads/",
4914
            "license": [
4915
                "MIT"
4916
            ],
4917
            "authors": [
4918
                {
4919
                    "name": "Baldur Rensch",
4920
                    "email": "[email protected]"
4921
                }
4922
            ],
4923
            "description": "Symfony2 Bundle that helps loading fixture data written with the Alice library",
4924
            "keywords": [
4925
                "Fixture",
4926
                "Symfony2",
4927
                "alice",
4928
                "orm"
4929
            ],
4930
            "time": "2014-10-19 05:10:40"
4931
        },
4932
        {
4933
            "name": "nelmio/alice",
4934
            "version": "1.7.2",
4935
            "source": {
4936
                "type": "git",
4937
                "url": "https://github.com/nelmio/alice.git",
4938
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958"
4939
            },
4940
            "dist": {
4941
                "type": "zip",
4942
                "url": "https://api.github.com/repos/nelmio/alice/zipball/33cfab06b7e0d546c001ba95f9c594e4bd63d958",
4943
                "reference": "33cfab06b7e0d546c001ba95f9c594e4bd63d958",
4944
                "shasum": ""
4945
            },
4946
            "require": {
4947
                "fzaninotto/faker": "~1.0",
4948
                "php": ">=5.3",
4949
                "symfony/yaml": "~2.0"
4950
            },
4951
            "require-dev": {
4952
                "doctrine/common": "~2.3",
4953
                "phpunit/phpunit": "3.7.*",
4954
                "symfony/property-access": "~2.2"
4955
            },
4956
            "type": "library",
4957
            "extra": {
4958
                "branch-alias": {
4959
                    "dev-master": "2.0.x-dev"
4960
                }
4961
            },
4962
            "autoload": {
4963
                "psr-4": {
4964
                    "Nelmio\\Alice\\": "src/Nelmio/Alice"
4965
                }
4966
            },
4967
            "notification-url": "https://packagist.org/downloads/",
4968
            "license": [
4969
                "MIT"
4970
            ],
4971
            "authors": [
4972
                {
4973
                    "name": "Tim Shelburne"
4974
                },
4975
                {
4976
                    "name": "Jordi Boggiano",
4977
                    "email": "[email protected]"
4978
                }
4979
            ],
4980
            "description": "Expressive fixtures generator",
4981
            "keywords": [
4982
                "Fixture",
4983
                "data",
4984
                "orm",
4985
                "test"
4986
            ],
4987
            "time": "2014-10-10 13:07:37"
4988
        },
4989
        {
4990
            "name": "phpdocumentor/reflection-docblock",
4991
            "version": "2.0.4",
4992
            "source": {
4993
                "type": "git",
4994
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4995
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
4996
            },
4997
            "dist": {
4998
                "type": "zip",
4999
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
5000
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
5001
                "shasum": ""
5002
            },
5003
            "require": {
5004
                "php": ">=5.3.3"
5005
            },
5006
            "require-dev": {
5007
                "phpunit/phpunit": "~4.0"
5008
            },
5009
            "suggest": {
5010
                "dflydev/markdown": "~1.0",
5011
                "erusev/parsedown": "~1.0"
5012
            },
5013
            "type": "library",
5014
            "extra": {
5015
                "branch-alias": {
5016
                    "dev-master": "2.0.x-dev"
5017
                }
5018
            },
5019
            "autoload": {
5020
                "psr-0": {
5021
                    "phpDocumentor": [
5022
                        "src/"
5023
                    ]
5024
                }
5025
            },
5026
            "notification-url": "https://packagist.org/downloads/",
5027
            "license": [
5028
                "MIT"
5029
            ],
5030
            "authors": [
5031
                {
5032
                    "name": "Mike van Riel",
5033
                    "email": "[email protected]"
5034
                }
5035
            ],
5036
            "time": "2015-02-03 12:10:50"
5037
        },
5038
        {
5039
            "name": "phpspec/prophecy",
5040
            "version": "v1.4.1",
5041
            "source": {
5042
                "type": "git",
5043
                "url": "https://github.com/phpspec/prophecy.git",
5044
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
5045
            },
5046
            "dist": {
5047
                "type": "zip",
5048
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
5049
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
5050
                "shasum": ""
5051
            },
5052
            "require": {
5053
                "doctrine/instantiator": "^1.0.2",
5054
                "phpdocumentor/reflection-docblock": "~2.0",
5055
                "sebastian/comparator": "~1.1"
5056
            },
5057
            "require-dev": {
5058
                "phpspec/phpspec": "~2.0"
5059
            },
5060
            "type": "library",
5061
            "extra": {
5062
                "branch-alias": {
5063
                    "dev-master": "1.4.x-dev"
5064
                }
5065
            },
5066
            "autoload": {
5067
                "psr-0": {
5068
                    "Prophecy\\": "src/"
5069
                }
5070
            },
5071
            "notification-url": "https://packagist.org/downloads/",
5072
            "license": [
5073
                "MIT"
5074
            ],
5075
            "authors": [
5076
                {
5077
                    "name": "Konstantin Kudryashov",
5078
                    "email": "[email protected]",
5079
                    "homepage": "http://everzet.com"
5080
                },
5081
                {
5082
                    "name": "Marcello Duarte",
5083
                    "email": "[email protected]"
5084
                }
5085
            ],
5086
            "description": "Highly opinionated mocking framework for PHP 5.3+",
5087
            "homepage": "https://github.com/phpspec/prophecy",
5088
            "keywords": [
5089
                "Double",
5090
                "Dummy",
5091
                "fake",
5092
                "mock",
5093
                "spy",
5094
                "stub"
5095
            ],
5096
            "time": "2015-04-27 22:15:08"
5097
        },
5098
        {
5099
            "name": "phpunit/php-code-coverage",
5100
            "version": "2.1.1",
5101
            "source": {
5102
                "type": "git",
5103
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5104
                "reference": "60991776b3994cd8297b861e8ddc7f9c9500dedc"
5105
            },
5106
            "dist": {
5107
                "type": "zip",
5108
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/60991776b3994cd8297b861e8ddc7f9c9500dedc",
5109
                "reference": "60991776b3994cd8297b861e8ddc7f9c9500dedc",
5110
                "shasum": ""
5111
            },
5112
            "require": {
5113
                "php": ">=5.3.3",
5114
                "phpunit/php-file-iterator": "~1.3",
5115
                "phpunit/php-text-template": "~1.2",
5116
                "phpunit/php-token-stream": "~1.3",
5117
                "sebastian/environment": "~1.0",
5118
                "sebastian/version": "~1.0"
5119
            },
5120
            "require-dev": {
5121
                "ext-xdebug": ">=2.1.4",
5122
                "phpunit/phpunit": "~4"
5123
            },
5124
            "suggest": {
5125
                "ext-dom": "*",
5126
                "ext-xdebug": ">=2.2.1",
5127
                "ext-xmlwriter": "*"
5128
            },
5129
            "type": "library",
5130
            "extra": {
5131
                "branch-alias": {
5132
                    "dev-master": "2.1.x-dev"
5133
                }
5134
            },
5135
            "autoload": {
5136
                "classmap": [
5137
                    "src/"
5138
                ]
5139
            },
5140
            "notification-url": "https://packagist.org/downloads/",
5141
            "license": [
5142
                "BSD-3-Clause"
5143
            ],
5144
            "authors": [
5145
                {
5146
                    "name": "Sebastian Bergmann",
5147
                    "email": "[email protected]",
5148
                    "role": "lead"
5149
                }
5150
            ],
5151
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5152
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5153
            "keywords": [
5154
                "coverage",
5155
                "testing",
5156
                "xunit"
5157
            ],
5158
            "time": "2015-05-31 03:14:06"
5159
        },
5160
        {
5161
            "name": "phpunit/php-file-iterator",
5162
            "version": "1.4.0",
5163
            "source": {
5164
                "type": "git",
5165
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5166
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
5167
            },
5168
            "dist": {
5169
                "type": "zip",
5170
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
5171
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
5172
                "shasum": ""
5173
            },
5174
            "require": {
5175
                "php": ">=5.3.3"
5176
            },
5177
            "type": "library",
5178
            "extra": {
5179
                "branch-alias": {
5180
                    "dev-master": "1.4.x-dev"
5181
                }
5182
            },
5183
            "autoload": {
5184
                "classmap": [
5185
                    "src/"
5186
                ]
5187
            },
5188
            "notification-url": "https://packagist.org/downloads/",
5189
            "license": [
5190
                "BSD-3-Clause"
5191
            ],
5192
            "authors": [
5193
                {
5194
                    "name": "Sebastian Bergmann",
5195
                    "email": "[email protected]",
5196
                    "role": "lead"
5197
                }
5198
            ],
5199
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5200
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5201
            "keywords": [
5202
                "filesystem",
5203
                "iterator"
5204
            ],
5205
            "time": "2015-04-02 05:19:05"
5206
        },
5207
        {
5208
            "name": "phpunit/php-text-template",
5209
            "version": "1.2.0",
5210
            "source": {
5211
                "type": "git",
5212
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5213
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
5214
            },
5215
            "dist": {
5216
                "type": "zip",
5217
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
5218
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
5219
                "shasum": ""
5220
            },
5221
            "require": {
5222
                "php": ">=5.3.3"
5223
            },
5224
            "type": "library",
5225
            "autoload": {
5226
                "classmap": [
5227
                    "Text/"
5228
                ]
5229
            },
5230
            "notification-url": "https://packagist.org/downloads/",
5231
            "include-path": [
5232
                ""
5233
            ],
5234
            "license": [
5235
                "BSD-3-Clause"
5236
            ],
5237
            "authors": [
5238
                {
5239
                    "name": "Sebastian Bergmann",
5240
                    "email": "[email protected]",
5241
                    "role": "lead"
5242
                }
5243
            ],
5244
            "description": "Simple template engine.",
5245
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5246
            "keywords": [
5247
                "template"
5248
            ],
5249
            "time": "2014-01-30 17:20:04"
5250
        },
5251
        {
5252
            "name": "phpunit/php-timer",
5253
            "version": "1.0.5",
5254
            "source": {
5255
                "type": "git",
5256
                "url": "https://github.com/sebastianbergmann/php-timer.git",
5257
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
5258
            },
5259
            "dist": {
5260
                "type": "zip",
5261
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
5262
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
5263
                "shasum": ""
5264
            },
5265
            "require": {
5266
                "php": ">=5.3.3"
5267
            },
5268
            "type": "library",
5269
            "autoload": {
5270
                "classmap": [
5271
                    "PHP/"
5272
                ]
5273
            },
5274
            "notification-url": "https://packagist.org/downloads/",
5275
            "include-path": [
5276
                ""
5277
            ],
5278
            "license": [
5279
                "BSD-3-Clause"
5280
            ],
5281
            "authors": [
5282
                {
5283
                    "name": "Sebastian Bergmann",
5284
                    "email": "[email protected]",
5285
                    "role": "lead"
5286
                }
5287
            ],
5288
            "description": "Utility class for timing",
5289
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5290
            "keywords": [
5291
                "timer"
5292
            ],
5293
            "time": "2013-08-02 07:42:54"
5294
        },
5295
        {
5296
            "name": "phpunit/php-token-stream",
5297
            "version": "1.4.1",
5298
            "source": {
5299
                "type": "git",
5300
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5301
                "reference": "eab81d02569310739373308137284e0158424330"
5302
            },
5303
            "dist": {
5304
                "type": "zip",
5305
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
5306
                "reference": "eab81d02569310739373308137284e0158424330",
5307
                "shasum": ""
5308
            },
5309
            "require": {
5310
                "ext-tokenizer": "*",
5311
                "php": ">=5.3.3"
5312
            },
5313
            "require-dev": {
5314
                "phpunit/phpunit": "~4.2"
5315
            },
5316
            "type": "library",
5317
            "extra": {
5318
                "branch-alias": {
5319
                    "dev-master": "1.4-dev"
5320
                }
5321
            },
5322
            "autoload": {
5323
                "classmap": [
5324
                    "src/"
5325
                ]
5326
            },
5327
            "notification-url": "https://packagist.org/downloads/",
5328
            "license": [
5329
                "BSD-3-Clause"
5330
            ],
5331
            "authors": [
5332
                {
5333
                    "name": "Sebastian Bergmann",
5334
                    "email": "[email protected]"
5335
                }
5336
            ],
5337
            "description": "Wrapper around PHP's tokenizer extension.",
5338
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5339
            "keywords": [
5340
                "tokenizer"
5341
            ],
5342
            "time": "2015-04-08 04:46:07"
5343
        },
5344
        {
5345
            "name": "phpunit/phpunit",
5346
            "version": "4.6.9",
5347
            "source": {
5348
                "type": "git",
5349
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5350
                "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1"
5351
            },
5352
            "dist": {
5353
                "type": "zip",
5354
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/816d12536a7a032adc3b68737f82cfbbf98b79c1",
5355
                "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1",
5356
                "shasum": ""
5357
            },
5358
            "require": {
5359
                "ext-dom": "*",
5360
                "ext-json": "*",
5361
                "ext-pcre": "*",
5362
                "ext-reflection": "*",
5363
                "ext-spl": "*",
5364
                "php": ">=5.3.3",
5365
                "phpspec/prophecy": "~1.3,>=1.3.1",
5366
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
5367
                "phpunit/php-file-iterator": "~1.4",
5368
                "phpunit/php-text-template": "~1.2",
5369
                "phpunit/php-timer": "~1.0",
5370
                "phpunit/phpunit-mock-objects": "~2.3",
5371
                "sebastian/comparator": "~1.1",
5372
                "sebastian/diff": "~1.2",
5373
                "sebastian/environment": "~1.2",
5374
                "sebastian/exporter": "~1.2",
5375
                "sebastian/global-state": "~1.0",
5376
                "sebastian/version": "~1.0",
5377
                "symfony/yaml": "~2.1|~3.0"
5378
            },
5379
            "suggest": {
5380
                "phpunit/php-invoker": "~1.1"
5381
            },
5382
            "bin": [
5383
                "phpunit"
5384
            ],
5385
            "type": "library",
5386
            "extra": {
5387
                "branch-alias": {
5388
                    "dev-master": "4.6.x-dev"
5389
                }
5390
            },
5391
            "autoload": {
5392
                "classmap": [
5393
                    "src/"
5394
                ]
5395
            },
5396
            "notification-url": "https://packagist.org/downloads/",
5397
            "license": [
5398
                "BSD-3-Clause"
5399
            ],
5400
            "authors": [
5401
                {
5402
                    "name": "Sebastian Bergmann",
5403
                    "email": "[email protected]",
5404
                    "role": "lead"
5405
                }
5406
            ],
5407
            "description": "The PHP Unit Testing framework.",
5408
            "homepage": "https://phpunit.de/",
5409
            "keywords": [
5410
                "phpunit",
5411
                "testing",
5412
                "xunit"
5413
            ],
5414
            "time": "2015-05-29 06:00:03"
5415
        },
5416
        {
5417
            "name": "phpunit/phpunit-mock-objects",
5418
            "version": "2.3.3",
5419
            "source": {
5420
                "type": "git",
5421
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5422
                "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7"
5423
            },
5424
            "dist": {
5425
                "type": "zip",
5426
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/253c005852591fd547fc18cd5b7b43a1ec82d8f7",
5427
                "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7",
5428
                "shasum": ""
5429
            },
5430
            "require": {
5431
                "doctrine/instantiator": "~1.0,>=1.0.2",
5432
                "php": ">=5.3.3",
5433
                "phpunit/php-text-template": "~1.2"
5434
            },
5435
            "require-dev": {
5436
                "phpunit/phpunit": "~4.4"
5437
            },
5438
            "suggest": {
5439
                "ext-soap": "*"
5440
            },
5441
            "type": "library",
5442
            "extra": {
5443
                "branch-alias": {
5444
                    "dev-master": "2.3.x-dev"
5445
                }
5446
            },
5447
            "autoload": {
5448
                "classmap": [
5449
                    "src/"
5450
                ]
5451
            },
5452
            "notification-url": "https://packagist.org/downloads/",
5453
            "license": [
5454
                "BSD-3-Clause"
5455
            ],
5456
            "authors": [
5457
                {
5458
                    "name": "Sebastian Bergmann",
5459
                    "email": "[email protected]",
5460
                    "role": "lead"
5461
                }
5462
            ],
5463
            "description": "Mock Object library for PHPUnit",
5464
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5465
            "keywords": [
5466
                "mock",
5467
                "xunit"
5468
            ],
5469
            "time": "2015-05-29 05:19:18"
5470
        },
5471
        {
5472
            "name": "sebastian/comparator",
5473
            "version": "1.1.1",
5474
            "source": {
5475
                "type": "git",
5476
                "url": "https://github.com/sebastianbergmann/comparator.git",
5477
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
5478
            },
5479
            "dist": {
5480
                "type": "zip",
5481
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
5482
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
5483
                "shasum": ""
5484
            },
5485
            "require": {
5486
                "php": ">=5.3.3",
5487
                "sebastian/diff": "~1.2",
5488
                "sebastian/exporter": "~1.2"
5489
            },
5490
            "require-dev": {
5491
                "phpunit/phpunit": "~4.4"
5492
            },
5493
            "type": "library",
5494
            "extra": {
5495
                "branch-alias": {
5496
                    "dev-master": "1.1.x-dev"
5497
                }
5498
            },
5499
            "autoload": {
5500
                "classmap": [
5501
                    "src/"
5502
                ]
5503
            },
5504
            "notification-url": "https://packagist.org/downloads/",
5505
            "license": [
5506
                "BSD-3-Clause"
5507
            ],
5508
            "authors": [
5509
                {
5510
                    "name": "Jeff Welch",
5511
                    "email": "[email protected]"
5512
                },
5513
                {
5514
                    "name": "Volker Dusch",
5515
                    "email": "[email protected]"
5516
                },
5517
                {
5518
                    "name": "Bernhard Schussek",
5519
                    "email": "[email protected]"
5520
                },
5521
                {
5522
                    "name": "Sebastian Bergmann",
5523
                    "email": "[email protected]"
5524
                }
5525
            ],
5526
            "description": "Provides the functionality to compare PHP values for equality",
5527
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
5528
            "keywords": [
5529
                "comparator",
5530
                "compare",
5531
                "equality"
5532
            ],
5533
            "time": "2015-01-29 16:28:08"
5534
        },
5535
        {
5536
            "name": "sebastian/diff",
5537
            "version": "1.2.0",
5538
            "source": {
5539
                "type": "git",
5540
                "url": "https://github.com/sebastianbergmann/diff.git",
5541
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
5542
            },
5543
            "dist": {
5544
                "type": "zip",
5545
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
5546
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
5547
                "shasum": ""
5548
            },
5549
            "require": {
5550
                "php": ">=5.3.3"
5551
            },
5552
            "require-dev": {
5553
                "phpunit/phpunit": "~4.2"
5554
            },
5555
            "type": "library",
5556
            "extra": {
5557
                "branch-alias": {
5558
                    "dev-master": "1.2-dev"
5559
                }
5560
            },
5561
            "autoload": {
5562
                "classmap": [
5563
                    "src/"
5564
                ]
5565
            },
5566
            "notification-url": "https://packagist.org/downloads/",
5567
            "license": [
5568
                "BSD-3-Clause"
5569
            ],
5570
            "authors": [
5571
                {
5572
                    "name": "Kore Nordmann",
5573
                    "email": "[email protected]"
5574
                },
5575
                {
5576
                    "name": "Sebastian Bergmann",
5577
                    "email": "[email protected]"
5578
                }
5579
            ],
5580
            "description": "Diff implementation",
5581
            "homepage": "http://www.github.com/sebastianbergmann/diff",
5582
            "keywords": [
5583
                "diff"
5584
            ],
5585
            "time": "2014-08-15 10:29:00"
5586
        },
5587
        {
5588
            "name": "sebastian/environment",
5589
            "version": "1.2.2",
5590
            "source": {
5591
                "type": "git",
5592
                "url": "https://github.com/sebastianbergmann/environment.git",
5593
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
5594
            },
5595
            "dist": {
5596
                "type": "zip",
5597
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
5598
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
5599
                "shasum": ""
5600
            },
5601
            "require": {
5602
                "php": ">=5.3.3"
5603
            },
5604
            "require-dev": {
5605
                "phpunit/phpunit": "~4.4"
5606
            },
5607
            "type": "library",
5608
            "extra": {
5609
                "branch-alias": {
5610
                    "dev-master": "1.3.x-dev"
5611
                }
5612
            },
5613
            "autoload": {
5614
                "classmap": [
5615
                    "src/"
5616
                ]
5617
            },
5618
            "notification-url": "https://packagist.org/downloads/",
5619
            "license": [
5620
                "BSD-3-Clause"
5621
            ],
5622
            "authors": [
5623
                {
5624
                    "name": "Sebastian Bergmann",
5625
                    "email": "[email protected]"
5626
                }
5627
            ],
5628
            "description": "Provides functionality to handle HHVM/PHP environments",
5629
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5630
            "keywords": [
5631
                "Xdebug",
5632
                "environment",
5633
                "hhvm"
5634
            ],
5635
            "time": "2015-01-01 10:01:08"
5636
        },
5637
        {
5638
            "name": "sebastian/exporter",
5639
            "version": "1.2.0",
5640
            "source": {
5641
                "type": "git",
5642
                "url": "https://github.com/sebastianbergmann/exporter.git",
5643
                "reference": "84839970d05254c73cde183a721c7af13aede943"
5644
            },
5645
            "dist": {
5646
                "type": "zip",
5647
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
5648
                "reference": "84839970d05254c73cde183a721c7af13aede943",
5649
                "shasum": ""
5650
            },
5651
            "require": {
5652
                "php": ">=5.3.3",
5653
                "sebastian/recursion-context": "~1.0"
5654
            },
5655
            "require-dev": {
5656
                "phpunit/phpunit": "~4.4"
5657
            },
5658
            "type": "library",
5659
            "extra": {
5660
                "branch-alias": {
5661
                    "dev-master": "1.2.x-dev"
5662
                }
5663
            },
5664
            "autoload": {
5665
                "classmap": [
5666
                    "src/"
5667
                ]
5668
            },
5669
            "notification-url": "https://packagist.org/downloads/",
5670
            "license": [
5671
                "BSD-3-Clause"
5672
            ],
5673
            "authors": [
5674
                {
5675
                    "name": "Jeff Welch",
5676
                    "email": "[email protected]"
5677
                },
5678
                {
5679
                    "name": "Volker Dusch",
5680
                    "email": "[email protected]"
5681
                },
5682
                {
5683
                    "name": "Bernhard Schussek",
5684
                    "email": "[email protected]"
5685
                },
5686
                {
5687
                    "name": "Sebastian Bergmann",
5688
                    "email": "[email protected]"
5689
                },
5690
                {
5691
                    "name": "Adam Harvey",
5692
                    "email": "[email protected]"
5693
                }
5694
            ],
5695
            "description": "Provides the functionality to export PHP variables for visualization",
5696
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5697
            "keywords": [
5698
                "export",
5699
                "exporter"
5700
            ],
5701
            "time": "2015-01-27 07:23:06"
5702
        },
5703
        {
5704
            "name": "sebastian/global-state",
5705
            "version": "1.0.0",
5706
            "source": {
5707
                "type": "git",
5708
                "url": "https://github.com/sebastianbergmann/global-state.git",
5709
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
5710
            },
5711
            "dist": {
5712
                "type": "zip",
5713
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
5714
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
5715
                "shasum": ""
5716
            },
5717
            "require": {
5718
                "php": ">=5.3.3"
5719
            },
5720
            "require-dev": {
5721
                "phpunit/phpunit": "~4.2"
5722
            },
5723
            "suggest": {
5724
                "ext-uopz": "*"
5725
            },
5726
            "type": "library",
5727
            "extra": {
5728
                "branch-alias": {
5729
                    "dev-master": "1.0-dev"
5730
                }
5731
            },
5732
            "autoload": {
5733
                "classmap": [
5734
                    "src/"
5735
                ]
5736
            },
5737
            "notification-url": "https://packagist.org/downloads/",
5738
            "license": [
5739
                "BSD-3-Clause"
5740
            ],
5741
            "authors": [
5742
                {
5743
                    "name": "Sebastian Bergmann",
5744
                    "email": "[email protected]"
5745
                }
5746
            ],
5747
            "description": "Snapshotting of global state",
5748
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5749
            "keywords": [
5750
                "global state"
5751
            ],
5752
            "time": "2014-10-06 09:23:50"
5753
        },
5754
        {
5755
            "name": "sebastian/recursion-context",
5756
            "version": "1.0.0",
5757
            "source": {
5758
                "type": "git",
5759
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5760
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
5761
            },
5762
            "dist": {
5763
                "type": "zip",
5764
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
5765
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
5766
                "shasum": ""
5767
            },
5768
            "require": {
5769
                "php": ">=5.3.3"
5770
            },
5771
            "require-dev": {
5772
                "phpunit/phpunit": "~4.4"
5773
            },
5774
            "type": "library",
5775
            "extra": {
5776
                "branch-alias": {
5777
                    "dev-master": "1.0.x-dev"
5778
                }
5779
            },
5780
            "autoload": {
5781
                "classmap": [
5782
                    "src/"
5783
                ]
5784
            },
5785
            "notification-url": "https://packagist.org/downloads/",
5786
            "license": [
5787
                "BSD-3-Clause"
5788
            ],
5789
            "authors": [
5790
                {
5791
                    "name": "Jeff Welch",
5792
                    "email": "[email protected]"
5793
                },
5794
                {
5795
                    "name": "Sebastian Bergmann",
5796
                    "email": "[email protected]"
5797
                },
5798
                {
5799
                    "name": "Adam Harvey",
5800
                    "email": "[email protected]"
5801
                }
5802
            ],
5803
            "description": "Provides functionality to recursively process PHP variables",
5804
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5805
            "time": "2015-01-24 09:48:32"
5806
        },
5807
        {
5808
            "name": "sebastian/version",
5809
            "version": "1.0.5",
5810
            "source": {
5811
                "type": "git",
5812
                "url": "https://github.com/sebastianbergmann/version.git",
5813
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
5814
            },
5815
            "dist": {
5816
                "type": "zip",
5817
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
5818
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
5819
                "shasum": ""
5820
            },
5821
            "type": "library",
5822
            "autoload": {
5823
                "classmap": [
5824
                    "src/"
5825
                ]
5826
            },
5827
            "notification-url": "https://packagist.org/downloads/",
5828
            "license": [
5829
                "BSD-3-Clause"
5830
            ],
5831
            "authors": [
5832
                {
5833
                    "name": "Sebastian Bergmann",
5834
                    "email": "[email protected]",
5835
                    "role": "lead"
5836
                }
5837
            ],
5838
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5839
            "homepage": "https://github.com/sebastianbergmann/version",
5840
            "time": "2015-02-24 06:35:25"
5841
        }
5842
    ],
5843
    "aliases": [],
5844
    "minimum-stability": "stable",
5845
    "stability-flags": {
5846
        "symfony/yaml": 20,
5847
        "symfony/event-dispatcher": 20,
5848
        "doctrine/migrations": 20,
5849
        "doctrine/doctrine-migrations-bundle": 20,
5850
        "stof/doctrine-extensions-bundle": 20,
5851
        "knplabs/knp-paginator-bundle": 20,
5852
        "nelmio/api-doc-bundle": 20,
5853
        "geek-hub/domain-routing-bundle": 20
5854
    },
5855
    "prefer-stable": false,
5856
    "prefer-lowest": false,
5857
    "platform": {
5858
        "php": ">=5.4.0"
5859
    },
5860
    "platform-dev": []
5861
}
5862