Completed
Push — feature/implement-is-gssf-depr... ( 002be9...292db8 )
by
unknown
13:05
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": "9623b7eed6a6919bea4f4fb9df6b1a46",
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-01 19:20:19"
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": "1.4.2",
2318
            "source": {
2319
                "type": "git",
2320
                "url": "https://github.com/robrichards/xmlseclibs.git",
2321
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017"
2322
            },
2323
            "dist": {
2324
                "type": "zip",
2325
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/79fb5e03c4ee4dc3ec77e4b2628231374364a017",
2326
                "reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017",
2327
                "shasum": ""
2328
            },
2329
            "require": {
2330
                "php": ">= 5.2"
2331
            },
2332
            "suggest": {
2333
                "ext/mcrypt": "MCrypt extension",
2334
                "ext/openssl": "OpenSSL extension"
2335
            },
2336
            "type": "library",
2337
            "autoload": {
2338
                "classmap": [
2339
                    "src/"
2340
                ]
2341
            },
2342
            "notification-url": "https://packagist.org/downloads/",
2343
            "license": [
2344
                "BSD-3-Clause"
2345
            ],
2346
            "description": "A PHP library for XML Security",
2347
            "homepage": "https://github.com/robrichards/xmlseclibs",
2348
            "keywords": [
2349
                "security",
2350
                "signature",
2351
                "xml",
2352
                "xmldsig"
2353
            ],
2354
            "time": "2016-09-08T13:31:44+00:00"
2355
        },
2356
        {
2357
            "name": "sensio/distribution-bundle",
2358
            "version": "v3.0.30",
2359
            "target-dir": "Sensio/Bundle/DistributionBundle",
2360
            "source": {
2361
                "type": "git",
2362
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2363
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2364
            },
2365
            "dist": {
2366
                "type": "zip",
2367
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2368
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2369
                "shasum": ""
2370
            },
2371
            "require": {
2372
                "php": ">=5.3.3",
2373
                "sensiolabs/security-checker": "~2.0",
2374
                "symfony/class-loader": "~2.2",
2375
                "symfony/framework-bundle": "~2.3",
2376
                "symfony/process": "~2.2"
2377
            },
2378
            "require-dev": {
2379
                "symfony/form": "~2.2",
2380
                "symfony/validator": "~2.2",
2381
                "symfony/yaml": "~2.2"
2382
            },
2383
            "suggest": {
2384
                "symfony/form": "If you want to use the configurator",
2385
                "symfony/validator": "If you want to use the configurator",
2386
                "symfony/yaml": "If you want to use  the configurator"
2387
            },
2388
            "type": "symfony-bundle",
2389
            "extra": {
2390
                "branch-alias": {
2391
                    "dev-master": "3.0.x-dev"
2392
                }
2393
            },
2394
            "autoload": {
2395
                "psr-0": {
2396
                    "Sensio\\Bundle\\DistributionBundle": ""
2397
                }
2398
            },
2399
            "notification-url": "https://packagist.org/downloads/",
2400
            "license": [
2401
                "MIT"
2402
            ],
2403
            "authors": [
2404
                {
2405
                    "name": "Fabien Potencier",
2406
                    "email": "[email protected]"
2407
                }
2408
            ],
2409
            "description": "Base bundle for Symfony Distributions",
2410
            "keywords": [
2411
                "configuration",
2412
                "distribution"
2413
            ],
2414
            "time": "2015-06-05T22:32:22+00:00"
2415
        },
2416
        {
2417
            "name": "sensio/framework-extra-bundle",
2418
            "version": "v3.0.16",
2419
            "source": {
2420
                "type": "git",
2421
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2422
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2423
            },
2424
            "dist": {
2425
                "type": "zip",
2426
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2427
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2428
                "shasum": ""
2429
            },
2430
            "require": {
2431
                "doctrine/common": "~2.2",
2432
                "symfony/dependency-injection": "~2.3|~3.0",
2433
                "symfony/framework-bundle": "~2.3|~3.0"
2434
            },
2435
            "require-dev": {
2436
                "symfony/browser-kit": "~2.3|~3.0",
2437
                "symfony/dom-crawler": "~2.3|~3.0",
2438
                "symfony/expression-language": "~2.4|~3.0",
2439
                "symfony/finder": "~2.3|~3.0",
2440
                "symfony/phpunit-bridge": "~2.7|~3.0",
2441
                "symfony/security-bundle": "~2.4|~3.0",
2442
                "symfony/twig-bundle": "~2.3|~3.0",
2443
                "twig/twig": "~1.11|~2.0"
2444
            },
2445
            "suggest": {
2446
                "symfony/expression-language": "",
2447
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2448
                "symfony/security-bundle": ""
2449
            },
2450
            "type": "symfony-bundle",
2451
            "extra": {
2452
                "branch-alias": {
2453
                    "dev-master": "3.0.x-dev"
2454
                }
2455
            },
2456
            "autoload": {
2457
                "psr-4": {
2458
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2459
                }
2460
            },
2461
            "notification-url": "https://packagist.org/downloads/",
2462
            "license": [
2463
                "MIT"
2464
            ],
2465
            "authors": [
2466
                {
2467
                    "name": "Fabien Potencier",
2468
                    "email": "[email protected]"
2469
                }
2470
            ],
2471
            "description": "This bundle provides a way to configure your controllers with annotations",
2472
            "keywords": [
2473
                "annotations",
2474
                "controllers"
2475
            ],
2476
            "time": "2016-03-25T17:08:27+00:00"
2477
        },
2478
        {
2479
            "name": "sensiolabs/security-checker",
2480
            "version": "v2.0.5",
2481
            "source": {
2482
                "type": "git",
2483
                "url": "https://github.com/sensiolabs/security-checker.git",
2484
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
2485
            },
2486
            "dist": {
2487
                "type": "zip",
2488
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
2489
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
2490
                "shasum": ""
2491
            },
2492
            "require": {
2493
                "ext-curl": "*",
2494
                "symfony/console": "~2.0"
2495
            },
2496
            "bin": [
2497
                "security-checker"
2498
            ],
2499
            "type": "library",
2500
            "extra": {
2501
                "branch-alias": {
2502
                    "dev-master": "2.0-dev"
2503
                }
2504
            },
2505
            "autoload": {
2506
                "psr-0": {
2507
                    "SensioLabs\\Security": ""
2508
                }
2509
            },
2510
            "notification-url": "https://packagist.org/downloads/",
2511
            "license": [
2512
                "MIT"
2513
            ],
2514
            "authors": [
2515
                {
2516
                    "name": "Fabien Potencier",
2517
                    "email": "[email protected]"
2518
                }
2519
            ],
2520
            "description": "A security checker for your composer.lock",
2521
            "time": "2015-05-28T14:22:40+00:00"
2522
        },
2523
        {
2524
            "name": "simplesamlphp/saml2",
2525
            "version": "v1.10.3",
2526
            "source": {
2527
                "type": "git",
2528
                "url": "https://github.com/simplesamlphp/saml2.git",
2529
                "reference": "3f268c25ca5e9748652834faad04525746227ef7"
2530
            },
2531
            "dist": {
2532
                "type": "zip",
2533
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/3f268c25ca5e9748652834faad04525746227ef7",
2534
                "reference": "3f268c25ca5e9748652834faad04525746227ef7",
2535
                "shasum": ""
2536
            },
2537
            "require": {
2538
                "ext-dom": "*",
2539
                "ext-openssl": "*",
2540
                "php": ">=5.3.3",
2541
                "psr/log": "~1.0",
2542
                "robrichards/xmlseclibs": "^1.3"
2543
            },
2544
            "require-dev": {
2545
                "mockery/mockery": "~0.9",
2546
                "phpmd/phpmd": "~1.5",
2547
                "phpunit/phpunit": "~3.7",
2548
                "satooshi/php-coveralls": "~0.6.1",
2549
                "sebastian/phpcpd": "~1.4",
2550
                "sensiolabs/security-checker": "~1.1",
2551
                "squizlabs/php_codesniffer": "~1.4"
2552
            },
2553
            "type": "library",
2554
            "autoload": {
2555
                "psr-0": {
2556
                    "SAML2_": "src/"
2557
                }
2558
            },
2559
            "notification-url": "https://packagist.org/downloads/",
2560
            "license": [
2561
                "LGPL-2.1"
2562
            ],
2563
            "authors": [
2564
                {
2565
                    "name": "Andreas Åkre Solberg",
2566
                    "email": "[email protected]"
2567
                }
2568
            ],
2569
            "description": "SAML2 PHP library from SimpleSAMLphp",
2570
            "time": "2016-12-02T12:15:53+00:00"
2571
        },
2572
        {
2573
            "name": "surfnet/messagebird-api-client-bundle",
2574
            "version": "3.0.0",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/SURFnet/messagebird-api-client-bundle.git",
2578
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/SURFnet/messagebird-api-client-bundle/zipball/44f83aa6eeb7d4e3807947068e2f90412e678818",
2583
                "reference": "44f83aa6eeb7d4e3807947068e2f90412e678818",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "guzzlehttp/guzzle": "^6.0",
2588
                "php": ">=5.5,<8.0-dev",
2589
                "symfony/config": ">=2.7,<3.0",
2590
                "symfony/dependency-injection": ">=2.7,<3.0",
2591
                "symfony/http-kernel": ">=2.7,<3.0"
2592
            },
2593
            "require-dev": {
2594
                "ibuildings/qa-tools": "~1.1",
2595
                "liip/rmt": "1.1.*",
2596
                "matthiasnoback/symfony-config-test": "0.*",
2597
                "mockery/mockery": "0.9.*"
2598
            },
2599
            "type": "library",
2600
            "autoload": {
2601
                "psr-0": {
2602
                    "Surfnet\\MessageBirdApiClient\\": "src",
2603
                    "Surfnet\\MessageBirdApiClientBundle\\": "src"
2604
                }
2605
            },
2606
            "notification-url": "https://packagist.org/downloads/",
2607
            "license": [
2608
                "Apache-2.0"
2609
            ],
2610
            "description": "A Symfony2 bundle to integrate MessageBird's messaging service.",
2611
            "keywords": [
2612
                "messagebird",
2613
                "sms",
2614
                "surfnet"
2615
            ],
2616
            "time": "2017-03-07T13:52:43+00:00"
2617
        },
2618
        {
2619
            "name": "surfnet/stepup-bundle",
2620
            "version": "3.0.0",
2621
            "source": {
2622
                "type": "git",
2623
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2624
                "reference": "4564d2b468a9a9a0bcfa6356e055aacbd3c4e4f0"
2625
            },
2626
            "dist": {
2627
                "type": "zip",
2628
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/4564d2b468a9a9a0bcfa6356e055aacbd3c4e4f0",
2629
                "reference": "4564d2b468a9a9a0bcfa6356e055aacbd3c4e4f0",
2630
                "shasum": ""
2631
            },
2632
            "require": {
2633
                "ext-gmp": "*",
2634
                "ext-openssl": "*",
2635
                "graylog2/gelf-php": "^1.5",
2636
                "guzzlehttp/guzzle": "^6.0",
2637
                "monolog/monolog": "~1.11",
2638
                "php": "^5.6|^7.0",
2639
                "sensio/framework-extra-bundle": "~3",
2640
                "symfony/config": "^2.7",
2641
                "symfony/dependency-injection": "^2.7",
2642
                "symfony/form": "^2.7",
2643
                "symfony/framework-bundle": "^2.7",
2644
                "symfony/http-kernel": "^2.7",
2645
                "symfony/twig-bridge": "^2.7",
2646
                "symfony/validator": "^2.7"
2647
            },
2648
            "require-dev": {
2649
                "liip/rmt": "1.1.*",
2650
                "mockery/mockery": "0.9.*",
2651
                "phpmd/phpmd": "^2.0",
2652
                "phpunit/phpunit": "^4.0",
2653
                "sebastian/phpcpd": "^2.0",
2654
                "sensiolabs/security-checker": "^2.0",
2655
                "squizlabs/php_codesniffer": "^1.0"
2656
            },
2657
            "type": "library",
2658
            "autoload": {
2659
                "psr-4": {
2660
                    "Surfnet\\StepupBundle\\": "src"
2661
                }
2662
            },
2663
            "notification-url": "https://packagist.org/downloads/",
2664
            "license": [
2665
                "Apache-2.0"
2666
            ],
2667
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2668
            "keywords": [
2669
                "stepup",
2670
                "suaas",
2671
                "surfnet"
2672
            ],
2673
            "time": "2017-11-30T07:47:43+00:00"
2674
        },
2675
        {
2676
            "name": "surfnet/stepup-saml-bundle",
2677
            "version": "2.8.2",
2678
            "source": {
2679
                "type": "git",
2680
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2681
                "reference": "f2f14f8be692a350227372438c64518ca482086e"
2682
            },
2683
            "dist": {
2684
                "type": "zip",
2685
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/f2f14f8be692a350227372438c64518ca482086e",
2686
                "reference": "f2f14f8be692a350227372438c64518ca482086e",
2687
                "shasum": ""
2688
            },
2689
            "require": {
2690
                "ext-openssl": "*",
2691
                "php": ">=5.4,<8.0-dev",
2692
                "robrichards/xmlseclibs": "^1.4.0",
2693
                "simplesamlphp/saml2": "^1.8",
2694
                "symfony/dependency-injection": "^2.7",
2695
                "symfony/framework-bundle": "^2.7"
2696
            },
2697
            "require-dev": {
2698
                "ibuildings/qa-tools": "~1.1",
2699
                "liip/rmt": "~1.1",
2700
                "mockery/mockery": "~0.9",
2701
                "psr/log": "~1.0"
2702
            },
2703
            "type": "symfony-bundle",
2704
            "autoload": {
2705
                "psr-4": {
2706
                    "Surfnet\\SamlBundle\\": "src"
2707
                }
2708
            },
2709
            "notification-url": "https://packagist.org/downloads/",
2710
            "license": [
2711
                "Apache-2.0"
2712
            ],
2713
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2714
            "keywords": [
2715
                "SAML2",
2716
                "saml",
2717
                "simplesamlphp",
2718
                "stepup",
2719
                "surfnet"
2720
            ],
2721
            "time": "2017-09-25T11:23:36+00:00"
2722
        },
2723
        {
2724
            "name": "surfnet/stepup-u2f-bundle",
2725
            "version": "dev-develop",
2726
            "source": {
2727
                "type": "git",
2728
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2729
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05"
2730
            },
2731
            "dist": {
2732
                "type": "zip",
2733
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2734
                "reference": "b28737d7b8df5ecbdf7a1e952ecfb530a2951c05",
2735
                "shasum": ""
2736
            },
2737
            "require": {
2738
                "php": ">=5.4|^7",
2739
                "symfony/config": "^2.7",
2740
                "symfony/dependency-injection": "^2.7",
2741
                "symfony/form": "^2.7",
2742
                "symfony/http-kernel": "^2.7",
2743
                "symfony/validator": "^2.7",
2744
                "yubico/u2flib-server": "^0.1.0"
2745
            },
2746
            "require-dev": {
2747
                "ibuildings/qa-tools": "~1.1,>=1.1.27",
2748
                "liip/rmt": "1.1.*",
2749
                "matthiasnoback/symfony-config-test": "^1.2",
2750
                "mockery/mockery": "~0.9"
2751
            },
2752
            "type": "library",
2753
            "autoload": {
2754
                "psr-4": {
2755
                    "Surfnet\\StepupU2fBundle\\": "src"
2756
                }
2757
            },
2758
            "notification-url": "https://packagist.org/downloads/",
2759
            "license": [
2760
                "Apache-2.0"
2761
            ],
2762
            "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",
2763
            "time": "2015-09-17 15:02:04"
2764
        },
2765
        {
2766
            "name": "surfnet/yubikey-api-client",
2767
            "version": "2.1.0",
2768
            "source": {
2769
                "type": "git",
2770
                "url": "https://github.com/SURFnet/yubikey-api-client.git",
2771
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9"
2772
            },
2773
            "dist": {
2774
                "type": "zip",
2775
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client/zipball/6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2776
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2777
                "shasum": ""
2778
            },
2779
            "require": {
2780
                "guzzlehttp/guzzle": "^6.0",
2781
                "paragonie/random_compat": "^1|^2",
2782
                "php": "^5.6|^7"
2783
            },
2784
            "require-dev": {
2785
                "liip/rmt": "1.1.*",
2786
                "mockery/mockery": "0.9.*",
2787
                "phpmd/phpmd": "^2.0",
2788
                "phpunit/phpunit": "^4.0",
2789
                "sebastian/phpcpd": "^2.0",
2790
                "sensiolabs/security-checker": "^2.0",
2791
                "squizlabs/php_codesniffer": "^1.0"
2792
            },
2793
            "type": "library",
2794
            "autoload": {
2795
                "psr-4": {
2796
                    "Surfnet\\YubikeyApiClient\\": "src",
2797
                    "Surfnet\\YubikeyApiClient\\Tests\\": "tests/unit",
2798
                    "Surfnet\\YubikeyApiClient\\IntegrationTests\\": "tests/integration"
2799
                }
2800
            },
2801
            "notification-url": "https://packagist.org/downloads/",
2802
            "license": [
2803
                "Apache-2.0"
2804
            ],
2805
            "description": "A Yubikey OTP validation service client",
2806
            "keywords": [
2807
                "surfnet",
2808
                "yubico",
2809
                "yubikey"
2810
            ],
2811
            "time": "2017-03-07T13:48:47+00:00"
2812
        },
2813
        {
2814
            "name": "surfnet/yubikey-api-client-bundle",
2815
            "version": "3.0.0",
2816
            "source": {
2817
                "type": "git",
2818
                "url": "https://github.com/SURFnet/yubikey-api-client-bundle.git",
2819
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f"
2820
            },
2821
            "dist": {
2822
                "type": "zip",
2823
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client-bundle/zipball/d9d9990b63f321745caa2290645b7660aeb3f95f",
2824
                "reference": "d9d9990b63f321745caa2290645b7660aeb3f95f",
2825
                "shasum": ""
2826
            },
2827
            "require": {
2828
                "php": "^5.6|^7.0",
2829
                "surfnet/yubikey-api-client": "^2.0",
2830
                "symfony/config": "^2.7|^3.0",
2831
                "symfony/dependency-injection": "^2.7|^3.0",
2832
                "symfony/http-kernel": "^2.7|^3.0"
2833
            },
2834
            "require-dev": {
2835
                "ibuildings/qa-tools": "~1.1",
2836
                "liip/rmt": "1.1.*",
2837
                "matthiasnoback/symfony-config-test": "^1.4",
2838
                "mockery/mockery": "0.9.*",
2839
                "symfony/framework-bundle": ">=2.3,<4",
2840
                "symfony/monolog-bundle": "^2.11"
2841
            },
2842
            "type": "library",
2843
            "autoload": {
2844
                "psr-4": {
2845
                    "Surfnet\\YubikeyApiClientBundle\\": "src"
2846
                }
2847
            },
2848
            "notification-url": "https://packagist.org/downloads/",
2849
            "license": [
2850
                "Apache-2.0"
2851
            ],
2852
            "description": "A Symfony2 bundle to integrate Yubikey OTP validation service.",
2853
            "keywords": [
2854
                "surfnet",
2855
                "yubico",
2856
                "yubikey"
2857
            ],
2858
            "time": "2017-02-20T15:47:38+00:00"
2859
        },
2860
        {
2861
            "name": "swiftmailer/swiftmailer",
2862
            "version": "v5.4.8",
2863
            "source": {
2864
                "type": "git",
2865
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2866
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2867
            },
2868
            "dist": {
2869
                "type": "zip",
2870
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
2871
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2872
                "shasum": ""
2873
            },
2874
            "require": {
2875
                "php": ">=5.3.3"
2876
            },
2877
            "require-dev": {
2878
                "mockery/mockery": "~0.9.1",
2879
                "symfony/phpunit-bridge": "~3.2"
2880
            },
2881
            "type": "library",
2882
            "extra": {
2883
                "branch-alias": {
2884
                    "dev-master": "5.4-dev"
2885
                }
2886
            },
2887
            "autoload": {
2888
                "files": [
2889
                    "lib/swift_required.php"
2890
                ]
2891
            },
2892
            "notification-url": "https://packagist.org/downloads/",
2893
            "license": [
2894
                "MIT"
2895
            ],
2896
            "authors": [
2897
                {
2898
                    "name": "Chris Corbyn"
2899
                },
2900
                {
2901
                    "name": "Fabien Potencier",
2902
                    "email": "[email protected]"
2903
                }
2904
            ],
2905
            "description": "Swiftmailer, free feature-rich PHP mailer",
2906
            "homepage": "http://swiftmailer.org",
2907
            "keywords": [
2908
                "email",
2909
                "mail",
2910
                "mailer"
2911
            ],
2912
            "time": "2017-05-01T15:54:03+00:00"
2913
        },
2914
        {
2915
            "name": "symfony/assetic-bundle",
2916
            "version": "v2.8.0",
2917
            "source": {
2918
                "type": "git",
2919
                "url": "https://github.com/symfony/assetic-bundle.git",
2920
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
2921
            },
2922
            "dist": {
2923
                "type": "zip",
2924
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2925
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
2926
                "shasum": ""
2927
            },
2928
            "require": {
2929
                "kriswallsmith/assetic": "~1.3",
2930
                "php": ">=5.3.0",
2931
                "symfony/console": "~2.3|~3.0",
2932
                "symfony/dependency-injection": "~2.3|~3.0",
2933
                "symfony/framework-bundle": "~2.3|~3.0",
2934
                "symfony/yaml": "~2.3|~3.0"
2935
            },
2936
            "conflict": {
2937
                "kriswallsmith/spork": "<=0.2",
2938
                "twig/twig": "<1.20"
2939
            },
2940
            "require-dev": {
2941
                "kriswallsmith/spork": "~0.3",
2942
                "patchwork/jsqueeze": "~1.0",
2943
                "symfony/class-loader": "~2.3|~3.0",
2944
                "symfony/css-selector": "~2.3|~3.0",
2945
                "symfony/dom-crawler": "~2.3|~3.0",
2946
                "symfony/phpunit-bridge": "~2.7|~3.0",
2947
                "symfony/twig-bundle": "~2.3|~3.0"
2948
            },
2949
            "suggest": {
2950
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2951
                "symfony/twig-bundle": "to use the Twig integration"
2952
            },
2953
            "type": "symfony-bundle",
2954
            "extra": {
2955
                "branch-alias": {
2956
                    "dev-master": "2.7-dev"
2957
                }
2958
            },
2959
            "autoload": {
2960
                "psr-4": {
2961
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2962
                }
2963
            },
2964
            "notification-url": "https://packagist.org/downloads/",
2965
            "license": [
2966
                "MIT"
2967
            ],
2968
            "authors": [
2969
                {
2970
                    "name": "Kris Wallsmith",
2971
                    "email": "[email protected]",
2972
                    "homepage": "http://kriswallsmith.net/"
2973
                }
2974
            ],
2975
            "description": "Integrates Assetic into Symfony2",
2976
            "homepage": "https://github.com/symfony/AsseticBundle",
2977
            "keywords": [
2978
                "assets",
2979
                "compression",
2980
                "minification"
2981
            ],
2982
            "time": "2015-12-28T13:12:39+00:00"
2983
        },
2984
        {
2985
            "name": "symfony/monolog-bundle",
2986
            "version": "2.11.1",
2987
            "source": {
2988
                "type": "git",
2989
                "url": "https://github.com/symfony/monolog-bundle.git",
2990
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2991
            },
2992
            "dist": {
2993
                "type": "zip",
2994
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2995
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2996
                "shasum": ""
2997
            },
2998
            "require": {
2999
                "monolog/monolog": "~1.18",
3000
                "php": ">=5.3.2",
3001
                "symfony/config": "~2.3|~3.0",
3002
                "symfony/dependency-injection": "~2.3|~3.0",
3003
                "symfony/http-kernel": "~2.3|~3.0",
3004
                "symfony/monolog-bridge": "~2.3|~3.0"
3005
            },
3006
            "require-dev": {
3007
                "phpunit/phpunit": "^4.8",
3008
                "symfony/console": "~2.3|~3.0",
3009
                "symfony/yaml": "~2.3|~3.0"
3010
            },
3011
            "type": "symfony-bundle",
3012
            "extra": {
3013
                "branch-alias": {
3014
                    "dev-master": "2.x-dev"
3015
                }
3016
            },
3017
            "autoload": {
3018
                "psr-4": {
3019
                    "Symfony\\Bundle\\MonologBundle\\": ""
3020
                }
3021
            },
3022
            "notification-url": "https://packagist.org/downloads/",
3023
            "license": [
3024
                "MIT"
3025
            ],
3026
            "authors": [
3027
                {
3028
                    "name": "Symfony Community",
3029
                    "homepage": "http://symfony.com/contributors"
3030
                },
3031
                {
3032
                    "name": "Fabien Potencier",
3033
                    "email": "[email protected]"
3034
                }
3035
            ],
3036
            "description": "Symfony MonologBundle",
3037
            "homepage": "http://symfony.com",
3038
            "keywords": [
3039
                "log",
3040
                "logging"
3041
            ],
3042
            "time": "2016-04-13T16:21:01+00:00"
3043
        },
3044
        {
3045
            "name": "symfony/polyfill-apcu",
3046
            "version": "v1.2.0",
3047
            "source": {
3048
                "type": "git",
3049
                "url": "https://github.com/symfony/polyfill-apcu.git",
3050
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
3051
            },
3052
            "dist": {
3053
                "type": "zip",
3054
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3055
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
3056
                "shasum": ""
3057
            },
3058
            "require": {
3059
                "php": ">=5.3.3"
3060
            },
3061
            "type": "library",
3062
            "extra": {
3063
                "branch-alias": {
3064
                    "dev-master": "1.2-dev"
3065
                }
3066
            },
3067
            "autoload": {
3068
                "files": [
3069
                    "bootstrap.php"
3070
                ]
3071
            },
3072
            "notification-url": "https://packagist.org/downloads/",
3073
            "license": [
3074
                "MIT"
3075
            ],
3076
            "authors": [
3077
                {
3078
                    "name": "Nicolas Grekas",
3079
                    "email": "[email protected]"
3080
                },
3081
                {
3082
                    "name": "Symfony Community",
3083
                    "homepage": "https://symfony.com/contributors"
3084
                }
3085
            ],
3086
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3087
            "homepage": "https://symfony.com",
3088
            "keywords": [
3089
                "apcu",
3090
                "compatibility",
3091
                "polyfill",
3092
                "portable",
3093
                "shim"
3094
            ],
3095
            "time": "2016-05-18T14:26:46+00:00"
3096
        },
3097
        {
3098
            "name": "symfony/polyfill-mbstring",
3099
            "version": "v1.2.0",
3100
            "source": {
3101
                "type": "git",
3102
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3103
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
3104
            },
3105
            "dist": {
3106
                "type": "zip",
3107
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
3108
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
3109
                "shasum": ""
3110
            },
3111
            "require": {
3112
                "php": ">=5.3.3"
3113
            },
3114
            "suggest": {
3115
                "ext-mbstring": "For best performance"
3116
            },
3117
            "type": "library",
3118
            "extra": {
3119
                "branch-alias": {
3120
                    "dev-master": "1.2-dev"
3121
                }
3122
            },
3123
            "autoload": {
3124
                "psr-4": {
3125
                    "Symfony\\Polyfill\\Mbstring\\": ""
3126
                },
3127
                "files": [
3128
                    "bootstrap.php"
3129
                ]
3130
            },
3131
            "notification-url": "https://packagist.org/downloads/",
3132
            "license": [
3133
                "MIT"
3134
            ],
3135
            "authors": [
3136
                {
3137
                    "name": "Nicolas Grekas",
3138
                    "email": "[email protected]"
3139
                },
3140
                {
3141
                    "name": "Symfony Community",
3142
                    "homepage": "https://symfony.com/contributors"
3143
                }
3144
            ],
3145
            "description": "Symfony polyfill for the Mbstring extension",
3146
            "homepage": "https://symfony.com",
3147
            "keywords": [
3148
                "compatibility",
3149
                "mbstring",
3150
                "polyfill",
3151
                "portable",
3152
                "shim"
3153
            ],
3154
            "time": "2016-05-18T14:26:46+00:00"
3155
        },
3156
        {
3157
            "name": "symfony/swiftmailer-bundle",
3158
            "version": "v2.6.2",
3159
            "source": {
3160
                "type": "git",
3161
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3162
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75"
3163
            },
3164
            "dist": {
3165
                "type": "zip",
3166
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75",
3167
                "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75",
3168
                "shasum": ""
3169
            },
3170
            "require": {
3171
                "php": ">=5.3.2",
3172
                "swiftmailer/swiftmailer": "~4.2|~5.0",
3173
                "symfony/config": "~2.7|~3.0",
3174
                "symfony/dependency-injection": "~2.7|~3.0",
3175
                "symfony/http-kernel": "~2.7|~3.0"
3176
            },
3177
            "require-dev": {
3178
                "symfony/console": "~2.7|~3.0",
3179
                "symfony/framework-bundle": "~2.7|~3.0",
3180
                "symfony/phpunit-bridge": "~3.3@dev",
3181
                "symfony/yaml": "~2.7|~3.0"
3182
            },
3183
            "suggest": {
3184
                "psr/log": "Allows logging"
3185
            },
3186
            "type": "symfony-bundle",
3187
            "extra": {
3188
                "branch-alias": {
3189
                    "dev-master": "2.6-dev"
3190
                }
3191
            },
3192
            "autoload": {
3193
                "psr-4": {
3194
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3195
                }
3196
            },
3197
            "notification-url": "https://packagist.org/downloads/",
3198
            "license": [
3199
                "MIT"
3200
            ],
3201
            "authors": [
3202
                {
3203
                    "name": "Symfony Community",
3204
                    "homepage": "http://symfony.com/contributors"
3205
                },
3206
                {
3207
                    "name": "Fabien Potencier",
3208
                    "email": "[email protected]"
3209
                }
3210
            ],
3211
            "description": "Symfony SwiftmailerBundle",
3212
            "homepage": "http://symfony.com",
3213
            "time": "2017-05-22T04:58:24+00:00"
3214
        },
3215
        {
3216
            "name": "symfony/symfony",
0 ignored issues
show
3217
            "version": "v2.7.14",
3218
            "source": {
3219
                "type": "git",
3220
                "url": "https://github.com/symfony/symfony.git",
3221
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1"
3222
            },
3223
            "dist": {
3224
                "type": "zip",
3225
                "url": "https://api.github.com/repos/symfony/symfony/zipball/fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3226
                "reference": "fe443f4a8b6b2f3977d4fe6b348e9f85a7840ea1",
3227
                "shasum": ""
3228
            },
3229
            "require": {
3230
                "doctrine/common": "~2.4",
3231
                "paragonie/random_compat": "~1.0",
3232
                "php": ">=5.3.9",
3233
                "psr/log": "~1.0",
3234
                "symfony/polyfill-apcu": "~1.1",
3235
                "symfony/polyfill-mbstring": "~1.1",
3236
                "twig/twig": "~1.23|~2.0"
3237
            },
3238
            "replace": {
3239
                "symfony/asset": "self.version",
3240
                "symfony/browser-kit": "self.version",
3241
                "symfony/class-loader": "self.version",
3242
                "symfony/config": "self.version",
3243
                "symfony/console": "self.version",
3244
                "symfony/css-selector": "self.version",
3245
                "symfony/debug": "self.version",
3246
                "symfony/debug-bundle": "self.version",
3247
                "symfony/dependency-injection": "self.version",
3248
                "symfony/doctrine-bridge": "self.version",
3249
                "symfony/dom-crawler": "self.version",
3250
                "symfony/event-dispatcher": "self.version",
3251
                "symfony/expression-language": "self.version",
3252
                "symfony/filesystem": "self.version",
3253
                "symfony/finder": "self.version",
3254
                "symfony/form": "self.version",
3255
                "symfony/framework-bundle": "self.version",
3256
                "symfony/http-foundation": "self.version",
3257
                "symfony/http-kernel": "self.version",
3258
                "symfony/intl": "self.version",
3259
                "symfony/locale": "self.version",
3260
                "symfony/monolog-bridge": "self.version",
3261
                "symfony/options-resolver": "self.version",
3262
                "symfony/process": "self.version",
3263
                "symfony/property-access": "self.version",
3264
                "symfony/proxy-manager-bridge": "self.version",
3265
                "symfony/routing": "self.version",
3266
                "symfony/security": "self.version",
3267
                "symfony/security-acl": "self.version",
3268
                "symfony/security-bundle": "self.version",
3269
                "symfony/security-core": "self.version",
3270
                "symfony/security-csrf": "self.version",
3271
                "symfony/security-http": "self.version",
3272
                "symfony/serializer": "self.version",
3273
                "symfony/stopwatch": "self.version",
3274
                "symfony/swiftmailer-bridge": "self.version",
3275
                "symfony/templating": "self.version",
3276
                "symfony/translation": "self.version",
3277
                "symfony/twig-bridge": "self.version",
3278
                "symfony/twig-bundle": "self.version",
3279
                "symfony/validator": "self.version",
3280
                "symfony/var-dumper": "self.version",
3281
                "symfony/web-profiler-bundle": "self.version",
3282
                "symfony/yaml": "self.version"
3283
            },
3284
            "require-dev": {
3285
                "doctrine/data-fixtures": "1.0.*",
3286
                "doctrine/dbal": "~2.4",
3287
                "doctrine/doctrine-bundle": "~1.2",
3288
                "doctrine/orm": "~2.4,>=2.4.5",
3289
                "egulias/email-validator": "~1.2",
3290
                "ircmaxell/password-compat": "~1.0",
3291
                "monolog/monolog": "~1.11",
3292
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
3293
            },
3294
            "type": "library",
3295
            "extra": {
3296
                "branch-alias": {
3297
                    "dev-master": "2.7-dev"
3298
                }
3299
            },
3300
            "autoload": {
3301
                "psr-4": {
3302
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3303
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3304
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3305
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
3306
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3307
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3308
                    "Symfony\\Component\\": "src/Symfony/Component/"
3309
                },
3310
                "classmap": [
3311
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
3312
                    "src/Symfony/Component/Intl/Resources/stubs"
3313
                ],
3314
                "files": [
3315
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
3316
                ],
3317
                "exclude-from-classmap": [
3318
                    "**/Tests/"
3319
                ]
3320
            },
3321
            "notification-url": "https://packagist.org/downloads/",
3322
            "license": [
3323
                "MIT"
3324
            ],
3325
            "authors": [
3326
                {
3327
                    "name": "Fabien Potencier",
3328
                    "email": "[email protected]"
3329
                },
3330
                {
3331
                    "name": "Symfony Community",
3332
                    "homepage": "https://symfony.com/contributors"
3333
                }
3334
            ],
3335
            "description": "The Symfony PHP framework",
3336
            "homepage": "https://symfony.com",
3337
            "keywords": [
3338
                "framework"
3339
            ],
3340
            "time": "2016-06-06T15:23:39+00:00"
3341
        },
3342
        {
3343
            "name": "twbs/bootstrap",
3344
            "version": "v3.2.0",
3345
            "source": {
3346
                "type": "git",
3347
                "url": "https://github.com/twbs/bootstrap.git",
3348
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72"
3349
            },
3350
            "dist": {
3351
                "type": "zip",
3352
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/c068162161154a4b85110ea1e7dd3d7897ce2b72",
3353
                "reference": "c068162161154a4b85110ea1e7dd3d7897ce2b72",
3354
                "shasum": ""
3355
            },
3356
            "replace": {
3357
                "twitter/bootstrap": "self.version"
3358
            },
3359
            "type": "library",
3360
            "extra": {
3361
                "branch-alias": {
3362
                    "dev-master": "3.2.x-dev"
3363
                }
3364
            },
3365
            "notification-url": "https://packagist.org/downloads/",
3366
            "license": [
3367
                "MIT"
3368
            ],
3369
            "authors": [
3370
                {
3371
                    "name": "Jacob Thornton",
3372
                    "email": "[email protected]"
3373
                },
3374
                {
3375
                    "name": "Mark Otto",
3376
                    "email": "[email protected]"
3377
                }
3378
            ],
3379
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3380
            "homepage": "http://getbootstrap.com",
3381
            "keywords": [
3382
                "JS",
3383
                "css",
3384
                "framework",
3385
                "front-end",
3386
                "less",
3387
                "mobile-first",
3388
                "responsive",
3389
                "web"
3390
            ],
3391
            "time": "2014-06-26T16:36:48+00:00"
3392
        },
3393
        {
3394
            "name": "twig/extensions",
3395
            "version": "v1.3.0",
3396
            "source": {
3397
                "type": "git",
3398
                "url": "https://github.com/twigphp/Twig-extensions.git",
3399
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
3400
            },
3401
            "dist": {
3402
                "type": "zip",
3403
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3404
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
3405
                "shasum": ""
3406
            },
3407
            "require": {
3408
                "twig/twig": "~1.20|~2.0"
3409
            },
3410
            "require-dev": {
3411
                "symfony/translation": "~2.3"
3412
            },
3413
            "suggest": {
3414
                "symfony/translation": "Allow the time_diff output to be translated"
3415
            },
3416
            "type": "library",
3417
            "extra": {
3418
                "branch-alias": {
3419
                    "dev-master": "1.3-dev"
3420
                }
3421
            },
3422
            "autoload": {
3423
                "psr-0": {
3424
                    "Twig_Extensions_": "lib/"
3425
                }
3426
            },
3427
            "notification-url": "https://packagist.org/downloads/",
3428
            "license": [
3429
                "MIT"
3430
            ],
3431
            "authors": [
3432
                {
3433
                    "name": "Fabien Potencier",
3434
                    "email": "[email protected]"
3435
                }
3436
            ],
3437
            "description": "Common additional features for Twig that do not directly belong in core",
3438
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
3439
            "keywords": [
3440
                "i18n",
3441
                "text"
3442
            ],
3443
            "time": "2015-08-22T16:38:35+00:00"
3444
        },
3445
        {
3446
            "name": "twig/twig",
3447
            "version": "v1.32.0",
3448
            "source": {
3449
                "type": "git",
3450
                "url": "https://github.com/twigphp/Twig.git",
3451
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
3452
            },
3453
            "dist": {
3454
                "type": "zip",
3455
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
3456
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
3457
                "shasum": ""
3458
            },
3459
            "require": {
3460
                "php": ">=5.2.7"
3461
            },
3462
            "require-dev": {
3463
                "psr/container": "^1.0",
3464
                "symfony/debug": "~2.7",
3465
                "symfony/phpunit-bridge": "~3.2"
3466
            },
3467
            "type": "library",
3468
            "extra": {
3469
                "branch-alias": {
3470
                    "dev-master": "1.32-dev"
3471
                }
3472
            },
3473
            "autoload": {
3474
                "psr-0": {
3475
                    "Twig_": "lib/"
3476
                }
3477
            },
3478
            "notification-url": "https://packagist.org/downloads/",
3479
            "license": [
3480
                "BSD-3-Clause"
3481
            ],
3482
            "authors": [
3483
                {
3484
                    "name": "Fabien Potencier",
3485
                    "email": "[email protected]",
3486
                    "homepage": "http://fabien.potencier.org",
3487
                    "role": "Lead Developer"
3488
                },
3489
                {
3490
                    "name": "Armin Ronacher",
3491
                    "email": "[email protected]",
3492
                    "role": "Project Founder"
3493
                },
3494
                {
3495
                    "name": "Twig Team",
3496
                    "homepage": "http://twig.sensiolabs.org/contributors",
3497
                    "role": "Contributors"
3498
                }
3499
            ],
3500
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3501
            "homepage": "http://twig.sensiolabs.org",
3502
            "keywords": [
3503
                "templating"
3504
            ],
3505
            "time": "2017-02-27T00:07:03+00:00"
3506
        },
3507
        {
3508
            "name": "webmozart/assert",
3509
            "version": "1.2.0",
3510
            "source": {
3511
                "type": "git",
3512
                "url": "https://github.com/webmozart/assert.git",
3513
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3514
            },
3515
            "dist": {
3516
                "type": "zip",
3517
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3518
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3519
                "shasum": ""
3520
            },
3521
            "require": {
3522
                "php": "^5.3.3 || ^7.0"
3523
            },
3524
            "require-dev": {
3525
                "phpunit/phpunit": "^4.6",
3526
                "sebastian/version": "^1.0.1"
3527
            },
3528
            "type": "library",
3529
            "extra": {
3530
                "branch-alias": {
3531
                    "dev-master": "1.3-dev"
3532
                }
3533
            },
3534
            "autoload": {
3535
                "psr-4": {
3536
                    "Webmozart\\Assert\\": "src/"
3537
                }
3538
            },
3539
            "notification-url": "https://packagist.org/downloads/",
3540
            "license": [
3541
                "MIT"
3542
            ],
3543
            "authors": [
3544
                {
3545
                    "name": "Bernhard Schussek",
3546
                    "email": "[email protected]"
3547
                }
3548
            ],
3549
            "description": "Assertions to validate method input/output with nice error messages.",
3550
            "keywords": [
3551
                "assert",
3552
                "check",
3553
                "validate"
3554
            ],
3555
            "time": "2016-11-23T20:04:58+00:00"
3556
        },
3557
        {
3558
            "name": "yubico/u2flib-server",
3559
            "version": "0.1.0",
3560
            "source": {
3561
                "type": "git",
3562
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3563
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3564
            },
3565
            "dist": {
3566
                "type": "zip",
3567
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3568
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3569
                "shasum": ""
3570
            },
3571
            "require": {
3572
                "ext-openssl": "*"
3573
            },
3574
            "type": "library",
3575
            "autoload": {
3576
                "classmap": [
3577
                    "src/"
3578
                ]
3579
            },
3580
            "notification-url": "https://packagist.org/downloads/",
3581
            "license": [
3582
                "BSD-2-Clause"
3583
            ],
3584
            "description": "Library for U2F implementation",
3585
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3586
            "time": "2015-03-03T08:05:16+00:00"
3587
        },
3588
        {
3589
            "name": "zendframework/zend-code",
3590
            "version": "2.6.3",
3591
            "source": {
3592
                "type": "git",
3593
                "url": "https://github.com/zendframework/zend-code.git",
3594
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3595
            },
3596
            "dist": {
3597
                "type": "zip",
3598
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3599
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3600
                "shasum": ""
3601
            },
3602
            "require": {
3603
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3604
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3605
            },
3606
            "require-dev": {
3607
                "doctrine/annotations": "~1.0",
3608
                "fabpot/php-cs-fixer": "1.7.*",
3609
                "phpunit/phpunit": "^4.8.21",
3610
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3611
            },
3612
            "suggest": {
3613
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3614
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3615
            },
3616
            "type": "library",
3617
            "extra": {
3618
                "branch-alias": {
3619
                    "dev-master": "2.6-dev",
3620
                    "dev-develop": "2.7-dev"
3621
                }
3622
            },
3623
            "autoload": {
3624
                "psr-4": {
3625
                    "Zend\\Code\\": "src/"
3626
                }
3627
            },
3628
            "notification-url": "https://packagist.org/downloads/",
3629
            "license": [
3630
                "BSD-3-Clause"
3631
            ],
3632
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3633
            "homepage": "https://github.com/zendframework/zend-code",
3634
            "keywords": [
3635
                "code",
3636
                "zf2"
3637
            ],
3638
            "time": "2016-04-20T17:26:42+00:00"
3639
        },
3640
        {
3641
            "name": "zendframework/zend-eventmanager",
3642
            "version": "3.0.1",
3643
            "source": {
3644
                "type": "git",
3645
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3646
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
3647
            },
3648
            "dist": {
3649
                "type": "zip",
3650
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
3651
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
3652
                "shasum": ""
3653
            },
3654
            "require": {
3655
                "php": "^5.5 || ^7.0"
3656
            },
3657
            "require-dev": {
3658
                "athletic/athletic": "^0.1",
3659
                "container-interop/container-interop": "^1.1.0",
3660
                "phpunit/phpunit": "~4.0",
3661
                "squizlabs/php_codesniffer": "^2.0",
3662
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3663
            },
3664
            "suggest": {
3665
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3666
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3667
            },
3668
            "type": "library",
3669
            "extra": {
3670
                "branch-alias": {
3671
                    "dev-master": "3.0-dev",
3672
                    "dev-develop": "3.1-dev"
3673
                }
3674
            },
3675
            "autoload": {
3676
                "psr-4": {
3677
                    "Zend\\EventManager\\": "src/"
3678
                }
3679
            },
3680
            "notification-url": "https://packagist.org/downloads/",
3681
            "license": [
3682
                "BSD-3-Clause"
3683
            ],
3684
            "description": "Trigger and listen to events within a PHP application",
3685
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3686
            "keywords": [
3687
                "event",
3688
                "eventmanager",
3689
                "events",
3690
                "zf2"
3691
            ],
3692
            "time": "2016-02-18T20:53:00+00:00"
3693
        }
3694
    ],
3695
    "packages-dev": [
3696
        {
3697
            "name": "liip/rmt",
3698
            "version": "1.1.9",
3699
            "source": {
3700
                "type": "git",
3701
                "url": "https://github.com/liip/RMT.git",
3702
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
3703
            },
3704
            "dist": {
3705
                "type": "zip",
3706
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
3707
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
3708
                "shasum": ""
3709
            },
3710
            "require": {
3711
                "php": ">=5.3.3",
3712
                "sensiolabs/security-checker": "~2.0",
3713
                "symfony/console": "~2.0",
3714
                "symfony/process": "~2.0",
3715
                "symfony/yaml": "~2.0",
3716
                "vierbergenlars/php-semver": "~3.0"
3717
            },
3718
            "bin": [
3719
                "RMT"
3720
            ],
3721
            "type": "library",
3722
            "autoload": {
3723
                "psr-0": {
3724
                    "Liip": "src"
3725
                }
3726
            },
3727
            "notification-url": "https://packagist.org/downloads/",
3728
            "license": [
3729
                "MIT"
3730
            ],
3731
            "authors": [
3732
                {
3733
                    "name": "Laurent Prodon",
3734
                    "email": "[email protected]",
3735
                    "role": "Developer"
3736
                },
3737
                {
3738
                    "name": "David Jeanmonod",
3739
                    "email": "[email protected]",
3740
                    "role": "Developer"
3741
                }
3742
            ],
3743
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
3744
            "homepage": "http://github.com/liip/RMT",
3745
            "keywords": [
3746
                "post-release",
3747
                "pre-release",
3748
                "release",
3749
                "semantic versioning",
3750
                "vcs tag",
3751
                "version"
3752
            ],
3753
            "time": "2015-05-06T20:11:13+00:00"
3754
        },
3755
        {
3756
            "name": "matthiasnoback/symfony-config-test",
3757
            "version": "v1.4.0",
3758
            "source": {
3759
                "type": "git",
3760
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
3761
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d"
3762
            },
3763
            "dist": {
3764
                "type": "zip",
3765
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/615b7c8ff5dc1737e553e518dbed641aa548572d",
3766
                "reference": "615b7c8ff5dc1737e553e518dbed641aa548572d",
3767
                "shasum": ""
3768
            },
3769
            "require": {
3770
                "php": ">=5.3",
3771
                "sebastian/exporter": "1.*",
3772
                "symfony/config": "~2.0|~3.0"
3773
            },
3774
            "require-dev": {
3775
                "phpunit/phpunit": ">=3.7"
3776
            },
3777
            "type": "library",
3778
            "autoload": {
3779
                "psr-4": {
3780
                    "Matthias\\SymfonyConfigTest\\": ""
3781
                }
3782
            },
3783
            "notification-url": "https://packagist.org/downloads/",
3784
            "license": [
3785
                "MIT"
3786
            ],
3787
            "authors": [
3788
                {
3789
                    "name": "Matthias Noback",
3790
                    "email": "[email protected]",
3791
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
3792
                }
3793
            ],
3794
            "description": "Library for testing user classes related to the Symfony Config Component",
3795
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
3796
            "keywords": [
3797
                "config",
3798
                "phpunit",
3799
                "symfony"
3800
            ],
3801
            "time": "2015-11-25T21:40:32+00:00"
3802
        },
3803
        {
3804
            "name": "pdepend/pdepend",
3805
            "version": "2.5.0",
3806
            "source": {
3807
                "type": "git",
3808
                "url": "https://github.com/pdepend/pdepend.git",
3809
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3810
            },
3811
            "dist": {
3812
                "type": "zip",
3813
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3814
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3815
                "shasum": ""
3816
            },
3817
            "require": {
3818
                "php": ">=5.3.7",
3819
                "symfony/config": "^2.3.0|^3",
3820
                "symfony/dependency-injection": "^2.3.0|^3",
3821
                "symfony/filesystem": "^2.3.0|^3"
3822
            },
3823
            "require-dev": {
3824
                "phpunit/phpunit": "^4.4.0,<4.8",
3825
                "squizlabs/php_codesniffer": "^2.0.0"
3826
            },
3827
            "bin": [
3828
                "src/bin/pdepend"
3829
            ],
3830
            "type": "library",
3831
            "autoload": {
3832
                "psr-4": {
3833
                    "PDepend\\": "src/main/php/PDepend"
3834
                }
3835
            },
3836
            "notification-url": "https://packagist.org/downloads/",
3837
            "license": [
3838
                "BSD-3-Clause"
3839
            ],
3840
            "description": "Official version of pdepend to be handled with Composer",
3841
            "time": "2017-01-19T14:23:36+00:00"
3842
        },
3843
        {
3844
            "name": "phpdocumentor/reflection-common",
3845
            "version": "1.0",
3846
            "source": {
3847
                "type": "git",
3848
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3849
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3850
            },
3851
            "dist": {
3852
                "type": "zip",
3853
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3854
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3855
                "shasum": ""
3856
            },
3857
            "require": {
3858
                "php": ">=5.5"
3859
            },
3860
            "require-dev": {
3861
                "phpunit/phpunit": "^4.6"
3862
            },
3863
            "type": "library",
3864
            "extra": {
3865
                "branch-alias": {
3866
                    "dev-master": "1.0.x-dev"
3867
                }
3868
            },
3869
            "autoload": {
3870
                "psr-4": {
3871
                    "phpDocumentor\\Reflection\\": [
3872
                        "src"
3873
                    ]
3874
                }
3875
            },
3876
            "notification-url": "https://packagist.org/downloads/",
3877
            "license": [
3878
                "MIT"
3879
            ],
3880
            "authors": [
3881
                {
3882
                    "name": "Jaap van Otterdijk",
3883
                    "email": "[email protected]"
3884
                }
3885
            ],
3886
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3887
            "homepage": "http://www.phpdoc.org",
3888
            "keywords": [
3889
                "FQSEN",
3890
                "phpDocumentor",
3891
                "phpdoc",
3892
                "reflection",
3893
                "static analysis"
3894
            ],
3895
            "time": "2015-12-27T11:43:31+00:00"
3896
        },
3897
        {
3898
            "name": "phpdocumentor/reflection-docblock",
3899
            "version": "3.1.1",
3900
            "source": {
3901
                "type": "git",
3902
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3903
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3904
            },
3905
            "dist": {
3906
                "type": "zip",
3907
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3908
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3909
                "shasum": ""
3910
            },
3911
            "require": {
3912
                "php": ">=5.5",
3913
                "phpdocumentor/reflection-common": "^1.0@dev",
3914
                "phpdocumentor/type-resolver": "^0.2.0",
3915
                "webmozart/assert": "^1.0"
3916
            },
3917
            "require-dev": {
3918
                "mockery/mockery": "^0.9.4",
3919
                "phpunit/phpunit": "^4.4"
3920
            },
3921
            "type": "library",
3922
            "autoload": {
3923
                "psr-4": {
3924
                    "phpDocumentor\\Reflection\\": [
3925
                        "src/"
3926
                    ]
3927
                }
3928
            },
3929
            "notification-url": "https://packagist.org/downloads/",
3930
            "license": [
3931
                "MIT"
3932
            ],
3933
            "authors": [
3934
                {
3935
                    "name": "Mike van Riel",
3936
                    "email": "[email protected]"
3937
                }
3938
            ],
3939
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3940
            "time": "2016-09-30T07:12:33+00:00"
3941
        },
3942
        {
3943
            "name": "phpdocumentor/type-resolver",
3944
            "version": "0.2.1",
3945
            "source": {
3946
                "type": "git",
3947
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3948
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3949
            },
3950
            "dist": {
3951
                "type": "zip",
3952
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3953
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3954
                "shasum": ""
3955
            },
3956
            "require": {
3957
                "php": ">=5.5",
3958
                "phpdocumentor/reflection-common": "^1.0"
3959
            },
3960
            "require-dev": {
3961
                "mockery/mockery": "^0.9.4",
3962
                "phpunit/phpunit": "^5.2||^4.8.24"
3963
            },
3964
            "type": "library",
3965
            "extra": {
3966
                "branch-alias": {
3967
                    "dev-master": "1.0.x-dev"
3968
                }
3969
            },
3970
            "autoload": {
3971
                "psr-4": {
3972
                    "phpDocumentor\\Reflection\\": [
3973
                        "src/"
3974
                    ]
3975
                }
3976
            },
3977
            "notification-url": "https://packagist.org/downloads/",
3978
            "license": [
3979
                "MIT"
3980
            ],
3981
            "authors": [
3982
                {
3983
                    "name": "Mike van Riel",
3984
                    "email": "[email protected]"
3985
                }
3986
            ],
3987
            "time": "2016-11-25T06:54:22+00:00"
3988
        },
3989
        {
3990
            "name": "phpmd/phpmd",
3991
            "version": "2.6.0",
3992
            "source": {
3993
                "type": "git",
3994
                "url": "https://github.com/phpmd/phpmd.git",
3995
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3996
            },
3997
            "dist": {
3998
                "type": "zip",
3999
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
4000
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
4001
                "shasum": ""
4002
            },
4003
            "require": {
4004
                "ext-xml": "*",
4005
                "pdepend/pdepend": "^2.5",
4006
                "php": ">=5.3.9"
4007
            },
4008
            "require-dev": {
4009
                "phpunit/phpunit": "^4.0",
4010
                "squizlabs/php_codesniffer": "^2.0"
4011
            },
4012
            "bin": [
4013
                "src/bin/phpmd"
4014
            ],
4015
            "type": "project",
4016
            "autoload": {
4017
                "psr-0": {
4018
                    "PHPMD\\": "src/main/php"
4019
                }
4020
            },
4021
            "notification-url": "https://packagist.org/downloads/",
4022
            "license": [
4023
                "BSD-3-Clause"
4024
            ],
4025
            "authors": [
4026
                {
4027
                    "name": "Manuel Pichler",
4028
                    "email": "[email protected]",
4029
                    "homepage": "https://github.com/manuelpichler",
4030
                    "role": "Project Founder"
4031
                },
4032
                {
4033
                    "name": "Other contributors",
4034
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
4035
                    "role": "Contributors"
4036
                },
4037
                {
4038
                    "name": "Marc Würth",
4039
                    "email": "[email protected]",
4040
                    "homepage": "https://github.com/ravage84",
4041
                    "role": "Project Maintainer"
4042
                }
4043
            ],
4044
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
4045
            "homepage": "http://phpmd.org/",
4046
            "keywords": [
4047
                "mess detection",
4048
                "mess detector",
4049
                "pdepend",
4050
                "phpmd",
4051
                "pmd"
4052
            ],
4053
            "time": "2017-01-20T14:41:10+00:00"
4054
        },
4055
        {
4056
            "name": "phpspec/prophecy",
4057
            "version": "v1.7.0",
4058
            "source": {
4059
                "type": "git",
4060
                "url": "https://github.com/phpspec/prophecy.git",
4061
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
4062
            },
4063
            "dist": {
4064
                "type": "zip",
4065
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
4066
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
4067
                "shasum": ""
4068
            },
4069
            "require": {
4070
                "doctrine/instantiator": "^1.0.2",
4071
                "php": "^5.3|^7.0",
4072
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
4073
                "sebastian/comparator": "^1.1|^2.0",
4074
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4075
            },
4076
            "require-dev": {
4077
                "phpspec/phpspec": "^2.5|^3.2",
4078
                "phpunit/phpunit": "^4.8 || ^5.6.5"
4079
            },
4080
            "type": "library",
4081
            "extra": {
4082
                "branch-alias": {
4083
                    "dev-master": "1.6.x-dev"
4084
                }
4085
            },
4086
            "autoload": {
4087
                "psr-0": {
4088
                    "Prophecy\\": "src/"
4089
                }
4090
            },
4091
            "notification-url": "https://packagist.org/downloads/",
4092
            "license": [
4093
                "MIT"
4094
            ],
4095
            "authors": [
4096
                {
4097
                    "name": "Konstantin Kudryashov",
4098
                    "email": "[email protected]",
4099
                    "homepage": "http://everzet.com"
4100
                },
4101
                {
4102
                    "name": "Marcello Duarte",
4103
                    "email": "[email protected]"
4104
                }
4105
            ],
4106
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4107
            "homepage": "https://github.com/phpspec/prophecy",
4108
            "keywords": [
4109
                "Double",
4110
                "Dummy",
4111
                "fake",
4112
                "mock",
4113
                "spy",
4114
                "stub"
4115
            ],
4116
            "time": "2017-03-02T20:05:34+00:00"
4117
        },
4118
        {
4119
            "name": "phpunit/php-code-coverage",
4120
            "version": "2.2.4",
4121
            "source": {
4122
                "type": "git",
4123
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4124
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4125
            },
4126
            "dist": {
4127
                "type": "zip",
4128
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4129
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4130
                "shasum": ""
4131
            },
4132
            "require": {
4133
                "php": ">=5.3.3",
4134
                "phpunit/php-file-iterator": "~1.3",
4135
                "phpunit/php-text-template": "~1.2",
4136
                "phpunit/php-token-stream": "~1.3",
4137
                "sebastian/environment": "^1.3.2",
4138
                "sebastian/version": "~1.0"
4139
            },
4140
            "require-dev": {
4141
                "ext-xdebug": ">=2.1.4",
4142
                "phpunit/phpunit": "~4"
4143
            },
4144
            "suggest": {
4145
                "ext-dom": "*",
4146
                "ext-xdebug": ">=2.2.1",
4147
                "ext-xmlwriter": "*"
4148
            },
4149
            "type": "library",
4150
            "extra": {
4151
                "branch-alias": {
4152
                    "dev-master": "2.2.x-dev"
4153
                }
4154
            },
4155
            "autoload": {
4156
                "classmap": [
4157
                    "src/"
4158
                ]
4159
            },
4160
            "notification-url": "https://packagist.org/downloads/",
4161
            "license": [
4162
                "BSD-3-Clause"
4163
            ],
4164
            "authors": [
4165
                {
4166
                    "name": "Sebastian Bergmann",
4167
                    "email": "[email protected]",
4168
                    "role": "lead"
4169
                }
4170
            ],
4171
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4172
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4173
            "keywords": [
4174
                "coverage",
4175
                "testing",
4176
                "xunit"
4177
            ],
4178
            "time": "2015-10-06T15:47:00+00:00"
4179
        },
4180
        {
4181
            "name": "phpunit/php-file-iterator",
4182
            "version": "1.4.2",
4183
            "source": {
4184
                "type": "git",
4185
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4186
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
4187
            },
4188
            "dist": {
4189
                "type": "zip",
4190
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4191
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
4192
                "shasum": ""
4193
            },
4194
            "require": {
4195
                "php": ">=5.3.3"
4196
            },
4197
            "type": "library",
4198
            "extra": {
4199
                "branch-alias": {
4200
                    "dev-master": "1.4.x-dev"
4201
                }
4202
            },
4203
            "autoload": {
4204
                "classmap": [
4205
                    "src/"
4206
                ]
4207
            },
4208
            "notification-url": "https://packagist.org/downloads/",
4209
            "license": [
4210
                "BSD-3-Clause"
4211
            ],
4212
            "authors": [
4213
                {
4214
                    "name": "Sebastian Bergmann",
4215
                    "email": "[email protected]",
4216
                    "role": "lead"
4217
                }
4218
            ],
4219
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4220
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4221
            "keywords": [
4222
                "filesystem",
4223
                "iterator"
4224
            ],
4225
            "time": "2016-10-03T07:40:28+00:00"
4226
        },
4227
        {
4228
            "name": "phpunit/php-text-template",
4229
            "version": "1.2.1",
4230
            "source": {
4231
                "type": "git",
4232
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4233
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4234
            },
4235
            "dist": {
4236
                "type": "zip",
4237
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4238
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4239
                "shasum": ""
4240
            },
4241
            "require": {
4242
                "php": ">=5.3.3"
4243
            },
4244
            "type": "library",
4245
            "autoload": {
4246
                "classmap": [
4247
                    "src/"
4248
                ]
4249
            },
4250
            "notification-url": "https://packagist.org/downloads/",
4251
            "license": [
4252
                "BSD-3-Clause"
4253
            ],
4254
            "authors": [
4255
                {
4256
                    "name": "Sebastian Bergmann",
4257
                    "email": "[email protected]",
4258
                    "role": "lead"
4259
                }
4260
            ],
4261
            "description": "Simple template engine.",
4262
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4263
            "keywords": [
4264
                "template"
4265
            ],
4266
            "time": "2015-06-21T13:50:34+00:00"
4267
        },
4268
        {
4269
            "name": "phpunit/php-timer",
4270
            "version": "1.0.9",
4271
            "source": {
4272
                "type": "git",
4273
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4274
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4275
            },
4276
            "dist": {
4277
                "type": "zip",
4278
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4279
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4280
                "shasum": ""
4281
            },
4282
            "require": {
4283
                "php": "^5.3.3 || ^7.0"
4284
            },
4285
            "require-dev": {
4286
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4287
            },
4288
            "type": "library",
4289
            "extra": {
4290
                "branch-alias": {
4291
                    "dev-master": "1.0-dev"
4292
                }
4293
            },
4294
            "autoload": {
4295
                "classmap": [
4296
                    "src/"
4297
                ]
4298
            },
4299
            "notification-url": "https://packagist.org/downloads/",
4300
            "license": [
4301
                "BSD-3-Clause"
4302
            ],
4303
            "authors": [
4304
                {
4305
                    "name": "Sebastian Bergmann",
4306
                    "email": "[email protected]",
4307
                    "role": "lead"
4308
                }
4309
            ],
4310
            "description": "Utility class for timing",
4311
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4312
            "keywords": [
4313
                "timer"
4314
            ],
4315
            "time": "2017-02-26T11:10:40+00:00"
4316
        },
4317
        {
4318
            "name": "phpunit/php-token-stream",
4319
            "version": "1.4.11",
4320
            "source": {
4321
                "type": "git",
4322
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4323
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
4324
            },
4325
            "dist": {
4326
                "type": "zip",
4327
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
4328
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
4329
                "shasum": ""
4330
            },
4331
            "require": {
4332
                "ext-tokenizer": "*",
4333
                "php": ">=5.3.3"
4334
            },
4335
            "require-dev": {
4336
                "phpunit/phpunit": "~4.2"
4337
            },
4338
            "type": "library",
4339
            "extra": {
4340
                "branch-alias": {
4341
                    "dev-master": "1.4-dev"
4342
                }
4343
            },
4344
            "autoload": {
4345
                "classmap": [
4346
                    "src/"
4347
                ]
4348
            },
4349
            "notification-url": "https://packagist.org/downloads/",
4350
            "license": [
4351
                "BSD-3-Clause"
4352
            ],
4353
            "authors": [
4354
                {
4355
                    "name": "Sebastian Bergmann",
4356
                    "email": "[email protected]"
4357
                }
4358
            ],
4359
            "description": "Wrapper around PHP's tokenizer extension.",
4360
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4361
            "keywords": [
4362
                "tokenizer"
4363
            ],
4364
            "time": "2017-02-27T10:12:30+00:00"
4365
        },
4366
        {
4367
            "name": "phpunit/phpunit",
4368
            "version": "4.8.35",
4369
            "source": {
4370
                "type": "git",
4371
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4372
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
4373
            },
4374
            "dist": {
4375
                "type": "zip",
4376
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
4377
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
4378
                "shasum": ""
4379
            },
4380
            "require": {
4381
                "ext-dom": "*",
4382
                "ext-json": "*",
4383
                "ext-pcre": "*",
4384
                "ext-reflection": "*",
4385
                "ext-spl": "*",
4386
                "php": ">=5.3.3",
4387
                "phpspec/prophecy": "^1.3.1",
4388
                "phpunit/php-code-coverage": "~2.1",
4389
                "phpunit/php-file-iterator": "~1.4",
4390
                "phpunit/php-text-template": "~1.2",
4391
                "phpunit/php-timer": "^1.0.6",
4392
                "phpunit/phpunit-mock-objects": "~2.3",
4393
                "sebastian/comparator": "~1.2.2",
4394
                "sebastian/diff": "~1.2",
4395
                "sebastian/environment": "~1.3",
4396
                "sebastian/exporter": "~1.2",
4397
                "sebastian/global-state": "~1.0",
4398
                "sebastian/version": "~1.0",
4399
                "symfony/yaml": "~2.1|~3.0"
4400
            },
4401
            "suggest": {
4402
                "phpunit/php-invoker": "~1.1"
4403
            },
4404
            "bin": [
4405
                "phpunit"
4406
            ],
4407
            "type": "library",
4408
            "extra": {
4409
                "branch-alias": {
4410
                    "dev-master": "4.8.x-dev"
4411
                }
4412
            },
4413
            "autoload": {
4414
                "classmap": [
4415
                    "src/"
4416
                ]
4417
            },
4418
            "notification-url": "https://packagist.org/downloads/",
4419
            "license": [
4420
                "BSD-3-Clause"
4421
            ],
4422
            "authors": [
4423
                {
4424
                    "name": "Sebastian Bergmann",
4425
                    "email": "[email protected]",
4426
                    "role": "lead"
4427
                }
4428
            ],
4429
            "description": "The PHP Unit Testing framework.",
4430
            "homepage": "https://phpunit.de/",
4431
            "keywords": [
4432
                "phpunit",
4433
                "testing",
4434
                "xunit"
4435
            ],
4436
            "time": "2017-02-06T05:18:07+00:00"
4437
        },
4438
        {
4439
            "name": "phpunit/phpunit-mock-objects",
4440
            "version": "2.3.8",
4441
            "source": {
4442
                "type": "git",
4443
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4444
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4445
            },
4446
            "dist": {
4447
                "type": "zip",
4448
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4449
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4450
                "shasum": ""
4451
            },
4452
            "require": {
4453
                "doctrine/instantiator": "^1.0.2",
4454
                "php": ">=5.3.3",
4455
                "phpunit/php-text-template": "~1.2",
4456
                "sebastian/exporter": "~1.2"
4457
            },
4458
            "require-dev": {
4459
                "phpunit/phpunit": "~4.4"
4460
            },
4461
            "suggest": {
4462
                "ext-soap": "*"
4463
            },
4464
            "type": "library",
4465
            "extra": {
4466
                "branch-alias": {
4467
                    "dev-master": "2.3.x-dev"
4468
                }
4469
            },
4470
            "autoload": {
4471
                "classmap": [
4472
                    "src/"
4473
                ]
4474
            },
4475
            "notification-url": "https://packagist.org/downloads/",
4476
            "license": [
4477
                "BSD-3-Clause"
4478
            ],
4479
            "authors": [
4480
                {
4481
                    "name": "Sebastian Bergmann",
4482
                    "email": "[email protected]",
4483
                    "role": "lead"
4484
                }
4485
            ],
4486
            "description": "Mock Object library for PHPUnit",
4487
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4488
            "keywords": [
4489
                "mock",
4490
                "xunit"
4491
            ],
4492
            "time": "2015-10-02T06:51:40+00:00"
4493
        },
4494
        {
4495
            "name": "sebastian/comparator",
4496
            "version": "1.2.4",
4497
            "source": {
4498
                "type": "git",
4499
                "url": "https://github.com/sebastianbergmann/comparator.git",
4500
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4501
            },
4502
            "dist": {
4503
                "type": "zip",
4504
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4505
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4506
                "shasum": ""
4507
            },
4508
            "require": {
4509
                "php": ">=5.3.3",
4510
                "sebastian/diff": "~1.2",
4511
                "sebastian/exporter": "~1.2 || ~2.0"
4512
            },
4513
            "require-dev": {
4514
                "phpunit/phpunit": "~4.4"
4515
            },
4516
            "type": "library",
4517
            "extra": {
4518
                "branch-alias": {
4519
                    "dev-master": "1.2.x-dev"
4520
                }
4521
            },
4522
            "autoload": {
4523
                "classmap": [
4524
                    "src/"
4525
                ]
4526
            },
4527
            "notification-url": "https://packagist.org/downloads/",
4528
            "license": [
4529
                "BSD-3-Clause"
4530
            ],
4531
            "authors": [
4532
                {
4533
                    "name": "Jeff Welch",
4534
                    "email": "[email protected]"
4535
                },
4536
                {
4537
                    "name": "Volker Dusch",
4538
                    "email": "[email protected]"
4539
                },
4540
                {
4541
                    "name": "Bernhard Schussek",
4542
                    "email": "[email protected]"
4543
                },
4544
                {
4545
                    "name": "Sebastian Bergmann",
4546
                    "email": "[email protected]"
4547
                }
4548
            ],
4549
            "description": "Provides the functionality to compare PHP values for equality",
4550
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4551
            "keywords": [
4552
                "comparator",
4553
                "compare",
4554
                "equality"
4555
            ],
4556
            "time": "2017-01-29T09:50:25+00:00"
4557
        },
4558
        {
4559
            "name": "sebastian/diff",
4560
            "version": "1.4.1",
4561
            "source": {
4562
                "type": "git",
4563
                "url": "https://github.com/sebastianbergmann/diff.git",
4564
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4565
            },
4566
            "dist": {
4567
                "type": "zip",
4568
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4569
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4570
                "shasum": ""
4571
            },
4572
            "require": {
4573
                "php": ">=5.3.3"
4574
            },
4575
            "require-dev": {
4576
                "phpunit/phpunit": "~4.8"
4577
            },
4578
            "type": "library",
4579
            "extra": {
4580
                "branch-alias": {
4581
                    "dev-master": "1.4-dev"
4582
                }
4583
            },
4584
            "autoload": {
4585
                "classmap": [
4586
                    "src/"
4587
                ]
4588
            },
4589
            "notification-url": "https://packagist.org/downloads/",
4590
            "license": [
4591
                "BSD-3-Clause"
4592
            ],
4593
            "authors": [
4594
                {
4595
                    "name": "Kore Nordmann",
4596
                    "email": "[email protected]"
4597
                },
4598
                {
4599
                    "name": "Sebastian Bergmann",
4600
                    "email": "[email protected]"
4601
                }
4602
            ],
4603
            "description": "Diff implementation",
4604
            "homepage": "https://github.com/sebastianbergmann/diff",
4605
            "keywords": [
4606
                "diff"
4607
            ],
4608
            "time": "2015-12-08T07:14:41+00:00"
4609
        },
4610
        {
4611
            "name": "sebastian/environment",
4612
            "version": "1.3.8",
4613
            "source": {
4614
                "type": "git",
4615
                "url": "https://github.com/sebastianbergmann/environment.git",
4616
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4617
            },
4618
            "dist": {
4619
                "type": "zip",
4620
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4621
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4622
                "shasum": ""
4623
            },
4624
            "require": {
4625
                "php": "^5.3.3 || ^7.0"
4626
            },
4627
            "require-dev": {
4628
                "phpunit/phpunit": "^4.8 || ^5.0"
4629
            },
4630
            "type": "library",
4631
            "extra": {
4632
                "branch-alias": {
4633
                    "dev-master": "1.3.x-dev"
4634
                }
4635
            },
4636
            "autoload": {
4637
                "classmap": [
4638
                    "src/"
4639
                ]
4640
            },
4641
            "notification-url": "https://packagist.org/downloads/",
4642
            "license": [
4643
                "BSD-3-Clause"
4644
            ],
4645
            "authors": [
4646
                {
4647
                    "name": "Sebastian Bergmann",
4648
                    "email": "[email protected]"
4649
                }
4650
            ],
4651
            "description": "Provides functionality to handle HHVM/PHP environments",
4652
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4653
            "keywords": [
4654
                "Xdebug",
4655
                "environment",
4656
                "hhvm"
4657
            ],
4658
            "time": "2016-08-18T05:49:44+00:00"
4659
        },
4660
        {
4661
            "name": "sebastian/exporter",
4662
            "version": "1.2.2",
4663
            "source": {
4664
                "type": "git",
4665
                "url": "https://github.com/sebastianbergmann/exporter.git",
4666
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4667
            },
4668
            "dist": {
4669
                "type": "zip",
4670
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4671
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4672
                "shasum": ""
4673
            },
4674
            "require": {
4675
                "php": ">=5.3.3",
4676
                "sebastian/recursion-context": "~1.0"
4677
            },
4678
            "require-dev": {
4679
                "ext-mbstring": "*",
4680
                "phpunit/phpunit": "~4.4"
4681
            },
4682
            "type": "library",
4683
            "extra": {
4684
                "branch-alias": {
4685
                    "dev-master": "1.3.x-dev"
4686
                }
4687
            },
4688
            "autoload": {
4689
                "classmap": [
4690
                    "src/"
4691
                ]
4692
            },
4693
            "notification-url": "https://packagist.org/downloads/",
4694
            "license": [
4695
                "BSD-3-Clause"
4696
            ],
4697
            "authors": [
4698
                {
4699
                    "name": "Jeff Welch",
4700
                    "email": "[email protected]"
4701
                },
4702
                {
4703
                    "name": "Volker Dusch",
4704
                    "email": "[email protected]"
4705
                },
4706
                {
4707
                    "name": "Bernhard Schussek",
4708
                    "email": "[email protected]"
4709
                },
4710
                {
4711
                    "name": "Sebastian Bergmann",
4712
                    "email": "[email protected]"
4713
                },
4714
                {
4715
                    "name": "Adam Harvey",
4716
                    "email": "[email protected]"
4717
                }
4718
            ],
4719
            "description": "Provides the functionality to export PHP variables for visualization",
4720
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4721
            "keywords": [
4722
                "export",
4723
                "exporter"
4724
            ],
4725
            "time": "2016-06-17T09:04:28+00:00"
4726
        },
4727
        {
4728
            "name": "sebastian/finder-facade",
4729
            "version": "1.2.1",
4730
            "source": {
4731
                "type": "git",
4732
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4733
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4734
            },
4735
            "dist": {
4736
                "type": "zip",
4737
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4738
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4739
                "shasum": ""
4740
            },
4741
            "require": {
4742
                "symfony/finder": "~2.3|~3.0",
4743
                "theseer/fdomdocument": "~1.3"
4744
            },
4745
            "type": "library",
4746
            "autoload": {
4747
                "classmap": [
4748
                    "src/"
4749
                ]
4750
            },
4751
            "notification-url": "https://packagist.org/downloads/",
4752
            "license": [
4753
                "BSD-3-Clause"
4754
            ],
4755
            "authors": [
4756
                {
4757
                    "name": "Sebastian Bergmann",
4758
                    "email": "[email protected]",
4759
                    "role": "lead"
4760
                }
4761
            ],
4762
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4763
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4764
            "time": "2016-02-17T07:02:23+00:00"
4765
        },
4766
        {
4767
            "name": "sebastian/global-state",
4768
            "version": "1.1.1",
4769
            "source": {
4770
                "type": "git",
4771
                "url": "https://github.com/sebastianbergmann/global-state.git",
4772
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4773
            },
4774
            "dist": {
4775
                "type": "zip",
4776
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4777
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4778
                "shasum": ""
4779
            },
4780
            "require": {
4781
                "php": ">=5.3.3"
4782
            },
4783
            "require-dev": {
4784
                "phpunit/phpunit": "~4.2"
4785
            },
4786
            "suggest": {
4787
                "ext-uopz": "*"
4788
            },
4789
            "type": "library",
4790
            "extra": {
4791
                "branch-alias": {
4792
                    "dev-master": "1.0-dev"
4793
                }
4794
            },
4795
            "autoload": {
4796
                "classmap": [
4797
                    "src/"
4798
                ]
4799
            },
4800
            "notification-url": "https://packagist.org/downloads/",
4801
            "license": [
4802
                "BSD-3-Clause"
4803
            ],
4804
            "authors": [
4805
                {
4806
                    "name": "Sebastian Bergmann",
4807
                    "email": "[email protected]"
4808
                }
4809
            ],
4810
            "description": "Snapshotting of global state",
4811
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4812
            "keywords": [
4813
                "global state"
4814
            ],
4815
            "time": "2015-10-12T03:26:01+00:00"
4816
        },
4817
        {
4818
            "name": "sebastian/phpcpd",
4819
            "version": "2.0.4",
4820
            "source": {
4821
                "type": "git",
4822
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4823
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4824
            },
4825
            "dist": {
4826
                "type": "zip",
4827
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4828
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4829
                "shasum": ""
4830
            },
4831
            "require": {
4832
                "php": ">=5.3.3",
4833
                "phpunit/php-timer": ">=1.0.6",
4834
                "sebastian/finder-facade": "~1.1",
4835
                "sebastian/version": "~1.0|~2.0",
4836
                "symfony/console": "~2.7|^3.0",
4837
                "theseer/fdomdocument": "~1.4"
4838
            },
4839
            "bin": [
4840
                "phpcpd"
4841
            ],
4842
            "type": "library",
4843
            "extra": {
4844
                "branch-alias": {
4845
                    "dev-master": "2.0-dev"
4846
                }
4847
            },
4848
            "autoload": {
4849
                "classmap": [
4850
                    "src/"
4851
                ]
4852
            },
4853
            "notification-url": "https://packagist.org/downloads/",
4854
            "license": [
4855
                "BSD-3-Clause"
4856
            ],
4857
            "authors": [
4858
                {
4859
                    "name": "Sebastian Bergmann",
4860
                    "email": "[email protected]",
4861
                    "role": "lead"
4862
                }
4863
            ],
4864
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4865
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4866
            "time": "2016-04-17T19:32:49+00:00"
4867
        },
4868
        {
4869
            "name": "sebastian/recursion-context",
4870
            "version": "1.0.5",
4871
            "source": {
4872
                "type": "git",
4873
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4874
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
4875
            },
4876
            "dist": {
4877
                "type": "zip",
4878
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4879
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4880
                "shasum": ""
4881
            },
4882
            "require": {
4883
                "php": ">=5.3.3"
4884
            },
4885
            "require-dev": {
4886
                "phpunit/phpunit": "~4.4"
4887
            },
4888
            "type": "library",
4889
            "extra": {
4890
                "branch-alias": {
4891
                    "dev-master": "1.0.x-dev"
4892
                }
4893
            },
4894
            "autoload": {
4895
                "classmap": [
4896
                    "src/"
4897
                ]
4898
            },
4899
            "notification-url": "https://packagist.org/downloads/",
4900
            "license": [
4901
                "BSD-3-Clause"
4902
            ],
4903
            "authors": [
4904
                {
4905
                    "name": "Jeff Welch",
4906
                    "email": "[email protected]"
4907
                },
4908
                {
4909
                    "name": "Sebastian Bergmann",
4910
                    "email": "[email protected]"
4911
                },
4912
                {
4913
                    "name": "Adam Harvey",
4914
                    "email": "[email protected]"
4915
                }
4916
            ],
4917
            "description": "Provides functionality to recursively process PHP variables",
4918
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4919
            "time": "2016-10-03T07:41:43+00:00"
4920
        },
4921
        {
4922
            "name": "sebastian/version",
4923
            "version": "1.0.6",
4924
            "source": {
4925
                "type": "git",
4926
                "url": "https://github.com/sebastianbergmann/version.git",
4927
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4928
            },
4929
            "dist": {
4930
                "type": "zip",
4931
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4932
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4933
                "shasum": ""
4934
            },
4935
            "type": "library",
4936
            "autoload": {
4937
                "classmap": [
4938
                    "src/"
4939
                ]
4940
            },
4941
            "notification-url": "https://packagist.org/downloads/",
4942
            "license": [
4943
                "BSD-3-Clause"
4944
            ],
4945
            "authors": [
4946
                {
4947
                    "name": "Sebastian Bergmann",
4948
                    "email": "[email protected]",
4949
                    "role": "lead"
4950
                }
4951
            ],
4952
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4953
            "homepage": "https://github.com/sebastianbergmann/version",
4954
            "time": "2015-06-21T13:59:46+00:00"
4955
        },
4956
        {
4957
            "name": "sensio/generator-bundle",
4958
            "version": "v2.5.3",
4959
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4960
            "source": {
4961
                "type": "git",
4962
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4963
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4964
            },
4965
            "dist": {
4966
                "type": "zip",
4967
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4968
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4969
                "shasum": ""
4970
            },
4971
            "require": {
4972
                "symfony/console": "~2.5",
4973
                "symfony/framework-bundle": "~2.2"
4974
            },
4975
            "require-dev": {
4976
                "doctrine/orm": "~2.2,>=2.2.3",
4977
                "symfony/doctrine-bridge": "~2.2",
4978
                "twig/twig": "~1.11"
4979
            },
4980
            "type": "symfony-bundle",
4981
            "extra": {
4982
                "branch-alias": {
4983
                    "dev-master": "2.5.x-dev"
4984
                }
4985
            },
4986
            "autoload": {
4987
                "psr-0": {
4988
                    "Sensio\\Bundle\\GeneratorBundle": ""
4989
                }
4990
            },
4991
            "notification-url": "https://packagist.org/downloads/",
4992
            "license": [
4993
                "MIT"
4994
            ],
4995
            "authors": [
4996
                {
4997
                    "name": "Fabien Potencier",
4998
                    "email": "[email protected]"
4999
                }
5000
            ],
5001
            "description": "This bundle generates code for you",
5002
            "time": "2015-03-17T06:36:52+00:00"
5003
        },
5004
        {
5005
            "name": "squizlabs/php_codesniffer",
5006
            "version": "1.5.6",
5007
            "source": {
5008
                "type": "git",
5009
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5010
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
5011
            },
5012
            "dist": {
5013
                "type": "zip",
5014
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5015
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5016
                "shasum": ""
5017
            },
5018
            "require": {
5019
                "ext-tokenizer": "*",
5020
                "php": ">=5.1.2"
5021
            },
5022
            "suggest": {
5023
                "phpunit/php-timer": "dev-master"
5024
            },
5025
            "bin": [
5026
                "scripts/phpcs"
5027
            ],
5028
            "type": "library",
5029
            "extra": {
5030
                "branch-alias": {
5031
                    "dev-phpcs-fixer": "2.0.x-dev"
5032
                }
5033
            },
5034
            "autoload": {
5035
                "classmap": [
5036
                    "CodeSniffer.php",
5037
                    "CodeSniffer/CLI.php",
5038
                    "CodeSniffer/Exception.php",
5039
                    "CodeSniffer/File.php",
5040
                    "CodeSniffer/Report.php",
5041
                    "CodeSniffer/Reporting.php",
5042
                    "CodeSniffer/Sniff.php",
5043
                    "CodeSniffer/Tokens.php",
5044
                    "CodeSniffer/Reports/",
5045
                    "CodeSniffer/CommentParser/",
5046
                    "CodeSniffer/Tokenizers/",
5047
                    "CodeSniffer/DocGenerators/",
5048
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5049
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5050
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5051
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5052
                    "CodeSniffer/Standards/Generic/Sniffs/",
5053
                    "CodeSniffer/Standards/MySource/Sniffs/",
5054
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5055
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5056
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5057
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5058
                    "CodeSniffer/Standards/Zend/Sniffs/"
5059
                ]
5060
            },
5061
            "notification-url": "https://packagist.org/downloads/",
5062
            "license": [
5063
                "BSD-3-Clause"
5064
            ],
5065
            "authors": [
5066
                {
5067
                    "name": "Greg Sherwood",
5068
                    "role": "lead"
5069
                }
5070
            ],
5071
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5072
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5073
            "keywords": [
5074
                "phpcs",
5075
                "standards"
5076
            ],
5077
            "time": "2014-12-04T22:32:15+00:00"
5078
        },
5079
        {
5080
            "name": "theseer/fdomdocument",
5081
            "version": "1.6.1",
5082
            "source": {
5083
                "type": "git",
5084
                "url": "https://github.com/theseer/fDOMDocument.git",
5085
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
5086
            },
5087
            "dist": {
5088
                "type": "zip",
5089
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5090
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
5091
                "shasum": ""
5092
            },
5093
            "require": {
5094
                "ext-dom": "*",
5095
                "lib-libxml": "*",
5096
                "php": ">=5.3.3"
5097
            },
5098
            "type": "library",
5099
            "autoload": {
5100
                "classmap": [
5101
                    "src/"
5102
                ]
5103
            },
5104
            "notification-url": "https://packagist.org/downloads/",
5105
            "license": [
5106
                "BSD-3-Clause"
5107
            ],
5108
            "authors": [
5109
                {
5110
                    "name": "Arne Blankerts",
5111
                    "email": "[email protected]",
5112
                    "role": "lead"
5113
                }
5114
            ],
5115
            "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.",
5116
            "homepage": "https://github.com/theseer/fDOMDocument",
5117
            "time": "2015-05-27T22:58:02+00:00"
5118
        },
5119
        {
5120
            "name": "vierbergenlars/php-semver",
5121
            "version": "3.0.1",
5122
            "source": {
5123
                "type": "git",
5124
                "url": "https://github.com/vierbergenlars/php-semver.git",
5125
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
5126
            },
5127
            "dist": {
5128
                "type": "zip",
5129
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
5130
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
5131
                "shasum": ""
5132
            },
5133
            "require": {
5134
                "php": ">=5.3.0"
5135
            },
5136
            "require-dev": {
5137
                "simpletest/simpletest": "1.1.*"
5138
            },
5139
            "bin": [
5140
                "bin/semver",
5141
                "bin/update-versions"
5142
            ],
5143
            "type": "library",
5144
            "autoload": {
5145
                "psr-0": {
5146
                    "vierbergenlars\\SemVer\\": "src/",
5147
                    "vierbergenlars\\LibJs\\": "src/"
5148
                },
5149
                "classmap": [
5150
                    "src/vierbergenlars/SemVer/internal.php"
5151
                ]
5152
            },
5153
            "notification-url": "https://packagist.org/downloads/",
5154
            "license": [
5155
                "MIT"
5156
            ],
5157
            "authors": [
5158
                {
5159
                    "name": "Lars Vierbergen",
5160
                    "email": "[email protected]"
5161
                }
5162
            ],
5163
            "description": "The Semantic Versioner for PHP",
5164
            "keywords": [
5165
                "semantic",
5166
                "semver",
5167
                "versioning"
5168
            ],
5169
            "time": "2015-05-02T19:28:54+00:00"
5170
        }
5171
    ],
5172
    "aliases": [
5173
        {
5174
            "alias": "v1.5.0",
5175
            "alias_normalized": "1.5.0.0",
5176
            "version": "9999999-dev",
5177
            "package": "mopa/composer-bridge"
5178
        }
5179
    ],
5180
    "minimum-stability": "stable",
5181
    "stability-flags": {
5182
        "mopa/bootstrap-bundle": 5,
5183
        "surfnet/stepup-u2f-bundle": 20,
5184
        "mopa/composer-bridge": 20
5185
    },
5186
    "prefer-stable": false,
5187
    "prefer-lowest": false,
5188
    "platform": {
5189
        "php": "~5.6|~7.0"
5190
    },
5191
    "platform-dev": []
5192
}
5193