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