Completed
Push — issue#739 ( 98d1b0 )
by Guilherme
03:25
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "f4e52c05ab1285cf2b6bb0d5210fd28f",
8
    "content-hash": "339bdef2fb151585b84921d7533b6233",
9
    "packages": [
10
        {
11
            "name": "beelab/recaptcha2-bundle",
12
            "version": "v1.0.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Bee-Lab/BeelabRecaptcha2Bundle.git",
16
                "reference": "68a3bba6ff1a23d05d9d6598d2f662f960046718"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Bee-Lab/BeelabRecaptcha2Bundle/zipball/68a3bba6ff1a23d05d9d6598d2f662f960046718",
21
                "reference": "68a3bba6ff1a23d05d9d6598d2f662f960046718",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "google/recaptcha": "^1.1",
26
                "php": ">=5.3.8",
27
                "symfony/dependency-injection": "~2.4|~3.0",
28
                "symfony/form": "~2.4|~3.0",
29
                "symfony/framework-bundle": "~2.4|~3.0",
30
                "symfony/validator": "~2.4|~3.0"
31
            },
32
            "require-dev": {
33
                "phpunit/phpunit": "4.*",
34
                "symfony/expression-language": "~2.4|~3.0",
35
                "symfony/phpunit-bridge": "~2.7|~3.0"
36
            },
37
            "type": "symfony-bundle",
38
            "extra": {
39
                "branch-alias": {
40
                    "dev-master": "1.1.x-dev"
41
                }
42
            },
43
            "autoload": {
44
                "psr-4": {
45
                    "Beelab\\Recaptcha2Bundle\\": ""
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "LGPL-3.0"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Massimiliano Arione",
55
                    "email": "[email protected]"
56
                }
57
            ],
58
            "description": "Provide Google Recaptch2 form type ",
59
            "homepage": "https://bee-lab.net",
60
            "keywords": [
61
                "form",
62
                "recaptcha",
63
                "symfony"
64
            ],
65
            "time": "2016-01-26 10:13:49"
66
        },
67
        {
68
            "name": "bmatzner/fontawesome-bundle",
69
            "version": "4.7.0",
70
            "target-dir": "Bmatzner/FontAwesomeBundle",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/bmatzner/BmatznerFontAwesomeBundle.git",
74
                "reference": "647e00b9a59596901920aab5edf8f4179f0caa46"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/bmatzner/BmatznerFontAwesomeBundle/zipball/647e00b9a59596901920aab5edf8f4179f0caa46",
79
                "reference": "647e00b9a59596901920aab5edf8f4179f0caa46",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "symfony/framework-bundle": ">=2.1|~3.0"
84
            },
85
            "type": "symfony-bundle",
86
            "autoload": {
87
                "psr-0": {
88
                    "Bmatzner\\FontAwesomeBundle": ""
89
                }
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT",
94
                "CC BY 3.0"
95
            ],
96
            "authors": [
97
                {
98
                    "name": "Bernd Matzner",
99
                    "email": "[email protected]",
100
                    "homepage": "http://berndmatzner.de"
101
                }
102
            ],
103
            "description": "FontAwesome Bundle for Symfony2",
104
            "homepage": "http://fortawesome.github.com/Font-Awesome/",
105
            "keywords": [
106
                "css",
107
                "graphics",
108
                "symfony",
109
                "typography",
110
                "webfonts"
111
            ],
112
            "time": "2016-11-02 15:34:33"
113
        },
114
        {
115
            "name": "bshaffer/oauth2-server-bundle",
116
            "version": "v0.4",
117
            "target-dir": "OAuth2/ServerBundle",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/bshaffer/oauth2-server-bundle.git",
121
                "reference": "bb951b7606a44afbb29d0123a72e1f8bb54efc74"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-bundle/zipball/bb951b7606a44afbb29d0123a72e1f8bb54efc74",
126
                "reference": "bb951b7606a44afbb29d0123a72e1f8bb54efc74",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "bshaffer/oauth2-server-httpfoundation-bridge": "^1.2",
131
                "bshaffer/oauth2-server-php": ">=1.0",
132
                "php": ">=5.3"
133
            },
134
            "require-dev": {
135
                "doctrine/orm": "~2.4,>=2.4.5",
136
                "symfony/symfony": "^2.8|^3"
137
            },
138
            "type": "symfony-bundle",
139
            "autoload": {
140
                "psr-0": {
141
                    "OAuth2\\ServerBundle": ""
142
                }
143
            },
144
            "notification-url": "https://packagist.org/downloads/",
145
            "license": [
146
                "MIT"
147
            ],
148
            "authors": [
149
                {
150
                    "name": "Brent Shaffer",
151
                    "email": "[email protected]"
152
                }
153
            ],
154
            "description": "Symfony OAuth2ServerBundle",
155
            "homepage": "http://github.com/bshaffer/oauth2-server-bundle",
156
            "keywords": [
157
                "oauth",
158
                "oauth2",
159
                "security"
160
            ],
161
            "time": "2017-01-09 19:38:50"
162
        },
163
        {
164
            "name": "bshaffer/oauth2-server-httpfoundation-bridge",
165
            "version": "V1.3",
166
            "source": {
167
                "type": "git",
168
                "url": "https://github.com/bshaffer/oauth2-server-httpfoundation-bridge.git",
169
                "reference": "7113bfeaf863cc3e7f5a8a047123b354e5eea14a"
170
            },
171
            "dist": {
172
                "type": "zip",
173
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-httpfoundation-bridge/zipball/7113bfeaf863cc3e7f5a8a047123b354e5eea14a",
174
                "reference": "7113bfeaf863cc3e7f5a8a047123b354e5eea14a",
175
                "shasum": ""
176
            },
177
            "require": {
178
                "bshaffer/oauth2-server-php": ">=0.9",
179
                "php": ">=5.3.0",
180
                "symfony/http-foundation": ">=2.1"
181
            },
182
            "type": "library",
183
            "autoload": {
184
                "psr-0": {
185
                    "OAuth2\\HttpFoundationBridge": "src/"
186
                }
187
            },
188
            "notification-url": "https://packagist.org/downloads/",
189
            "license": [
190
                "MIT"
191
            ],
192
            "authors": [
193
                {
194
                    "name": "Brent Shaffer",
195
                    "email": "[email protected]",
196
                    "homepage": "http://brentertainment.com"
197
                }
198
            ],
199
            "description": "A bridge to HttpFoundation for oauth2-server-php",
200
            "homepage": "http://github.com/bshaffer/oauth2-server-httpfoundation-bridge",
201
            "keywords": [
202
                "auth",
203
                "httpfoundation",
204
                "oauth",
205
                "oauth2"
206
            ],
207
            "time": "2016-12-27 20:03:09"
208
        },
209
        {
210
            "name": "bshaffer/oauth2-server-php",
211
            "version": "v1.9.0",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/bshaffer/oauth2-server-php.git",
215
                "reference": "8856aed1a98d6da596ae3f9b8095b5c7a1581697"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/8856aed1a98d6da596ae3f9b8095b5c7a1581697",
220
                "reference": "8856aed1a98d6da596ae3f9b8095b5c7a1581697",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "php": ">=5.3.9"
225
            },
226
            "require-dev": {
227
                "aws/aws-sdk-php": "~2.8",
228
                "firebase/php-jwt": "~2.2",
229
                "mongodb/mongodb": "^1.1",
230
                "predis/predis": "dev-master",
231
                "thobbs/phpcassa": "dev-master"
232
            },
233
            "suggest": {
234
                "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
235
                "firebase/php-jwt": "~1.1 is required to use MondoDB storage",
236
                "predis/predis": "Required to use Redis storage",
237
                "thobbs/phpcassa": "Required to use Cassandra storage"
238
            },
239
            "type": "library",
240
            "autoload": {
241
                "psr-0": {
242
                    "OAuth2": "src/"
243
                }
244
            },
245
            "notification-url": "https://packagist.org/downloads/",
246
            "license": [
247
                "MIT"
248
            ],
249
            "authors": [
250
                {
251
                    "name": "Brent Shaffer",
252
                    "email": "[email protected]",
253
                    "homepage": "http://brentertainment.com"
254
                }
255
            ],
256
            "description": "OAuth2 Server for PHP",
257
            "homepage": "http://github.com/bshaffer/oauth2-server-php",
258
            "keywords": [
259
                "auth",
260
                "oauth",
261
                "oauth2"
262
            ],
263
            "time": "2017-01-06 23:20:00"
264
        },
265
        {
266
            "name": "cebe/markdown",
267
            "version": "1.1.2",
268
            "source": {
269
                "type": "git",
270
                "url": "https://github.com/cebe/markdown.git",
271
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
272
            },
273
            "dist": {
274
                "type": "zip",
275
                "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
276
                "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
277
                "shasum": ""
278
            },
279
            "require": {
280
                "lib-pcre": "*",
281
                "php": ">=5.4.0"
282
            },
283
            "require-dev": {
284
                "cebe/indent": "*",
285
                "facebook/xhprof": "*@dev",
286
                "phpunit/phpunit": "4.1.*"
287
            },
288
            "bin": [
289
                "bin/markdown"
290
            ],
291
            "type": "library",
292
            "extra": {
293
                "branch-alias": {
294
                    "dev-master": "1.1.x-dev"
295
                }
296
            },
297
            "autoload": {
298
                "psr-4": {
299
                    "cebe\\markdown\\": ""
300
                }
301
            },
302
            "notification-url": "https://packagist.org/downloads/",
303
            "license": [
304
                "MIT"
305
            ],
306
            "authors": [
307
                {
308
                    "name": "Carsten Brandt",
309
                    "email": "[email protected]",
310
                    "homepage": "http://cebe.cc/",
311
                    "role": "Creator"
312
                }
313
            ],
314
            "description": "A super fast, highly extensible markdown parser for PHP",
315
            "homepage": "https://github.com/cebe/markdown#readme",
316
            "keywords": [
317
                "extensible",
318
                "fast",
319
                "gfm",
320
                "markdown",
321
                "markdown-extra"
322
            ],
323
            "time": "2017-07-16 21:13:23"
324
        },
325
        {
326
            "name": "doctrine/annotations",
327
            "version": "v1.2.7",
328
            "source": {
329
                "type": "git",
330
                "url": "https://github.com/doctrine/annotations.git",
331
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
332
            },
333
            "dist": {
334
                "type": "zip",
335
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
336
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
337
                "shasum": ""
338
            },
339
            "require": {
340
                "doctrine/lexer": "1.*",
341
                "php": ">=5.3.2"
342
            },
343
            "require-dev": {
344
                "doctrine/cache": "1.*",
345
                "phpunit/phpunit": "4.*"
346
            },
347
            "type": "library",
348
            "extra": {
349
                "branch-alias": {
350
                    "dev-master": "1.3.x-dev"
351
                }
352
            },
353
            "autoload": {
354
                "psr-0": {
355
                    "Doctrine\\Common\\Annotations\\": "lib/"
356
                }
357
            },
358
            "notification-url": "https://packagist.org/downloads/",
359
            "license": [
360
                "MIT"
361
            ],
362
            "authors": [
363
                {
364
                    "name": "Roman Borschel",
365
                    "email": "[email protected]"
366
                },
367
                {
368
                    "name": "Benjamin Eberlei",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Guilherme Blanco",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Jonathan Wage",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Johannes Schmitt",
381
                    "email": "[email protected]"
382
                }
383
            ],
384
            "description": "Docblock Annotations Parser",
385
            "homepage": "http://www.doctrine-project.org",
386
            "keywords": [
387
                "annotations",
388
                "docblock",
389
                "parser"
390
            ],
391
            "time": "2015-08-31 12:32:49"
392
        },
393
        {
394
            "name": "doctrine/cache",
395
            "version": "v1.5.4",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/doctrine/cache.git",
399
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
404
                "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
405
                "shasum": ""
406
            },
407
            "require": {
408
                "php": ">=5.3.2"
409
            },
410
            "conflict": {
411
                "doctrine/common": ">2.2,<2.4"
412
            },
413
            "require-dev": {
414
                "phpunit/phpunit": ">=3.7",
415
                "predis/predis": "~1.0",
416
                "satooshi/php-coveralls": "~0.6"
417
            },
418
            "type": "library",
419
            "extra": {
420
                "branch-alias": {
421
                    "dev-master": "1.5.x-dev"
422
                }
423
            },
424
            "autoload": {
425
                "psr-4": {
426
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
427
                }
428
            },
429
            "notification-url": "https://packagist.org/downloads/",
430
            "license": [
431
                "MIT"
432
            ],
433
            "authors": [
434
                {
435
                    "name": "Roman Borschel",
436
                    "email": "[email protected]"
437
                },
438
                {
439
                    "name": "Benjamin Eberlei",
440
                    "email": "[email protected]"
441
                },
442
                {
443
                    "name": "Guilherme Blanco",
444
                    "email": "[email protected]"
445
                },
446
                {
447
                    "name": "Jonathan Wage",
448
                    "email": "[email protected]"
449
                },
450
                {
451
                    "name": "Johannes Schmitt",
452
                    "email": "[email protected]"
453
                }
454
            ],
455
            "description": "Caching library offering an object-oriented API for many cache backends",
456
            "homepage": "http://www.doctrine-project.org",
457
            "keywords": [
458
                "cache",
459
                "caching"
460
            ],
461
            "time": "2015-12-19 05:03:47"
462
        },
463
        {
464
            "name": "doctrine/collections",
465
            "version": "v1.3.0",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/doctrine/collections.git",
469
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
474
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "php": ">=5.3.2"
479
            },
480
            "require-dev": {
481
                "phpunit/phpunit": "~4.0"
482
            },
483
            "type": "library",
484
            "extra": {
485
                "branch-alias": {
486
                    "dev-master": "1.2.x-dev"
487
                }
488
            },
489
            "autoload": {
490
                "psr-0": {
491
                    "Doctrine\\Common\\Collections\\": "lib/"
492
                }
493
            },
494
            "notification-url": "https://packagist.org/downloads/",
495
            "license": [
496
                "MIT"
497
            ],
498
            "authors": [
499
                {
500
                    "name": "Roman Borschel",
501
                    "email": "[email protected]"
502
                },
503
                {
504
                    "name": "Benjamin Eberlei",
505
                    "email": "[email protected]"
506
                },
507
                {
508
                    "name": "Guilherme Blanco",
509
                    "email": "[email protected]"
510
                },
511
                {
512
                    "name": "Jonathan Wage",
513
                    "email": "[email protected]"
514
                },
515
                {
516
                    "name": "Johannes Schmitt",
517
                    "email": "[email protected]"
518
                }
519
            ],
520
            "description": "Collections Abstraction library",
521
            "homepage": "http://www.doctrine-project.org",
522
            "keywords": [
523
                "array",
524
                "collections",
525
                "iterator"
526
            ],
527
            "time": "2015-04-14 22:21:58"
528
        },
529
        {
530
            "name": "doctrine/common",
531
            "version": "v2.5.3",
532
            "source": {
533
                "type": "git",
534
                "url": "https://github.com/doctrine/common.git",
535
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
536
            },
537
            "dist": {
538
                "type": "zip",
539
                "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
540
                "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
541
                "shasum": ""
542
            },
543
            "require": {
544
                "doctrine/annotations": "1.*",
545
                "doctrine/cache": "1.*",
546
                "doctrine/collections": "1.*",
547
                "doctrine/inflector": "1.*",
548
                "doctrine/lexer": "1.*",
549
                "php": ">=5.3.2"
550
            },
551
            "require-dev": {
552
                "phpunit/phpunit": "~3.7"
553
            },
554
            "type": "library",
555
            "extra": {
556
                "branch-alias": {
557
                    "dev-master": "2.5.x-dev"
558
                }
559
            },
560
            "autoload": {
561
                "psr-0": {
562
                    "Doctrine\\Common\\": "lib/"
563
                }
564
            },
565
            "notification-url": "https://packagist.org/downloads/",
566
            "license": [
567
                "MIT"
568
            ],
569
            "authors": [
570
                {
571
                    "name": "Roman Borschel",
572
                    "email": "[email protected]"
573
                },
574
                {
575
                    "name": "Benjamin Eberlei",
576
                    "email": "[email protected]"
577
                },
578
                {
579
                    "name": "Guilherme Blanco",
580
                    "email": "[email protected]"
581
                },
582
                {
583
                    "name": "Jonathan Wage",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Johannes Schmitt",
588
                    "email": "[email protected]"
589
                }
590
            ],
591
            "description": "Common Library for Doctrine projects",
592
            "homepage": "http://www.doctrine-project.org",
593
            "keywords": [
594
                "annotations",
595
                "collections",
596
                "eventmanager",
597
                "persistence",
598
                "spl"
599
            ],
600
            "time": "2015-12-25 13:10:16"
601
        },
602
        {
603
            "name": "doctrine/dbal",
604
            "version": "v2.5.13",
605
            "source": {
606
                "type": "git",
607
                "url": "https://github.com/doctrine/dbal.git",
608
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
609
            },
610
            "dist": {
611
                "type": "zip",
612
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
613
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
614
                "shasum": ""
615
            },
616
            "require": {
617
                "doctrine/common": ">=2.4,<2.8-dev",
618
                "php": ">=5.3.2"
619
            },
620
            "require-dev": {
621
                "phpunit/phpunit": "4.*",
622
                "symfony/console": "2.*||^3.0"
623
            },
624
            "suggest": {
625
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
626
            },
627
            "bin": [
628
                "bin/doctrine-dbal"
629
            ],
630
            "type": "library",
631
            "extra": {
632
                "branch-alias": {
633
                    "dev-master": "2.5.x-dev"
634
                }
635
            },
636
            "autoload": {
637
                "psr-0": {
638
                    "Doctrine\\DBAL\\": "lib/"
639
                }
640
            },
641
            "notification-url": "https://packagist.org/downloads/",
642
            "license": [
643
                "MIT"
644
            ],
645
            "authors": [
646
                {
647
                    "name": "Roman Borschel",
648
                    "email": "[email protected]"
649
                },
650
                {
651
                    "name": "Benjamin Eberlei",
652
                    "email": "[email protected]"
653
                },
654
                {
655
                    "name": "Guilherme Blanco",
656
                    "email": "[email protected]"
657
                },
658
                {
659
                    "name": "Jonathan Wage",
660
                    "email": "[email protected]"
661
                }
662
            ],
663
            "description": "Database Abstraction Layer",
664
            "homepage": "http://www.doctrine-project.org",
665
            "keywords": [
666
                "database",
667
                "dbal",
668
                "persistence",
669
                "queryobject"
670
            ],
671
            "time": "2017-07-22 20:44:48"
672
        },
673
        {
674
            "name": "doctrine/doctrine-bundle",
675
            "version": "1.6.4",
676
            "source": {
677
                "type": "git",
678
                "url": "https://github.com/doctrine/DoctrineBundle.git",
679
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
680
            },
681
            "dist": {
682
                "type": "zip",
683
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
684
                "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
685
                "shasum": ""
686
            },
687
            "require": {
688
                "doctrine/dbal": "~2.3",
689
                "doctrine/doctrine-cache-bundle": "~1.0",
690
                "jdorn/sql-formatter": "~1.1",
691
                "php": ">=5.3.2",
692
                "symfony/console": "~2.3|~3.0",
693
                "symfony/dependency-injection": "~2.3|~3.0",
694
                "symfony/doctrine-bridge": "~2.2|~3.0",
695
                "symfony/framework-bundle": "~2.3|~3.0"
696
            },
697
            "require-dev": {
698
                "doctrine/orm": "~2.3",
699
                "phpunit/phpunit": "~4",
700
                "satooshi/php-coveralls": "~0.6.1",
701
                "symfony/phpunit-bridge": "~2.7|~3.0",
702
                "symfony/property-info": "~2.8|~3.0",
703
                "symfony/validator": "~2.2|~3.0",
704
                "symfony/yaml": "~2.2|~3.0",
705
                "twig/twig": "~1.10"
706
            },
707
            "suggest": {
708
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
709
                "symfony/web-profiler-bundle": "To use the data collector."
710
            },
711
            "type": "symfony-bundle",
712
            "extra": {
713
                "branch-alias": {
714
                    "dev-master": "1.6.x-dev"
715
                }
716
            },
717
            "autoload": {
718
                "psr-4": {
719
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
720
                }
721
            },
722
            "notification-url": "https://packagist.org/downloads/",
723
            "license": [
724
                "MIT"
725
            ],
726
            "authors": [
727
                {
728
                    "name": "Symfony Community",
729
                    "homepage": "http://symfony.com/contributors"
730
                },
731
                {
732
                    "name": "Benjamin Eberlei",
733
                    "email": "[email protected]"
734
                },
735
                {
736
                    "name": "Doctrine Project",
737
                    "homepage": "http://www.doctrine-project.org/"
738
                },
739
                {
740
                    "name": "Fabien Potencier",
741
                    "email": "[email protected]"
742
                }
743
            ],
744
            "description": "Symfony DoctrineBundle",
745
            "homepage": "http://www.doctrine-project.org",
746
            "keywords": [
747
                "database",
748
                "dbal",
749
                "orm",
750
                "persistence"
751
            ],
752
            "time": "2016-08-10 15:35:22"
753
        },
754
        {
755
            "name": "doctrine/doctrine-cache-bundle",
756
            "version": "1.3.0",
757
            "source": {
758
                "type": "git",
759
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
760
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
761
            },
762
            "dist": {
763
                "type": "zip",
764
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
765
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
766
                "shasum": ""
767
            },
768
            "require": {
769
                "doctrine/cache": "^1.4.2",
770
                "doctrine/inflector": "~1.0",
771
                "php": ">=5.3.2",
772
                "symfony/doctrine-bridge": "~2.2|~3.0"
773
            },
774
            "require-dev": {
775
                "instaclick/coding-standard": "~1.1",
776
                "instaclick/object-calisthenics-sniffs": "dev-master",
777
                "instaclick/symfony2-coding-standard": "dev-remaster",
778
                "phpunit/phpunit": "~4",
779
                "predis/predis": "~0.8",
780
                "satooshi/php-coveralls": "~0.6.1",
781
                "squizlabs/php_codesniffer": "~1.5",
782
                "symfony/console": "~2.2|~3.0",
783
                "symfony/finder": "~2.2|~3.0",
784
                "symfony/framework-bundle": "~2.2|~3.0",
785
                "symfony/phpunit-bridge": "~2.7|~3.0",
786
                "symfony/security-acl": "~2.3|~3.0",
787
                "symfony/validator": "~2.2|~3.0",
788
                "symfony/yaml": "~2.2|~3.0"
789
            },
790
            "suggest": {
791
                "symfony/security-acl": "For using this bundle to cache ACLs"
792
            },
793
            "type": "symfony-bundle",
794
            "extra": {
795
                "branch-alias": {
796
                    "dev-master": "1.2.x-dev"
797
                }
798
            },
799
            "autoload": {
800
                "psr-4": {
801
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
802
                }
803
            },
804
            "notification-url": "https://packagist.org/downloads/",
805
            "license": [
806
                "MIT"
807
            ],
808
            "authors": [
809
                {
810
                    "name": "Symfony Community",
811
                    "homepage": "http://symfony.com/contributors"
812
                },
813
                {
814
                    "name": "Benjamin Eberlei",
815
                    "email": "[email protected]"
816
                },
817
                {
818
                    "name": "Fabio B. Silva",
819
                    "email": "[email protected]"
820
                },
821
                {
822
                    "name": "Guilherme Blanco",
823
                    "email": "[email protected]"
824
                },
825
                {
826
                    "name": "Doctrine Project",
827
                    "homepage": "http://www.doctrine-project.org/"
828
                },
829
                {
830
                    "name": "Fabien Potencier",
831
                    "email": "[email protected]"
832
                }
833
            ],
834
            "description": "Symfony Bundle for Doctrine Cache",
835
            "homepage": "http://www.doctrine-project.org",
836
            "keywords": [
837
                "cache",
838
                "caching"
839
            ],
840
            "time": "2016-01-26 17:28:51"
841
        },
842
        {
843
            "name": "doctrine/inflector",
844
            "version": "v1.1.0",
845
            "source": {
846
                "type": "git",
847
                "url": "https://github.com/doctrine/inflector.git",
848
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
849
            },
850
            "dist": {
851
                "type": "zip",
852
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
853
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
854
                "shasum": ""
855
            },
856
            "require": {
857
                "php": ">=5.3.2"
858
            },
859
            "require-dev": {
860
                "phpunit/phpunit": "4.*"
861
            },
862
            "type": "library",
863
            "extra": {
864
                "branch-alias": {
865
                    "dev-master": "1.1.x-dev"
866
                }
867
            },
868
            "autoload": {
869
                "psr-0": {
870
                    "Doctrine\\Common\\Inflector\\": "lib/"
871
                }
872
            },
873
            "notification-url": "https://packagist.org/downloads/",
874
            "license": [
875
                "MIT"
876
            ],
877
            "authors": [
878
                {
879
                    "name": "Roman Borschel",
880
                    "email": "[email protected]"
881
                },
882
                {
883
                    "name": "Benjamin Eberlei",
884
                    "email": "[email protected]"
885
                },
886
                {
887
                    "name": "Guilherme Blanco",
888
                    "email": "[email protected]"
889
                },
890
                {
891
                    "name": "Jonathan Wage",
892
                    "email": "[email protected]"
893
                },
894
                {
895
                    "name": "Johannes Schmitt",
896
                    "email": "[email protected]"
897
                }
898
            ],
899
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
900
            "homepage": "http://www.doctrine-project.org",
901
            "keywords": [
902
                "inflection",
903
                "pluralize",
904
                "singularize",
905
                "string"
906
            ],
907
            "time": "2015-11-06 14:35:42"
908
        },
909
        {
910
            "name": "doctrine/instantiator",
911
            "version": "1.0.5",
912
            "source": {
913
                "type": "git",
914
                "url": "https://github.com/doctrine/instantiator.git",
915
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
916
            },
917
            "dist": {
918
                "type": "zip",
919
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
920
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
921
                "shasum": ""
922
            },
923
            "require": {
924
                "php": ">=5.3,<8.0-DEV"
925
            },
926
            "require-dev": {
927
                "athletic/athletic": "~0.1.8",
928
                "ext-pdo": "*",
929
                "ext-phar": "*",
930
                "phpunit/phpunit": "~4.0",
931
                "squizlabs/php_codesniffer": "~2.0"
932
            },
933
            "type": "library",
934
            "extra": {
935
                "branch-alias": {
936
                    "dev-master": "1.0.x-dev"
937
                }
938
            },
939
            "autoload": {
940
                "psr-4": {
941
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
942
                }
943
            },
944
            "notification-url": "https://packagist.org/downloads/",
945
            "license": [
946
                "MIT"
947
            ],
948
            "authors": [
949
                {
950
                    "name": "Marco Pivetta",
951
                    "email": "[email protected]",
952
                    "homepage": "http://ocramius.github.com/"
953
                }
954
            ],
955
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
956
            "homepage": "https://github.com/doctrine/instantiator",
957
            "keywords": [
958
                "constructor",
959
                "instantiate"
960
            ],
961
            "time": "2015-06-14 21:17:01"
962
        },
963
        {
964
            "name": "doctrine/lexer",
965
            "version": "v1.0.1",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/doctrine/lexer.git",
969
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
974
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "php": ">=5.3.2"
979
            },
980
            "type": "library",
981
            "extra": {
982
                "branch-alias": {
983
                    "dev-master": "1.0.x-dev"
984
                }
985
            },
986
            "autoload": {
987
                "psr-0": {
988
                    "Doctrine\\Common\\Lexer\\": "lib/"
989
                }
990
            },
991
            "notification-url": "https://packagist.org/downloads/",
992
            "license": [
993
                "MIT"
994
            ],
995
            "authors": [
996
                {
997
                    "name": "Roman Borschel",
998
                    "email": "[email protected]"
999
                },
1000
                {
1001
                    "name": "Guilherme Blanco",
1002
                    "email": "[email protected]"
1003
                },
1004
                {
1005
                    "name": "Johannes Schmitt",
1006
                    "email": "[email protected]"
1007
                }
1008
            ],
1009
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1010
            "homepage": "http://www.doctrine-project.org",
1011
            "keywords": [
1012
                "lexer",
1013
                "parser"
1014
            ],
1015
            "time": "2014-09-09 13:34:57"
1016
        },
1017
        {
1018
            "name": "doctrine/orm",
1019
            "version": "v2.4.8",
1020
            "source": {
1021
                "type": "git",
1022
                "url": "https://github.com/doctrine/doctrine2.git",
1023
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
1024
            },
1025
            "dist": {
1026
                "type": "zip",
1027
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
1028
                "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
1029
                "shasum": ""
1030
            },
1031
            "require": {
1032
                "doctrine/collections": "~1.1",
1033
                "doctrine/dbal": "~2.4",
1034
                "ext-pdo": "*",
1035
                "php": ">=5.3.2",
1036
                "symfony/console": "~2.0"
1037
            },
1038
            "require-dev": {
1039
                "satooshi/php-coveralls": "dev-master",
1040
                "symfony/yaml": "~2.1"
1041
            },
1042
            "suggest": {
1043
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1044
            },
1045
            "bin": [
1046
                "bin/doctrine",
1047
                "bin/doctrine.php"
1048
            ],
1049
            "type": "library",
1050
            "extra": {
1051
                "branch-alias": {
1052
                    "dev-master": "2.4.x-dev"
1053
                }
1054
            },
1055
            "autoload": {
1056
                "psr-0": {
1057
                    "Doctrine\\ORM\\": "lib/"
1058
                }
1059
            },
1060
            "notification-url": "https://packagist.org/downloads/",
1061
            "license": [
1062
                "MIT"
1063
            ],
1064
            "authors": [
1065
                {
1066
                    "name": "Roman Borschel",
1067
                    "email": "[email protected]"
1068
                },
1069
                {
1070
                    "name": "Benjamin Eberlei",
1071
                    "email": "[email protected]"
1072
                },
1073
                {
1074
                    "name": "Guilherme Blanco",
1075
                    "email": "[email protected]"
1076
                },
1077
                {
1078
                    "name": "Jonathan Wage",
1079
                    "email": "[email protected]"
1080
                }
1081
            ],
1082
            "description": "Object-Relational-Mapper for PHP",
1083
            "homepage": "http://www.doctrine-project.org",
1084
            "keywords": [
1085
                "database",
1086
                "orm"
1087
            ],
1088
            "time": "2015-08-31 13:19:01"
1089
        },
1090
        {
1091
            "name": "egulias/email-validator",
1092
            "version": "1.2.14",
1093
            "source": {
1094
                "type": "git",
1095
                "url": "https://github.com/egulias/EmailValidator.git",
1096
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
1097
            },
1098
            "dist": {
1099
                "type": "zip",
1100
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
1101
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
1102
                "shasum": ""
1103
            },
1104
            "require": {
1105
                "doctrine/lexer": "^1.0.1",
1106
                "php": ">= 5.3.3"
1107
            },
1108
            "require-dev": {
1109
                "phpunit/phpunit": "^4.8.24"
1110
            },
1111
            "type": "library",
1112
            "extra": {
1113
                "branch-alias": {
1114
                    "dev-master": "2.0.x-dev"
1115
                }
1116
            },
1117
            "autoload": {
1118
                "psr-0": {
1119
                    "Egulias\\": "src/"
1120
                }
1121
            },
1122
            "notification-url": "https://packagist.org/downloads/",
1123
            "license": [
1124
                "MIT"
1125
            ],
1126
            "authors": [
1127
                {
1128
                    "name": "Eduardo Gulias Davis"
1129
                }
1130
            ],
1131
            "description": "A library for validating emails",
1132
            "homepage": "https://github.com/egulias/EmailValidator",
1133
            "keywords": [
1134
                "email",
1135
                "emailvalidation",
1136
                "emailvalidator",
1137
                "validation",
1138
                "validator"
1139
            ],
1140
            "time": "2017-02-03 22:48:59"
1141
        },
1142
        {
1143
            "name": "friendsofsymfony/oauth-server-bundle",
1144
            "version": "1.5.2",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
1148
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1153
                "reference": "0b25cdaae8983c630bb62d14b6993219b1dadb8d",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "friendsofsymfony/oauth2-php": "~1.1",
1158
                "php": "^5.3.3|^7.0",
1159
                "symfony/framework-bundle": "~2.2|~3.0",
1160
                "symfony/security-bundle": "~2.1|~3.0"
1161
            },
1162
            "require-dev": {
1163
                "doctrine/doctrine-bundle": "~1.0",
1164
                "doctrine/mongodb-odm": "~1.0",
1165
                "doctrine/orm": "~2.2",
1166
                "phing/phing": "~2.4",
1167
                "propel/propel1": "^1.6.5",
1168
                "symfony/class-loader": "~2.1|~3.0",
1169
                "symfony/form": "~2.3|~3.0",
1170
                "symfony/yaml": "~2.1|~3.0",
1171
                "willdurand/propel-typehintable-behavior": "^1.0.4"
1172
            },
1173
            "suggest": {
1174
                "doctrine/doctrine-bundle": "*",
1175
                "doctrine/mongodb-odm-bundle": "*",
1176
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
1177
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
1178
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
1179
            },
1180
            "type": "symfony-bundle",
1181
            "extra": {
1182
                "branch-alias": {
1183
                    "dev-master": "1.5-dev"
1184
                }
1185
            },
1186
            "autoload": {
1187
                "psr-4": {
1188
                    "FOS\\OAuthServerBundle\\": ""
1189
                }
1190
            },
1191
            "notification-url": "https://packagist.org/downloads/",
1192
            "license": [
1193
                "MIT"
1194
            ],
1195
            "authors": [
1196
                {
1197
                    "name": "Arnaud Le Blanc",
1198
                    "email": "[email protected]"
1199
                },
1200
                {
1201
                    "name": "FriendsOfSymfony Community",
1202
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
1203
                }
1204
            ],
1205
            "description": "Symfony2 OAuth Server Bundle",
1206
            "homepage": "http://friendsofsymfony.github.com",
1207
            "keywords": [
1208
                "oauth",
1209
                "oauth2",
1210
                "server"
1211
            ],
1212
            "time": "2016-02-22 13:57:55"
1213
        },
1214
        {
1215
            "name": "friendsofsymfony/oauth2-php",
1216
            "version": "1.2.1",
1217
            "source": {
1218
                "type": "git",
1219
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1220
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c"
1221
            },
1222
            "dist": {
1223
                "type": "zip",
1224
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1225
                "reference": "fa2aecb1fca2a03fd5f9aca19fe9adb9dfff928c",
1226
                "shasum": ""
1227
            },
1228
            "require": {
1229
                "php": ">=5.3.2",
1230
                "symfony/http-foundation": "~2.0|~3.0"
1231
            },
1232
            "require-dev": {
1233
                "phpunit/phpunit": "~4.0"
1234
            },
1235
            "type": "library",
1236
            "extra": {
1237
                "branch-alias": {
1238
                    "dev-master": "1.2.x-dev"
1239
                }
1240
            },
1241
            "autoload": {
1242
                "psr-4": {
1243
                    "OAuth2\\": "lib/"
1244
                }
1245
            },
1246
            "notification-url": "https://packagist.org/downloads/",
1247
            "license": [
1248
                "MIT"
1249
            ],
1250
            "authors": [
1251
                {
1252
                    "name": "Arnaud Le Blanc",
1253
                    "email": "[email protected]"
1254
                },
1255
                {
1256
                    "name": "FriendsOfSymfony Community",
1257
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
1258
                }
1259
            ],
1260
            "description": "OAuth2 library",
1261
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
1262
            "keywords": [
1263
                "oauth",
1264
                "oauth2"
1265
            ],
1266
            "time": "2016-03-31 14:24:17"
1267
        },
1268
        {
1269
            "name": "friendsofsymfony/rest-bundle",
1270
            "version": "1.7.9",
1271
            "target-dir": "FOS/RestBundle",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1275
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1280
                "reference": "9449e451074e98ee6fdc45c18fa857c71baf1dfe",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "doctrine/inflector": "~1.0",
1285
                "php": "^5.3.9|~7.0",
1286
                "psr/log": "~1.0",
1287
                "symfony/framework-bundle": "~2.3|~3.0",
1288
                "symfony/http-kernel": "^2.3.24|~3.0",
1289
                "willdurand/jsonp-callback-validator": "~1.0",
1290
                "willdurand/negotiation": "~1.2"
1291
            },
1292
            "conflict": {
1293
                "jms/serializer": "<0.13",
1294
                "jms/serializer-bundle": "<0.11",
1295
                "sensio/framework-extra-bundle": ">=3.0.13",
1296
                "symfony/validator": ">=2.5.0,<2.5.5"
1297
            },
1298
            "require-dev": {
1299
                "jms/serializer": "~0.13|~1.0",
1300
                "jms/serializer-bundle": "~0.11|~1.0",
1301
                "phpoption/phpoption": "~1.1.0",
1302
                "sensio/framework-extra-bundle": "~2.0|~3.0,<3.0.13",
1303
                "sllh/php-cs-fixer-styleci-bridge": "^1.3",
1304
                "symfony/browser-kit": "~2.3|~3.0",
1305
                "symfony/dependency-injection": "~2.3|~3.0",
1306
                "symfony/form": "~2.3|~3.0",
1307
                "symfony/phpunit-bridge": "~2.7|~3.0",
1308
                "symfony/security": "~2.3|~3.0",
1309
                "symfony/serializer": "~2.3|~3.0",
1310
                "symfony/validator": "~2.3|~3.0",
1311
                "symfony/yaml": "~2.3|~3.0"
1312
            },
1313
            "suggest": {
1314
                "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12|~1.0",
1315
                "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~2.0|~3.0",
1316
                "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1317
                "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
1318
            },
1319
            "type": "symfony-bundle",
1320
            "extra": {
1321
                "branch-alias": {
1322
                    "dev-master": "1.7-dev"
1323
                }
1324
            },
1325
            "autoload": {
1326
                "psr-0": {
1327
                    "FOS\\RestBundle": ""
1328
                }
1329
            },
1330
            "notification-url": "https://packagist.org/downloads/",
1331
            "license": [
1332
                "MIT"
1333
            ],
1334
            "authors": [
1335
                {
1336
                    "name": "Lukas Kahwe Smith",
1337
                    "email": "[email protected]"
1338
                },
1339
                {
1340
                    "name": "FriendsOfSymfony Community",
1341
                    "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1342
                },
1343
                {
1344
                    "name": "Konstantin Kudryashov",
1345
                    "email": "[email protected]"
1346
                }
1347
            ],
1348
            "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
1349
            "homepage": "http://friendsofsymfony.github.com",
1350
            "keywords": [
1351
                "rest"
1352
            ],
1353
            "time": "2016-05-15 23:18:24"
1354
        },
1355
        {
1356
            "name": "friendsofsymfony/user-bundle",
1357
            "version": "v2.0.0-alpha3",
1358
            "source": {
1359
                "type": "git",
1360
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
1361
                "reference": "d5b28c367d393f9d9fbc48c4138b2a74d51c0c83"
1362
            },
1363
            "dist": {
1364
                "type": "zip",
1365
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/d5b28c367d393f9d9fbc48c4138b2a74d51c0c83",
1366
                "reference": "d5b28c367d393f9d9fbc48c4138b2a74d51c0c83",
1367
                "shasum": ""
1368
            },
1369
            "require": {
1370
                "php": ">=5.3.9",
1371
                "symfony/form": "~2.3",
1372
                "symfony/framework-bundle": "~2.3",
1373
                "symfony/security-bundle": "~2.3",
1374
                "symfony/twig-bundle": "~2.3"
1375
            },
1376
            "require-dev": {
1377
                "doctrine/doctrine-bundle": "~1.3",
1378
                "swiftmailer/swiftmailer": "~4.3|~5",
1379
                "symfony/validator": "~2.3",
1380
                "symfony/yaml": "~2.3",
1381
                "willdurand/propel-typehintable-behavior": "~1.0"
1382
            },
1383
            "suggest": {
1384
                "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1385
            },
1386
            "type": "symfony-bundle",
1387
            "extra": {
1388
                "branch-alias": {
1389
                    "dev-master": "2.0.x-dev"
1390
                }
1391
            },
1392
            "autoload": {
1393
                "psr-4": {
1394
                    "FOS\\UserBundle\\": ""
1395
                }
1396
            },
1397
            "notification-url": "https://packagist.org/downloads/",
1398
            "license": [
1399
                "MIT"
1400
            ],
1401
            "authors": [
1402
                {
1403
                    "name": "Christophe Coevoet",
1404
                    "email": "[email protected]"
1405
                },
1406
                {
1407
                    "name": "FriendsOfSymfony Community",
1408
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1409
                },
1410
                {
1411
                    "name": "Thibault Duplessis",
1412
                    "email": "[email protected]"
1413
                }
1414
            ],
1415
            "description": "Symfony FOSUserBundle",
1416
            "homepage": "http://friendsofsymfony.github.com",
1417
            "keywords": [
1418
                "User management"
1419
            ],
1420
            "time": "2015-09-15 13:15:07"
1421
        },
1422
        {
1423
            "name": "giggsey/libphonenumber-for-php",
1424
            "version": "8.8.4",
1425
            "source": {
1426
                "type": "git",
1427
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
1428
                "reference": "73b86c897c30a590e1958c003e7225fffdfd48ca"
1429
            },
1430
            "dist": {
1431
                "type": "zip",
1432
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/73b86c897c30a590e1958c003e7225fffdfd48ca",
1433
                "reference": "73b86c897c30a590e1958c003e7225fffdfd48ca",
1434
                "shasum": ""
1435
            },
1436
            "require": {
1437
                "ext-mbstring": "*",
1438
                "giggsey/locale": "^1.2",
1439
                "php": ">=5.3.2"
1440
            },
1441
            "require-dev": {
1442
                "pear/pear-core-minimal": "^1.9",
1443
                "pear/pear_exception": "^1.0",
1444
                "pear/versioncontrol_git": "^0.5",
1445
                "phing/phing": "^2.7",
1446
                "phpunit/phpunit": "^4.8|^5.0",
1447
                "satooshi/php-coveralls": "^1.0",
1448
                "symfony/console": "^2.8|^3.0"
1449
            },
1450
            "type": "library",
1451
            "extra": {
1452
                "branch-alias": {
1453
                    "dev-master": "8.x-dev"
1454
                }
1455
            },
1456
            "autoload": {
1457
                "psr-4": {
1458
                    "libphonenumber\\": "src/"
1459
                },
1460
                "exclude-from-classmap": [
1461
                    "/src/data/",
1462
                    "/src/carrier/data/",
1463
                    "/src/geocoding/data/",
1464
                    "/src/timezone/data/"
1465
                ]
1466
            },
1467
            "notification-url": "https://packagist.org/downloads/",
1468
            "license": [
1469
                "Apache-2.0"
1470
            ],
1471
            "authors": [
1472
                {
1473
                    "name": "Joshua Gigg",
1474
                    "email": "[email protected]",
1475
                    "homepage": "https://giggsey.com/"
1476
                }
1477
            ],
1478
            "description": "PHP Port of Google's libphonenumber",
1479
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
1480
            "keywords": [
1481
                "geocoding",
1482
                "geolocation",
1483
                "libphonenumber",
1484
                "mobile",
1485
                "phonenumber",
1486
                "validation"
1487
            ],
1488
            "time": "2017-10-16 14:06:44"
1489
        },
1490
        {
1491
            "name": "giggsey/locale",
1492
            "version": "1.3",
1493
            "source": {
1494
                "type": "git",
1495
                "url": "https://github.com/giggsey/Locale.git",
1496
                "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2"
1497
            },
1498
            "dist": {
1499
                "type": "zip",
1500
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6eb1883c1452df7734a03fb183a2ec5175c16f2",
1501
                "reference": "e6eb1883c1452df7734a03fb183a2ec5175c16f2",
1502
                "shasum": ""
1503
            },
1504
            "require": {
1505
                "php": ">=5.3.2"
1506
            },
1507
            "require-dev": {
1508
                "pear/pear-core-minimal": "^1.9",
1509
                "pear/pear_exception": "^1.0",
1510
                "pear/versioncontrol_git": "dev-master",
1511
                "phing/phing": "~2.7",
1512
                "phpunit/phpunit": "^4.8|^5.0",
1513
                "satooshi/php-coveralls": "^1.0",
1514
                "symfony/console": "^2.8|^3.0",
1515
                "symfony/filesystem": "^2.8|^3.0",
1516
                "symfony/finder": "^2.8|^3.0",
1517
                "symfony/process": "^2.8|^3.0"
1518
            },
1519
            "type": "library",
1520
            "autoload": {
1521
                "psr-4": {
1522
                    "Giggsey\\Locale\\": "src/"
1523
                }
1524
            },
1525
            "notification-url": "https://packagist.org/downloads/",
1526
            "license": [
1527
                "MIT"
1528
            ],
1529
            "authors": [
1530
                {
1531
                    "name": "Joshua Gigg",
1532
                    "email": "[email protected]",
1533
                    "homepage": "http://giggsey.com/"
1534
                }
1535
            ],
1536
            "description": "Locale functions required by libphonenumber-for-php",
1537
            "time": "2017-04-07 18:45:42"
1538
        },
1539
        {
1540
            "name": "google/recaptcha",
1541
            "version": "1.1.2",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/google/recaptcha.git",
1545
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
1550
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "php": ">=5.3.2"
1555
            },
1556
            "require-dev": {
1557
                "phpunit/phpunit": "4.5.*"
1558
            },
1559
            "type": "library",
1560
            "extra": {
1561
                "branch-alias": {
1562
                    "dev-master": "1.1.x-dev"
1563
                }
1564
            },
1565
            "autoload": {
1566
                "psr-4": {
1567
                    "ReCaptcha\\": "src/ReCaptcha"
1568
                }
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "BSD-3-Clause"
1573
            ],
1574
            "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
1575
            "homepage": "http://www.google.com/recaptcha/",
1576
            "keywords": [
1577
                "Abuse",
1578
                "captcha",
1579
                "recaptcha",
1580
                "spam"
1581
            ],
1582
            "time": "2015-09-02 17:23:59"
1583
        },
1584
        {
1585
            "name": "gree/jose",
1586
            "version": "2.2.0",
1587
            "source": {
1588
                "type": "git",
1589
                "url": "https://github.com/nov/jose-php.git",
1590
                "reference": "a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c"
1591
            },
1592
            "dist": {
1593
                "type": "zip",
1594
                "url": "https://api.github.com/repos/nov/jose-php/zipball/a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c",
1595
                "reference": "a7fa2b3a02ce62f1edc1804dd93bc81e7cb59f8c",
1596
                "shasum": ""
1597
            },
1598
            "require": {
1599
                "phpseclib/phpseclib": ">=2.0.0"
1600
            },
1601
            "require-dev": {
1602
                "phpunit/phpunit": "4.8.*"
1603
            },
1604
            "type": "library",
1605
            "autoload": {
1606
                "psr-0": {
1607
                    "JOSE": "src/"
1608
                }
1609
            },
1610
            "notification-url": "https://packagist.org/downloads/",
1611
            "include-path": [
1612
                "src/"
1613
            ],
1614
            "license": [
1615
                "MIT"
1616
            ],
1617
            "authors": [
1618
                {
1619
                    "name": "Nov Matake",
1620
                    "email": "[email protected]",
1621
                    "homepage": "http://matake.jp"
1622
                }
1623
            ],
1624
            "description": "JWT, JWS and JWS implementation in PHP",
1625
            "homepage": "https://github.com/gree/jose",
1626
            "keywords": [
1627
                "ID Token",
1628
                "JOSE",
1629
                "JSON Web Encryption",
1630
                "JSON Web Signature",
1631
                "JSON Web Token",
1632
                "JWE",
1633
                "JWS",
1634
                "OpenID Connect",
1635
                "jwt"
1636
            ],
1637
            "time": "2016-08-05 04:25:18"
1638
        },
1639
        {
1640
            "name": "guilhermednt/pathwell-bundle",
1641
            "version": "v0.1.2",
1642
            "source": {
1643
                "type": "git",
1644
                "url": "https://github.com/guilhermednt/pathwell-bundle.git",
1645
                "reference": "e43a53e68ec4136326ce50acd4961a35da681e2a"
1646
            },
1647
            "dist": {
1648
                "type": "zip",
1649
                "url": "https://api.github.com/repos/guilhermednt/pathwell-bundle/zipball/e43a53e68ec4136326ce50acd4961a35da681e2a",
1650
                "reference": "e43a53e68ec4136326ce50acd4961a35da681e2a",
1651
                "shasum": ""
1652
            },
1653
            "require": {
1654
                "php": ">=5.4.16",
1655
                "symfony/framework-bundle": ">=2.8",
1656
                "symfony/validator": ">=2.8"
1657
            },
1658
            "type": "symfony-bundle",
1659
            "autoload": {
1660
                "psr-4": {
1661
                    "Donato\\PathWellBundle\\": ""
1662
                }
1663
            },
1664
            "notification-url": "https://packagist.org/downloads/",
1665
            "license": [
1666
                "GPL-3.0"
1667
            ],
1668
            "authors": [
1669
                {
1670
                    "name": "Guilherme Donato",
1671
                    "email": "[email protected]"
1672
                }
1673
            ],
1674
            "description": "Symfony Bundle implementing PathWell Topology password policy",
1675
            "time": "2016-07-04 18:48:36"
1676
        },
1677
        {
1678
            "name": "guzzlehttp/guzzle",
1679
            "version": "5.3.1",
1680
            "source": {
1681
                "type": "git",
1682
                "url": "https://github.com/guzzle/guzzle.git",
1683
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
1684
            },
1685
            "dist": {
1686
                "type": "zip",
1687
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1688
                "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
1689
                "shasum": ""
1690
            },
1691
            "require": {
1692
                "guzzlehttp/ringphp": "^1.1",
1693
                "php": ">=5.4.0"
1694
            },
1695
            "require-dev": {
1696
                "ext-curl": "*",
1697
                "phpunit/phpunit": "^4.0"
1698
            },
1699
            "type": "library",
1700
            "autoload": {
1701
                "psr-4": {
1702
                    "GuzzleHttp\\": "src/"
1703
                }
1704
            },
1705
            "notification-url": "https://packagist.org/downloads/",
1706
            "license": [
1707
                "MIT"
1708
            ],
1709
            "authors": [
1710
                {
1711
                    "name": "Michael Dowling",
1712
                    "email": "[email protected]",
1713
                    "homepage": "https://github.com/mtdowling"
1714
                }
1715
            ],
1716
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1717
            "homepage": "http://guzzlephp.org/",
1718
            "keywords": [
1719
                "client",
1720
                "curl",
1721
                "framework",
1722
                "http",
1723
                "http client",
1724
                "rest",
1725
                "web service"
1726
            ],
1727
            "time": "2016-07-15 19:28:39"
1728
        },
1729
        {
1730
            "name": "guzzlehttp/ringphp",
1731
            "version": "1.1.0",
1732
            "source": {
1733
                "type": "git",
1734
                "url": "https://github.com/guzzle/RingPHP.git",
1735
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1736
            },
1737
            "dist": {
1738
                "type": "zip",
1739
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1740
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1741
                "shasum": ""
1742
            },
1743
            "require": {
1744
                "guzzlehttp/streams": "~3.0",
1745
                "php": ">=5.4.0",
1746
                "react/promise": "~2.0"
1747
            },
1748
            "require-dev": {
1749
                "ext-curl": "*",
1750
                "phpunit/phpunit": "~4.0"
1751
            },
1752
            "suggest": {
1753
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1754
            },
1755
            "type": "library",
1756
            "extra": {
1757
                "branch-alias": {
1758
                    "dev-master": "1.1-dev"
1759
                }
1760
            },
1761
            "autoload": {
1762
                "psr-4": {
1763
                    "GuzzleHttp\\Ring\\": "src/"
1764
                }
1765
            },
1766
            "notification-url": "https://packagist.org/downloads/",
1767
            "license": [
1768
                "MIT"
1769
            ],
1770
            "authors": [
1771
                {
1772
                    "name": "Michael Dowling",
1773
                    "email": "[email protected]",
1774
                    "homepage": "https://github.com/mtdowling"
1775
                }
1776
            ],
1777
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1778
            "time": "2015-05-20 03:37:09"
1779
        },
1780
        {
1781
            "name": "guzzlehttp/streams",
1782
            "version": "3.0.0",
1783
            "source": {
1784
                "type": "git",
1785
                "url": "https://github.com/guzzle/streams.git",
1786
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1787
            },
1788
            "dist": {
1789
                "type": "zip",
1790
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1791
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1792
                "shasum": ""
1793
            },
1794
            "require": {
1795
                "php": ">=5.4.0"
1796
            },
1797
            "require-dev": {
1798
                "phpunit/phpunit": "~4.0"
1799
            },
1800
            "type": "library",
1801
            "extra": {
1802
                "branch-alias": {
1803
                    "dev-master": "3.0-dev"
1804
                }
1805
            },
1806
            "autoload": {
1807
                "psr-4": {
1808
                    "GuzzleHttp\\Stream\\": "src/"
1809
                }
1810
            },
1811
            "notification-url": "https://packagist.org/downloads/",
1812
            "license": [
1813
                "MIT"
1814
            ],
1815
            "authors": [
1816
                {
1817
                    "name": "Michael Dowling",
1818
                    "email": "[email protected]",
1819
                    "homepage": "https://github.com/mtdowling"
1820
                }
1821
            ],
1822
            "description": "Provides a simple abstraction over streams of data",
1823
            "homepage": "http://guzzlephp.org/",
1824
            "keywords": [
1825
                "Guzzle",
1826
                "stream"
1827
            ],
1828
            "time": "2014-10-12 19:18:40"
1829
        },
1830
        {
1831
            "name": "hwi/oauth-bundle",
1832
            "version": "0.4.3",
1833
            "source": {
1834
                "type": "git",
1835
                "url": "https://github.com/hwi/HWIOAuthBundle.git",
1836
                "reference": "8815fa226547471638efa8333bcaa8a80a5d64f3"
1837
            },
1838
            "dist": {
1839
                "type": "zip",
1840
                "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/8815fa226547471638efa8333bcaa8a80a5d64f3",
1841
                "reference": "8815fa226547471638efa8333bcaa8a80a5d64f3",
1842
                "shasum": ""
1843
            },
1844
            "require": {
1845
                "kriswallsmith/buzz": "~0.13",
1846
                "php": ">=5.3.3",
1847
                "symfony/form": "~2.3",
1848
                "symfony/framework-bundle": "~2.3",
1849
                "symfony/options-resolver": "~2.3",
1850
                "symfony/security-bundle": "~2.3",
1851
                "symfony/yaml": "~2.3"
1852
            },
1853
            "conflict": {
1854
                "twig/twig": "<1.12"
1855
            },
1856
            "require-dev": {
1857
                "doctrine/orm": "~2.3",
1858
                "friendsofsymfony/user-bundle": "~1.3|~2.0",
1859
                "phpunit/phpunit": "~4.8|~5.0",
1860
                "symfony/phpunit-bridge": "~2.7",
1861
                "symfony/property-access": "~2.3",
1862
                "symfony/twig-bundle": "~2.3",
1863
                "symfony/validator": "~2.3"
1864
            },
1865
            "suggest": {
1866
                "doctrine/doctrine-bundle": "to use Doctrine user provider",
1867
                "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
1868
                "symfony/property-access": "to use FOSUB integration with this bundle",
1869
                "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
1870
            },
1871
            "type": "symfony-bundle",
1872
            "extra": {
1873
                "branch-alias": {
1874
                    "dev-master": "0.4-dev"
1875
                }
1876
            },
1877
            "autoload": {
1878
                "psr-4": {
1879
                    "HWI\\Bundle\\OAuthBundle\\": ""
1880
                }
1881
            },
1882
            "notification-url": "https://packagist.org/downloads/",
1883
            "license": [
1884
                "MIT"
1885
            ],
1886
            "authors": [
1887
                {
1888
                    "name": "Contributors",
1889
                    "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
1890
                },
1891
                {
1892
                    "name": "Joseph Bielawski",
1893
                    "email": "[email protected]"
1894
                },
1895
                {
1896
                    "name": "Alexander",
1897
                    "email": "[email protected]"
1898
                },
1899
                {
1900
                    "name": "Geoffrey Bachelet",
1901
                    "email": "[email protected]"
1902
                }
1903
            ],
1904
            "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
1905
            "homepage": "http://github.com/hwi/HWIOAuthBundle",
1906
            "keywords": [
1907
                "37signals",
1908
                "Authentication",
1909
                "Deezer",
1910
                "EVE Online",
1911
                "amazon",
1912
                "auth0",
1913
                "azure",
1914
                "bitbucket",
1915
                "bitly",
1916
                "box",
1917
                "bufferapp",
1918
                "dailymotion",
1919
                "deviantart",
1920
                "discogs",
1921
                "disqus",
1922
                "dropbox",
1923
                "eventbrite",
1924
                "facebook",
1925
                "firewall",
1926
                "fiware",
1927
                "flickr",
1928
                "foursquare",
1929
                "github",
1930
                "google",
1931
                "hubic",
1932
                "instagram",
1933
                "jira",
1934
                "linkedin",
1935
                "mail.ru",
1936
                "oauth",
1937
                "oauth1",
1938
                "oauth2",
1939
                "odnoklassniki",
1940
                "paypal",
1941
                "qq",
1942
                "reddit",
1943
                "runkeeper",
1944
                "salesforce",
1945
                "security",
1946
                "sensio connect",
1947
                "sina weibo",
1948
                "slack",
1949
                "sound cloud",
1950
                "spotify",
1951
                "stack exchange",
1952
                "stereomood",
1953
                "strava",
1954
                "toshl",
1955
                "trakt",
1956
                "trello",
1957
                "twitch",
1958
                "twitter",
1959
                "vkontakte",
1960
                "wechat",
1961
                "windows live",
1962
                "wordpress",
1963
                "xing",
1964
                "yahoo",
1965
                "yandex",
1966
                "youtube"
1967
            ],
1968
            "time": "2016-09-11 13:24:27"
1969
        },
1970
        {
1971
            "name": "incenteev/composer-parameter-handler",
1972
            "version": "v2.1.2",
1973
            "source": {
1974
                "type": "git",
1975
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1976
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1977
            },
1978
            "dist": {
1979
                "type": "zip",
1980
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1981
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1982
                "shasum": ""
1983
            },
1984
            "require": {
1985
                "php": ">=5.3.3",
1986
                "symfony/yaml": "~2.3|~3.0"
1987
            },
1988
            "require-dev": {
1989
                "composer/composer": "1.0.*@dev",
1990
                "phpspec/prophecy-phpunit": "~1.0",
1991
                "symfony/filesystem": "~2.2"
1992
            },
1993
            "type": "library",
1994
            "extra": {
1995
                "branch-alias": {
1996
                    "dev-master": "2.1.x-dev"
1997
                }
1998
            },
1999
            "autoload": {
2000
                "psr-4": {
2001
                    "Incenteev\\ParameterHandler\\": ""
2002
                }
2003
            },
2004
            "notification-url": "https://packagist.org/downloads/",
2005
            "license": [
2006
                "MIT"
2007
            ],
2008
            "authors": [
2009
                {
2010
                    "name": "Christophe Coevoet",
2011
                    "email": "[email protected]"
2012
                }
2013
            ],
2014
            "description": "Composer script handling your ignored parameter file",
2015
            "homepage": "https://github.com/Incenteev/ParameterHandler",
2016
            "keywords": [
2017
                "parameters management"
2018
            ],
2019
            "time": "2015-11-10 17:04:01"
2020
        },
2021
        {
2022
            "name": "ircmaxell/password-compat",
2023
            "version": "v1.0.4",
2024
            "source": {
2025
                "type": "git",
2026
                "url": "https://github.com/ircmaxell/password_compat.git",
2027
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
2028
            },
2029
            "dist": {
2030
                "type": "zip",
2031
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
2032
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
2033
                "shasum": ""
2034
            },
2035
            "require-dev": {
2036
                "phpunit/phpunit": "4.*"
2037
            },
2038
            "type": "library",
2039
            "autoload": {
2040
                "files": [
2041
                    "lib/password.php"
2042
                ]
2043
            },
2044
            "notification-url": "https://packagist.org/downloads/",
2045
            "license": [
2046
                "MIT"
2047
            ],
2048
            "authors": [
2049
                {
2050
                    "name": "Anthony Ferrara",
2051
                    "email": "[email protected]",
2052
                    "homepage": "http://blog.ircmaxell.com"
2053
                }
2054
            ],
2055
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
2056
            "homepage": "https://github.com/ircmaxell/password_compat",
2057
            "keywords": [
2058
                "hashing",
2059
                "password"
2060
            ],
2061
            "time": "2014-11-20 16:49:30"
2062
        },
2063
        {
2064
            "name": "jdorn/sql-formatter",
2065
            "version": "v1.2.17",
2066
            "source": {
2067
                "type": "git",
2068
                "url": "https://github.com/jdorn/sql-formatter.git",
2069
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
2070
            },
2071
            "dist": {
2072
                "type": "zip",
2073
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2074
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
2075
                "shasum": ""
2076
            },
2077
            "require": {
2078
                "php": ">=5.2.4"
2079
            },
2080
            "require-dev": {
2081
                "phpunit/phpunit": "3.7.*"
2082
            },
2083
            "type": "library",
2084
            "extra": {
2085
                "branch-alias": {
2086
                    "dev-master": "1.3.x-dev"
2087
                }
2088
            },
2089
            "autoload": {
2090
                "classmap": [
2091
                    "lib"
2092
                ]
2093
            },
2094
            "notification-url": "https://packagist.org/downloads/",
2095
            "license": [
2096
                "MIT"
2097
            ],
2098
            "authors": [
2099
                {
2100
                    "name": "Jeremy Dorn",
2101
                    "email": "[email protected]",
2102
                    "homepage": "http://jeremydorn.com/"
2103
                }
2104
            ],
2105
            "description": "a PHP SQL highlighting library",
2106
            "homepage": "https://github.com/jdorn/sql-formatter/",
2107
            "keywords": [
2108
                "highlight",
2109
                "sql"
2110
            ],
2111
            "time": "2014-01-12 16:20:24"
2112
        },
2113
        {
2114
            "name": "jms/aop-bundle",
2115
            "version": "1.2.0",
2116
            "source": {
2117
                "type": "git",
2118
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
2119
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
2120
            },
2121
            "dist": {
2122
                "type": "zip",
2123
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
2124
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
2125
                "shasum": ""
2126
            },
2127
            "require": {
2128
                "jms/cg": "^1.1",
2129
                "php": ">=5.3.9",
2130
                "symfony/framework-bundle": "^2.3|^3.0"
2131
            },
2132
            "require-dev": {
2133
                "symfony/phpunit-bridge": "^2.7"
2134
            },
2135
            "type": "symfony-bundle",
2136
            "extra": {
2137
                "branch-alias": {
2138
                    "dev-master": "1.1.x-dev"
2139
                }
2140
            },
2141
            "autoload": {
2142
                "psr-4": {
2143
                    "JMS\\AopBundle\\": ""
2144
                }
2145
            },
2146
            "notification-url": "https://packagist.org/downloads/",
2147
            "license": [
2148
                "Apache-2.0"
2149
            ],
2150
            "authors": [
2151
                {
2152
                    "name": "Johannes M. Schmitt",
2153
                    "email": "[email protected]"
2154
                }
2155
            ],
2156
            "description": "Adds AOP capabilities to Symfony2",
2157
            "keywords": [
2158
                "annotations",
2159
                "aop"
2160
            ],
2161
            "time": "2015-12-09 16:30:46"
2162
        },
2163
        {
2164
            "name": "jms/cg",
2165
            "version": "1.2.0",
2166
            "source": {
2167
                "type": "git",
2168
                "url": "https://github.com/schmittjoh/cg-library.git",
2169
                "reference": "2152ea2c48f746a676debb841644ae64cae27835"
2170
            },
2171
            "dist": {
2172
                "type": "zip",
2173
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/2152ea2c48f746a676debb841644ae64cae27835",
2174
                "reference": "2152ea2c48f746a676debb841644ae64cae27835",
2175
                "shasum": ""
2176
            },
2177
            "require": {
2178
                "php": ">=5.3.0"
2179
            },
2180
            "require-dev": {
2181
                "phpunit/phpunit": ">=4.5"
2182
            },
2183
            "type": "library",
2184
            "extra": {
2185
                "branch-alias": {
2186
                    "dev-master": "1.1-dev"
2187
                }
2188
            },
2189
            "autoload": {
2190
                "psr-0": {
2191
                    "CG\\": "src/"
2192
                }
2193
            },
2194
            "notification-url": "https://packagist.org/downloads/",
2195
            "license": [
2196
                "Apache2"
2197
            ],
2198
            "authors": [
2199
                {
2200
                    "name": "Johannes M. Schmitt",
2201
                    "email": "[email protected]"
2202
                }
2203
            ],
2204
            "description": "Toolset for generating PHP code",
2205
            "keywords": [
2206
                "code generation"
2207
            ],
2208
            "time": "2016-04-07 10:21:44"
2209
        },
2210
        {
2211
            "name": "jms/di-extra-bundle",
2212
            "version": "1.8.2",
2213
            "source": {
2214
                "type": "git",
2215
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
2216
                "reference": "bd261ce117608be02533b901b07c5366997c5846"
2217
            },
2218
            "dist": {
2219
                "type": "zip",
2220
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/bd261ce117608be02533b901b07c5366997c5846",
2221
                "reference": "bd261ce117608be02533b901b07c5366997c5846",
2222
                "shasum": ""
2223
            },
2224
            "require": {
2225
                "jms/aop-bundle": "~1.1",
2226
                "jms/metadata": "~1.0",
2227
                "php": "~5.3|~7.0",
2228
                "symfony/dependency-injection": "~2.3|~3.0",
2229
                "symfony/finder": "~2.3|~3.0",
2230
                "symfony/framework-bundle": "~2.3|~3.0",
2231
                "symfony/http-kernel": "^2.3.24|~3.0",
2232
                "symfony/process": "~2.3|~3.0",
2233
                "symfony/routing": "~2.3|~3.0"
2234
            },
2235
            "require-dev": {
2236
                "doctrine/doctrine-bundle": "~1.5",
2237
                "doctrine/orm": "~2.3",
2238
                "jms/security-extra-bundle": "~1.0",
2239
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
2240
                "sensio/framework-extra-bundle": "~2.0|~3.0",
2241
                "symfony/browser-kit": "~2.3|~3.0",
2242
                "symfony/class-loader": "~2.3|~3.0",
2243
                "symfony/expression-language": "~2.6|~3.0",
2244
                "symfony/form": "~2.3|~3.0",
2245
                "symfony/phpunit-bridge": "~2.7",
2246
                "symfony/security-bundle": "~2.3",
2247
                "symfony/twig-bundle": "~2.3|~3.0",
2248
                "symfony/validator": "~2.3|~3.0",
2249
                "symfony/yaml": "~2.3|~3.0"
2250
            },
2251
            "type": "symfony-bundle",
2252
            "extra": {
2253
                "branch-alias": {
2254
                    "dev-master": "1.8-dev"
2255
                }
2256
            },
2257
            "autoload": {
2258
                "psr-4": {
2259
                    "JMS\\DiExtraBundle\\": ""
2260
                }
2261
            },
2262
            "notification-url": "https://packagist.org/downloads/",
2263
            "license": [
2264
                "Apache-2.0"
2265
            ],
2266
            "authors": [
2267
                {
2268
                    "name": "Johannes M. Schmitt",
2269
                    "email": "[email protected]"
2270
                }
2271
            ],
2272
            "description": "Allows to configure dependency injection using annotations",
2273
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
2274
            "keywords": [
2275
                "annotations",
2276
                "dependency injection"
2277
            ],
2278
            "time": "2017-05-31 11:52:22"
2279
        },
2280
        {
2281
            "name": "jms/metadata",
2282
            "version": "1.6.0",
2283
            "source": {
2284
                "type": "git",
2285
                "url": "https://github.com/schmittjoh/metadata.git",
2286
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
2287
            },
2288
            "dist": {
2289
                "type": "zip",
2290
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
2291
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
2292
                "shasum": ""
2293
            },
2294
            "require": {
2295
                "php": ">=5.3.0"
2296
            },
2297
            "require-dev": {
2298
                "doctrine/cache": "~1.0",
2299
                "symfony/cache": "~3.1"
2300
            },
2301
            "type": "library",
2302
            "extra": {
2303
                "branch-alias": {
2304
                    "dev-master": "1.5.x-dev"
2305
                }
2306
            },
2307
            "autoload": {
2308
                "psr-0": {
2309
                    "Metadata\\": "src/"
2310
                }
2311
            },
2312
            "notification-url": "https://packagist.org/downloads/",
2313
            "license": [
2314
                "Apache-2.0"
2315
            ],
2316
            "authors": [
2317
                {
2318
                    "name": "Johannes M. Schmitt",
2319
                    "email": "[email protected]"
2320
                }
2321
            ],
2322
            "description": "Class/method/property metadata management in PHP",
2323
            "keywords": [
2324
                "annotations",
2325
                "metadata",
2326
                "xml",
2327
                "yaml"
2328
            ],
2329
            "time": "2016-12-05 10:18:33"
2330
        },
2331
        {
2332
            "name": "jms/parser-lib",
2333
            "version": "1.0.0",
2334
            "source": {
2335
                "type": "git",
2336
                "url": "https://github.com/schmittjoh/parser-lib.git",
2337
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2338
            },
2339
            "dist": {
2340
                "type": "zip",
2341
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2342
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2343
                "shasum": ""
2344
            },
2345
            "require": {
2346
                "phpoption/phpoption": ">=0.9,<2.0-dev"
2347
            },
2348
            "type": "library",
2349
            "extra": {
2350
                "branch-alias": {
2351
                    "dev-master": "1.0-dev"
2352
                }
2353
            },
2354
            "autoload": {
2355
                "psr-0": {
2356
                    "JMS\\": "src/"
2357
                }
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "Apache2"
2362
            ],
2363
            "description": "A library for easily creating recursive-descent parsers.",
2364
            "time": "2012-11-18 18:08:43"
2365
        },
2366
        {
2367
            "name": "jms/security-extra-bundle",
2368
            "version": "1.6.1",
2369
            "source": {
2370
                "type": "git",
2371
                "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
2372
                "reference": "8d3b81d62601dcbafafc5e0c2d20f3383e475525"
2373
            },
2374
            "dist": {
2375
                "type": "zip",
2376
                "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/8d3b81d62601dcbafafc5e0c2d20f3383e475525",
2377
                "reference": "8d3b81d62601dcbafafc5e0c2d20f3383e475525",
2378
                "shasum": ""
2379
            },
2380
            "require": {
2381
                "jms/aop-bundle": "~1.0",
2382
                "jms/di-extra-bundle": "~1.4",
2383
                "jms/metadata": "~1.0",
2384
                "jms/parser-lib": "~1.0",
2385
                "php": "~5.3|~7.0",
2386
                "symfony/dependency-injection": "~2.3|~3.0",
2387
                "symfony/framework-bundle": "~2.3|~3.0",
2388
                "symfony/routing": "~2.3|~3.0",
2389
                "symfony/security-acl": "~2.2|~3.0",
2390
                "symfony/security-bundle": "~2.3|~3.0"
2391
            },
2392
            "require-dev": {
2393
                "doctrine/common": "~2.3",
2394
                "doctrine/doctrine-bundle": "~1.0",
2395
                "doctrine/orm": "~2.3",
2396
                "sensio/framework-extra-bundle": "^2.2.1|~3.0",
2397
                "symfony/browser-kit": "~2.0|~3.0",
2398
                "symfony/class-loader": "~2.1|~3.0",
2399
                "symfony/css-selector": "^2.0.5|~3.0",
2400
                "symfony/finder": "^2.0.5|~3.0",
2401
                "symfony/form": "~2.2|~3.0",
2402
                "symfony/phpunit-bridge": "~2.7|~3.0",
2403
                "symfony/process": "^2.0.5|~3.0",
2404
                "symfony/twig-bridge": "^2.2.6|~3.0",
2405
                "symfony/twig-bundle": "~2.2|~3.0",
2406
                "symfony/validator": "~2.2|~3.0",
2407
                "symfony/yaml": "^2.2.11|~3.0",
2408
                "twig/twig": "^1.23.1"
2409
            },
2410
            "type": "symfony-bundle",
2411
            "extra": {
2412
                "branch-alias": {
2413
                    "dev-master": "1.6-dev"
2414
                }
2415
            },
2416
            "autoload": {
2417
                "psr-4": {
2418
                    "JMS\\SecurityExtraBundle\\": ""
2419
                }
2420
            },
2421
            "notification-url": "https://packagist.org/downloads/",
2422
            "license": [
2423
                "Apache2"
2424
            ],
2425
            "authors": [
2426
                {
2427
                    "name": "Johannes M. Schmitt",
2428
                    "email": "[email protected]"
2429
                }
2430
            ],
2431
            "description": "Enhances the Symfony2 Security Component by adding several new features",
2432
            "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
2433
            "keywords": [
2434
                "annotations",
2435
                "authorization",
2436
                "expression",
2437
                "secure",
2438
                "security"
2439
            ],
2440
            "time": "2016-08-04 14:40:55"
2441
        },
2442
        {
2443
            "name": "jms/serializer",
2444
            "version": "1.1.0",
2445
            "source": {
2446
                "type": "git",
2447
                "url": "https://github.com/schmittjoh/serializer.git",
2448
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2449
            },
2450
            "dist": {
2451
                "type": "zip",
2452
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2453
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2454
                "shasum": ""
2455
            },
2456
            "require": {
2457
                "doctrine/annotations": "1.*",
2458
                "doctrine/instantiator": "~1.0.3",
2459
                "jms/metadata": "~1.1",
2460
                "jms/parser-lib": "1.*",
2461
                "php": ">=5.4.0",
2462
                "phpcollection/phpcollection": "~0.1"
2463
            },
2464
            "conflict": {
2465
                "twig/twig": "<1.12"
2466
            },
2467
            "require-dev": {
2468
                "doctrine/orm": "~2.1",
2469
                "doctrine/phpcr-odm": "~1.0.1",
2470
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
2471
                "phpunit/phpunit": "~4.0",
2472
                "propel/propel1": "~1.7",
2473
                "symfony/filesystem": "2.*",
2474
                "symfony/form": "~2.1",
2475
                "symfony/translation": "~2.0",
2476
                "symfony/validator": "~2.0",
2477
                "symfony/yaml": "2.*",
2478
                "twig/twig": "~1.12|~2.0"
2479
            },
2480
            "suggest": {
2481
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2482
            },
2483
            "type": "library",
2484
            "extra": {
2485
                "branch-alias": {
2486
                    "dev-master": "1.1-dev"
2487
                }
2488
            },
2489
            "autoload": {
2490
                "psr-0": {
2491
                    "JMS\\Serializer": "src/"
2492
                }
2493
            },
2494
            "notification-url": "https://packagist.org/downloads/",
2495
            "license": [
2496
                "Apache2"
2497
            ],
2498
            "authors": [
2499
                {
2500
                    "name": "Johannes M. Schmitt",
2501
                    "email": "[email protected]"
2502
                }
2503
            ],
2504
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2505
            "homepage": "http://jmsyst.com/libs/serializer",
2506
            "keywords": [
2507
                "deserialization",
2508
                "jaxb",
2509
                "json",
2510
                "serialization",
2511
                "xml"
2512
            ],
2513
            "time": "2015-10-27 09:24:41"
2514
        },
2515
        {
2516
            "name": "jms/serializer-bundle",
2517
            "version": "1.1.0",
2518
            "target-dir": "JMS/SerializerBundle",
2519
            "source": {
2520
                "type": "git",
2521
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2522
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2523
            },
2524
            "dist": {
2525
                "type": "zip",
2526
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2527
                "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2528
                "shasum": ""
2529
            },
2530
            "require": {
2531
                "jms/serializer": "^1.0.0",
2532
                "php": ">=5.4.0",
2533
                "phpoption/phpoption": "^1.1.0",
2534
                "symfony/framework-bundle": "~2.3|~3.0"
2535
            },
2536
            "require-dev": {
2537
                "doctrine/doctrine-bundle": "*",
2538
                "doctrine/orm": "*",
2539
                "symfony/browser-kit": "*",
2540
                "symfony/class-loader": "*",
2541
                "symfony/css-selector": "*",
2542
                "symfony/finder": "*",
2543
                "symfony/form": "*",
2544
                "symfony/process": "*",
2545
                "symfony/stopwatch": "*",
2546
                "symfony/twig-bundle": "*",
2547
                "symfony/validator": "*",
2548
                "symfony/yaml": "*"
2549
            },
2550
            "suggest": {
2551
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2552
            },
2553
            "type": "symfony-bundle",
2554
            "extra": {
2555
                "branch-alias": {
2556
                    "dev-master": "1.1-dev"
2557
                }
2558
            },
2559
            "autoload": {
2560
                "psr-0": {
2561
                    "JMS\\SerializerBundle": ""
2562
                }
2563
            },
2564
            "notification-url": "https://packagist.org/downloads/",
2565
            "license": [
2566
                "Apache2"
2567
            ],
2568
            "authors": [
2569
                {
2570
                    "name": "Johannes M. Schmitt",
2571
                    "email": "[email protected]"
2572
                }
2573
            ],
2574
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
2575
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2576
            "keywords": [
2577
                "deserialization",
2578
                "jaxb",
2579
                "json",
2580
                "serialization",
2581
                "xml"
2582
            ],
2583
            "time": "2015-11-10 12:26:42"
2584
        },
2585
        {
2586
            "name": "knplabs/gaufrette",
2587
            "version": "v0.3.1",
2588
            "source": {
2589
                "type": "git",
2590
                "url": "https://github.com/KnpLabs/Gaufrette.git",
2591
                "reference": "771ad16f4b2e7f9d35f44b201956e83c6fbf5dde"
2592
            },
2593
            "dist": {
2594
                "type": "zip",
2595
                "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/771ad16f4b2e7f9d35f44b201956e83c6fbf5dde",
2596
                "reference": "771ad16f4b2e7f9d35f44b201956e83c6fbf5dde",
2597
                "shasum": ""
2598
            },
2599
            "require": {
2600
                "php": ">=5.4"
2601
            },
2602
            "conflict": {
2603
                "microsoft/windowsazure": "<0.4.3"
2604
            },
2605
            "require-dev": {
2606
                "amazonwebservices/aws-sdk-for-php": "1.5.*",
2607
                "aws/aws-sdk-php": "^2.4.12",
2608
                "doctrine/dbal": ">=2.3",
2609
                "dropbox-php/dropbox-php": "*",
2610
                "google/apiclient": "~1.1.3",
2611
                "herzult/php-ssh": "*",
2612
                "league/flysystem": "~1.0",
2613
                "mikey179/vfsstream": "~1.2.0",
2614
                "phpseclib/phpseclib": "^2.0",
2615
                "phpspec/phpspec": "~2.4",
2616
                "phpunit/phpunit": "3.7.*",
2617
                "rackspace/php-opencloud": "^1.9.2"
2618
            },
2619
            "suggest": {
2620
                "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
2621
                "aws/aws-sdk-php": "to use the Amazon S3 adapter",
2622
                "doctrine/dbal": "to use the Doctrine DBAL adapter",
2623
                "dropbox-php/dropbox-php": "to use the Dropbox adapter",
2624
                "ext-apc": "to use the APC adapter",
2625
                "ext-curl": "*",
2626
                "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
2627
                "ext-mbstring": "*",
2628
                "ext-mongo": "*",
2629
                "ext-zip": "to use the Zip adapter",
2630
                "google/apiclient": "to use GoogleCloudStorage adapter",
2631
                "herzult/php-ssh": "to use SFtp adapter",
2632
                "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
2633
                "league/flysystem": "to use Flysystem adapters",
2634
                "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
2635
                "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
2636
                "rackspace/php-opencloud": "to use Opencloud adapter"
2637
            },
2638
            "type": "library",
2639
            "extra": {
2640
                "branch-alias": {
2641
                    "dev-master": "0.4.x-dev"
2642
                }
2643
            },
2644
            "autoload": {
2645
                "psr-0": {
2646
                    "Gaufrette": "src/"
2647
                }
2648
            },
2649
            "notification-url": "https://packagist.org/downloads/",
2650
            "license": [
2651
                "MIT"
2652
            ],
2653
            "authors": [
2654
                {
2655
                    "name": "The contributors",
2656
                    "homepage": "http://github.com/knplabs/Gaufrette/contributors"
2657
                },
2658
                {
2659
                    "name": "KnpLabs Team",
2660
                    "homepage": "http://knplabs.com"
2661
                }
2662
            ],
2663
            "description": "PHP5 library that provides a filesystem abstraction layer",
2664
            "homepage": "http://knplabs.com",
2665
            "keywords": [
2666
                "abstraction",
2667
                "file",
2668
                "filesystem",
2669
                "media"
2670
            ],
2671
            "time": "2017-03-20 01:23:34"
2672
        },
2673
        {
2674
            "name": "knplabs/knp-gaufrette-bundle",
2675
            "version": "v0.4.0",
2676
            "source": {
2677
                "type": "git",
2678
                "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git",
2679
                "reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68"
2680
            },
2681
            "dist": {
2682
                "type": "zip",
2683
                "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/06d91a8a575773cd0361c1246c9c499b6bdd5d68",
2684
                "reference": "06d91a8a575773cd0361c1246c9c499b6bdd5d68",
2685
                "shasum": ""
2686
            },
2687
            "require": {
2688
                "knplabs/gaufrette": "~0.1.7|~0.2|~0.3",
2689
                "symfony/framework-bundle": "~2.0|~3.0"
2690
            },
2691
            "require-dev": {
2692
                "phpunit/phpunit": "~4.2",
2693
                "symfony/console": "~2.0|~3.0",
2694
                "symfony/yaml": "~2.0|~3.0"
2695
            },
2696
            "type": "symfony-bundle",
2697
            "extra": {
2698
                "branch-alias": {
2699
                    "dev-master": "0.4.x-dev"
2700
                }
2701
            },
2702
            "autoload": {
2703
                "psr-4": {
2704
                    "Knp\\Bundle\\GaufretteBundle\\": ""
2705
                }
2706
            },
2707
            "notification-url": "https://packagist.org/downloads/",
2708
            "license": [
2709
                "MIT"
2710
            ],
2711
            "authors": [
2712
                {
2713
                    "name": "The contributors",
2714
                    "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
2715
                },
2716
                {
2717
                    "name": "Antoine Hérault",
2718
                    "email": "[email protected]"
2719
                }
2720
            ],
2721
            "description": "Allows to easily use the Gaufrette library in a Symfony project",
2722
            "homepage": "http://knplabs.com",
2723
            "keywords": [
2724
                "abstraction",
2725
                "file",
2726
                "filesystem",
2727
                "media"
2728
            ],
2729
            "time": "2017-03-16 21:01:25"
2730
        },
2731
        {
2732
            "name": "kriswallsmith/assetic",
2733
            "version": "v1.4.0",
2734
            "source": {
2735
                "type": "git",
2736
                "url": "https://github.com/kriswallsmith/assetic.git",
2737
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
2738
            },
2739
            "dist": {
2740
                "type": "zip",
2741
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
2742
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
2743
                "shasum": ""
2744
            },
2745
            "require": {
2746
                "php": ">=5.3.1",
2747
                "symfony/process": "~2.1|~3.0"
2748
            },
2749
            "conflict": {
2750
                "twig/twig": "<1.27"
2751
            },
2752
            "require-dev": {
2753
                "leafo/lessphp": "^0.3.7",
2754
                "leafo/scssphp": "~0.1",
2755
                "meenie/javascript-packer": "^1.1",
2756
                "mrclay/minify": "<2.3",
2757
                "natxet/cssmin": "3.0.4",
2758
                "patchwork/jsqueeze": "~1.0|~2.0",
2759
                "phpunit/phpunit": "~4.8 || ^5.6",
2760
                "psr/log": "~1.0",
2761
                "ptachoire/cssembed": "~1.0",
2762
                "symfony/phpunit-bridge": "~2.7|~3.0",
2763
                "twig/twig": "~1.23|~2.0",
2764
                "yfix/packager": "dev-master"
2765
            },
2766
            "suggest": {
2767
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2768
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2769
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2770
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2771
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2772
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
2773
            },
2774
            "type": "library",
2775
            "extra": {
2776
                "branch-alias": {
2777
                    "dev-master": "1.4-dev"
2778
                }
2779
            },
2780
            "autoload": {
2781
                "psr-0": {
2782
                    "Assetic": "src/"
2783
                },
2784
                "files": [
2785
                    "src/functions.php"
2786
                ]
2787
            },
2788
            "notification-url": "https://packagist.org/downloads/",
2789
            "license": [
2790
                "MIT"
2791
            ],
2792
            "authors": [
2793
                {
2794
                    "name": "Kris Wallsmith",
2795
                    "email": "[email protected]",
2796
                    "homepage": "http://kriswallsmith.net/"
2797
                }
2798
            ],
2799
            "description": "Asset Management for PHP",
2800
            "homepage": "https://github.com/kriswallsmith/assetic",
2801
            "keywords": [
2802
                "assets",
2803
                "compression",
2804
                "minification"
2805
            ],
2806
            "time": "2016-11-11 18:43:20"
2807
        },
2808
        {
2809
            "name": "kriswallsmith/buzz",
2810
            "version": "v0.15.1",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/kriswallsmith/Buzz.git",
2814
                "reference": "d59932b335c2f2f3ec9eee66a37db6bd50d39e13"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d59932b335c2f2f3ec9eee66a37db6bd50d39e13",
2819
                "reference": "d59932b335c2f2f3ec9eee66a37db6bd50d39e13",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "php": "^5.3.3 || ^7.0"
2824
            },
2825
            "require-dev": {
2826
                "symfony/phpunit-bridge": "^3.3"
2827
            },
2828
            "suggest": {
2829
                "ext-curl": "*"
2830
            },
2831
            "type": "library",
2832
            "autoload": {
2833
                "psr-4": {
2834
                    "Buzz\\": "lib/Buzz"
2835
                }
2836
            },
2837
            "notification-url": "https://packagist.org/downloads/",
2838
            "license": [
2839
                "MIT"
2840
            ],
2841
            "authors": [
2842
                {
2843
                    "name": "Kris Wallsmith",
2844
                    "email": "[email protected]",
2845
                    "homepage": "http://kriswallsmith.net/"
2846
                }
2847
            ],
2848
            "description": "Lightweight HTTP client",
2849
            "homepage": "https://github.com/kriswallsmith/Buzz",
2850
            "keywords": [
2851
                "curl",
2852
                "http client"
2853
            ],
2854
            "time": "2017-08-19 09:43:47"
2855
        },
2856
        {
2857
            "name": "liip/monitor-bundle",
2858
            "version": "2.5.2",
2859
            "source": {
2860
                "type": "git",
2861
                "url": "https://github.com/liip/LiipMonitorBundle.git",
2862
                "reference": "255f7a523d377d46297d3aeab0d0908ab6786890"
2863
            },
2864
            "dist": {
2865
                "type": "zip",
2866
                "url": "https://api.github.com/repos/liip/LiipMonitorBundle/zipball/255f7a523d377d46297d3aeab0d0908ab6786890",
2867
                "reference": "255f7a523d377d46297d3aeab0d0908ab6786890",
2868
                "shasum": ""
2869
            },
2870
            "require": {
2871
                "php": "^5.4|^7.0",
2872
                "symfony/framework-bundle": "~2.3|~3.0",
2873
                "zendframework/zenddiagnostics": "^1.0.2"
2874
            },
2875
            "require-dev": {
2876
                "doctrine/doctrine-migrations-bundle": "~1.0",
2877
                "doctrine/migrations": "~1.0",
2878
                "guzzlehttp/guzzle": "~3.8|~4.0|~5.0|~6.0",
2879
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.4",
2880
                "phpunit/phpunit": "^4.8|^5.0",
2881
                "sensiolabs/security-checker": "~1.3|~2.0|~3.0|~4.0",
2882
                "swiftmailer/swiftmailer": "~5.4",
2883
                "symfony/asset": "^2.0|^3.0",
2884
                "symfony/browser-kit": "^2.0|^3.0",
2885
                "symfony/expression-language": "~2.3|~3.0",
2886
                "symfony/finder": "^2.0|^3.0",
2887
                "symfony/templating": "^2.0|^3.0",
2888
                "symfony/twig-bundle": "^2.0|^3.0"
2889
            },
2890
            "suggest": {
2891
                "sensio/distribution-bundle": "To be able to use the composer ScriptHandler",
2892
                "symfony/expression-language": "To use the Expression check"
2893
            },
2894
            "type": "symfony-bundle",
2895
            "extra": {
2896
                "branch-alias": {
2897
                    "dev-master": "2.3-dev"
2898
                }
2899
            },
2900
            "autoload": {
2901
                "psr-4": {
2902
                    "Liip\\MonitorBundle\\": ""
2903
                }
2904
            },
2905
            "notification-url": "https://packagist.org/downloads/",
2906
            "license": [
2907
                "MIT"
2908
            ],
2909
            "authors": [
2910
                {
2911
                    "name": "Liip AG",
2912
                    "homepage": "http://www.liip.ch/"
2913
                },
2914
                {
2915
                    "name": "Alvaro Videla",
2916
                    "email": "[email protected]"
2917
                },
2918
                {
2919
                    "name": "Symfony Community",
2920
                    "homepage": "https://github.com/liip/LiipMonitorBundle/contributors"
2921
                },
2922
                {
2923
                    "name": "Kevin Bond",
2924
                    "homepage": "http://zenstruck.com/"
2925
                }
2926
            ],
2927
            "description": "Liip Monitor Bundle",
2928
            "keywords": [
2929
                "check",
2930
                "health",
2931
                "monitor",
2932
                "monitoring"
2933
            ],
2934
            "time": "2017-05-05 14:54:15"
2935
        },
2936
        {
2937
            "name": "michelf/php-markdown",
2938
            "version": "1.4.1",
2939
            "source": {
2940
                "type": "git",
2941
                "url": "https://github.com/michelf/php-markdown.git",
2942
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
2943
            },
2944
            "dist": {
2945
                "type": "zip",
2946
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2947
                "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
2948
                "shasum": ""
2949
            },
2950
            "require": {
2951
                "php": ">=5.3.0"
2952
            },
2953
            "type": "library",
2954
            "extra": {
2955
                "branch-alias": {
2956
                    "dev-lib": "1.4.x-dev"
2957
                }
2958
            },
2959
            "autoload": {
2960
                "psr-0": {
2961
                    "Michelf": ""
2962
                }
2963
            },
2964
            "notification-url": "https://packagist.org/downloads/",
2965
            "license": [
2966
                "BSD-3-Clause"
2967
            ],
2968
            "authors": [
2969
                {
2970
                    "name": "Michel Fortin",
2971
                    "email": "[email protected]",
2972
                    "homepage": "http://michelf.ca/",
2973
                    "role": "Developer"
2974
                },
2975
                {
2976
                    "name": "John Gruber",
2977
                    "homepage": "http://daringfireball.net/"
2978
                }
2979
            ],
2980
            "description": "PHP Markdown",
2981
            "homepage": "http://michelf.ca/projects/php-markdown/",
2982
            "keywords": [
2983
                "markdown"
2984
            ],
2985
            "time": "2014-05-05 02:43:50"
2986
        },
2987
        {
2988
            "name": "misd/phone-number-bundle",
2989
            "version": "v1.2.0",
2990
            "source": {
2991
                "type": "git",
2992
                "url": "https://github.com/misd-service-development/phone-number-bundle.git",
2993
                "reference": "44888e72dc9bf6f22949a6659be45330580ea84e"
2994
            },
2995
            "dist": {
2996
                "type": "zip",
2997
                "url": "https://api.github.com/repos/misd-service-development/phone-number-bundle/zipball/44888e72dc9bf6f22949a6659be45330580ea84e",
2998
                "reference": "44888e72dc9bf6f22949a6659be45330580ea84e",
2999
                "shasum": ""
3000
            },
3001
            "require": {
3002
                "giggsey/libphonenumber-for-php": "~5.7|~6.0|~7.0|~8.0",
3003
                "php": ">=5.3.3",
3004
                "symfony/framework-bundle": "~2.1|~3.0"
3005
            },
3006
            "conflict": {
3007
                "twig/twig": "<1.12.0"
3008
            },
3009
            "require-dev": {
3010
                "doctrine/doctrine-bundle": "~1.0",
3011
                "jms/serializer-bundle": "~0.11|~1.0",
3012
                "phpunit/phpunit": "~4.0",
3013
                "symfony/form": "~2.3|~3.0",
3014
                "symfony/serializer": "~2.7|~3.1",
3015
                "symfony/templating": "~2.1|~3.0",
3016
                "symfony/twig-bundle": "~2.1|~3.0",
3017
                "symfony/validator": "~2.1|~3.0"
3018
            },
3019
            "suggest": {
3020
                "doctrine/doctrine-bundle": "Add a DBAL mapping type",
3021
                "jms/serializer-bundle": "Serialize/deserialize phone numbers using JSM library",
3022
                "symfony/form": "Add a data transformer",
3023
                "symfony/serializer": "Serialize/deserialize phone numbers using Symfony library",
3024
                "symfony/templating": "Format phone numbers in templates",
3025
                "symfony/twig-bundle": "Format phone numbers in Twig templates",
3026
                "symfony/validator": "Add a validation constraint"
3027
            },
3028
            "type": "symfony-bundle",
3029
            "extra": {
3030
                "branch-alias": {
3031
                    "dev-master": "1.1.x-dev"
3032
                }
3033
            },
3034
            "autoload": {
3035
                "psr-4": {
3036
                    "Misd\\PhoneNumberBundle\\": ""
3037
                }
3038
            },
3039
            "notification-url": "https://packagist.org/downloads/",
3040
            "license": [
3041
                "MIT"
3042
            ],
3043
            "description": "Integrates libphonenumber into your Symfony2 application",
3044
            "homepage": "https://github.com/misd-service-development/phone-number-bundle",
3045
            "keywords": [
3046
                "bundle",
3047
                "libphonenumber",
3048
                "phone-number",
3049
                "phonenumber",
3050
                "telephone number"
3051
            ],
3052
            "time": "2016-12-17 17:15:49"
3053
        },
3054
        {
3055
            "name": "monolog/monolog",
3056
            "version": "1.23.0",
3057
            "source": {
3058
                "type": "git",
3059
                "url": "https://github.com/Seldaek/monolog.git",
3060
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
3061
            },
3062
            "dist": {
3063
                "type": "zip",
3064
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3065
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
3066
                "shasum": ""
3067
            },
3068
            "require": {
3069
                "php": ">=5.3.0",
3070
                "psr/log": "~1.0"
3071
            },
3072
            "provide": {
3073
                "psr/log-implementation": "1.0.0"
3074
            },
3075
            "require-dev": {
3076
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
3077
                "doctrine/couchdb": "~1.0@dev",
3078
                "graylog2/gelf-php": "~1.0",
3079
                "jakub-onderka/php-parallel-lint": "0.9",
3080
                "php-amqplib/php-amqplib": "~2.4",
3081
                "php-console/php-console": "^3.1.3",
3082
                "phpunit/phpunit": "~4.5",
3083
                "phpunit/phpunit-mock-objects": "2.3.0",
3084
                "ruflin/elastica": ">=0.90 <3.0",
3085
                "sentry/sentry": "^0.13",
3086
                "swiftmailer/swiftmailer": "^5.3|^6.0"
3087
            },
3088
            "suggest": {
3089
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3090
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3091
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3092
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3093
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3094
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
3095
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
3096
                "php-console/php-console": "Allow sending log messages to Google Chrome",
3097
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3098
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3099
                "sentry/sentry": "Allow sending log messages to a Sentry server"
3100
            },
3101
            "type": "library",
3102
            "extra": {
3103
                "branch-alias": {
3104
                    "dev-master": "2.0.x-dev"
3105
                }
3106
            },
3107
            "autoload": {
3108
                "psr-4": {
3109
                    "Monolog\\": "src/Monolog"
3110
                }
3111
            },
3112
            "notification-url": "https://packagist.org/downloads/",
3113
            "license": [
3114
                "MIT"
3115
            ],
3116
            "authors": [
3117
                {
3118
                    "name": "Jordi Boggiano",
3119
                    "email": "[email protected]",
3120
                    "homepage": "http://seld.be"
3121
                }
3122
            ],
3123
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3124
            "homepage": "http://github.com/Seldaek/monolog",
3125
            "keywords": [
3126
                "log",
3127
                "logging",
3128
                "psr-3"
3129
            ],
3130
            "time": "2017-06-19 01:22:40"
3131
        },
3132
        {
3133
            "name": "nelmio/api-doc-bundle",
3134
            "version": "2.13.2",
3135
            "target-dir": "Nelmio/ApiDocBundle",
3136
            "source": {
3137
                "type": "git",
3138
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
3139
                "reference": "adcdd91950db72346be4a8af82cc05883b97cef3"
3140
            },
3141
            "dist": {
3142
                "type": "zip",
3143
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/adcdd91950db72346be4a8af82cc05883b97cef3",
3144
                "reference": "adcdd91950db72346be4a8af82cc05883b97cef3",
3145
                "shasum": ""
3146
            },
3147
            "require": {
3148
                "michelf/php-markdown": "~1.4",
3149
                "php": ">=5.4",
3150
                "symfony/console": "~2.3|~3.0",
3151
                "symfony/framework-bundle": "~2.3|~3.0",
3152
                "symfony/twig-bundle": "~2.3|~3.0"
3153
            },
3154
            "conflict": {
3155
                "jms/serializer": "<0.12",
3156
                "jms/serializer-bundle": "<0.11",
3157
                "symfony/symfony": "~2.7.8",
3158
                "twig/twig": "<1.12"
3159
            },
3160
            "require-dev": {
3161
                "doctrine/doctrine-bundle": "~1.5",
3162
                "doctrine/orm": "~2.3",
3163
                "dunglas/api-bundle": "~1.0@dev",
3164
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
3165
                "jms/serializer-bundle": ">=0.11",
3166
                "sensio/framework-extra-bundle": "~3.0",
3167
                "symfony/browser-kit": "~2.3|~3.0",
3168
                "symfony/css-selector": "~2.3|~3.0",
3169
                "symfony/finder": "~2.3|~3.0",
3170
                "symfony/form": "~2.3|~3.0",
3171
                "symfony/phpunit-bridge": "~2.7|~3.0",
3172
                "symfony/serializer": "~2.7|~3.0",
3173
                "symfony/validator": "~2.3|~3.0",
3174
                "symfony/yaml": "~2.3|~3.0"
3175
            },
3176
            "suggest": {
3177
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
3178
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3179
                "jms/serializer": "For making use of serializer information in the doc.",
3180
                "symfony/form": "For using form definitions as input.",
3181
                "symfony/validator": "For making use of validator information in the doc."
3182
            },
3183
            "type": "symfony-bundle",
3184
            "extra": {
3185
                "branch-alias": {
3186
                    "dev-master": "2.13-dev"
3187
                }
3188
            },
3189
            "autoload": {
3190
                "psr-0": {
3191
                    "Nelmio\\ApiDocBundle": ""
3192
                }
3193
            },
3194
            "notification-url": "https://packagist.org/downloads/",
3195
            "license": [
3196
                "MIT"
3197
            ],
3198
            "authors": [
3199
                {
3200
                    "name": "Nelmio",
3201
                    "homepage": "http://nelm.io"
3202
                },
3203
                {
3204
                    "name": "Symfony Community",
3205
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3206
                }
3207
            ],
3208
            "description": "Generates documentation for your REST API from annotations",
3209
            "keywords": [
3210
                "api",
3211
                "doc",
3212
                "documentation",
3213
                "rest"
3214
            ],
3215
            "time": "2017-05-13 14:53:58"
3216
        },
3217
        {
3218
            "name": "nelmio/cors-bundle",
3219
            "version": "1.5.3",
3220
            "source": {
3221
                "type": "git",
3222
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
3223
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056"
3224
            },
3225
            "dist": {
3226
                "type": "zip",
3227
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/ac6576a599d7db9c2c6022602c188a5594216056",
3228
                "reference": "ac6576a599d7db9c2c6022602c188a5594216056",
3229
                "shasum": ""
3230
            },
3231
            "require": {
3232
                "symfony/framework-bundle": "^2.7 || ^3.0"
3233
            },
3234
            "require-dev": {
3235
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3236
                "mockery/mockery": "0.9.*"
3237
            },
3238
            "type": "symfony-bundle",
3239
            "extra": {
3240
                "branch-alias": {
3241
                    "dev-master": "1.5.x-dev"
3242
                }
3243
            },
3244
            "autoload": {
3245
                "psr-4": {
3246
                    "Nelmio\\CorsBundle\\": ""
3247
                },
3248
                "exclude-from-classmap": [
3249
                    "/Tests/"
3250
                ]
3251
            },
3252
            "notification-url": "https://packagist.org/downloads/",
3253
            "license": [
3254
                "MIT"
3255
            ],
3256
            "authors": [
3257
                {
3258
                    "name": "Nelmio",
3259
                    "homepage": "http://nelm.io"
3260
                },
3261
                {
3262
                    "name": "Symfony Community",
3263
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3264
                }
3265
            ],
3266
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3267
            "keywords": [
3268
                "api",
3269
                "cors",
3270
                "crossdomain"
3271
            ],
3272
            "time": "2017-04-24 09:12:42"
3273
        },
3274
        {
3275
            "name": "nelmio/security-bundle",
3276
            "version": "1.10.0",
3277
            "source": {
3278
                "type": "git",
3279
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
3280
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
3281
            },
3282
            "dist": {
3283
                "type": "zip",
3284
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
3285
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
3286
                "shasum": ""
3287
            },
3288
            "require": {
3289
                "symfony/framework-bundle": "~2.3|~3.0",
3290
                "symfony/security": "~2.3|~3.0"
3291
            },
3292
            "require-dev": {
3293
                "phpunit/phpunit": "^5.2"
3294
            },
3295
            "type": "symfony-bundle",
3296
            "extra": {
3297
                "branch-alias": {
3298
                    "dev-master": "1.10.x-dev"
3299
                }
3300
            },
3301
            "autoload": {
3302
                "psr-4": {
3303
                    "Nelmio\\SecurityBundle\\": ""
3304
                }
3305
            },
3306
            "notification-url": "https://packagist.org/downloads/",
3307
            "license": [
3308
                "MIT"
3309
            ],
3310
            "authors": [
3311
                {
3312
                    "name": "Nelmio",
3313
                    "homepage": "http://nelm.io"
3314
                },
3315
                {
3316
                    "name": "Symfony Community",
3317
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
3318
                }
3319
            ],
3320
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
3321
            "keywords": [
3322
                "security"
3323
            ],
3324
            "time": "2016-02-23 10:42:13"
3325
        },
3326
        {
3327
            "name": "ocramius/proxy-manager",
3328
            "version": "1.0.2",
3329
            "source": {
3330
                "type": "git",
3331
                "url": "https://github.com/Ocramius/ProxyManager.git",
3332
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
3333
            },
3334
            "dist": {
3335
                "type": "zip",
3336
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
3337
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
3338
                "shasum": ""
3339
            },
3340
            "require": {
3341
                "php": ">=5.3.3",
3342
                "zendframework/zend-code": ">2.2.5,<3.0"
3343
            },
3344
            "require-dev": {
3345
                "ext-phar": "*",
3346
                "phpunit/phpunit": "~4.0",
3347
                "squizlabs/php_codesniffer": "1.5.*"
3348
            },
3349
            "suggest": {
3350
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
3351
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
3352
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
3353
                "zendframework/zend-stdlib": "To use the hydrator proxy",
3354
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
3355
            },
3356
            "type": "library",
3357
            "extra": {
3358
                "branch-alias": {
3359
                    "dev-master": "2.0.x-dev"
3360
                }
3361
            },
3362
            "autoload": {
3363
                "psr-0": {
3364
                    "ProxyManager\\": "src"
3365
                }
3366
            },
3367
            "notification-url": "https://packagist.org/downloads/",
3368
            "license": [
3369
                "MIT"
3370
            ],
3371
            "authors": [
3372
                {
3373
                    "name": "Marco Pivetta",
3374
                    "email": "[email protected]",
3375
                    "homepage": "http://ocramius.github.com/"
3376
                }
3377
            ],
3378
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
3379
            "homepage": "https://github.com/Ocramius/ProxyManager",
3380
            "keywords": [
3381
                "aop",
3382
                "lazy loading",
3383
                "proxy",
3384
                "proxy pattern",
3385
                "service proxies"
3386
            ],
3387
            "time": "2015-08-09 04:28:19"
3388
        },
3389
        {
3390
            "name": "oro/doctrine-extensions",
3391
            "version": "1.2.0",
3392
            "source": {
3393
                "type": "git",
3394
                "url": "https://github.com/orocrm/doctrine-extensions.git",
3395
                "reference": "26f38a2065d36d308331ccecb0b5ef31d61541d2"
3396
            },
3397
            "dist": {
3398
                "type": "zip",
3399
                "url": "https://api.github.com/repos/orocrm/doctrine-extensions/zipball/26f38a2065d36d308331ccecb0b5ef31d61541d2",
3400
                "reference": "26f38a2065d36d308331ccecb0b5ef31d61541d2",
3401
                "shasum": ""
3402
            },
3403
            "require": {
3404
                "doctrine/orm": ">=2.2.3",
3405
                "php": ">=5.3.0"
3406
            },
3407
            "require-dev": {
3408
                "doctrine/data-fixtures": "^1.0",
3409
                "doctrine/orm": "<2.5.0",
3410
                "phpunit/phpunit": "4.*",
3411
                "squizlabs/php_codesniffer": "2.8.*",
3412
                "symfony/yaml": "2.*"
3413
            },
3414
            "type": "library",
3415
            "autoload": {
3416
                "psr-0": {
3417
                    "Oro\\DBAL": "src/",
3418
                    "Oro\\ORM": "src/"
3419
                }
3420
            },
3421
            "notification-url": "https://packagist.org/downloads/",
3422
            "license": [
3423
                "MIT"
3424
            ],
3425
            "authors": [
3426
                {
3427
                    "name": "Oro, Inc",
3428
                    "homepage": "http://www.orocrm.com"
3429
                }
3430
            ],
3431
            "description": "Doctrine Extensions for MySQL and PostgreSQL.",
3432
            "homepage": "https://github.com/orocrm/doctrine-extensions/",
3433
            "keywords": [
3434
                "database",
3435
                "doctrine",
3436
                "dql",
3437
                "function",
3438
                "mysql",
3439
                "postgresql",
3440
                "type"
3441
            ],
3442
            "time": "2017-07-17 10:33:16"
3443
        },
3444
        {
3445
            "name": "paragonie/random_compat",
3446
            "version": "v2.0.10",
3447
            "source": {
3448
                "type": "git",
3449
                "url": "https://github.com/paragonie/random_compat.git",
3450
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
3451
            },
3452
            "dist": {
3453
                "type": "zip",
3454
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3455
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
3456
                "shasum": ""
3457
            },
3458
            "require": {
3459
                "php": ">=5.2.0"
3460
            },
3461
            "require-dev": {
3462
                "phpunit/phpunit": "4.*|5.*"
3463
            },
3464
            "suggest": {
3465
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3466
            },
3467
            "type": "library",
3468
            "autoload": {
3469
                "files": [
3470
                    "lib/random.php"
3471
                ]
3472
            },
3473
            "notification-url": "https://packagist.org/downloads/",
3474
            "license": [
3475
                "MIT"
3476
            ],
3477
            "authors": [
3478
                {
3479
                    "name": "Paragon Initiative Enterprises",
3480
                    "email": "[email protected]",
3481
                    "homepage": "https://paragonie.com"
3482
                }
3483
            ],
3484
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3485
            "keywords": [
3486
                "csprng",
3487
                "pseudorandom",
3488
                "random"
3489
            ],
3490
            "time": "2017-03-13 16:27:32"
3491
        },
3492
        {
3493
            "name": "phpcollection/phpcollection",
3494
            "version": "0.5.0",
3495
            "source": {
3496
                "type": "git",
3497
                "url": "https://github.com/schmittjoh/php-collection.git",
3498
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
3499
            },
3500
            "dist": {
3501
                "type": "zip",
3502
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3503
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
3504
                "shasum": ""
3505
            },
3506
            "require": {
3507
                "phpoption/phpoption": "1.*"
3508
            },
3509
            "type": "library",
3510
            "extra": {
3511
                "branch-alias": {
3512
                    "dev-master": "0.4-dev"
3513
                }
3514
            },
3515
            "autoload": {
3516
                "psr-0": {
3517
                    "PhpCollection": "src/"
3518
                }
3519
            },
3520
            "notification-url": "https://packagist.org/downloads/",
3521
            "license": [
3522
                "Apache2"
3523
            ],
3524
            "authors": [
3525
                {
3526
                    "name": "Johannes M. Schmitt",
3527
                    "email": "[email protected]"
3528
                }
3529
            ],
3530
            "description": "General-Purpose Collection Library for PHP",
3531
            "keywords": [
3532
                "collection",
3533
                "list",
3534
                "map",
3535
                "sequence",
3536
                "set"
3537
            ],
3538
            "time": "2015-05-17 12:39:23"
3539
        },
3540
        {
3541
            "name": "phpoption/phpoption",
3542
            "version": "1.5.0",
3543
            "source": {
3544
                "type": "git",
3545
                "url": "https://github.com/schmittjoh/php-option.git",
3546
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
3547
            },
3548
            "dist": {
3549
                "type": "zip",
3550
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3551
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3552
                "shasum": ""
3553
            },
3554
            "require": {
3555
                "php": ">=5.3.0"
3556
            },
3557
            "require-dev": {
3558
                "phpunit/phpunit": "4.7.*"
3559
            },
3560
            "type": "library",
3561
            "extra": {
3562
                "branch-alias": {
3563
                    "dev-master": "1.3-dev"
3564
                }
3565
            },
3566
            "autoload": {
3567
                "psr-0": {
3568
                    "PhpOption\\": "src/"
3569
                }
3570
            },
3571
            "notification-url": "https://packagist.org/downloads/",
3572
            "license": [
3573
                "Apache2"
3574
            ],
3575
            "authors": [
3576
                {
3577
                    "name": "Johannes M. Schmitt",
3578
                    "email": "[email protected]"
3579
                }
3580
            ],
3581
            "description": "Option Type for PHP",
3582
            "keywords": [
3583
                "language",
3584
                "option",
3585
                "php",
3586
                "type"
3587
            ],
3588
            "time": "2015-07-25 16:39:46"
3589
        },
3590
        {
3591
            "name": "phpseclib/phpseclib",
3592
            "version": "2.0.6",
3593
            "source": {
3594
                "type": "git",
3595
                "url": "https://github.com/phpseclib/phpseclib.git",
3596
                "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
3597
            },
3598
            "dist": {
3599
                "type": "zip",
3600
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
3601
                "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
3602
                "shasum": ""
3603
            },
3604
            "require": {
3605
                "php": ">=5.3.3"
3606
            },
3607
            "require-dev": {
3608
                "phing/phing": "~2.7",
3609
                "phpunit/phpunit": "~4.0",
3610
                "sami/sami": "~2.0",
3611
                "squizlabs/php_codesniffer": "~2.0"
3612
            },
3613
            "suggest": {
3614
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3615
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3616
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3617
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3618
            },
3619
            "type": "library",
3620
            "autoload": {
3621
                "files": [
3622
                    "phpseclib/bootstrap.php"
3623
                ],
3624
                "psr-4": {
3625
                    "phpseclib\\": "phpseclib/"
3626
                }
3627
            },
3628
            "notification-url": "https://packagist.org/downloads/",
3629
            "license": [
3630
                "MIT"
3631
            ],
3632
            "authors": [
3633
                {
3634
                    "name": "Jim Wigginton",
3635
                    "email": "[email protected]",
3636
                    "role": "Lead Developer"
3637
                },
3638
                {
3639
                    "name": "Patrick Monnerat",
3640
                    "email": "[email protected]",
3641
                    "role": "Developer"
3642
                },
3643
                {
3644
                    "name": "Andreas Fischer",
3645
                    "email": "[email protected]",
3646
                    "role": "Developer"
3647
                },
3648
                {
3649
                    "name": "Hans-Jürgen Petrich",
3650
                    "email": "[email protected]",
3651
                    "role": "Developer"
3652
                },
3653
                {
3654
                    "name": "Graham Campbell",
3655
                    "email": "[email protected]",
3656
                    "role": "Developer"
3657
                }
3658
            ],
3659
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3660
            "homepage": "http://phpseclib.sourceforge.net",
3661
            "keywords": [
3662
                "BigInteger",
3663
                "aes",
3664
                "asn.1",
3665
                "asn1",
3666
                "blowfish",
3667
                "crypto",
3668
                "cryptography",
3669
                "encryption",
3670
                "rsa",
3671
                "security",
3672
                "sftp",
3673
                "signature",
3674
                "signing",
3675
                "ssh",
3676
                "twofish",
3677
                "x.509",
3678
                "x509"
3679
            ],
3680
            "time": "2017-06-05 06:31:10"
3681
        },
3682
        {
3683
            "name": "procergs/login-cidadao-badges-bundle",
3684
            "version": "2.0.2",
3685
            "target-dir": "LoginCidadao/BadgesBundle",
3686
            "source": {
3687
                "type": "git",
3688
                "url": "https://github.com/PROCERGS/login-cidadao-badges-bundle.git",
3689
                "reference": "9621652344d60c6587bb82de028fbe576ea4e470"
3690
            },
3691
            "dist": {
3692
                "type": "zip",
3693
                "url": "https://api.github.com/repos/PROCERGS/login-cidadao-badges-bundle/zipball/9621652344d60c6587bb82de028fbe576ea4e470",
3694
                "reference": "9621652344d60c6587bb82de028fbe576ea4e470",
3695
                "shasum": ""
3696
            },
3697
            "require": {
3698
                "php": ">=5.3.0"
3699
            },
3700
            "type": "symfony-bundle",
3701
            "autoload": {
3702
                "psr-0": {
3703
                    "LoginCidadao\\BadgesBundle": ""
3704
                }
3705
            },
3706
            "license": [
3707
                "MIT"
3708
            ],
3709
            "authors": [
3710
                {
3711
                    "name": "Guilherme Donato",
3712
                    "email": "[email protected]"
3713
                }
3714
            ],
3715
            "description": "Login Cidadão's Badge Bundle",
3716
            "homepage": "https://github.com/PROCERGS/login-cidadao-badges-bundle",
3717
            "keywords": [
3718
                "badges",
3719
                "login-cidadao"
3720
            ],
3721
            "support": {
3722
                "source": "https://github.com/PROCERGS/login-cidadao-badges-bundle/tree/2.0.2",
3723
                "issues": "https://github.com/PROCERGS/login-cidadao-badges-bundle/issues"
3724
            },
3725
            "time": "2017-05-16 21:00:51"
3726
        },
3727
        {
3728
            "name": "procergs/tos-bundle",
3729
            "version": "1.4.1",
3730
            "source": {
3731
                "type": "git",
3732
                "url": "https://github.com/PROCERGS/tos-bundle.git",
3733
                "reference": "83489cb4343da678310daaa21142e771c955a015"
3734
            },
3735
            "dist": {
3736
                "type": "zip",
3737
                "url": "https://api.github.com/repos/PROCERGS/tos-bundle/zipball/83489cb4343da678310daaa21142e771c955a015",
3738
                "reference": "83489cb4343da678310daaa21142e771c955a015",
3739
                "shasum": ""
3740
            },
3741
            "require": {
3742
                "cebe/markdown": "^1.1",
3743
                "doctrine/doctrine-bundle": ">=1.2",
3744
                "doctrine/orm": ">=2.2.3,<2.5",
3745
                "friendsofsymfony/user-bundle": ">=1.3",
3746
                "php": ">=5.3.3",
3747
                "symfony/symfony": ">=2.3.0"
3748
            },
3749
            "type": "symfony-bundle",
3750
            "autoload": {
3751
                "psr-4": {
3752
                    "LoginCidadao\\TOSBundle\\": ""
3753
                }
3754
            },
3755
            "notification-url": "https://packagist.org/downloads/",
3756
            "license": [
3757
                "AGPLv3"
3758
            ],
3759
            "authors": [
3760
                {
3761
                    "name": "Guilherme Donato",
3762
                    "email": "[email protected]"
3763
                }
3764
            ],
3765
            "description": "Terms of Service Bundle",
3766
            "time": "2017-05-19 17:23:22"
3767
        },
3768
        {
3769
            "name": "psr/log",
3770
            "version": "1.0.2",
3771
            "source": {
3772
                "type": "git",
3773
                "url": "https://github.com/php-fig/log.git",
3774
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3775
            },
3776
            "dist": {
3777
                "type": "zip",
3778
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3779
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3780
                "shasum": ""
3781
            },
3782
            "require": {
3783
                "php": ">=5.3.0"
3784
            },
3785
            "type": "library",
3786
            "extra": {
3787
                "branch-alias": {
3788
                    "dev-master": "1.0.x-dev"
3789
                }
3790
            },
3791
            "autoload": {
3792
                "psr-4": {
3793
                    "Psr\\Log\\": "Psr/Log/"
3794
                }
3795
            },
3796
            "notification-url": "https://packagist.org/downloads/",
3797
            "license": [
3798
                "MIT"
3799
            ],
3800
            "authors": [
3801
                {
3802
                    "name": "PHP-FIG",
3803
                    "homepage": "http://www.php-fig.org/"
3804
                }
3805
            ],
3806
            "description": "Common interface for logging libraries",
3807
            "homepage": "https://github.com/php-fig/log",
3808
            "keywords": [
3809
                "log",
3810
                "psr",
3811
                "psr-3"
3812
            ],
3813
            "time": "2016-10-10 12:19:37"
3814
        },
3815
        {
3816
            "name": "qandidate/stack-request-id",
3817
            "version": "dev-ramsey-uuid-v3",
3818
            "source": {
3819
                "type": "git",
3820
                "url": "https://github.com/PROCERGS/stack-request-id.git",
3821
                "reference": "f3079f784bd1059e6182905516fc7659b7350443"
3822
            },
3823
            "dist": {
3824
                "type": "zip",
3825
                "url": "https://api.github.com/repos/PROCERGS/stack-request-id/zipball/f3079f784bd1059e6182905516fc7659b7350443",
3826
                "reference": "f3079f784bd1059e6182905516fc7659b7350443",
3827
                "shasum": ""
3828
            },
3829
            "require": {
3830
                "ramsey/uuid": "~2.0|~3.0",
3831
                "symfony/http-foundation": "~2.1|~3.0",
3832
                "symfony/http-kernel": "~2.1|~3.0"
3833
            },
3834
            "suggest": {
3835
                "symfony/monolog-bundle": "For registering the MonologProcessor"
3836
            },
3837
            "type": "library",
3838
            "autoload": {
3839
                "psr-0": {
3840
                    "Qandidate\\Stack": "src/"
3841
                }
3842
            },
3843
            "license": [
3844
                "MIT"
3845
            ],
3846
            "authors": [
3847
                {
3848
                    "name": "Alexander",
3849
                    "email": "[email protected]"
3850
                },
3851
                {
3852
                    "name": "Fritsjan",
3853
                    "email": "[email protected]"
3854
                },
3855
                {
3856
                    "name": "Qandidate.com",
3857
                    "homepage": "http://labs.qandidate.com/"
3858
                }
3859
            ],
3860
            "description": "Middleware for adding request id to Symfony Request.",
3861
            "support": {
3862
                "source": "https://github.com/PROCERGS/stack-request-id/tree/ramsey-uuid-v3"
3863
            },
3864
            "time": "2016-09-05 18:20:15"
3865
        },
3866
        {
3867
            "name": "ramsey/uuid",
3868
            "version": "3.7.0",
3869
            "source": {
3870
                "type": "git",
3871
                "url": "https://github.com/ramsey/uuid.git",
3872
                "reference": "0ef23d1b10cf1bc576e9d865a7e9c47982c5715e"
3873
            },
3874
            "dist": {
3875
                "type": "zip",
3876
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/0ef23d1b10cf1bc576e9d865a7e9c47982c5715e",
3877
                "reference": "0ef23d1b10cf1bc576e9d865a7e9c47982c5715e",
3878
                "shasum": ""
3879
            },
3880
            "require": {
3881
                "paragonie/random_compat": "^1.0|^2.0",
3882
                "php": "^5.4 || ^7.0"
3883
            },
3884
            "replace": {
3885
                "rhumsaa/uuid": "self.version"
3886
            },
3887
            "require-dev": {
3888
                "apigen/apigen": "^4.1",
3889
                "codeception/aspect-mock": "^1.0 | ^2.0",
3890
                "doctrine/annotations": "~1.2.0",
3891
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
3892
                "ircmaxell/random-lib": "^1.1",
3893
                "jakub-onderka/php-parallel-lint": "^0.9.0",
3894
                "mockery/mockery": "^0.9.4",
3895
                "moontoast/math": "^1.1",
3896
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
3897
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
3898
                "satooshi/php-coveralls": "^0.6.1",
3899
                "squizlabs/php_codesniffer": "^2.3"
3900
            },
3901
            "suggest": {
3902
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3903
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3904
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3905
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3906
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3907
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3908
            },
3909
            "type": "library",
3910
            "extra": {
3911
                "branch-alias": {
3912
                    "dev-master": "3.x-dev"
3913
                }
3914
            },
3915
            "autoload": {
3916
                "psr-4": {
3917
                    "Ramsey\\Uuid\\": "src/"
3918
                }
3919
            },
3920
            "notification-url": "https://packagist.org/downloads/",
3921
            "license": [
3922
                "MIT"
3923
            ],
3924
            "authors": [
3925
                {
3926
                    "name": "Marijn Huizendveld",
3927
                    "email": "[email protected]"
3928
                },
3929
                {
3930
                    "name": "Thibaud Fabre",
3931
                    "email": "[email protected]"
3932
                },
3933
                {
3934
                    "name": "Ben Ramsey",
3935
                    "email": "[email protected]",
3936
                    "homepage": "https://benramsey.com"
3937
                }
3938
            ],
3939
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3940
            "homepage": "https://github.com/ramsey/uuid",
3941
            "keywords": [
3942
                "guid",
3943
                "identifier",
3944
                "uuid"
3945
            ],
3946
            "time": "2017-08-04 13:39:04"
3947
        },
3948
        {
3949
            "name": "react/promise",
3950
            "version": "v2.5.1",
3951
            "source": {
3952
                "type": "git",
3953
                "url": "https://github.com/reactphp/promise.git",
3954
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
3955
            },
3956
            "dist": {
3957
                "type": "zip",
3958
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
3959
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
3960
                "shasum": ""
3961
            },
3962
            "require": {
3963
                "php": ">=5.4.0"
3964
            },
3965
            "require-dev": {
3966
                "phpunit/phpunit": "~4.8"
3967
            },
3968
            "type": "library",
3969
            "autoload": {
3970
                "psr-4": {
3971
                    "React\\Promise\\": "src/"
3972
                },
3973
                "files": [
3974
                    "src/functions_include.php"
3975
                ]
3976
            },
3977
            "notification-url": "https://packagist.org/downloads/",
3978
            "license": [
3979
                "MIT"
3980
            ],
3981
            "authors": [
3982
                {
3983
                    "name": "Jan Sorgalla",
3984
                    "email": "[email protected]"
3985
                }
3986
            ],
3987
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
3988
            "keywords": [
3989
                "promise",
3990
                "promises"
3991
            ],
3992
            "time": "2017-03-25 12:08:31"
3993
        },
3994
        {
3995
            "name": "rollerworks/password-strength-bundle",
3996
            "version": "v1.6.1",
3997
            "source": {
3998
                "type": "git",
3999
                "url": "https://github.com/rollerworks/PasswordStrengthBundle.git",
4000
                "reference": "13e472f904822997786962d69c866f625d1aafce"
4001
            },
4002
            "dist": {
4003
                "type": "zip",
4004
                "url": "https://api.github.com/repos/rollerworks/PasswordStrengthBundle/zipball/13e472f904822997786962d69c866f625d1aafce",
4005
                "reference": "13e472f904822997786962d69c866f625d1aafce",
4006
                "shasum": ""
4007
            },
4008
            "require": {
4009
                "php": ">=5.3.3",
4010
                "symfony/console": "^2.3.3|^3.0",
4011
                "symfony/framework-bundle": "^2.3.3|^3.0",
4012
                "symfony/polyfill-mbstring": "^1.3.0",
4013
                "symfony/validator": "^2.3.20|^3.0"
4014
            },
4015
            "require-dev": {
4016
                "matthiasnoback/symfony-dependency-injection-test": "^1.1.0",
4017
                "matthiasnoback/symfony-service-definition-validator": "^1.2.2",
4018
                "symfony/phpunit-bridge": "^3.2.6"
4019
            },
4020
            "type": "symfony-bundle",
4021
            "extra": {
4022
                "branch-alias": {
4023
                    "dev-master": "1.6-dev"
4024
                }
4025
            },
4026
            "autoload": {
4027
                "psr-4": {
4028
                    "Rollerworks\\Bundle\\PasswordStrengthBundle\\": "src/"
4029
                },
4030
                "exclude-from-classmap": [
4031
                    "test/"
4032
                ]
4033
            },
4034
            "notification-url": "https://packagist.org/downloads/",
4035
            "license": [
4036
                "MIT"
4037
            ],
4038
            "authors": [
4039
                {
4040
                    "name": "Sebastiaan Stok",
4041
                    "email": "[email protected]"
4042
                },
4043
                {
4044
                    "name": "Luis Cordova",
4045
                    "email": "[email protected]"
4046
                },
4047
                {
4048
                    "name": "Community contributions",
4049
                    "homepage": "https://github.com/rollerworks/PasswordStrengthBundle/contributors"
4050
                }
4051
            ],
4052
            "description": "Password-strength validator bundle for Symfony",
4053
            "keywords": [
4054
                "bundle",
4055
                "password",
4056
                "symfony",
4057
                "validator"
4058
            ],
4059
            "time": "2017-08-15 07:11:34"
4060
        },
4061
        {
4062
            "name": "scheb/two-factor-bundle",
4063
            "version": "v2.12.0",
4064
            "source": {
4065
                "type": "git",
4066
                "url": "https://github.com/scheb/two-factor-bundle.git",
4067
                "reference": "df3ad5b0619661ca446356bdd78b41dee5038c4b"
4068
            },
4069
            "dist": {
4070
                "type": "zip",
4071
                "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/df3ad5b0619661ca446356bdd78b41dee5038c4b",
4072
                "reference": "df3ad5b0619661ca446356bdd78b41dee5038c4b",
4073
                "shasum": ""
4074
            },
4075
            "require": {
4076
                "paragonie/random_compat": "~1.0|~2.0",
4077
                "sonata-project/google-authenticator": "~1.0",
4078
                "symfony/config": "~2.6|~3.0",
4079
                "symfony/console": "~2.6|~3.0",
4080
                "symfony/dependency-injection": "~2.6|~3.0",
4081
                "symfony/event-dispatcher": "~2.6|~3.0",
4082
                "symfony/framework-bundle": "~2.6|~3.0",
4083
                "symfony/http-foundation": "~2.6|~3.0",
4084
                "symfony/http-kernel": "~2.6|~3.0",
4085
                "symfony/security-core": "~2.6|~3.0",
4086
                "symfony/security-http": "~2.6|~3.0"
4087
            },
4088
            "require-dev": {
4089
                "doctrine/orm": "~2.4,>=2.4.5",
4090
                "phpunit/phpunit": ">=4.8,<6.0",
4091
                "satooshi/php-coveralls": "~0.6",
4092
                "swiftmailer/swiftmailer": ">=4.3,<6.0",
4093
                "symfony/phpunit-bridge": "~2.7|~3.0",
4094
                "symfony/templating": "~2.6|~3.0"
4095
            },
4096
            "suggest": {
4097
                "ocramius/proxy-manager": "For performance improvements",
4098
                "r/u2f-two-factor-bundle": "Two-factor provider for U2F Yuibkey"
4099
            },
4100
            "type": "symfony-bundle",
4101
            "autoload": {
4102
                "psr-4": {
4103
                    "Scheb\\TwoFactorBundle\\": ""
4104
                }
4105
            },
4106
            "notification-url": "https://packagist.org/downloads/",
4107
            "license": [
4108
                "MIT"
4109
            ],
4110
            "authors": [
4111
                {
4112
                    "name": "Christian Scheb",
4113
                    "email": "[email protected]"
4114
                }
4115
            ],
4116
            "description": "Provides two-factor authentication for Symfony applications",
4117
            "homepage": "https://github.com/scheb/two-factor-bundle",
4118
            "keywords": [
4119
                "Authentication",
4120
                "security",
4121
                "symfony",
4122
                "two-factor",
4123
                "two-step"
4124
            ],
4125
            "time": "2017-08-27 16:00:23"
4126
        },
4127
        {
4128
            "name": "sensio/distribution-bundle",
4129
            "version": "v3.0.36",
4130
            "target-dir": "Sensio/Bundle/DistributionBundle",
4131
            "source": {
4132
                "type": "git",
4133
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4134
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f"
4135
            },
4136
            "dist": {
4137
                "type": "zip",
4138
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/964a56e855acac38d4a81920b3a86543f7e8492f",
4139
                "reference": "964a56e855acac38d4a81920b3a86543f7e8492f",
4140
                "shasum": ""
4141
            },
4142
            "require": {
4143
                "php": ">=5.3.3",
4144
                "sensiolabs/security-checker": "~3.0",
4145
                "symfony/class-loader": "~2.2",
4146
                "symfony/framework-bundle": "~2.3",
4147
                "symfony/process": "~2.2"
4148
            },
4149
            "require-dev": {
4150
                "symfony/form": "~2.2",
4151
                "symfony/validator": "~2.2",
4152
                "symfony/yaml": "~2.2"
4153
            },
4154
            "suggest": {
4155
                "symfony/form": "If you want to use the configurator",
4156
                "symfony/validator": "If you want to use the configurator",
4157
                "symfony/yaml": "If you want to use  the configurator"
4158
            },
4159
            "type": "symfony-bundle",
4160
            "extra": {
4161
                "branch-alias": {
4162
                    "dev-master": "3.0.x-dev"
4163
                }
4164
            },
4165
            "autoload": {
4166
                "psr-0": {
4167
                    "Sensio\\Bundle\\DistributionBundle": ""
4168
                }
4169
            },
4170
            "notification-url": "https://packagist.org/downloads/",
4171
            "license": [
4172
                "MIT"
4173
            ],
4174
            "authors": [
4175
                {
4176
                    "name": "Fabien Potencier",
4177
                    "email": "[email protected]"
4178
                }
4179
            ],
4180
            "description": "Base bundle for Symfony Distributions",
4181
            "keywords": [
4182
                "configuration",
4183
                "distribution"
4184
            ],
4185
            "time": "2016-04-25 20:46:43"
4186
        },
4187
        {
4188
            "name": "sensio/framework-extra-bundle",
4189
            "version": "v3.0.12",
4190
            "source": {
4191
                "type": "git",
4192
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
4193
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
4194
            },
4195
            "dist": {
4196
                "type": "zip",
4197
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
4198
                "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
4199
                "shasum": ""
4200
            },
4201
            "require": {
4202
                "doctrine/common": "~2.2",
4203
                "symfony/framework-bundle": "~2.3|~3.0"
4204
            },
4205
            "require-dev": {
4206
                "symfony/expression-language": "~2.4|~3.0",
4207
                "symfony/security-bundle": "~2.4|~3.0"
4208
            },
4209
            "suggest": {
4210
                "symfony/expression-language": "",
4211
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
4212
                "symfony/security-bundle": ""
4213
            },
4214
            "type": "symfony-bundle",
4215
            "extra": {
4216
                "branch-alias": {
4217
                    "dev-master": "3.0.x-dev"
4218
                }
4219
            },
4220
            "autoload": {
4221
                "psr-4": {
4222
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
4223
                }
4224
            },
4225
            "notification-url": "https://packagist.org/downloads/",
4226
            "license": [
4227
                "MIT"
4228
            ],
4229
            "authors": [
4230
                {
4231
                    "name": "Fabien Potencier",
4232
                    "email": "[email protected]"
4233
                }
4234
            ],
4235
            "description": "This bundle provides a way to configure your controllers with annotations",
4236
            "keywords": [
4237
                "annotations",
4238
                "controllers"
4239
            ],
4240
            "time": "2015-12-18 17:39:27"
4241
        },
4242
        {
4243
            "name": "sensiolabs/security-checker",
4244
            "version": "v3.0.7",
4245
            "source": {
4246
                "type": "git",
4247
                "url": "https://github.com/sensiolabs/security-checker.git",
4248
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
4249
            },
4250
            "dist": {
4251
                "type": "zip",
4252
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
4253
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
4254
                "shasum": ""
4255
            },
4256
            "require": {
4257
                "symfony/console": "~2.0|~3.0"
4258
            },
4259
            "bin": [
4260
                "security-checker"
4261
            ],
4262
            "type": "library",
4263
            "extra": {
4264
                "branch-alias": {
4265
                    "dev-master": "3.0-dev"
4266
                }
4267
            },
4268
            "autoload": {
4269
                "psr-0": {
4270
                    "SensioLabs\\Security": ""
4271
                }
4272
            },
4273
            "notification-url": "https://packagist.org/downloads/",
4274
            "license": [
4275
                "MIT"
4276
            ],
4277
            "authors": [
4278
                {
4279
                    "name": "Fabien Potencier",
4280
                    "email": "[email protected]"
4281
                }
4282
            ],
4283
            "description": "A security checker for your composer.lock",
4284
            "time": "2017-03-29 09:29:53"
4285
        },
4286
        {
4287
            "name": "simplethings/entity-audit-bundle",
4288
            "version": "v1.0.6",
4289
            "source": {
4290
                "type": "git",
4291
                "url": "https://github.com/simplethings/EntityAuditBundle.git",
4292
                "reference": "ee71ea62735797f5b6562590e15cd237edce6489"
4293
            },
4294
            "dist": {
4295
                "type": "zip",
4296
                "url": "https://api.github.com/repos/simplethings/EntityAuditBundle/zipball/ee71ea62735797f5b6562590e15cd237edce6489",
4297
                "reference": "ee71ea62735797f5b6562590e15cd237edce6489",
4298
                "shasum": ""
4299
            },
4300
            "require": {
4301
                "doctrine/dbal": "~2.5",
4302
                "doctrine/orm": "~2.4",
4303
                "php": "^5.3.9|~7.0"
4304
            },
4305
            "conflict": {
4306
                "doctrine/doctrine-bundle": "<1.4",
4307
                "gedmo/doctrine-extensions": "<2.3.1",
4308
                "symfony/framework-bundle": "<2.7"
4309
            },
4310
            "require-dev": {
4311
                "doctrine/doctrine-bundle": "~1.4",
4312
                "fabpot/php-cs-fixer": "^1.11",
4313
                "gedmo/doctrine-extensions": "^2.3.1",
4314
                "matthiasnoback/symfony-dependency-injection-test": "^1.0",
4315
                "phpunit/phpunit": "^4.8",
4316
                "symfony/framework-bundle": "~2.7|~3.0",
4317
                "symfony/var-dumper": "^2.7"
4318
            },
4319
            "type": "library",
4320
            "autoload": {
4321
                "psr-4": {
4322
                    "SimpleThings\\EntityAudit\\": "src/SimpleThings/EntityAudit"
4323
                }
4324
            },
4325
            "notification-url": "https://packagist.org/downloads/",
4326
            "license": [
4327
                "LGPL-2.1"
4328
            ],
4329
            "description": "Audit for Doctrine Entities",
4330
            "keywords": [
4331
                "Audit",
4332
                "database",
4333
                "persistence"
4334
            ],
4335
            "time": "2017-07-24 15:38:35"
4336
        },
4337
        {
4338
            "name": "sonata-project/google-authenticator",
4339
            "version": "1.1.0",
4340
            "source": {
4341
                "type": "git",
4342
                "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4343
                "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39"
4344
            },
4345
            "dist": {
4346
                "type": "zip",
4347
                "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/ccf7ecb68e875562c70b28a470fe0daf48625b39",
4348
                "reference": "ccf7ecb68e875562c70b28a470fe0daf48625b39",
4349
                "shasum": ""
4350
            },
4351
            "require": {
4352
                "paragonie/random_compat": "^2.0",
4353
                "php": "^5.3 || ^7.0"
4354
            },
4355
            "require-dev": {
4356
                "sllh/php-cs-fixer-styleci-bridge": "^2.0",
4357
                "symfony/phpunit-bridge": "~2.7|~3.0"
4358
            },
4359
            "type": "library",
4360
            "extra": {
4361
                "branch-alias": {
4362
                    "dev-master": "1.x-dev"
4363
                }
4364
            },
4365
            "autoload": {
4366
                "psr-4": {
4367
                    "Google\\Authenticator\\": "src/"
4368
                }
4369
            },
4370
            "notification-url": "https://packagist.org/downloads/",
4371
            "license": [
4372
                "MIT"
4373
            ],
4374
            "authors": [
4375
                {
4376
                    "name": "Christian Stocker",
4377
                    "email": "[email protected]"
4378
                },
4379
                {
4380
                    "name": "Andre DeMarre",
4381
                    "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4382
                },
4383
                {
4384
                    "name": "Thomas Rabaix",
4385
                    "email": "[email protected]"
4386
                }
4387
            ],
4388
            "description": "Library to integrate Google Authenticator into a PHP project",
4389
            "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4390
            "keywords": [
4391
                "google authenticator"
4392
            ],
4393
            "time": "2017-04-19 14:00:07"
4394
        },
4395
        {
4396
            "name": "swiftmailer/swiftmailer",
4397
            "version": "v5.4.8",
4398
            "source": {
4399
                "type": "git",
4400
                "url": "https://github.com/swiftmailer/swiftmailer.git",
4401
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
4402
            },
4403
            "dist": {
4404
                "type": "zip",
4405
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
4406
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
4407
                "shasum": ""
4408
            },
4409
            "require": {
4410
                "php": ">=5.3.3"
4411
            },
4412
            "require-dev": {
4413
                "mockery/mockery": "~0.9.1",
4414
                "symfony/phpunit-bridge": "~3.2"
4415
            },
4416
            "type": "library",
4417
            "extra": {
4418
                "branch-alias": {
4419
                    "dev-master": "5.4-dev"
4420
                }
4421
            },
4422
            "autoload": {
4423
                "files": [
4424
                    "lib/swift_required.php"
4425
                ]
4426
            },
4427
            "notification-url": "https://packagist.org/downloads/",
4428
            "license": [
4429
                "MIT"
4430
            ],
4431
            "authors": [
4432
                {
4433
                    "name": "Chris Corbyn"
4434
                },
4435
                {
4436
                    "name": "Fabien Potencier",
4437
                    "email": "[email protected]"
4438
                }
4439
            ],
4440
            "description": "Swiftmailer, free feature-rich PHP mailer",
4441
            "homepage": "http://swiftmailer.org",
4442
            "keywords": [
4443
                "email",
4444
                "mail",
4445
                "mailer"
4446
            ],
4447
            "time": "2017-05-01 15:54:03"
4448
        },
4449
        {
4450
            "name": "symfony/assetic-bundle",
4451
            "version": "v2.8.2",
4452
            "source": {
4453
                "type": "git",
4454
                "url": "https://github.com/symfony/assetic-bundle.git",
4455
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
4456
            },
4457
            "dist": {
4458
                "type": "zip",
4459
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
4460
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
4461
                "shasum": ""
4462
            },
4463
            "require": {
4464
                "kriswallsmith/assetic": "~1.4",
4465
                "php": ">=5.3.0",
4466
                "symfony/console": "~2.3|~3.0",
4467
                "symfony/dependency-injection": "~2.3|~3.0",
4468
                "symfony/framework-bundle": "~2.3|~3.0",
4469
                "symfony/yaml": "~2.3|~3.0"
4470
            },
4471
            "conflict": {
4472
                "kriswallsmith/spork": "<=0.2",
4473
                "twig/twig": "<1.27"
4474
            },
4475
            "require-dev": {
4476
                "kriswallsmith/spork": "~0.3",
4477
                "patchwork/jsqueeze": "~1.0",
4478
                "symfony/class-loader": "~2.3|~3.0",
4479
                "symfony/css-selector": "~2.3|~3.0",
4480
                "symfony/dom-crawler": "~2.3|~3.0",
4481
                "symfony/phpunit-bridge": "~2.7|~3.0",
4482
                "symfony/twig-bundle": "~2.3|~3.0"
4483
            },
4484
            "suggest": {
4485
                "kriswallsmith/spork": "to be able to dump assets in parallel",
4486
                "symfony/twig-bundle": "to use the Twig integration"
4487
            },
4488
            "type": "symfony-bundle",
4489
            "extra": {
4490
                "branch-alias": {
4491
                    "dev-master": "2.8-dev"
4492
                }
4493
            },
4494
            "autoload": {
4495
                "psr-4": {
4496
                    "Symfony\\Bundle\\AsseticBundle\\": ""
4497
                }
4498
            },
4499
            "notification-url": "https://packagist.org/downloads/",
4500
            "license": [
4501
                "MIT"
4502
            ],
4503
            "authors": [
4504
                {
4505
                    "name": "Kris Wallsmith",
4506
                    "email": "[email protected]",
4507
                    "homepage": "http://kriswallsmith.net/"
4508
                }
4509
            ],
4510
            "description": "Integrates Assetic into Symfony2",
4511
            "homepage": "https://github.com/symfony/AsseticBundle",
4512
            "keywords": [
4513
                "assets",
4514
                "compression",
4515
                "minification"
4516
            ],
4517
            "time": "2017-07-14 07:26:46"
4518
        },
4519
        {
4520
            "name": "symfony/monolog-bundle",
4521
            "version": "v2.12.1",
4522
            "source": {
4523
                "type": "git",
4524
                "url": "https://github.com/symfony/monolog-bundle.git",
4525
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
4526
            },
4527
            "dist": {
4528
                "type": "zip",
4529
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
4530
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
4531
                "shasum": ""
4532
            },
4533
            "require": {
4534
                "monolog/monolog": "~1.18",
4535
                "php": ">=5.3.2",
4536
                "symfony/config": "~2.3|~3.0",
4537
                "symfony/dependency-injection": "~2.3|~3.0",
4538
                "symfony/http-kernel": "~2.3|~3.0",
4539
                "symfony/monolog-bridge": "~2.3|~3.0"
4540
            },
4541
            "require-dev": {
4542
                "phpunit/phpunit": "^4.8",
4543
                "symfony/console": "~2.3|~3.0",
4544
                "symfony/yaml": "~2.3|~3.0"
4545
            },
4546
            "type": "symfony-bundle",
4547
            "extra": {
4548
                "branch-alias": {
4549
                    "dev-master": "2.x-dev"
4550
                }
4551
            },
4552
            "autoload": {
4553
                "psr-4": {
4554
                    "Symfony\\Bundle\\MonologBundle\\": ""
4555
                }
4556
            },
4557
            "notification-url": "https://packagist.org/downloads/",
4558
            "license": [
4559
                "MIT"
4560
            ],
4561
            "authors": [
4562
                {
4563
                    "name": "Symfony Community",
4564
                    "homepage": "http://symfony.com/contributors"
4565
                },
4566
                {
4567
                    "name": "Fabien Potencier",
4568
                    "email": "[email protected]"
4569
                }
4570
            ],
4571
            "description": "Symfony MonologBundle",
4572
            "homepage": "http://symfony.com",
4573
            "keywords": [
4574
                "log",
4575
                "logging"
4576
            ],
4577
            "time": "2017-01-02 19:04:26"
4578
        },
4579
        {
4580
            "name": "symfony/polyfill-apcu",
4581
            "version": "v1.5.0",
4582
            "source": {
4583
                "type": "git",
4584
                "url": "https://github.com/symfony/polyfill-apcu.git",
4585
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698"
4586
            },
4587
            "dist": {
4588
                "type": "zip",
4589
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
4590
                "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
4591
                "shasum": ""
4592
            },
4593
            "require": {
4594
                "php": ">=5.3.3"
4595
            },
4596
            "type": "library",
4597
            "extra": {
4598
                "branch-alias": {
4599
                    "dev-master": "1.5-dev"
4600
                }
4601
            },
4602
            "autoload": {
4603
                "files": [
4604
                    "bootstrap.php"
4605
                ]
4606
            },
4607
            "notification-url": "https://packagist.org/downloads/",
4608
            "license": [
4609
                "MIT"
4610
            ],
4611
            "authors": [
4612
                {
4613
                    "name": "Nicolas Grekas",
4614
                    "email": "[email protected]"
4615
                },
4616
                {
4617
                    "name": "Symfony Community",
4618
                    "homepage": "https://symfony.com/contributors"
4619
                }
4620
            ],
4621
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
4622
            "homepage": "https://symfony.com",
4623
            "keywords": [
4624
                "apcu",
4625
                "compatibility",
4626
                "polyfill",
4627
                "portable",
4628
                "shim"
4629
            ],
4630
            "time": "2017-07-05 15:09:33"
4631
        },
4632
        {
4633
            "name": "symfony/polyfill-intl-icu",
4634
            "version": "v1.5.0",
4635
            "source": {
4636
                "type": "git",
4637
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
4638
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09"
4639
            },
4640
            "dist": {
4641
                "type": "zip",
4642
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
4643
                "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09",
4644
                "shasum": ""
4645
            },
4646
            "require": {
4647
                "php": ">=5.3.3",
4648
                "symfony/intl": "~2.3|~3.0|~4.0"
4649
            },
4650
            "suggest": {
4651
                "ext-intl": "For best performance"
4652
            },
4653
            "type": "library",
4654
            "extra": {
4655
                "branch-alias": {
4656
                    "dev-master": "1.5-dev"
4657
                }
4658
            },
4659
            "autoload": {
4660
                "files": [
4661
                    "bootstrap.php"
4662
                ]
4663
            },
4664
            "notification-url": "https://packagist.org/downloads/",
4665
            "license": [
4666
                "MIT"
4667
            ],
4668
            "authors": [
4669
                {
4670
                    "name": "Nicolas Grekas",
4671
                    "email": "[email protected]"
4672
                },
4673
                {
4674
                    "name": "Symfony Community",
4675
                    "homepage": "https://symfony.com/contributors"
4676
                }
4677
            ],
4678
            "description": "Symfony polyfill for intl's ICU-related data and classes",
4679
            "homepage": "https://symfony.com",
4680
            "keywords": [
4681
                "compatibility",
4682
                "icu",
4683
                "intl",
4684
                "polyfill",
4685
                "portable",
4686
                "shim"
4687
            ],
4688
            "time": "2017-06-14 15:44:48"
4689
        },
4690
        {
4691
            "name": "symfony/polyfill-mbstring",
4692
            "version": "v1.5.0",
4693
            "source": {
4694
                "type": "git",
4695
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4696
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
4697
            },
4698
            "dist": {
4699
                "type": "zip",
4700
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
4701
                "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
4702
                "shasum": ""
4703
            },
4704
            "require": {
4705
                "php": ">=5.3.3"
4706
            },
4707
            "suggest": {
4708
                "ext-mbstring": "For best performance"
4709
            },
4710
            "type": "library",
4711
            "extra": {
4712
                "branch-alias": {
4713
                    "dev-master": "1.5-dev"
4714
                }
4715
            },
4716
            "autoload": {
4717
                "psr-4": {
4718
                    "Symfony\\Polyfill\\Mbstring\\": ""
4719
                },
4720
                "files": [
4721
                    "bootstrap.php"
4722
                ]
4723
            },
4724
            "notification-url": "https://packagist.org/downloads/",
4725
            "license": [
4726
                "MIT"
4727
            ],
4728
            "authors": [
4729
                {
4730
                    "name": "Nicolas Grekas",
4731
                    "email": "[email protected]"
4732
                },
4733
                {
4734
                    "name": "Symfony Community",
4735
                    "homepage": "https://symfony.com/contributors"
4736
                }
4737
            ],
4738
            "description": "Symfony polyfill for the Mbstring extension",
4739
            "homepage": "https://symfony.com",
4740
            "keywords": [
4741
                "compatibility",
4742
                "mbstring",
4743
                "polyfill",
4744
                "portable",
4745
                "shim"
4746
            ],
4747
            "time": "2017-06-14 15:44:48"
4748
        },
4749
        {
4750
            "name": "symfony/polyfill-php54",
4751
            "version": "v1.5.0",
4752
            "source": {
4753
                "type": "git",
4754
                "url": "https://github.com/symfony/polyfill-php54.git",
4755
                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e"
4756
            },
4757
            "dist": {
4758
                "type": "zip",
4759
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/b7763422a5334c914ef0298ed21b253d25913a6e",
4760
                "reference": "b7763422a5334c914ef0298ed21b253d25913a6e",
4761
                "shasum": ""
4762
            },
4763
            "require": {
4764
                "php": ">=5.3.3"
4765
            },
4766
            "type": "library",
4767
            "extra": {
4768
                "branch-alias": {
4769
                    "dev-master": "1.5-dev"
4770
                }
4771
            },
4772
            "autoload": {
4773
                "psr-4": {
4774
                    "Symfony\\Polyfill\\Php54\\": ""
4775
                },
4776
                "files": [
4777
                    "bootstrap.php"
4778
                ],
4779
                "classmap": [
4780
                    "Resources/stubs"
4781
                ]
4782
            },
4783
            "notification-url": "https://packagist.org/downloads/",
4784
            "license": [
4785
                "MIT"
4786
            ],
4787
            "authors": [
4788
                {
4789
                    "name": "Nicolas Grekas",
4790
                    "email": "[email protected]"
4791
                },
4792
                {
4793
                    "name": "Symfony Community",
4794
                    "homepage": "https://symfony.com/contributors"
4795
                }
4796
            ],
4797
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
4798
            "homepage": "https://symfony.com",
4799
            "keywords": [
4800
                "compatibility",
4801
                "polyfill",
4802
                "portable",
4803
                "shim"
4804
            ],
4805
            "time": "2017-06-14 15:44:48"
4806
        },
4807
        {
4808
            "name": "symfony/polyfill-php55",
4809
            "version": "v1.5.0",
4810
            "source": {
4811
                "type": "git",
4812
                "url": "https://github.com/symfony/polyfill-php55.git",
4813
                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68"
4814
            },
4815
            "dist": {
4816
                "type": "zip",
4817
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/29b1381d66f16e0581aab0b9f678ccf073288f68",
4818
                "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68",
4819
                "shasum": ""
4820
            },
4821
            "require": {
4822
                "ircmaxell/password-compat": "~1.0",
4823
                "php": ">=5.3.3"
4824
            },
4825
            "type": "library",
4826
            "extra": {
4827
                "branch-alias": {
4828
                    "dev-master": "1.5-dev"
4829
                }
4830
            },
4831
            "autoload": {
4832
                "psr-4": {
4833
                    "Symfony\\Polyfill\\Php55\\": ""
4834
                },
4835
                "files": [
4836
                    "bootstrap.php"
4837
                ]
4838
            },
4839
            "notification-url": "https://packagist.org/downloads/",
4840
            "license": [
4841
                "MIT"
4842
            ],
4843
            "authors": [
4844
                {
4845
                    "name": "Nicolas Grekas",
4846
                    "email": "[email protected]"
4847
                },
4848
                {
4849
                    "name": "Symfony Community",
4850
                    "homepage": "https://symfony.com/contributors"
4851
                }
4852
            ],
4853
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
4854
            "homepage": "https://symfony.com",
4855
            "keywords": [
4856
                "compatibility",
4857
                "polyfill",
4858
                "portable",
4859
                "shim"
4860
            ],
4861
            "time": "2017-06-14 15:44:48"
4862
        },
4863
        {
4864
            "name": "symfony/polyfill-php56",
4865
            "version": "v1.5.0",
4866
            "source": {
4867
                "type": "git",
4868
                "url": "https://github.com/symfony/polyfill-php56.git",
4869
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca"
4870
            },
4871
            "dist": {
4872
                "type": "zip",
4873
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca",
4874
                "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca",
4875
                "shasum": ""
4876
            },
4877
            "require": {
4878
                "php": ">=5.3.3",
4879
                "symfony/polyfill-util": "~1.0"
4880
            },
4881
            "type": "library",
4882
            "extra": {
4883
                "branch-alias": {
4884
                    "dev-master": "1.5-dev"
4885
                }
4886
            },
4887
            "autoload": {
4888
                "psr-4": {
4889
                    "Symfony\\Polyfill\\Php56\\": ""
4890
                },
4891
                "files": [
4892
                    "bootstrap.php"
4893
                ]
4894
            },
4895
            "notification-url": "https://packagist.org/downloads/",
4896
            "license": [
4897
                "MIT"
4898
            ],
4899
            "authors": [
4900
                {
4901
                    "name": "Nicolas Grekas",
4902
                    "email": "[email protected]"
4903
                },
4904
                {
4905
                    "name": "Symfony Community",
4906
                    "homepage": "https://symfony.com/contributors"
4907
                }
4908
            ],
4909
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4910
            "homepage": "https://symfony.com",
4911
            "keywords": [
4912
                "compatibility",
4913
                "polyfill",
4914
                "portable",
4915
                "shim"
4916
            ],
4917
            "time": "2017-06-14 15:44:48"
4918
        },
4919
        {
4920
            "name": "symfony/polyfill-php70",
4921
            "version": "v1.5.0",
4922
            "source": {
4923
                "type": "git",
4924
                "url": "https://github.com/symfony/polyfill-php70.git",
4925
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f"
4926
            },
4927
            "dist": {
4928
                "type": "zip",
4929
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f",
4930
                "reference": "b6482e68974486984f59449ecea1fbbb22ff840f",
4931
                "shasum": ""
4932
            },
4933
            "require": {
4934
                "paragonie/random_compat": "~1.0|~2.0",
4935
                "php": ">=5.3.3"
4936
            },
4937
            "type": "library",
4938
            "extra": {
4939
                "branch-alias": {
4940
                    "dev-master": "1.5-dev"
4941
                }
4942
            },
4943
            "autoload": {
4944
                "psr-4": {
4945
                    "Symfony\\Polyfill\\Php70\\": ""
4946
                },
4947
                "files": [
4948
                    "bootstrap.php"
4949
                ],
4950
                "classmap": [
4951
                    "Resources/stubs"
4952
                ]
4953
            },
4954
            "notification-url": "https://packagist.org/downloads/",
4955
            "license": [
4956
                "MIT"
4957
            ],
4958
            "authors": [
4959
                {
4960
                    "name": "Nicolas Grekas",
4961
                    "email": "[email protected]"
4962
                },
4963
                {
4964
                    "name": "Symfony Community",
4965
                    "homepage": "https://symfony.com/contributors"
4966
                }
4967
            ],
4968
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4969
            "homepage": "https://symfony.com",
4970
            "keywords": [
4971
                "compatibility",
4972
                "polyfill",
4973
                "portable",
4974
                "shim"
4975
            ],
4976
            "time": "2017-06-14 15:44:48"
4977
        },
4978
        {
4979
            "name": "symfony/polyfill-util",
4980
            "version": "v1.5.0",
4981
            "source": {
4982
                "type": "git",
4983
                "url": "https://github.com/symfony/polyfill-util.git",
4984
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d"
4985
            },
4986
            "dist": {
4987
                "type": "zip",
4988
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d",
4989
                "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d",
4990
                "shasum": ""
4991
            },
4992
            "require": {
4993
                "php": ">=5.3.3"
4994
            },
4995
            "type": "library",
4996
            "extra": {
4997
                "branch-alias": {
4998
                    "dev-master": "1.5-dev"
4999
                }
5000
            },
5001
            "autoload": {
5002
                "psr-4": {
5003
                    "Symfony\\Polyfill\\Util\\": ""
5004
                }
5005
            },
5006
            "notification-url": "https://packagist.org/downloads/",
5007
            "license": [
5008
                "MIT"
5009
            ],
5010
            "authors": [
5011
                {
5012
                    "name": "Nicolas Grekas",
5013
                    "email": "[email protected]"
5014
                },
5015
                {
5016
                    "name": "Symfony Community",
5017
                    "homepage": "https://symfony.com/contributors"
5018
                }
5019
            ],
5020
            "description": "Symfony utilities for portability of PHP codes",
5021
            "homepage": "https://symfony.com",
5022
            "keywords": [
5023
                "compat",
5024
                "compatibility",
5025
                "polyfill",
5026
                "shim"
5027
            ],
5028
            "time": "2017-07-05 15:09:33"
5029
        },
5030
        {
5031
            "name": "symfony/security-acl",
5032
            "version": "v2.8.0",
5033
            "source": {
5034
                "type": "git",
5035
                "url": "https://github.com/symfony/security-acl.git",
5036
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347"
5037
            },
5038
            "dist": {
5039
                "type": "zip",
5040
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
5041
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
5042
                "shasum": ""
5043
            },
5044
            "require": {
5045
                "php": ">=5.3.9",
5046
                "symfony/security-core": "~2.4|~3.0.0"
5047
            },
5048
            "require-dev": {
5049
                "doctrine/common": "~2.2",
5050
                "doctrine/dbal": "~2.2",
5051
                "psr/log": "~1.0",
5052
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
5053
            },
5054
            "suggest": {
5055
                "doctrine/dbal": "For using the built-in ACL implementation",
5056
                "symfony/class-loader": "For using the ACL generateSql script",
5057
                "symfony/finder": "For using the ACL generateSql script"
5058
            },
5059
            "type": "library",
5060
            "extra": {
5061
                "branch-alias": {
5062
                    "dev-master": "2.8-dev"
5063
                }
5064
            },
5065
            "autoload": {
5066
                "psr-4": {
5067
                    "Symfony\\Component\\Security\\Acl\\": ""
5068
                },
5069
                "exclude-from-classmap": [
5070
                    "/Tests/"
5071
                ]
5072
            },
5073
            "notification-url": "https://packagist.org/downloads/",
5074
            "license": [
5075
                "MIT"
5076
            ],
5077
            "authors": [
5078
                {
5079
                    "name": "Fabien Potencier",
5080
                    "email": "[email protected]"
5081
                },
5082
                {
5083
                    "name": "Symfony Community",
5084
                    "homepage": "https://symfony.com/contributors"
5085
                }
5086
            ],
5087
            "description": "Symfony Security Component - ACL (Access Control List)",
5088
            "homepage": "https://symfony.com",
5089
            "time": "2015-12-28 09:39:09"
5090
        },
5091
        {
5092
            "name": "symfony/swiftmailer-bundle",
5093
            "version": "v2.6.3",
5094
            "source": {
5095
                "type": "git",
5096
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
5097
                "reference": "11555c338f3c367b0a1bd2f024a53aa813f4ce00"
5098
            },
5099
            "dist": {
5100
                "type": "zip",
5101
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/11555c338f3c367b0a1bd2f024a53aa813f4ce00",
5102
                "reference": "11555c338f3c367b0a1bd2f024a53aa813f4ce00",
5103
                "shasum": ""
5104
            },
5105
            "require": {
5106
                "php": ">=5.3.2",
5107
                "swiftmailer/swiftmailer": "~4.2|~5.0",
5108
                "symfony/config": "~2.7|~3.0",
5109
                "symfony/dependency-injection": "~2.7|~3.0",
5110
                "symfony/http-kernel": "~2.7|~3.0"
5111
            },
5112
            "require-dev": {
5113
                "symfony/console": "~2.7|~3.0",
5114
                "symfony/framework-bundle": "~2.7|~3.0",
5115
                "symfony/phpunit-bridge": "~3.3@dev",
5116
                "symfony/yaml": "~2.7|~3.0"
5117
            },
5118
            "suggest": {
5119
                "psr/log": "Allows logging"
5120
            },
5121
            "type": "symfony-bundle",
5122
            "extra": {
5123
                "branch-alias": {
5124
                    "dev-master": "2.6-dev"
5125
                }
5126
            },
5127
            "autoload": {
5128
                "psr-4": {
5129
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5130
                }
5131
            },
5132
            "notification-url": "https://packagist.org/downloads/",
5133
            "license": [
5134
                "MIT"
5135
            ],
5136
            "authors": [
5137
                {
5138
                    "name": "Symfony Community",
5139
                    "homepage": "http://symfony.com/contributors"
5140
                },
5141
                {
5142
                    "name": "Fabien Potencier",
5143
                    "email": "[email protected]"
5144
                }
5145
            ],
5146
            "description": "Symfony SwiftmailerBundle",
5147
            "homepage": "http://symfony.com",
5148
            "time": "2017-07-22 07:18:13"
5149
        },
5150
        {
5151
            "name": "symfony/symfony",
0 ignored issues
show
5152
            "version": "v2.8.27",
5153
            "source": {
5154
                "type": "git",
5155
                "url": "https://github.com/symfony/symfony.git",
5156
                "reference": "d512cc1c2c418f42c07b82d8b029e7a487be007f"
5157
            },
5158
            "dist": {
5159
                "type": "zip",
5160
                "url": "https://api.github.com/repos/symfony/symfony/zipball/d512cc1c2c418f42c07b82d8b029e7a487be007f",
5161
                "reference": "d512cc1c2c418f42c07b82d8b029e7a487be007f",
5162
                "shasum": ""
5163
            },
5164
            "require": {
5165
                "doctrine/common": "~2.4",
5166
                "ext-xml": "*",
5167
                "php": ">=5.3.9",
5168
                "psr/log": "~1.0",
5169
                "symfony/polyfill-apcu": "~1.1",
5170
                "symfony/polyfill-intl-icu": "~1.0",
5171
                "symfony/polyfill-mbstring": "~1.0",
5172
                "symfony/polyfill-php54": "~1.0",
5173
                "symfony/polyfill-php55": "~1.0",
5174
                "symfony/polyfill-php56": "~1.0",
5175
                "symfony/polyfill-php70": "~1.0",
5176
                "symfony/polyfill-util": "~1.0",
5177
                "symfony/security-acl": "~2.7|~3.0.0",
5178
                "twig/twig": "~1.34|~2.4"
5179
            },
5180
            "conflict": {
5181
                "phpdocumentor/reflection": "<1.0.7",
5182
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5183
            },
5184
            "replace": {
5185
                "symfony/asset": "self.version",
5186
                "symfony/browser-kit": "self.version",
5187
                "symfony/class-loader": "self.version",
5188
                "symfony/config": "self.version",
5189
                "symfony/console": "self.version",
5190
                "symfony/css-selector": "self.version",
5191
                "symfony/debug": "self.version",
5192
                "symfony/debug-bundle": "self.version",
5193
                "symfony/dependency-injection": "self.version",
5194
                "symfony/doctrine-bridge": "self.version",
5195
                "symfony/dom-crawler": "self.version",
5196
                "symfony/event-dispatcher": "self.version",
5197
                "symfony/expression-language": "self.version",
5198
                "symfony/filesystem": "self.version",
5199
                "symfony/finder": "self.version",
5200
                "symfony/form": "self.version",
5201
                "symfony/framework-bundle": "self.version",
5202
                "symfony/http-foundation": "self.version",
5203
                "symfony/http-kernel": "self.version",
5204
                "symfony/intl": "self.version",
5205
                "symfony/ldap": "self.version",
5206
                "symfony/locale": "self.version",
5207
                "symfony/monolog-bridge": "self.version",
5208
                "symfony/options-resolver": "self.version",
5209
                "symfony/process": "self.version",
5210
                "symfony/property-access": "self.version",
5211
                "symfony/property-info": "self.version",
5212
                "symfony/proxy-manager-bridge": "self.version",
5213
                "symfony/routing": "self.version",
5214
                "symfony/security": "self.version",
5215
                "symfony/security-bundle": "self.version",
5216
                "symfony/security-core": "self.version",
5217
                "symfony/security-csrf": "self.version",
5218
                "symfony/security-guard": "self.version",
5219
                "symfony/security-http": "self.version",
5220
                "symfony/serializer": "self.version",
5221
                "symfony/stopwatch": "self.version",
5222
                "symfony/swiftmailer-bridge": "self.version",
5223
                "symfony/templating": "self.version",
5224
                "symfony/translation": "self.version",
5225
                "symfony/twig-bridge": "self.version",
5226
                "symfony/twig-bundle": "self.version",
5227
                "symfony/validator": "self.version",
5228
                "symfony/var-dumper": "self.version",
5229
                "symfony/web-profiler-bundle": "self.version",
5230
                "symfony/yaml": "self.version"
5231
            },
5232
            "require-dev": {
5233
                "doctrine/data-fixtures": "1.0.*",
5234
                "doctrine/dbal": "~2.4",
5235
                "doctrine/doctrine-bundle": "~1.2",
5236
                "doctrine/orm": "~2.4,>=2.4.5",
5237
                "egulias/email-validator": "~1.2,>=1.2.1",
5238
                "monolog/monolog": "~1.11",
5239
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
5240
                "phpdocumentor/reflection": "^1.0.7",
5241
                "sensio/framework-extra-bundle": "^3.0.2",
5242
                "symfony/phpunit-bridge": "~3.2"
5243
            },
5244
            "type": "library",
5245
            "extra": {
5246
                "branch-alias": {
5247
                    "dev-master": "2.8-dev"
5248
                }
5249
            },
5250
            "autoload": {
5251
                "psr-4": {
5252
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5253
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5254
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5255
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
5256
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
5257
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5258
                    "Symfony\\Component\\": "src/Symfony/Component/"
5259
                },
5260
                "classmap": [
5261
                    "src/Symfony/Component/Intl/Resources/stubs"
5262
                ],
5263
                "exclude-from-classmap": [
5264
                    "**/Tests/"
5265
                ]
5266
            },
5267
            "notification-url": "https://packagist.org/downloads/",
5268
            "license": [
5269
                "MIT"
5270
            ],
5271
            "authors": [
5272
                {
5273
                    "name": "Fabien Potencier",
5274
                    "email": "[email protected]"
5275
                },
5276
                {
5277
                    "name": "Symfony Community",
5278
                    "homepage": "https://symfony.com/contributors"
5279
                }
5280
            ],
5281
            "description": "The Symfony PHP framework",
5282
            "homepage": "https://symfony.com",
5283
            "keywords": [
5284
                "framework"
5285
            ],
5286
            "time": "2017-08-28 19:21:56"
5287
        },
5288
        {
5289
            "name": "twig/twig",
5290
            "version": "v1.34.4",
5291
            "source": {
5292
                "type": "git",
5293
                "url": "https://github.com/twigphp/Twig.git",
5294
                "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee"
5295
            },
5296
            "dist": {
5297
                "type": "zip",
5298
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee",
5299
                "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee",
5300
                "shasum": ""
5301
            },
5302
            "require": {
5303
                "php": ">=5.3.3"
5304
            },
5305
            "require-dev": {
5306
                "psr/container": "^1.0",
5307
                "symfony/debug": "~2.7",
5308
                "symfony/phpunit-bridge": "~3.3@dev"
5309
            },
5310
            "type": "library",
5311
            "extra": {
5312
                "branch-alias": {
5313
                    "dev-master": "1.34-dev"
5314
                }
5315
            },
5316
            "autoload": {
5317
                "psr-0": {
5318
                    "Twig_": "lib/"
5319
                },
5320
                "psr-4": {
5321
                    "Twig\\": "src/"
5322
                }
5323
            },
5324
            "notification-url": "https://packagist.org/downloads/",
5325
            "license": [
5326
                "BSD-3-Clause"
5327
            ],
5328
            "authors": [
5329
                {
5330
                    "name": "Fabien Potencier",
5331
                    "email": "[email protected]",
5332
                    "homepage": "http://fabien.potencier.org",
5333
                    "role": "Lead Developer"
5334
                },
5335
                {
5336
                    "name": "Armin Ronacher",
5337
                    "email": "[email protected]",
5338
                    "role": "Project Founder"
5339
                },
5340
                {
5341
                    "name": "Twig Team",
5342
                    "homepage": "http://twig.sensiolabs.org/contributors",
5343
                    "role": "Contributors"
5344
                }
5345
            ],
5346
            "description": "Twig, the flexible, fast, and secure template language for PHP",
5347
            "homepage": "http://twig.sensiolabs.org",
5348
            "keywords": [
5349
                "templating"
5350
            ],
5351
            "time": "2017-07-04 13:19:31"
5352
        },
5353
        {
5354
            "name": "vich/uploader-bundle",
5355
            "version": "v0.14.0",
5356
            "source": {
5357
                "type": "git",
5358
                "url": "https://github.com/dustin10/VichUploaderBundle.git",
5359
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b"
5360
            },
5361
            "dist": {
5362
                "type": "zip",
5363
                "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
5364
                "reference": "65d244d5e6ef62b4978585cdeb283b6cdab05f6b",
5365
                "shasum": ""
5366
            },
5367
            "require": {
5368
                "jms/metadata": "~1.5",
5369
                "php": ">=5.3.2",
5370
                "symfony/finder": ">=2.0",
5371
                "symfony/framework-bundle": "~2.3",
5372
                "symfony/property-access": "~2.3"
5373
            },
5374
            "require-dev": {
5375
                "doctrine/doctrine-bundle": "*",
5376
                "doctrine/mongodb-odm": "@dev",
5377
                "doctrine/orm": "*",
5378
                "knplabs/knp-gaufrette-bundle": "*",
5379
                "matthiasnoback/symfony-dependency-injection-test": "0.*",
5380
                "mikey179/vfsstream": "~1.0",
5381
                "oneup/flysystem-bundle": "dev-master",
5382
                "phpunit/phpunit": "~4.0",
5383
                "symfony/symfony": "*"
5384
            },
5385
            "suggest": {
5386
                "doctrine/doctrine-bundle": "*",
5387
                "doctrine/mongodb-odm-bundle": "*",
5388
                "doctrine/orm": ">=2.2.3",
5389
                "doctrine/phpcr-odm": "~1.0",
5390
                "knplabs/knp-gaufrette-bundle": "*",
5391
                "symfony/yaml": "@stable",
5392
                "willdurand/propel-eventdispatcher-bundle": ">=1.2"
5393
            },
5394
            "type": "symfony-bundle",
5395
            "extra": {
5396
                "branch-alias": {
5397
                    "dev-master": "1.0.x-dev"
5398
                }
5399
            },
5400
            "autoload": {
5401
                "psr-4": {
5402
                    "Vich\\UploaderBundle\\": "",
5403
                    "Vich\\TestBundle\\": "Tests/Fixtures/App/src/TestBundle/"
5404
                }
5405
            },
5406
            "notification-url": "https://packagist.org/downloads/",
5407
            "license": [
5408
                "MIT"
5409
            ],
5410
            "authors": [
5411
                {
5412
                    "name": "Dustin Dobervich",
5413
                    "email": "[email protected]"
5414
                }
5415
            ],
5416
            "description": "Ease file uploads attached to entities",
5417
            "homepage": "https://github.com/dustin10/VichUploaderBundle",
5418
            "keywords": [
5419
                "file uploads",
5420
                "upload"
5421
            ],
5422
            "time": "2014-12-12 10:26:46"
5423
        },
5424
        {
5425
            "name": "willdurand/jsonp-callback-validator",
5426
            "version": "v1.1.0",
5427
            "source": {
5428
                "type": "git",
5429
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
5430
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
5431
            },
5432
            "dist": {
5433
                "type": "zip",
5434
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
5435
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
5436
                "shasum": ""
5437
            },
5438
            "require": {
5439
                "php": ">=5.3.0"
5440
            },
5441
            "require-dev": {
5442
                "phpunit/phpunit": "~3.7"
5443
            },
5444
            "type": "library",
5445
            "autoload": {
5446
                "psr-0": {
5447
                    "JsonpCallbackValidator": "src/"
5448
                }
5449
            },
5450
            "notification-url": "https://packagist.org/downloads/",
5451
            "license": [
5452
                "MIT"
5453
            ],
5454
            "authors": [
5455
                {
5456
                    "name": "William Durand",
5457
                    "email": "[email protected]",
5458
                    "homepage": "http://www.willdurand.fr"
5459
                }
5460
            ],
5461
            "description": "JSONP callback validator.",
5462
            "time": "2014-01-20 22:35:06"
5463
        },
5464
        {
5465
            "name": "willdurand/negotiation",
5466
            "version": "1.5.0",
5467
            "source": {
5468
                "type": "git",
5469
                "url": "https://github.com/willdurand/Negotiation.git",
5470
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
5471
            },
5472
            "dist": {
5473
                "type": "zip",
5474
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
5475
                "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
5476
                "shasum": ""
5477
            },
5478
            "require": {
5479
                "php": ">=5.3.0"
5480
            },
5481
            "type": "library",
5482
            "extra": {
5483
                "branch-alias": {
5484
                    "dev-master": "1.5-dev"
5485
                }
5486
            },
5487
            "autoload": {
5488
                "psr-4": {
5489
                    "Negotiation\\": "src/Negotiation"
5490
                }
5491
            },
5492
            "notification-url": "https://packagist.org/downloads/",
5493
            "license": [
5494
                "MIT"
5495
            ],
5496
            "authors": [
5497
                {
5498
                    "name": "William Durand",
5499
                    "email": "[email protected]"
5500
                }
5501
            ],
5502
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
5503
            "homepage": "http://williamdurand.fr/Negotiation/",
5504
            "keywords": [
5505
                "accept",
5506
                "content",
5507
                "format",
5508
                "header",
5509
                "negotiation"
5510
            ],
5511
            "time": "2015-10-01 07:42:40"
5512
        },
5513
        {
5514
            "name": "zendframework/zend-code",
5515
            "version": "2.5.1",
5516
            "source": {
5517
                "type": "git",
5518
                "url": "https://github.com/zendframework/zend-code.git",
5519
                "reference": "5d998f261ec2a55171c71da57a11622745680153"
5520
            },
5521
            "dist": {
5522
                "type": "zip",
5523
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/5d998f261ec2a55171c71da57a11622745680153",
5524
                "reference": "5d998f261ec2a55171c71da57a11622745680153",
5525
                "shasum": ""
5526
            },
5527
            "require": {
5528
                "php": ">=5.3.23",
5529
                "zendframework/zend-eventmanager": "~2.5"
5530
            },
5531
            "require-dev": {
5532
                "doctrine/common": ">=2.1",
5533
                "fabpot/php-cs-fixer": "1.7.*",
5534
                "phpunit/phpunit": "~4.0",
5535
                "zendframework/zend-stdlib": "~2.5",
5536
                "zendframework/zend-version": "~2.5"
5537
            },
5538
            "suggest": {
5539
                "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
5540
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
5541
            },
5542
            "type": "library",
5543
            "extra": {
5544
                "branch-alias": {
5545
                    "dev-master": "2.5-dev",
5546
                    "dev-develop": "2.6-dev"
5547
                }
5548
            },
5549
            "autoload": {
5550
                "psr-4": {
5551
                    "Zend\\Code\\": "src/"
5552
                }
5553
            },
5554
            "notification-url": "https://packagist.org/downloads/",
5555
            "license": [
5556
                "BSD-3-Clause"
5557
            ],
5558
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
5559
            "homepage": "https://github.com/zendframework/zend-code",
5560
            "keywords": [
5561
                "code",
5562
                "zf2"
5563
            ],
5564
            "time": "2015-06-03 15:31:59"
5565
        },
5566
        {
5567
            "name": "zendframework/zend-eventmanager",
5568
            "version": "2.5.1",
5569
            "source": {
5570
                "type": "git",
5571
                "url": "https://github.com/zendframework/zend-eventmanager.git",
5572
                "reference": "d94a16039144936f107f906896349900fd634443"
5573
            },
5574
            "dist": {
5575
                "type": "zip",
5576
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d94a16039144936f107f906896349900fd634443",
5577
                "reference": "d94a16039144936f107f906896349900fd634443",
5578
                "shasum": ""
5579
            },
5580
            "require": {
5581
                "php": ">=5.3.23",
5582
                "zendframework/zend-stdlib": "~2.5"
5583
            },
5584
            "require-dev": {
5585
                "fabpot/php-cs-fixer": "1.7.*",
5586
                "phpunit/phpunit": "~4.0"
5587
            },
5588
            "type": "library",
5589
            "extra": {
5590
                "branch-alias": {
5591
                    "dev-master": "2.5-dev",
5592
                    "dev-develop": "2.6-dev"
5593
                }
5594
            },
5595
            "autoload": {
5596
                "psr-4": {
5597
                    "Zend\\EventManager\\": "src/"
5598
                }
5599
            },
5600
            "notification-url": "https://packagist.org/downloads/",
5601
            "license": [
5602
                "BSD-3-Clause"
5603
            ],
5604
            "homepage": "https://github.com/zendframework/zend-eventmanager",
5605
            "keywords": [
5606
                "eventmanager",
5607
                "zf2"
5608
            ],
5609
            "time": "2015-06-03 15:32:01"
5610
        },
5611
        {
5612
            "name": "zendframework/zend-stdlib",
5613
            "version": "2.5.1",
5614
            "source": {
5615
                "type": "git",
5616
                "url": "https://github.com/zendframework/zend-stdlib.git",
5617
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
5618
            },
5619
            "dist": {
5620
                "type": "zip",
5621
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
5622
                "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
5623
                "shasum": ""
5624
            },
5625
            "require": {
5626
                "php": ">=5.3.23"
5627
            },
5628
            "require-dev": {
5629
                "fabpot/php-cs-fixer": "1.7.*",
5630
                "phpunit/phpunit": "~4.0",
5631
                "zendframework/zend-config": "~2.5",
5632
                "zendframework/zend-eventmanager": "~2.5",
5633
                "zendframework/zend-filter": "~2.5",
5634
                "zendframework/zend-inputfilter": "~2.5",
5635
                "zendframework/zend-serializer": "~2.5",
5636
                "zendframework/zend-servicemanager": "~2.5"
5637
            },
5638
            "suggest": {
5639
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
5640
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
5641
                "zendframework/zend-serializer": "Zend\\Serializer component",
5642
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
5643
            },
5644
            "type": "library",
5645
            "extra": {
5646
                "branch-alias": {
5647
                    "dev-master": "2.5-dev",
5648
                    "dev-develop": "2.6-dev"
5649
                }
5650
            },
5651
            "autoload": {
5652
                "psr-4": {
5653
                    "Zend\\Stdlib\\": "src/"
5654
                }
5655
            },
5656
            "notification-url": "https://packagist.org/downloads/",
5657
            "license": [
5658
                "BSD-3-Clause"
5659
            ],
5660
            "homepage": "https://github.com/zendframework/zend-stdlib",
5661
            "keywords": [
5662
                "stdlib",
5663
                "zf2"
5664
            ],
5665
            "time": "2015-06-03 15:32:03"
5666
        },
5667
        {
5668
            "name": "zendframework/zenddiagnostics",
5669
            "version": "v1.0.9",
5670
            "source": {
5671
                "type": "git",
5672
                "url": "https://github.com/zendframework/ZendDiagnostics.git",
5673
                "reference": "292653c287a9e9d811417d4cb8a0025a4c1894cf"
5674
            },
5675
            "dist": {
5676
                "type": "zip",
5677
                "url": "https://api.github.com/repos/zendframework/ZendDiagnostics/zipball/292653c287a9e9d811417d4cb8a0025a4c1894cf",
5678
                "reference": "292653c287a9e9d811417d4cb8a0025a4c1894cf",
5679
                "shasum": ""
5680
            },
5681
            "require": {
5682
                "php": ">=5.3.3"
5683
            },
5684
            "require-dev": {
5685
                "doctrine/migrations": "~1.0@dev",
5686
                "guzzle/http": "3.*",
5687
                "guzzle/plugin-mock": "3.*",
5688
                "mikey179/vfsstream": "1.6.*",
5689
                "phpunit/phpunit": "4.7.*",
5690
                "predis/predis": "0.8.*",
5691
                "sensiolabs/security-checker": "1.3.*@dev",
5692
                "symfony/yaml": "v2.3.11",
5693
                "videlalvaro/php-amqplib": "2.*",
5694
                "zendframework/zend-loader": "2.*"
5695
            },
5696
            "suggest": {
5697
                "doctrine/migrations": "Required by Check\\DoctrineMigration",
5698
                "ext-bcmath": "Required by Check\\CpuPerformance",
5699
                "guzzle/http": "Required by Check\\GuzzleHttpService",
5700
                "predis/predis": "Required by Check\\Redis",
5701
                "sensiolabs/security-checker": "Required by Check\\SecurityAdvisory",
5702
                "symfony/yaml": "Required by Check\\YamlFile",
5703
                "videlalvaro/php-amqplib": "Required by Check\\RabbitMQ"
5704
            },
5705
            "type": "library",
5706
            "extra": {
5707
                "branch-alias": {
5708
                    "dev-master": "1.0.x-dev"
5709
                }
5710
            },
5711
            "autoload": {
5712
                "psr-0": {
5713
                    "ZendDiagnostics\\": "src/",
5714
                    "ZendDiagnosticsTest\\": "tests/"
5715
                }
5716
            },
5717
            "notification-url": "https://packagist.org/downloads/",
5718
            "license": [
5719
                "BSD-3-Clause"
5720
            ],
5721
            "description": "A set of components for performing diagnostic tests in PHP applications",
5722
            "homepage": "https://github.com/zendframework/ZendDiagnostics",
5723
            "keywords": [
5724
                "diagnostics",
5725
                "php",
5726
                "test"
5727
            ],
5728
            "time": "2016-04-01 10:39:00"
5729
        }
5730
    ],
5731
    "packages-dev": [
5732
        {
5733
            "name": "phpdocumentor/reflection-docblock",
5734
            "version": "2.0.5",
5735
            "source": {
5736
                "type": "git",
5737
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5738
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
5739
            },
5740
            "dist": {
5741
                "type": "zip",
5742
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5743
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5744
                "shasum": ""
5745
            },
5746
            "require": {
5747
                "php": ">=5.3.3"
5748
            },
5749
            "require-dev": {
5750
                "phpunit/phpunit": "~4.0"
5751
            },
5752
            "suggest": {
5753
                "dflydev/markdown": "~1.0",
5754
                "erusev/parsedown": "~1.0"
5755
            },
5756
            "type": "library",
5757
            "extra": {
5758
                "branch-alias": {
5759
                    "dev-master": "2.0.x-dev"
5760
                }
5761
            },
5762
            "autoload": {
5763
                "psr-0": {
5764
                    "phpDocumentor": [
5765
                        "src/"
5766
                    ]
5767
                }
5768
            },
5769
            "notification-url": "https://packagist.org/downloads/",
5770
            "license": [
5771
                "MIT"
5772
            ],
5773
            "authors": [
5774
                {
5775
                    "name": "Mike van Riel",
5776
                    "email": "[email protected]"
5777
                }
5778
            ],
5779
            "time": "2016-01-25 08:17:30"
5780
        },
5781
        {
5782
            "name": "phpspec/prophecy",
5783
            "version": "v1.7.2",
5784
            "source": {
5785
                "type": "git",
5786
                "url": "https://github.com/phpspec/prophecy.git",
5787
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
5788
            },
5789
            "dist": {
5790
                "type": "zip",
5791
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
5792
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
5793
                "shasum": ""
5794
            },
5795
            "require": {
5796
                "doctrine/instantiator": "^1.0.2",
5797
                "php": "^5.3|^7.0",
5798
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
5799
                "sebastian/comparator": "^1.1|^2.0",
5800
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5801
            },
5802
            "require-dev": {
5803
                "phpspec/phpspec": "^2.5|^3.2",
5804
                "phpunit/phpunit": "^4.8 || ^5.6.5"
5805
            },
5806
            "type": "library",
5807
            "extra": {
5808
                "branch-alias": {
5809
                    "dev-master": "1.7.x-dev"
5810
                }
5811
            },
5812
            "autoload": {
5813
                "psr-0": {
5814
                    "Prophecy\\": "src/"
5815
                }
5816
            },
5817
            "notification-url": "https://packagist.org/downloads/",
5818
            "license": [
5819
                "MIT"
5820
            ],
5821
            "authors": [
5822
                {
5823
                    "name": "Konstantin Kudryashov",
5824
                    "email": "[email protected]",
5825
                    "homepage": "http://everzet.com"
5826
                },
5827
                {
5828
                    "name": "Marcello Duarte",
5829
                    "email": "[email protected]"
5830
                }
5831
            ],
5832
            "description": "Highly opinionated mocking framework for PHP 5.3+",
5833
            "homepage": "https://github.com/phpspec/prophecy",
5834
            "keywords": [
5835
                "Double",
5836
                "Dummy",
5837
                "fake",
5838
                "mock",
5839
                "spy",
5840
                "stub"
5841
            ],
5842
            "time": "2017-09-04 11:05:03"
5843
        },
5844
        {
5845
            "name": "phpunit/php-code-coverage",
5846
            "version": "2.2.4",
5847
            "source": {
5848
                "type": "git",
5849
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5850
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
5851
            },
5852
            "dist": {
5853
                "type": "zip",
5854
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5855
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5856
                "shasum": ""
5857
            },
5858
            "require": {
5859
                "php": ">=5.3.3",
5860
                "phpunit/php-file-iterator": "~1.3",
5861
                "phpunit/php-text-template": "~1.2",
5862
                "phpunit/php-token-stream": "~1.3",
5863
                "sebastian/environment": "^1.3.2",
5864
                "sebastian/version": "~1.0"
5865
            },
5866
            "require-dev": {
5867
                "ext-xdebug": ">=2.1.4",
5868
                "phpunit/phpunit": "~4"
5869
            },
5870
            "suggest": {
5871
                "ext-dom": "*",
5872
                "ext-xdebug": ">=2.2.1",
5873
                "ext-xmlwriter": "*"
5874
            },
5875
            "type": "library",
5876
            "extra": {
5877
                "branch-alias": {
5878
                    "dev-master": "2.2.x-dev"
5879
                }
5880
            },
5881
            "autoload": {
5882
                "classmap": [
5883
                    "src/"
5884
                ]
5885
            },
5886
            "notification-url": "https://packagist.org/downloads/",
5887
            "license": [
5888
                "BSD-3-Clause"
5889
            ],
5890
            "authors": [
5891
                {
5892
                    "name": "Sebastian Bergmann",
5893
                    "email": "[email protected]",
5894
                    "role": "lead"
5895
                }
5896
            ],
5897
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5898
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5899
            "keywords": [
5900
                "coverage",
5901
                "testing",
5902
                "xunit"
5903
            ],
5904
            "time": "2015-10-06 15:47:00"
5905
        },
5906
        {
5907
            "name": "phpunit/php-file-iterator",
5908
            "version": "1.4.2",
5909
            "source": {
5910
                "type": "git",
5911
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5912
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
5913
            },
5914
            "dist": {
5915
                "type": "zip",
5916
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
5917
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
5918
                "shasum": ""
5919
            },
5920
            "require": {
5921
                "php": ">=5.3.3"
5922
            },
5923
            "type": "library",
5924
            "extra": {
5925
                "branch-alias": {
5926
                    "dev-master": "1.4.x-dev"
5927
                }
5928
            },
5929
            "autoload": {
5930
                "classmap": [
5931
                    "src/"
5932
                ]
5933
            },
5934
            "notification-url": "https://packagist.org/downloads/",
5935
            "license": [
5936
                "BSD-3-Clause"
5937
            ],
5938
            "authors": [
5939
                {
5940
                    "name": "Sebastian Bergmann",
5941
                    "email": "[email protected]",
5942
                    "role": "lead"
5943
                }
5944
            ],
5945
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5946
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5947
            "keywords": [
5948
                "filesystem",
5949
                "iterator"
5950
            ],
5951
            "time": "2016-10-03 07:40:28"
5952
        },
5953
        {
5954
            "name": "phpunit/php-text-template",
5955
            "version": "1.2.1",
5956
            "source": {
5957
                "type": "git",
5958
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5959
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5960
            },
5961
            "dist": {
5962
                "type": "zip",
5963
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5964
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5965
                "shasum": ""
5966
            },
5967
            "require": {
5968
                "php": ">=5.3.3"
5969
            },
5970
            "type": "library",
5971
            "autoload": {
5972
                "classmap": [
5973
                    "src/"
5974
                ]
5975
            },
5976
            "notification-url": "https://packagist.org/downloads/",
5977
            "license": [
5978
                "BSD-3-Clause"
5979
            ],
5980
            "authors": [
5981
                {
5982
                    "name": "Sebastian Bergmann",
5983
                    "email": "[email protected]",
5984
                    "role": "lead"
5985
                }
5986
            ],
5987
            "description": "Simple template engine.",
5988
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5989
            "keywords": [
5990
                "template"
5991
            ],
5992
            "time": "2015-06-21 13:50:34"
5993
        },
5994
        {
5995
            "name": "phpunit/php-timer",
5996
            "version": "1.0.9",
5997
            "source": {
5998
                "type": "git",
5999
                "url": "https://github.com/sebastianbergmann/php-timer.git",
6000
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
6001
            },
6002
            "dist": {
6003
                "type": "zip",
6004
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6005
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6006
                "shasum": ""
6007
            },
6008
            "require": {
6009
                "php": "^5.3.3 || ^7.0"
6010
            },
6011
            "require-dev": {
6012
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6013
            },
6014
            "type": "library",
6015
            "extra": {
6016
                "branch-alias": {
6017
                    "dev-master": "1.0-dev"
6018
                }
6019
            },
6020
            "autoload": {
6021
                "classmap": [
6022
                    "src/"
6023
                ]
6024
            },
6025
            "notification-url": "https://packagist.org/downloads/",
6026
            "license": [
6027
                "BSD-3-Clause"
6028
            ],
6029
            "authors": [
6030
                {
6031
                    "name": "Sebastian Bergmann",
6032
                    "email": "[email protected]",
6033
                    "role": "lead"
6034
                }
6035
            ],
6036
            "description": "Utility class for timing",
6037
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6038
            "keywords": [
6039
                "timer"
6040
            ],
6041
            "time": "2017-02-26 11:10:40"
6042
        },
6043
        {
6044
            "name": "phpunit/php-token-stream",
6045
            "version": "1.4.11",
6046
            "source": {
6047
                "type": "git",
6048
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6049
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
6050
            },
6051
            "dist": {
6052
                "type": "zip",
6053
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
6054
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
6055
                "shasum": ""
6056
            },
6057
            "require": {
6058
                "ext-tokenizer": "*",
6059
                "php": ">=5.3.3"
6060
            },
6061
            "require-dev": {
6062
                "phpunit/phpunit": "~4.2"
6063
            },
6064
            "type": "library",
6065
            "extra": {
6066
                "branch-alias": {
6067
                    "dev-master": "1.4-dev"
6068
                }
6069
            },
6070
            "autoload": {
6071
                "classmap": [
6072
                    "src/"
6073
                ]
6074
            },
6075
            "notification-url": "https://packagist.org/downloads/",
6076
            "license": [
6077
                "BSD-3-Clause"
6078
            ],
6079
            "authors": [
6080
                {
6081
                    "name": "Sebastian Bergmann",
6082
                    "email": "[email protected]"
6083
                }
6084
            ],
6085
            "description": "Wrapper around PHP's tokenizer extension.",
6086
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6087
            "keywords": [
6088
                "tokenizer"
6089
            ],
6090
            "time": "2017-02-27 10:12:30"
6091
        },
6092
        {
6093
            "name": "phpunit/phpunit",
6094
            "version": "4.8.36",
6095
            "source": {
6096
                "type": "git",
6097
                "url": "https://github.com/sebastianbergmann/phpunit.git",
6098
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
6099
            },
6100
            "dist": {
6101
                "type": "zip",
6102
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
6103
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
6104
                "shasum": ""
6105
            },
6106
            "require": {
6107
                "ext-dom": "*",
6108
                "ext-json": "*",
6109
                "ext-pcre": "*",
6110
                "ext-reflection": "*",
6111
                "ext-spl": "*",
6112
                "php": ">=5.3.3",
6113
                "phpspec/prophecy": "^1.3.1",
6114
                "phpunit/php-code-coverage": "~2.1",
6115
                "phpunit/php-file-iterator": "~1.4",
6116
                "phpunit/php-text-template": "~1.2",
6117
                "phpunit/php-timer": "^1.0.6",
6118
                "phpunit/phpunit-mock-objects": "~2.3",
6119
                "sebastian/comparator": "~1.2.2",
6120
                "sebastian/diff": "~1.2",
6121
                "sebastian/environment": "~1.3",
6122
                "sebastian/exporter": "~1.2",
6123
                "sebastian/global-state": "~1.0",
6124
                "sebastian/version": "~1.0",
6125
                "symfony/yaml": "~2.1|~3.0"
6126
            },
6127
            "suggest": {
6128
                "phpunit/php-invoker": "~1.1"
6129
            },
6130
            "bin": [
6131
                "phpunit"
6132
            ],
6133
            "type": "library",
6134
            "extra": {
6135
                "branch-alias": {
6136
                    "dev-master": "4.8.x-dev"
6137
                }
6138
            },
6139
            "autoload": {
6140
                "classmap": [
6141
                    "src/"
6142
                ]
6143
            },
6144
            "notification-url": "https://packagist.org/downloads/",
6145
            "license": [
6146
                "BSD-3-Clause"
6147
            ],
6148
            "authors": [
6149
                {
6150
                    "name": "Sebastian Bergmann",
6151
                    "email": "[email protected]",
6152
                    "role": "lead"
6153
                }
6154
            ],
6155
            "description": "The PHP Unit Testing framework.",
6156
            "homepage": "https://phpunit.de/",
6157
            "keywords": [
6158
                "phpunit",
6159
                "testing",
6160
                "xunit"
6161
            ],
6162
            "time": "2017-06-21 08:07:12"
6163
        },
6164
        {
6165
            "name": "phpunit/phpunit-mock-objects",
6166
            "version": "2.3.8",
6167
            "source": {
6168
                "type": "git",
6169
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6170
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6171
            },
6172
            "dist": {
6173
                "type": "zip",
6174
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6175
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6176
                "shasum": ""
6177
            },
6178
            "require": {
6179
                "doctrine/instantiator": "^1.0.2",
6180
                "php": ">=5.3.3",
6181
                "phpunit/php-text-template": "~1.2",
6182
                "sebastian/exporter": "~1.2"
6183
            },
6184
            "require-dev": {
6185
                "phpunit/phpunit": "~4.4"
6186
            },
6187
            "suggest": {
6188
                "ext-soap": "*"
6189
            },
6190
            "type": "library",
6191
            "extra": {
6192
                "branch-alias": {
6193
                    "dev-master": "2.3.x-dev"
6194
                }
6195
            },
6196
            "autoload": {
6197
                "classmap": [
6198
                    "src/"
6199
                ]
6200
            },
6201
            "notification-url": "https://packagist.org/downloads/",
6202
            "license": [
6203
                "BSD-3-Clause"
6204
            ],
6205
            "authors": [
6206
                {
6207
                    "name": "Sebastian Bergmann",
6208
                    "email": "[email protected]",
6209
                    "role": "lead"
6210
                }
6211
            ],
6212
            "description": "Mock Object library for PHPUnit",
6213
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6214
            "keywords": [
6215
                "mock",
6216
                "xunit"
6217
            ],
6218
            "time": "2015-10-02 06:51:40"
6219
        },
6220
        {
6221
            "name": "sebastian/comparator",
6222
            "version": "1.2.4",
6223
            "source": {
6224
                "type": "git",
6225
                "url": "https://github.com/sebastianbergmann/comparator.git",
6226
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
6227
            },
6228
            "dist": {
6229
                "type": "zip",
6230
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6231
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6232
                "shasum": ""
6233
            },
6234
            "require": {
6235
                "php": ">=5.3.3",
6236
                "sebastian/diff": "~1.2",
6237
                "sebastian/exporter": "~1.2 || ~2.0"
6238
            },
6239
            "require-dev": {
6240
                "phpunit/phpunit": "~4.4"
6241
            },
6242
            "type": "library",
6243
            "extra": {
6244
                "branch-alias": {
6245
                    "dev-master": "1.2.x-dev"
6246
                }
6247
            },
6248
            "autoload": {
6249
                "classmap": [
6250
                    "src/"
6251
                ]
6252
            },
6253
            "notification-url": "https://packagist.org/downloads/",
6254
            "license": [
6255
                "BSD-3-Clause"
6256
            ],
6257
            "authors": [
6258
                {
6259
                    "name": "Jeff Welch",
6260
                    "email": "[email protected]"
6261
                },
6262
                {
6263
                    "name": "Volker Dusch",
6264
                    "email": "[email protected]"
6265
                },
6266
                {
6267
                    "name": "Bernhard Schussek",
6268
                    "email": "[email protected]"
6269
                },
6270
                {
6271
                    "name": "Sebastian Bergmann",
6272
                    "email": "[email protected]"
6273
                }
6274
            ],
6275
            "description": "Provides the functionality to compare PHP values for equality",
6276
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
6277
            "keywords": [
6278
                "comparator",
6279
                "compare",
6280
                "equality"
6281
            ],
6282
            "time": "2017-01-29 09:50:25"
6283
        },
6284
        {
6285
            "name": "sebastian/diff",
6286
            "version": "1.4.3",
6287
            "source": {
6288
                "type": "git",
6289
                "url": "https://github.com/sebastianbergmann/diff.git",
6290
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
6291
            },
6292
            "dist": {
6293
                "type": "zip",
6294
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6295
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6296
                "shasum": ""
6297
            },
6298
            "require": {
6299
                "php": "^5.3.3 || ^7.0"
6300
            },
6301
            "require-dev": {
6302
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6303
            },
6304
            "type": "library",
6305
            "extra": {
6306
                "branch-alias": {
6307
                    "dev-master": "1.4-dev"
6308
                }
6309
            },
6310
            "autoload": {
6311
                "classmap": [
6312
                    "src/"
6313
                ]
6314
            },
6315
            "notification-url": "https://packagist.org/downloads/",
6316
            "license": [
6317
                "BSD-3-Clause"
6318
            ],
6319
            "authors": [
6320
                {
6321
                    "name": "Kore Nordmann",
6322
                    "email": "[email protected]"
6323
                },
6324
                {
6325
                    "name": "Sebastian Bergmann",
6326
                    "email": "[email protected]"
6327
                }
6328
            ],
6329
            "description": "Diff implementation",
6330
            "homepage": "https://github.com/sebastianbergmann/diff",
6331
            "keywords": [
6332
                "diff"
6333
            ],
6334
            "time": "2017-05-22 07:24:03"
6335
        },
6336
        {
6337
            "name": "sebastian/environment",
6338
            "version": "1.3.8",
6339
            "source": {
6340
                "type": "git",
6341
                "url": "https://github.com/sebastianbergmann/environment.git",
6342
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
6343
            },
6344
            "dist": {
6345
                "type": "zip",
6346
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6347
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6348
                "shasum": ""
6349
            },
6350
            "require": {
6351
                "php": "^5.3.3 || ^7.0"
6352
            },
6353
            "require-dev": {
6354
                "phpunit/phpunit": "^4.8 || ^5.0"
6355
            },
6356
            "type": "library",
6357
            "extra": {
6358
                "branch-alias": {
6359
                    "dev-master": "1.3.x-dev"
6360
                }
6361
            },
6362
            "autoload": {
6363
                "classmap": [
6364
                    "src/"
6365
                ]
6366
            },
6367
            "notification-url": "https://packagist.org/downloads/",
6368
            "license": [
6369
                "BSD-3-Clause"
6370
            ],
6371
            "authors": [
6372
                {
6373
                    "name": "Sebastian Bergmann",
6374
                    "email": "[email protected]"
6375
                }
6376
            ],
6377
            "description": "Provides functionality to handle HHVM/PHP environments",
6378
            "homepage": "http://www.github.com/sebastianbergmann/environment",
6379
            "keywords": [
6380
                "Xdebug",
6381
                "environment",
6382
                "hhvm"
6383
            ],
6384
            "time": "2016-08-18 05:49:44"
6385
        },
6386
        {
6387
            "name": "sebastian/exporter",
6388
            "version": "1.2.2",
6389
            "source": {
6390
                "type": "git",
6391
                "url": "https://github.com/sebastianbergmann/exporter.git",
6392
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
6393
            },
6394
            "dist": {
6395
                "type": "zip",
6396
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
6397
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
6398
                "shasum": ""
6399
            },
6400
            "require": {
6401
                "php": ">=5.3.3",
6402
                "sebastian/recursion-context": "~1.0"
6403
            },
6404
            "require-dev": {
6405
                "ext-mbstring": "*",
6406
                "phpunit/phpunit": "~4.4"
6407
            },
6408
            "type": "library",
6409
            "extra": {
6410
                "branch-alias": {
6411
                    "dev-master": "1.3.x-dev"
6412
                }
6413
            },
6414
            "autoload": {
6415
                "classmap": [
6416
                    "src/"
6417
                ]
6418
            },
6419
            "notification-url": "https://packagist.org/downloads/",
6420
            "license": [
6421
                "BSD-3-Clause"
6422
            ],
6423
            "authors": [
6424
                {
6425
                    "name": "Jeff Welch",
6426
                    "email": "[email protected]"
6427
                },
6428
                {
6429
                    "name": "Volker Dusch",
6430
                    "email": "[email protected]"
6431
                },
6432
                {
6433
                    "name": "Bernhard Schussek",
6434
                    "email": "[email protected]"
6435
                },
6436
                {
6437
                    "name": "Sebastian Bergmann",
6438
                    "email": "[email protected]"
6439
                },
6440
                {
6441
                    "name": "Adam Harvey",
6442
                    "email": "[email protected]"
6443
                }
6444
            ],
6445
            "description": "Provides the functionality to export PHP variables for visualization",
6446
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
6447
            "keywords": [
6448
                "export",
6449
                "exporter"
6450
            ],
6451
            "time": "2016-06-17 09:04:28"
6452
        },
6453
        {
6454
            "name": "sebastian/global-state",
6455
            "version": "1.1.1",
6456
            "source": {
6457
                "type": "git",
6458
                "url": "https://github.com/sebastianbergmann/global-state.git",
6459
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
6460
            },
6461
            "dist": {
6462
                "type": "zip",
6463
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6464
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
6465
                "shasum": ""
6466
            },
6467
            "require": {
6468
                "php": ">=5.3.3"
6469
            },
6470
            "require-dev": {
6471
                "phpunit/phpunit": "~4.2"
6472
            },
6473
            "suggest": {
6474
                "ext-uopz": "*"
6475
            },
6476
            "type": "library",
6477
            "extra": {
6478
                "branch-alias": {
6479
                    "dev-master": "1.0-dev"
6480
                }
6481
            },
6482
            "autoload": {
6483
                "classmap": [
6484
                    "src/"
6485
                ]
6486
            },
6487
            "notification-url": "https://packagist.org/downloads/",
6488
            "license": [
6489
                "BSD-3-Clause"
6490
            ],
6491
            "authors": [
6492
                {
6493
                    "name": "Sebastian Bergmann",
6494
                    "email": "[email protected]"
6495
                }
6496
            ],
6497
            "description": "Snapshotting of global state",
6498
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
6499
            "keywords": [
6500
                "global state"
6501
            ],
6502
            "time": "2015-10-12 03:26:01"
6503
        },
6504
        {
6505
            "name": "sebastian/recursion-context",
6506
            "version": "1.0.5",
6507
            "source": {
6508
                "type": "git",
6509
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
6510
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
6511
            },
6512
            "dist": {
6513
                "type": "zip",
6514
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6515
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6516
                "shasum": ""
6517
            },
6518
            "require": {
6519
                "php": ">=5.3.3"
6520
            },
6521
            "require-dev": {
6522
                "phpunit/phpunit": "~4.4"
6523
            },
6524
            "type": "library",
6525
            "extra": {
6526
                "branch-alias": {
6527
                    "dev-master": "1.0.x-dev"
6528
                }
6529
            },
6530
            "autoload": {
6531
                "classmap": [
6532
                    "src/"
6533
                ]
6534
            },
6535
            "notification-url": "https://packagist.org/downloads/",
6536
            "license": [
6537
                "BSD-3-Clause"
6538
            ],
6539
            "authors": [
6540
                {
6541
                    "name": "Jeff Welch",
6542
                    "email": "[email protected]"
6543
                },
6544
                {
6545
                    "name": "Sebastian Bergmann",
6546
                    "email": "[email protected]"
6547
                },
6548
                {
6549
                    "name": "Adam Harvey",
6550
                    "email": "[email protected]"
6551
                }
6552
            ],
6553
            "description": "Provides functionality to recursively process PHP variables",
6554
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
6555
            "time": "2016-10-03 07:41:43"
6556
        },
6557
        {
6558
            "name": "sebastian/version",
6559
            "version": "1.0.6",
6560
            "source": {
6561
                "type": "git",
6562
                "url": "https://github.com/sebastianbergmann/version.git",
6563
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
6564
            },
6565
            "dist": {
6566
                "type": "zip",
6567
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6568
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6569
                "shasum": ""
6570
            },
6571
            "type": "library",
6572
            "autoload": {
6573
                "classmap": [
6574
                    "src/"
6575
                ]
6576
            },
6577
            "notification-url": "https://packagist.org/downloads/",
6578
            "license": [
6579
                "BSD-3-Clause"
6580
            ],
6581
            "authors": [
6582
                {
6583
                    "name": "Sebastian Bergmann",
6584
                    "email": "[email protected]",
6585
                    "role": "lead"
6586
                }
6587
            ],
6588
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6589
            "homepage": "https://github.com/sebastianbergmann/version",
6590
            "time": "2015-06-21 13:59:46"
6591
        },
6592
        {
6593
            "name": "sensio/generator-bundle",
6594
            "version": "v2.5.3",
6595
            "target-dir": "Sensio/Bundle/GeneratorBundle",
6596
            "source": {
6597
                "type": "git",
6598
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
6599
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
6600
            },
6601
            "dist": {
6602
                "type": "zip",
6603
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
6604
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
6605
                "shasum": ""
6606
            },
6607
            "require": {
6608
                "symfony/console": "~2.5",
6609
                "symfony/framework-bundle": "~2.2"
6610
            },
6611
            "require-dev": {
6612
                "doctrine/orm": "~2.2,>=2.2.3",
6613
                "symfony/doctrine-bridge": "~2.2",
6614
                "twig/twig": "~1.11"
6615
            },
6616
            "type": "symfony-bundle",
6617
            "extra": {
6618
                "branch-alias": {
6619
                    "dev-master": "2.5.x-dev"
6620
                }
6621
            },
6622
            "autoload": {
6623
                "psr-0": {
6624
                    "Sensio\\Bundle\\GeneratorBundle": ""
6625
                }
6626
            },
6627
            "notification-url": "https://packagist.org/downloads/",
6628
            "license": [
6629
                "MIT"
6630
            ],
6631
            "authors": [
6632
                {
6633
                    "name": "Fabien Potencier",
6634
                    "email": "[email protected]"
6635
                }
6636
            ],
6637
            "description": "This bundle generates code for you",
6638
            "time": "2015-03-17 06:36:52"
6639
        },
6640
        {
6641
            "name": "symfony/phpunit-bridge",
6642
            "version": "v3.3.9",
6643
            "source": {
6644
                "type": "git",
6645
                "url": "https://github.com/symfony/phpunit-bridge.git",
6646
                "reference": "27d159bd9bd14a3bd9d3e136081c321a0d621c03"
6647
            },
6648
            "dist": {
6649
                "type": "zip",
6650
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/27d159bd9bd14a3bd9d3e136081c321a0d621c03",
6651
                "reference": "27d159bd9bd14a3bd9d3e136081c321a0d621c03",
6652
                "shasum": ""
6653
            },
6654
            "require": {
6655
                "php": ">=5.3.3"
6656
            },
6657
            "conflict": {
6658
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6659
            },
6660
            "suggest": {
6661
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
6662
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6663
            },
6664
            "bin": [
6665
                "bin/simple-phpunit"
6666
            ],
6667
            "type": "symfony-bridge",
6668
            "extra": {
6669
                "branch-alias": {
6670
                    "dev-master": "3.3-dev"
6671
                }
6672
            },
6673
            "autoload": {
6674
                "files": [
6675
                    "bootstrap.php"
6676
                ],
6677
                "psr-4": {
6678
                    "Symfony\\Bridge\\PhpUnit\\": ""
6679
                },
6680
                "exclude-from-classmap": [
6681
                    "/Tests/"
6682
                ]
6683
            },
6684
            "notification-url": "https://packagist.org/downloads/",
6685
            "license": [
6686
                "MIT"
6687
            ],
6688
            "authors": [
6689
                {
6690
                    "name": "Nicolas Grekas",
6691
                    "email": "[email protected]"
6692
                },
6693
                {
6694
                    "name": "Symfony Community",
6695
                    "homepage": "https://symfony.com/contributors"
6696
                }
6697
            ],
6698
            "description": "Symfony PHPUnit Bridge",
6699
            "homepage": "https://symfony.com",
6700
            "time": "2017-09-05 11:23:06"
6701
        }
6702
    ],
6703
    "aliases": [],
6704
    "minimum-stability": "stable",
6705
    "stability-flags": {
6706
        "friendsofsymfony/user-bundle": 20,
6707
        "qandidate/stack-request-id": 20
6708
    },
6709
    "prefer-stable": false,
6710
    "prefer-lowest": false,
6711
    "platform": {
6712
        "php": ">=5.4.16",
6713
        "ext-curl": "*"
6714
    },
6715
    "platform-dev": [],
6716
    "platform-overrides": {
6717
        "php": "5.4.16"
6718
    }
6719
}
6720