Completed
Push — release/2.10 ( 67724d...11777f )
by Michiel
03:08 queued 01:28
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": "0353e9765be2fa8d8d09b16b88a6d138",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.9.6",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/ec9e4cf0b63890edce844ee3922e2b95a526e936",
20
                "reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "friendsofphp/php-cs-fixer": "^2.1.1",
29
                "phpunit/phpunit": "^4.8.35|^5.7"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-4": {
34
                    "Assert\\": "lib/Assert"
35
                },
36
                "files": [
37
                    "lib/Assert/functions.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "BSD-2-Clause"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Benjamin Eberlei",
47
                    "email": "[email protected]",
48
                    "role": "Lead Developer"
49
                },
50
                {
51
                    "name": "Richard Quadling",
52
                    "email": "[email protected]",
53
                    "role": "Collaborator"
54
                }
55
            ],
56
            "description": "Thin assertion library for input validation in business models.",
57
            "keywords": [
58
                "assert",
59
                "assertion",
60
                "validation"
61
            ],
62
            "time": "2018-06-11T17:15:25+00:00"
63
        },
64
        {
65
            "name": "doctrine/annotations",
66
            "version": "v1.4.0",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/doctrine/annotations.git",
70
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
75
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "doctrine/lexer": "1.*",
80
                "php": "^5.6 || ^7.0"
81
            },
82
            "require-dev": {
83
                "doctrine/cache": "1.*",
84
                "phpunit/phpunit": "^5.7"
85
            },
86
            "type": "library",
87
            "extra": {
88
                "branch-alias": {
89
                    "dev-master": "1.4.x-dev"
90
                }
91
            },
92
            "autoload": {
93
                "psr-4": {
94
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
95
                }
96
            },
97
            "notification-url": "https://packagist.org/downloads/",
98
            "license": [
99
                "MIT"
100
            ],
101
            "authors": [
102
                {
103
                    "name": "Roman Borschel",
104
                    "email": "[email protected]"
105
                },
106
                {
107
                    "name": "Benjamin Eberlei",
108
                    "email": "[email protected]"
109
                },
110
                {
111
                    "name": "Guilherme Blanco",
112
                    "email": "[email protected]"
113
                },
114
                {
115
                    "name": "Jonathan Wage",
116
                    "email": "[email protected]"
117
                },
118
                {
119
                    "name": "Johannes Schmitt",
120
                    "email": "[email protected]"
121
                }
122
            ],
123
            "description": "Docblock Annotations Parser",
124
            "homepage": "http://www.doctrine-project.org",
125
            "keywords": [
126
                "annotations",
127
                "docblock",
128
                "parser"
129
            ],
130
            "time": "2017-02-24T16:22:25+00:00"
131
        },
132
        {
133
            "name": "doctrine/cache",
134
            "version": "v1.6.2",
135
            "source": {
136
                "type": "git",
137
                "url": "https://github.com/doctrine/cache.git",
138
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
139
            },
140
            "dist": {
141
                "type": "zip",
142
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
143
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
144
                "shasum": ""
145
            },
146
            "require": {
147
                "php": "~5.5|~7.0"
148
            },
149
            "conflict": {
150
                "doctrine/common": ">2.2,<2.4"
151
            },
152
            "require-dev": {
153
                "phpunit/phpunit": "~4.8|~5.0",
154
                "predis/predis": "~1.0",
155
                "satooshi/php-coveralls": "~0.6"
156
            },
157
            "type": "library",
158
            "extra": {
159
                "branch-alias": {
160
                    "dev-master": "1.6.x-dev"
161
                }
162
            },
163
            "autoload": {
164
                "psr-4": {
165
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
166
                }
167
            },
168
            "notification-url": "https://packagist.org/downloads/",
169
            "license": [
170
                "MIT"
171
            ],
172
            "authors": [
173
                {
174
                    "name": "Roman Borschel",
175
                    "email": "[email protected]"
176
                },
177
                {
178
                    "name": "Benjamin Eberlei",
179
                    "email": "[email protected]"
180
                },
181
                {
182
                    "name": "Guilherme Blanco",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Jonathan Wage",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Johannes Schmitt",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Caching library offering an object-oriented API for many cache backends",
195
            "homepage": "http://www.doctrine-project.org",
196
            "keywords": [
197
                "cache",
198
                "caching"
199
            ],
200
            "time": "2017-07-22T12:49:21+00:00"
201
        },
202
        {
203
            "name": "doctrine/collections",
204
            "version": "v1.4.0",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/doctrine/collections.git",
208
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
213
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "php": "^5.6 || ^7.0"
218
            },
219
            "require-dev": {
220
                "doctrine/coding-standard": "~0.1@dev",
221
                "phpunit/phpunit": "^5.7"
222
            },
223
            "type": "library",
224
            "extra": {
225
                "branch-alias": {
226
                    "dev-master": "1.3.x-dev"
227
                }
228
            },
229
            "autoload": {
230
                "psr-0": {
231
                    "Doctrine\\Common\\Collections\\": "lib/"
232
                }
233
            },
234
            "notification-url": "https://packagist.org/downloads/",
235
            "license": [
236
                "MIT"
237
            ],
238
            "authors": [
239
                {
240
                    "name": "Roman Borschel",
241
                    "email": "[email protected]"
242
                },
243
                {
244
                    "name": "Benjamin Eberlei",
245
                    "email": "[email protected]"
246
                },
247
                {
248
                    "name": "Guilherme Blanco",
249
                    "email": "[email protected]"
250
                },
251
                {
252
                    "name": "Jonathan Wage",
253
                    "email": "[email protected]"
254
                },
255
                {
256
                    "name": "Johannes Schmitt",
257
                    "email": "[email protected]"
258
                }
259
            ],
260
            "description": "Collections Abstraction library",
261
            "homepage": "http://www.doctrine-project.org",
262
            "keywords": [
263
                "array",
264
                "collections",
265
                "iterator"
266
            ],
267
            "time": "2017-01-03T10:49:41+00:00"
268
        },
269
        {
270
            "name": "doctrine/common",
271
            "version": "v2.7.3",
272
            "source": {
273
                "type": "git",
274
                "url": "https://github.com/doctrine/common.git",
275
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
276
            },
277
            "dist": {
278
                "type": "zip",
279
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
280
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
281
                "shasum": ""
282
            },
283
            "require": {
284
                "doctrine/annotations": "1.*",
285
                "doctrine/cache": "1.*",
286
                "doctrine/collections": "1.*",
287
                "doctrine/inflector": "1.*",
288
                "doctrine/lexer": "1.*",
289
                "php": "~5.6|~7.0"
290
            },
291
            "require-dev": {
292
                "phpunit/phpunit": "^5.4.6"
293
            },
294
            "type": "library",
295
            "extra": {
296
                "branch-alias": {
297
                    "dev-master": "2.7.x-dev"
298
                }
299
            },
300
            "autoload": {
301
                "psr-4": {
302
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
303
                }
304
            },
305
            "notification-url": "https://packagist.org/downloads/",
306
            "license": [
307
                "MIT"
308
            ],
309
            "authors": [
310
                {
311
                    "name": "Roman Borschel",
312
                    "email": "[email protected]"
313
                },
314
                {
315
                    "name": "Benjamin Eberlei",
316
                    "email": "[email protected]"
317
                },
318
                {
319
                    "name": "Guilherme Blanco",
320
                    "email": "[email protected]"
321
                },
322
                {
323
                    "name": "Jonathan Wage",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Johannes Schmitt",
328
                    "email": "[email protected]"
329
                }
330
            ],
331
            "description": "Common Library for Doctrine projects",
332
            "homepage": "http://www.doctrine-project.org",
333
            "keywords": [
334
                "annotations",
335
                "collections",
336
                "eventmanager",
337
                "persistence",
338
                "spl"
339
            ],
340
            "time": "2017-07-22T08:35:12+00:00"
341
        },
342
        {
343
            "name": "doctrine/dbal",
344
            "version": "v2.5.13",
345
            "source": {
346
                "type": "git",
347
                "url": "https://github.com/doctrine/dbal.git",
348
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
349
            },
350
            "dist": {
351
                "type": "zip",
352
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
353
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
354
                "shasum": ""
355
            },
356
            "require": {
357
                "doctrine/common": ">=2.4,<2.8-dev",
358
                "php": ">=5.3.2"
359
            },
360
            "require-dev": {
361
                "phpunit/phpunit": "4.*",
362
                "symfony/console": "2.*||^3.0"
363
            },
364
            "suggest": {
365
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
366
            },
367
            "bin": [
368
                "bin/doctrine-dbal"
369
            ],
370
            "type": "library",
371
            "extra": {
372
                "branch-alias": {
373
                    "dev-master": "2.5.x-dev"
374
                }
375
            },
376
            "autoload": {
377
                "psr-0": {
378
                    "Doctrine\\DBAL\\": "lib/"
379
                }
380
            },
381
            "notification-url": "https://packagist.org/downloads/",
382
            "license": [
383
                "MIT"
384
            ],
385
            "authors": [
386
                {
387
                    "name": "Roman Borschel",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Benjamin Eberlei",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Guilherme Blanco",
396
                    "email": "[email protected]"
397
                },
398
                {
399
                    "name": "Jonathan Wage",
400
                    "email": "[email protected]"
401
                }
402
            ],
403
            "description": "Database Abstraction Layer",
404
            "homepage": "http://www.doctrine-project.org",
405
            "keywords": [
406
                "database",
407
                "dbal",
408
                "persistence",
409
                "queryobject"
410
            ],
411
            "time": "2017-07-22T20:44:48+00:00"
412
        },
413
        {
414
            "name": "doctrine/doctrine-bundle",
415
            "version": "1.9.1",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/doctrine/DoctrineBundle.git",
419
                "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f",
424
                "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "doctrine/dbal": "^2.5.12",
429
                "doctrine/doctrine-cache-bundle": "~1.2",
430
                "jdorn/sql-formatter": "^1.2.16",
431
                "php": "^5.5.9|^7.0",
432
                "symfony/console": "~2.7|~3.0|~4.0",
433
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
434
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
435
                "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
436
            },
437
            "conflict": {
438
                "symfony/http-foundation": "<2.6"
439
            },
440
            "require-dev": {
441
                "doctrine/orm": "~2.4",
442
                "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
443
                "satooshi/php-coveralls": "^1.0",
444
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
445
                "symfony/property-info": "~2.8|~3.0|~4.0",
446
                "symfony/validator": "~2.7|~3.0|~4.0",
447
                "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
448
                "symfony/yaml": "~2.7|~3.0|~4.0",
449
                "twig/twig": "~1.26|~2.0"
450
            },
451
            "suggest": {
452
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
453
                "symfony/web-profiler-bundle": "To use the data collector."
454
            },
455
            "type": "symfony-bundle",
456
            "extra": {
457
                "branch-alias": {
458
                    "dev-master": "1.8.x-dev"
459
                }
460
            },
461
            "autoload": {
462
                "psr-4": {
463
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
464
                }
465
            },
466
            "notification-url": "https://packagist.org/downloads/",
467
            "license": [
468
                "MIT"
469
            ],
470
            "authors": [
471
                {
472
                    "name": "Symfony Community",
473
                    "homepage": "http://symfony.com/contributors"
474
                },
475
                {
476
                    "name": "Benjamin Eberlei",
477
                    "email": "[email protected]"
478
                },
479
                {
480
                    "name": "Doctrine Project",
481
                    "homepage": "http://www.doctrine-project.org/"
482
                },
483
                {
484
                    "name": "Fabien Potencier",
485
                    "email": "[email protected]"
486
                }
487
            ],
488
            "description": "Symfony DoctrineBundle",
489
            "homepage": "http://www.doctrine-project.org",
490
            "keywords": [
491
                "database",
492
                "dbal",
493
                "orm",
494
                "persistence"
495
            ],
496
            "time": "2018-04-19T14:07:39+00:00"
497
        },
498
        {
499
            "name": "doctrine/doctrine-cache-bundle",
500
            "version": "1.3.3",
501
            "source": {
502
                "type": "git",
503
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
504
                "reference": "4c8e363f96427924e7e519c5b5119b4f54512697"
505
            },
506
            "dist": {
507
                "type": "zip",
508
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697",
509
                "reference": "4c8e363f96427924e7e519c5b5119b4f54512697",
510
                "shasum": ""
511
            },
512
            "require": {
513
                "doctrine/cache": "^1.4.2",
514
                "doctrine/inflector": "~1.0",
515
                "php": ">=5.3.2",
516
                "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
517
            },
518
            "require-dev": {
519
                "instaclick/coding-standard": "~1.1",
520
                "instaclick/object-calisthenics-sniffs": "dev-master",
521
                "instaclick/symfony2-coding-standard": "dev-remaster",
522
                "phpunit/phpunit": "~4|~5",
523
                "predis/predis": "~0.8",
524
                "satooshi/php-coveralls": "^1.0",
525
                "squizlabs/php_codesniffer": "~1.5",
526
                "symfony/console": "~2.7|~3.3|~4.0",
527
                "symfony/finder": "~2.7|~3.3|~4.0",
528
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
529
                "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
530
                "symfony/security-acl": "~2.7|~3.3",
531
                "symfony/validator": "~2.7|~3.3|~4.0",
532
                "symfony/yaml": "~2.7|~3.3|~4.0"
533
            },
534
            "suggest": {
535
                "symfony/security-acl": "For using this bundle to cache ACLs"
536
            },
537
            "type": "symfony-bundle",
538
            "extra": {
539
                "branch-alias": {
540
                    "dev-master": "1.3.x-dev"
541
                }
542
            },
543
            "autoload": {
544
                "psr-4": {
545
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
546
                }
547
            },
548
            "notification-url": "https://packagist.org/downloads/",
549
            "license": [
550
                "MIT"
551
            ],
552
            "authors": [
553
                {
554
                    "name": "Symfony Community",
555
                    "homepage": "http://symfony.com/contributors"
556
                },
557
                {
558
                    "name": "Benjamin Eberlei",
559
                    "email": "[email protected]"
560
                },
561
                {
562
                    "name": "Fabio B. Silva",
563
                    "email": "[email protected]"
564
                },
565
                {
566
                    "name": "Guilherme Blanco",
567
                    "email": "[email protected]"
568
                },
569
                {
570
                    "name": "Doctrine Project",
571
                    "homepage": "http://www.doctrine-project.org/"
572
                },
573
                {
574
                    "name": "Fabien Potencier",
575
                    "email": "[email protected]"
576
                }
577
            ],
578
            "description": "Symfony Bundle for Doctrine Cache",
579
            "homepage": "http://www.doctrine-project.org",
580
            "keywords": [
581
                "cache",
582
                "caching"
583
            ],
584
            "time": "2018-03-27T09:22:12+00:00"
585
        },
586
        {
587
            "name": "doctrine/doctrine-migrations-bundle",
588
            "version": "v1.3.1",
589
            "source": {
590
                "type": "git",
591
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
592
                "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7"
593
            },
594
            "dist": {
595
                "type": "zip",
596
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/a9e506369f931351a2a6dd2aef588a822802b1b7",
597
                "reference": "a9e506369f931351a2a6dd2aef588a822802b1b7",
598
                "shasum": ""
599
            },
600
            "require": {
601
                "doctrine/doctrine-bundle": "~1.0",
602
                "doctrine/migrations": "^1.1",
603
                "php": ">=5.4.0",
604
                "symfony/framework-bundle": "~2.7|~3.3|~4.0"
605
            },
606
            "require-dev": {
607
                "phpunit/phpunit": "^4.8.36"
608
            },
609
            "type": "symfony-bundle",
610
            "extra": {
611
                "branch-alias": {
612
                    "dev-master": "1.3-dev"
613
                }
614
            },
615
            "autoload": {
616
                "psr-4": {
617
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
618
                }
619
            },
620
            "notification-url": "https://packagist.org/downloads/",
621
            "license": [
622
                "MIT"
623
            ],
624
            "authors": [
625
                {
626
                    "name": "Symfony Community",
627
                    "homepage": "http://symfony.com/contributors"
628
                },
629
                {
630
                    "name": "Doctrine Project",
631
                    "homepage": "http://www.doctrine-project.org"
632
                },
633
                {
634
                    "name": "Fabien Potencier",
635
                    "email": "[email protected]"
636
                }
637
            ],
638
            "description": "Symfony DoctrineMigrationsBundle",
639
            "homepage": "http://www.doctrine-project.org",
640
            "keywords": [
641
                "dbal",
642
                "migrations",
643
                "schema"
644
            ],
645
            "time": "2017-11-01T09:13:26+00:00"
646
        },
647
        {
648
            "name": "doctrine/inflector",
649
            "version": "v1.1.0",
650
            "source": {
651
                "type": "git",
652
                "url": "https://github.com/doctrine/inflector.git",
653
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
654
            },
655
            "dist": {
656
                "type": "zip",
657
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
658
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
659
                "shasum": ""
660
            },
661
            "require": {
662
                "php": ">=5.3.2"
663
            },
664
            "require-dev": {
665
                "phpunit/phpunit": "4.*"
666
            },
667
            "type": "library",
668
            "extra": {
669
                "branch-alias": {
670
                    "dev-master": "1.1.x-dev"
671
                }
672
            },
673
            "autoload": {
674
                "psr-0": {
675
                    "Doctrine\\Common\\Inflector\\": "lib/"
676
                }
677
            },
678
            "notification-url": "https://packagist.org/downloads/",
679
            "license": [
680
                "MIT"
681
            ],
682
            "authors": [
683
                {
684
                    "name": "Roman Borschel",
685
                    "email": "[email protected]"
686
                },
687
                {
688
                    "name": "Benjamin Eberlei",
689
                    "email": "[email protected]"
690
                },
691
                {
692
                    "name": "Guilherme Blanco",
693
                    "email": "[email protected]"
694
                },
695
                {
696
                    "name": "Jonathan Wage",
697
                    "email": "[email protected]"
698
                },
699
                {
700
                    "name": "Johannes Schmitt",
701
                    "email": "[email protected]"
702
                }
703
            ],
704
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
705
            "homepage": "http://www.doctrine-project.org",
706
            "keywords": [
707
                "inflection",
708
                "pluralize",
709
                "singularize",
710
                "string"
711
            ],
712
            "time": "2015-11-06T14:35:42+00:00"
713
        },
714
        {
715
            "name": "doctrine/instantiator",
716
            "version": "1.0.5",
717
            "source": {
718
                "type": "git",
719
                "url": "https://github.com/doctrine/instantiator.git",
720
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
721
            },
722
            "dist": {
723
                "type": "zip",
724
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
725
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
726
                "shasum": ""
727
            },
728
            "require": {
729
                "php": ">=5.3,<8.0-DEV"
730
            },
731
            "require-dev": {
732
                "athletic/athletic": "~0.1.8",
733
                "ext-pdo": "*",
734
                "ext-phar": "*",
735
                "phpunit/phpunit": "~4.0",
736
                "squizlabs/php_codesniffer": "~2.0"
737
            },
738
            "type": "library",
739
            "extra": {
740
                "branch-alias": {
741
                    "dev-master": "1.0.x-dev"
742
                }
743
            },
744
            "autoload": {
745
                "psr-4": {
746
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
747
                }
748
            },
749
            "notification-url": "https://packagist.org/downloads/",
750
            "license": [
751
                "MIT"
752
            ],
753
            "authors": [
754
                {
755
                    "name": "Marco Pivetta",
756
                    "email": "[email protected]",
757
                    "homepage": "http://ocramius.github.com/"
758
                }
759
            ],
760
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
761
            "homepage": "https://github.com/doctrine/instantiator",
762
            "keywords": [
763
                "constructor",
764
                "instantiate"
765
            ],
766
            "time": "2015-06-14T21:17:01+00:00"
767
        },
768
        {
769
            "name": "doctrine/lexer",
770
            "version": "v1.0.1",
771
            "source": {
772
                "type": "git",
773
                "url": "https://github.com/doctrine/lexer.git",
774
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
775
            },
776
            "dist": {
777
                "type": "zip",
778
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
779
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
780
                "shasum": ""
781
            },
782
            "require": {
783
                "php": ">=5.3.2"
784
            },
785
            "type": "library",
786
            "extra": {
787
                "branch-alias": {
788
                    "dev-master": "1.0.x-dev"
789
                }
790
            },
791
            "autoload": {
792
                "psr-0": {
793
                    "Doctrine\\Common\\Lexer\\": "lib/"
794
                }
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "MIT"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Roman Borschel",
803
                    "email": "[email protected]"
804
                },
805
                {
806
                    "name": "Guilherme Blanco",
807
                    "email": "[email protected]"
808
                },
809
                {
810
                    "name": "Johannes Schmitt",
811
                    "email": "[email protected]"
812
                }
813
            ],
814
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
815
            "homepage": "http://www.doctrine-project.org",
816
            "keywords": [
817
                "lexer",
818
                "parser"
819
            ],
820
            "time": "2014-09-09T13:34:57+00:00"
821
        },
822
        {
823
            "name": "doctrine/migrations",
824
            "version": "v1.5.0",
825
            "source": {
826
                "type": "git",
827
                "url": "https://github.com/doctrine/migrations.git",
828
                "reference": "c81147c0f2938a6566594455367e095150547f72"
829
            },
830
            "dist": {
831
                "type": "zip",
832
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
833
                "reference": "c81147c0f2938a6566594455367e095150547f72",
834
                "shasum": ""
835
            },
836
            "require": {
837
                "doctrine/dbal": "~2.2",
838
                "ocramius/proxy-manager": "^1.0|^2.0",
839
                "php": "^5.5|^7.0",
840
                "symfony/console": "~2.3|~3.0",
841
                "symfony/yaml": "~2.3|~3.0"
842
            },
843
            "require-dev": {
844
                "doctrine/coding-standard": "dev-master",
845
                "doctrine/orm": "2.*",
846
                "jdorn/sql-formatter": "~1.1",
847
                "johnkary/phpunit-speedtrap": "~1.0@dev",
848
                "mikey179/vfsstream": "^1.6",
849
                "mockery/mockery": "^0.9.4",
850
                "phpunit/phpunit": "~4.7",
851
                "satooshi/php-coveralls": "^1.0"
852
            },
853
            "suggest": {
854
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
855
            },
856
            "bin": [
857
                "bin/doctrine-migrations"
858
            ],
859
            "type": "library",
860
            "extra": {
861
                "branch-alias": {
862
                    "dev-master": "v1.6.x-dev"
863
                }
864
            },
865
            "autoload": {
866
                "psr-4": {
867
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
868
                }
869
            },
870
            "notification-url": "https://packagist.org/downloads/",
871
            "license": [
872
                "LGPL-2.1"
873
            ],
874
            "authors": [
875
                {
876
                    "name": "Benjamin Eberlei",
877
                    "email": "[email protected]"
878
                },
879
                {
880
                    "name": "Jonathan Wage",
881
                    "email": "[email protected]"
882
                },
883
                {
884
                    "name": "Michael Simonson",
885
                    "email": "[email protected]"
886
                }
887
            ],
888
            "description": "Database Schema migrations using Doctrine DBAL",
889
            "homepage": "http://www.doctrine-project.org",
890
            "keywords": [
891
                "database",
892
                "migrations"
893
            ],
894
            "time": "2016-12-25T22:54:00+00:00"
895
        },
896
        {
897
            "name": "doctrine/orm",
898
            "version": "v2.5.14",
899
            "source": {
900
                "type": "git",
901
                "url": "https://github.com/doctrine/doctrine2.git",
902
                "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
903
            },
904
            "dist": {
905
                "type": "zip",
906
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
907
                "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
908
                "shasum": ""
909
            },
910
            "require": {
911
                "doctrine/cache": "~1.4",
912
                "doctrine/collections": "~1.2",
913
                "doctrine/common": ">=2.5-dev,<2.9-dev",
914
                "doctrine/dbal": ">=2.5-dev,<2.7-dev",
915
                "doctrine/instantiator": "^1.0.1",
916
                "ext-pdo": "*",
917
                "php": ">=5.4",
918
                "symfony/console": "~2.5|~3.0|~4.0"
919
            },
920
            "require-dev": {
921
                "phpunit/phpunit": "~4.0",
922
                "symfony/yaml": "~2.3|~3.0|~4.0"
923
            },
924
            "suggest": {
925
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
926
            },
927
            "bin": [
928
                "bin/doctrine",
929
                "bin/doctrine.php"
930
            ],
931
            "type": "library",
932
            "extra": {
933
                "branch-alias": {
934
                    "dev-master": "2.6.x-dev"
935
                }
936
            },
937
            "autoload": {
938
                "psr-0": {
939
                    "Doctrine\\ORM\\": "lib/"
940
                }
941
            },
942
            "notification-url": "https://packagist.org/downloads/",
943
            "license": [
944
                "MIT"
945
            ],
946
            "authors": [
947
                {
948
                    "name": "Roman Borschel",
949
                    "email": "[email protected]"
950
                },
951
                {
952
                    "name": "Benjamin Eberlei",
953
                    "email": "[email protected]"
954
                },
955
                {
956
                    "name": "Guilherme Blanco",
957
                    "email": "[email protected]"
958
                },
959
                {
960
                    "name": "Jonathan Wage",
961
                    "email": "[email protected]"
962
                }
963
            ],
964
            "description": "Object-Relational-Mapper for PHP",
965
            "homepage": "http://www.doctrine-project.org",
966
            "keywords": [
967
                "database",
968
                "orm"
969
            ],
970
            "time": "2017-12-17T02:57:51+00:00"
971
        },
972
        {
973
            "name": "fig/link-util",
974
            "version": "1.0.0",
975
            "source": {
976
                "type": "git",
977
                "url": "https://github.com/php-fig/link-util.git",
978
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
979
            },
980
            "dist": {
981
                "type": "zip",
982
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
983
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
984
                "shasum": ""
985
            },
986
            "require": {
987
                "php": ">=5.5.0",
988
                "psr/link": "~1.0@dev"
989
            },
990
            "require-dev": {
991
                "phpunit/phpunit": "^5.1",
992
                "squizlabs/php_codesniffer": "^2.3.1"
993
            },
994
            "type": "library",
995
            "extra": {
996
                "branch-alias": {
997
                    "dev-master": "1.0.x-dev"
998
                }
999
            },
1000
            "autoload": {
1001
                "psr-4": {
1002
                    "Fig\\Link\\": "src/"
1003
                }
1004
            },
1005
            "notification-url": "https://packagist.org/downloads/",
1006
            "license": [
1007
                "MIT"
1008
            ],
1009
            "authors": [
1010
                {
1011
                    "name": "PHP-FIG",
1012
                    "homepage": "http://www.php-fig.org/"
1013
                }
1014
            ],
1015
            "description": "Common utility implementations for HTTP links",
1016
            "keywords": [
1017
                "http",
1018
                "http-link",
1019
                "link",
1020
                "psr",
1021
                "psr-13",
1022
                "rest"
1023
            ],
1024
            "time": "2016-10-17T18:31:11+00:00"
1025
        },
1026
        {
1027
            "name": "fortawesome/font-awesome",
1028
            "version": "v4.2.0",
1029
            "source": {
1030
                "type": "git",
1031
                "url": "https://github.com/FortAwesome/Font-Awesome.git",
1032
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4"
1033
            },
1034
            "dist": {
1035
                "type": "zip",
1036
                "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
1037
                "reference": "a65bd93d81e9e6bd5ebfa41757a4474960b973b4",
1038
                "shasum": ""
1039
            },
1040
            "require-dev": {
1041
                "jekyll": "1.0.2",
1042
                "lessc": "1.4.2"
1043
            },
1044
            "type": "library",
1045
            "extra": {
1046
                "branch-alias": {
1047
                    "dev-master": "4.0.x-dev"
1048
                }
1049
            },
1050
            "notification-url": "https://packagist.org/downloads/",
1051
            "license": [
1052
                "OFL-1.1",
1053
                "MIT"
1054
            ],
1055
            "authors": [
1056
                {
1057
                    "name": "Dave Gandy",
1058
                    "email": "[email protected]",
1059
                    "homepage": "http://twitter.com/davegandy",
1060
                    "role": "Developer"
1061
                }
1062
            ],
1063
            "description": "The iconic font and CSS framework",
1064
            "homepage": "http://fontawesome.io/",
1065
            "keywords": [
1066
                "FontAwesome",
1067
                "awesome",
1068
                "bootstrap",
1069
                "font",
1070
                "icon"
1071
            ],
1072
            "time": "2014-08-26T16:36:44+00:00"
1073
        },
1074
        {
1075
            "name": "graylog2/gelf-php",
1076
            "version": "1.5.5",
1077
            "source": {
1078
                "type": "git",
1079
                "url": "https://github.com/bzikarsky/gelf-php.git",
1080
                "reference": "c4e0743ba323459b6e62222107a0898e77d2fd6e"
1081
            },
1082
            "dist": {
1083
                "type": "zip",
1084
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/c4e0743ba323459b6e62222107a0898e77d2fd6e",
1085
                "reference": "c4e0743ba323459b6e62222107a0898e77d2fd6e",
1086
                "shasum": ""
1087
            },
1088
            "require": {
1089
                "php": ">=5.3.9",
1090
                "psr/log": "~1.0"
1091
            },
1092
            "provide": {
1093
                "psr/log-implementation": "~1.0"
1094
            },
1095
            "require-dev": {
1096
                "phpunit/phpunit": "~4.3",
1097
                "squizlabs/php_codesniffer": "~2.0"
1098
            },
1099
            "type": "library",
1100
            "extra": {
1101
                "branch-alias": {
1102
                    "dev-master": "1.4.x-dev"
1103
                }
1104
            },
1105
            "autoload": {
1106
                "psr-4": {
1107
                    "Gelf\\": "src/Gelf"
1108
                },
1109
                "files": [
1110
                    "src/check_technical_requirements.php"
1111
                ]
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "MIT"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Benjamin Zikarsky",
1120
                    "email": "[email protected]"
1121
                },
1122
                {
1123
                    "name": "gelf-php contributors",
1124
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
1125
                }
1126
            ],
1127
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
1128
            "time": "2017-06-24T10:38:25+00:00"
1129
        },
1130
        {
1131
            "name": "guzzlehttp/guzzle",
1132
            "version": "6.3.3",
1133
            "source": {
1134
                "type": "git",
1135
                "url": "https://github.com/guzzle/guzzle.git",
1136
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
1137
            },
1138
            "dist": {
1139
                "type": "zip",
1140
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1141
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1142
                "shasum": ""
1143
            },
1144
            "require": {
1145
                "guzzlehttp/promises": "^1.0",
1146
                "guzzlehttp/psr7": "^1.4",
1147
                "php": ">=5.5"
1148
            },
1149
            "require-dev": {
1150
                "ext-curl": "*",
1151
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1152
                "psr/log": "^1.0"
1153
            },
1154
            "suggest": {
1155
                "psr/log": "Required for using the Log middleware"
1156
            },
1157
            "type": "library",
1158
            "extra": {
1159
                "branch-alias": {
1160
                    "dev-master": "6.3-dev"
1161
                }
1162
            },
1163
            "autoload": {
1164
                "files": [
1165
                    "src/functions_include.php"
1166
                ],
1167
                "psr-4": {
1168
                    "GuzzleHttp\\": "src/"
1169
                }
1170
            },
1171
            "notification-url": "https://packagist.org/downloads/",
1172
            "license": [
1173
                "MIT"
1174
            ],
1175
            "authors": [
1176
                {
1177
                    "name": "Michael Dowling",
1178
                    "email": "[email protected]",
1179
                    "homepage": "https://github.com/mtdowling"
1180
                }
1181
            ],
1182
            "description": "Guzzle is a PHP HTTP client library",
1183
            "homepage": "http://guzzlephp.org/",
1184
            "keywords": [
1185
                "client",
1186
                "curl",
1187
                "framework",
1188
                "http",
1189
                "http client",
1190
                "rest",
1191
                "web service"
1192
            ],
1193
            "time": "2018-04-22T15:46:56+00:00"
1194
        },
1195
        {
1196
            "name": "guzzlehttp/promises",
1197
            "version": "v1.3.1",
1198
            "source": {
1199
                "type": "git",
1200
                "url": "https://github.com/guzzle/promises.git",
1201
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1202
            },
1203
            "dist": {
1204
                "type": "zip",
1205
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1206
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1207
                "shasum": ""
1208
            },
1209
            "require": {
1210
                "php": ">=5.5.0"
1211
            },
1212
            "require-dev": {
1213
                "phpunit/phpunit": "^4.0"
1214
            },
1215
            "type": "library",
1216
            "extra": {
1217
                "branch-alias": {
1218
                    "dev-master": "1.4-dev"
1219
                }
1220
            },
1221
            "autoload": {
1222
                "psr-4": {
1223
                    "GuzzleHttp\\Promise\\": "src/"
1224
                },
1225
                "files": [
1226
                    "src/functions_include.php"
1227
                ]
1228
            },
1229
            "notification-url": "https://packagist.org/downloads/",
1230
            "license": [
1231
                "MIT"
1232
            ],
1233
            "authors": [
1234
                {
1235
                    "name": "Michael Dowling",
1236
                    "email": "[email protected]",
1237
                    "homepage": "https://github.com/mtdowling"
1238
                }
1239
            ],
1240
            "description": "Guzzle promises library",
1241
            "keywords": [
1242
                "promise"
1243
            ],
1244
            "time": "2016-12-20T10:07:11+00:00"
1245
        },
1246
        {
1247
            "name": "guzzlehttp/psr7",
1248
            "version": "1.4.2",
1249
            "source": {
1250
                "type": "git",
1251
                "url": "https://github.com/guzzle/psr7.git",
1252
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1253
            },
1254
            "dist": {
1255
                "type": "zip",
1256
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1257
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1258
                "shasum": ""
1259
            },
1260
            "require": {
1261
                "php": ">=5.4.0",
1262
                "psr/http-message": "~1.0"
1263
            },
1264
            "provide": {
1265
                "psr/http-message-implementation": "1.0"
1266
            },
1267
            "require-dev": {
1268
                "phpunit/phpunit": "~4.0"
1269
            },
1270
            "type": "library",
1271
            "extra": {
1272
                "branch-alias": {
1273
                    "dev-master": "1.4-dev"
1274
                }
1275
            },
1276
            "autoload": {
1277
                "psr-4": {
1278
                    "GuzzleHttp\\Psr7\\": "src/"
1279
                },
1280
                "files": [
1281
                    "src/functions_include.php"
1282
                ]
1283
            },
1284
            "notification-url": "https://packagist.org/downloads/",
1285
            "license": [
1286
                "MIT"
1287
            ],
1288
            "authors": [
1289
                {
1290
                    "name": "Michael Dowling",
1291
                    "email": "[email protected]",
1292
                    "homepage": "https://github.com/mtdowling"
1293
                },
1294
                {
1295
                    "name": "Tobias Schultze",
1296
                    "homepage": "https://github.com/Tobion"
1297
                }
1298
            ],
1299
            "description": "PSR-7 message implementation that also provides common utility methods",
1300
            "keywords": [
1301
                "http",
1302
                "message",
1303
                "request",
1304
                "response",
1305
                "stream",
1306
                "uri",
1307
                "url"
1308
            ],
1309
            "time": "2017-03-20T17:10:46+00:00"
1310
        },
1311
        {
1312
            "name": "incenteev/composer-parameter-handler",
1313
            "version": "v2.1.3",
1314
            "source": {
1315
                "type": "git",
1316
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1317
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
1318
            },
1319
            "dist": {
1320
                "type": "zip",
1321
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
1322
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
1323
                "shasum": ""
1324
            },
1325
            "require": {
1326
                "php": ">=5.3.3",
1327
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
1328
            },
1329
            "require-dev": {
1330
                "composer/composer": "^1.0@dev",
1331
                "symfony/filesystem": "^2.3 || ^3 || ^4",
1332
                "symfony/phpunit-bridge": "^4.0"
1333
            },
1334
            "type": "library",
1335
            "extra": {
1336
                "branch-alias": {
1337
                    "dev-master": "2.1.x-dev"
1338
                }
1339
            },
1340
            "autoload": {
1341
                "psr-4": {
1342
                    "Incenteev\\ParameterHandler\\": ""
1343
                }
1344
            },
1345
            "notification-url": "https://packagist.org/downloads/",
1346
            "license": [
1347
                "MIT"
1348
            ],
1349
            "authors": [
1350
                {
1351
                    "name": "Christophe Coevoet",
1352
                    "email": "[email protected]"
1353
                }
1354
            ],
1355
            "description": "Composer script handling your ignored parameter file",
1356
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1357
            "keywords": [
1358
                "parameters management"
1359
            ],
1360
            "time": "2018-02-13T18:05:56+00:00"
1361
        },
1362
        {
1363
            "name": "jdorn/sql-formatter",
1364
            "version": "v1.2.17",
1365
            "source": {
1366
                "type": "git",
1367
                "url": "https://github.com/jdorn/sql-formatter.git",
1368
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1369
            },
1370
            "dist": {
1371
                "type": "zip",
1372
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1373
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1374
                "shasum": ""
1375
            },
1376
            "require": {
1377
                "php": ">=5.2.4"
1378
            },
1379
            "require-dev": {
1380
                "phpunit/phpunit": "3.7.*"
1381
            },
1382
            "type": "library",
1383
            "extra": {
1384
                "branch-alias": {
1385
                    "dev-master": "1.3.x-dev"
1386
                }
1387
            },
1388
            "autoload": {
1389
                "classmap": [
1390
                    "lib"
1391
                ]
1392
            },
1393
            "notification-url": "https://packagist.org/downloads/",
1394
            "license": [
1395
                "MIT"
1396
            ],
1397
            "authors": [
1398
                {
1399
                    "name": "Jeremy Dorn",
1400
                    "email": "[email protected]",
1401
                    "homepage": "http://jeremydorn.com/"
1402
                }
1403
            ],
1404
            "description": "a PHP SQL highlighting library",
1405
            "homepage": "https://github.com/jdorn/sql-formatter/",
1406
            "keywords": [
1407
                "highlight",
1408
                "sql"
1409
            ],
1410
            "time": "2014-01-12T16:20:24+00:00"
1411
        },
1412
        {
1413
            "name": "jms/translation-bundle",
1414
            "version": "1.3.2",
1415
            "target-dir": "JMS/TranslationBundle",
1416
            "source": {
1417
                "type": "git",
1418
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1419
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1420
            },
1421
            "dist": {
1422
                "type": "zip",
1423
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1424
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1425
                "shasum": ""
1426
            },
1427
            "require": {
1428
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1429
                "php": "^5.3.3 || ^7.0",
1430
                "symfony/console": "^2.3 || ^3.0",
1431
                "symfony/framework-bundle": "^2.3 || ^3.0",
1432
                "twig/twig": "^1.27 || ^2.0"
1433
            },
1434
            "require-dev": {
1435
                "jms/di-extra-bundle": "^1.1",
1436
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1437
                "nyholm/nsa": "^1.0.1",
1438
                "phpunit/phpunit": "4.8.27",
1439
                "psr/log": "^1.0",
1440
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1441
                "symfony/expression-language": "^2.6 || ^3.0",
1442
                "symfony/symfony": "^2.3 || ^3.0"
1443
            },
1444
            "type": "symfony-bundle",
1445
            "extra": {
1446
                "branch-alias": {
1447
                    "dev-master": "1.4-dev"
1448
                }
1449
            },
1450
            "autoload": {
1451
                "psr-0": {
1452
                    "JMS\\TranslationBundle": ""
1453
                }
1454
            },
1455
            "notification-url": "https://packagist.org/downloads/",
1456
            "license": [
1457
                "Apache2"
1458
            ],
1459
            "authors": [
1460
                {
1461
                    "name": "Johannes M. Schmitt",
1462
                    "email": "[email protected]"
1463
                }
1464
            ],
1465
            "description": "Puts the Symfony Translation Component on steroids",
1466
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1467
            "keywords": [
1468
                "extract",
1469
                "extraction",
1470
                "i18n",
1471
                "interface",
1472
                "multilanguage",
1473
                "translation",
1474
                "ui",
1475
                "webinterface"
1476
            ],
1477
            "time": "2017-04-20T19:44:02+00:00"
1478
        },
1479
        {
1480
            "name": "kriswallsmith/assetic",
1481
            "version": "v1.4.0",
1482
            "source": {
1483
                "type": "git",
1484
                "url": "https://github.com/kriswallsmith/assetic.git",
1485
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
1486
            },
1487
            "dist": {
1488
                "type": "zip",
1489
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1490
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
1491
                "shasum": ""
1492
            },
1493
            "require": {
1494
                "php": ">=5.3.1",
1495
                "symfony/process": "~2.1|~3.0"
1496
            },
1497
            "conflict": {
1498
                "twig/twig": "<1.27"
1499
            },
1500
            "require-dev": {
1501
                "leafo/lessphp": "^0.3.7",
1502
                "leafo/scssphp": "~0.1",
1503
                "meenie/javascript-packer": "^1.1",
1504
                "mrclay/minify": "<2.3",
1505
                "natxet/cssmin": "3.0.4",
1506
                "patchwork/jsqueeze": "~1.0|~2.0",
1507
                "phpunit/phpunit": "~4.8 || ^5.6",
1508
                "psr/log": "~1.0",
1509
                "ptachoire/cssembed": "~1.0",
1510
                "symfony/phpunit-bridge": "~2.7|~3.0",
1511
                "twig/twig": "~1.23|~2.0",
1512
                "yfix/packager": "dev-master"
1513
            },
1514
            "suggest": {
1515
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1516
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1517
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1518
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1519
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1520
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
1521
            },
1522
            "type": "library",
1523
            "extra": {
1524
                "branch-alias": {
1525
                    "dev-master": "1.4-dev"
1526
                }
1527
            },
1528
            "autoload": {
1529
                "psr-0": {
1530
                    "Assetic": "src/"
1531
                },
1532
                "files": [
1533
                    "src/functions.php"
1534
                ]
1535
            },
1536
            "notification-url": "https://packagist.org/downloads/",
1537
            "license": [
1538
                "MIT"
1539
            ],
1540
            "authors": [
1541
                {
1542
                    "name": "Kris Wallsmith",
1543
                    "email": "[email protected]",
1544
                    "homepage": "http://kriswallsmith.net/"
1545
                }
1546
            ],
1547
            "description": "Asset Management for PHP",
1548
            "homepage": "https://github.com/kriswallsmith/assetic",
1549
            "keywords": [
1550
                "assets",
1551
                "compression",
1552
                "minification"
1553
            ],
1554
            "time": "2016-11-11T18:43:20+00:00"
1555
        },
1556
        {
1557
            "name": "monolog/monolog",
1558
            "version": "1.23.0",
1559
            "source": {
1560
                "type": "git",
1561
                "url": "https://github.com/Seldaek/monolog.git",
1562
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1563
            },
1564
            "dist": {
1565
                "type": "zip",
1566
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1567
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1568
                "shasum": ""
1569
            },
1570
            "require": {
1571
                "php": ">=5.3.0",
1572
                "psr/log": "~1.0"
1573
            },
1574
            "provide": {
1575
                "psr/log-implementation": "1.0.0"
1576
            },
1577
            "require-dev": {
1578
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1579
                "doctrine/couchdb": "~1.0@dev",
1580
                "graylog2/gelf-php": "~1.0",
1581
                "jakub-onderka/php-parallel-lint": "0.9",
1582
                "php-amqplib/php-amqplib": "~2.4",
1583
                "php-console/php-console": "^3.1.3",
1584
                "phpunit/phpunit": "~4.5",
1585
                "phpunit/phpunit-mock-objects": "2.3.0",
1586
                "ruflin/elastica": ">=0.90 <3.0",
1587
                "sentry/sentry": "^0.13",
1588
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1589
            },
1590
            "suggest": {
1591
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1592
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1593
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1594
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1595
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1596
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1597
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1598
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1599
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1600
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1601
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1602
            },
1603
            "type": "library",
1604
            "extra": {
1605
                "branch-alias": {
1606
                    "dev-master": "2.0.x-dev"
1607
                }
1608
            },
1609
            "autoload": {
1610
                "psr-4": {
1611
                    "Monolog\\": "src/Monolog"
1612
                }
1613
            },
1614
            "notification-url": "https://packagist.org/downloads/",
1615
            "license": [
1616
                "MIT"
1617
            ],
1618
            "authors": [
1619
                {
1620
                    "name": "Jordi Boggiano",
1621
                    "email": "[email protected]",
1622
                    "homepage": "http://seld.be"
1623
                }
1624
            ],
1625
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1626
            "homepage": "http://github.com/Seldaek/monolog",
1627
            "keywords": [
1628
                "log",
1629
                "logging",
1630
                "psr-3"
1631
            ],
1632
            "time": "2017-06-19T01:22:40+00:00"
1633
        },
1634
        {
1635
            "name": "mopa/bootstrap-bundle",
1636
            "version": "v3.2.2",
1637
            "target-dir": "Mopa/Bundle/BootstrapBundle",
1638
            "source": {
1639
                "type": "git",
1640
                "url": "https://github.com/phiamo/MopaBootstrapBundle.git",
1641
                "reference": "d30a6d807c582c606d8fc138dba6584dea559849"
1642
            },
1643
            "dist": {
1644
                "type": "zip",
1645
                "url": "https://api.github.com/repos/phiamo/MopaBootstrapBundle/zipball/d30a6d807c582c606d8fc138dba6584dea559849",
1646
                "reference": "d30a6d807c582c606d8fc138dba6584dea559849",
1647
                "shasum": ""
1648
            },
1649
            "require": {
1650
                "mopa/composer-bridge": "~1.3",
1651
                "symfony/console": "~2.3|~3.0|^4.0",
1652
                "symfony/form": "~2.3|~3.0|^4.0",
1653
                "symfony/framework-bundle": "~2.3|~3.0|^4.0",
1654
                "symfony/twig-bundle": "~2.3|~3.0|^4.0",
1655
                "twig/twig": "^1.14.2|^2.0"
1656
            },
1657
            "conflict": {
1658
                "symfony/twig-bridge": "<2.3"
1659
            },
1660
            "require-dev": {
1661
                "phpunit/phpunit": "~6.0",
1662
                "symfony/security-bundle": "~2.3|~3.0|^4.0",
1663
                "symfony/translation": "~2.3|~3.0|^4.0"
1664
            },
1665
            "suggest": {
1666
                "craue/formflow-bundle": "~2.0",
1667
                "knplabs/knp-menu-bundle": "~2.0@dev",
1668
                "knplabs/knp-paginator-bundle": "~2.3",
1669
                "mopa/bootstrap-sandbox-bundle": "~2.3",
1670
                "twbs/bootstrap": ">2.0,<4.0-dev",
1671
                "twbs/bootstrap-sass": "v3.1.1"
1672
            },
1673
            "type": "symfony-bundle",
1674
            "extra": {
1675
                "branch-alias": {
1676
                    "dev-master": "3.x-dev"
1677
                }
1678
            },
1679
            "autoload": {
1680
                "psr-0": {
1681
                    "Mopa\\Bundle\\BootstrapBundle\\": ""
1682
                }
1683
            },
1684
            "notification-url": "https://packagist.org/downloads/",
1685
            "license": [
1686
                "MIT"
1687
            ],
1688
            "authors": [
1689
                {
1690
                    "name": "Community contributions",
1691
                    "homepage": "https://github.com/phiamo/MopaBootstrapBundle/contributors"
1692
                },
1693
                {
1694
                    "name": "Philipp A. Mohrenweiser",
1695
                    "email": "[email protected]"
1696
                }
1697
            ],
1698
            "description": "Easy integration of twitters bootstrap into symfony2",
1699
            "keywords": [
1700
                "bootstrap",
1701
                "bootstrap form",
1702
                "extra form",
1703
                "form",
1704
                "template"
1705
            ],
1706
            "time": "2017-12-23T16:45:33+00:00"
1707
        },
1708
        {
1709
            "name": "mopa/composer-bridge",
1710
            "version": "v1.5.0",
1711
            "source": {
1712
                "type": "git",
1713
                "url": "https://github.com/phiamo/MopaComposerBridge.git",
1714
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2"
1715
            },
1716
            "dist": {
1717
                "type": "zip",
1718
                "url": "https://api.github.com/repos/phiamo/MopaComposerBridge/zipball/58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1719
                "reference": "58661a5c588ce9c3eff7d36c4030f6caa4de1ae2",
1720
                "shasum": ""
1721
            },
1722
            "require": {
1723
                "symfony/class-loader": ">=2.0.0",
1724
                "symfony/console": ">=2.0.0"
1725
            },
1726
            "type": "symfony-bridge",
1727
            "extra": {
1728
                "branch-alias": {
1729
                    "dev-master": "1.3.x-dev"
1730
                }
1731
            },
1732
            "autoload": {
1733
                "psr-0": {
1734
                    "Mopa\\Bridge\\Composer": "src/"
1735
                }
1736
            },
1737
            "notification-url": "https://packagist.org/downloads/",
1738
            "license": [
1739
                "MIT"
1740
            ],
1741
            "authors": [
1742
                {
1743
                    "name": "Community contributions",
1744
                    "homepage": "https://github.com/phiamo/MopaComposerBridge/contributors"
1745
                },
1746
                {
1747
                    "name": "Philipp A. Mohrenweiser",
1748
                    "email": "[email protected]"
1749
                }
1750
            ],
1751
            "description": "Symfony2 Composer Bridge",
1752
            "homepage": "http://bootstrap.mohrenweiserpartner.de",
1753
            "keywords": [
1754
                "Symfony2",
1755
                "composer"
1756
            ],
1757
            "time": "2015-10-01T19:20:19+00:00"
1758
        },
1759
        {
1760
            "name": "nelmio/security-bundle",
1761
            "version": "1.10.0",
1762
            "source": {
1763
                "type": "git",
1764
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1765
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1766
            },
1767
            "dist": {
1768
                "type": "zip",
1769
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1770
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1771
                "shasum": ""
1772
            },
1773
            "require": {
1774
                "symfony/framework-bundle": "~2.3|~3.0",
1775
                "symfony/security": "~2.3|~3.0"
1776
            },
1777
            "require-dev": {
1778
                "phpunit/phpunit": "^5.2"
1779
            },
1780
            "type": "symfony-bundle",
1781
            "extra": {
1782
                "branch-alias": {
1783
                    "dev-master": "1.10.x-dev"
1784
                }
1785
            },
1786
            "autoload": {
1787
                "psr-4": {
1788
                    "Nelmio\\SecurityBundle\\": ""
1789
                }
1790
            },
1791
            "notification-url": "https://packagist.org/downloads/",
1792
            "license": [
1793
                "MIT"
1794
            ],
1795
            "authors": [
1796
                {
1797
                    "name": "Nelmio",
1798
                    "homepage": "http://nelm.io"
1799
                },
1800
                {
1801
                    "name": "Symfony Community",
1802
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1803
                }
1804
            ],
1805
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1806
            "keywords": [
1807
                "security"
1808
            ],
1809
            "time": "2016-02-23T10:42:13+00:00"
1810
        },
1811
        {
1812
            "name": "nikic/php-parser",
1813
            "version": "v3.1.5",
1814
            "source": {
1815
                "type": "git",
1816
                "url": "https://github.com/nikic/PHP-Parser.git",
1817
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1818
            },
1819
            "dist": {
1820
                "type": "zip",
1821
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1822
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1823
                "shasum": ""
1824
            },
1825
            "require": {
1826
                "ext-tokenizer": "*",
1827
                "php": ">=5.5"
1828
            },
1829
            "require-dev": {
1830
                "phpunit/phpunit": "~4.0|~5.0"
1831
            },
1832
            "bin": [
1833
                "bin/php-parse"
1834
            ],
1835
            "type": "library",
1836
            "extra": {
1837
                "branch-alias": {
1838
                    "dev-master": "3.0-dev"
1839
                }
1840
            },
1841
            "autoload": {
1842
                "psr-4": {
1843
                    "PhpParser\\": "lib/PhpParser"
1844
                }
1845
            },
1846
            "notification-url": "https://packagist.org/downloads/",
1847
            "license": [
1848
                "BSD-3-Clause"
1849
            ],
1850
            "authors": [
1851
                {
1852
                    "name": "Nikita Popov"
1853
                }
1854
            ],
1855
            "description": "A PHP parser written in PHP",
1856
            "keywords": [
1857
                "parser",
1858
                "php"
1859
            ],
1860
            "time": "2018-02-28T20:30:58+00:00"
1861
        },
1862
        {
1863
            "name": "ocramius/proxy-manager",
1864
            "version": "1.0.2",
1865
            "source": {
1866
                "type": "git",
1867
                "url": "https://github.com/Ocramius/ProxyManager.git",
1868
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
1869
            },
1870
            "dist": {
1871
                "type": "zip",
1872
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
1873
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
1874
                "shasum": ""
1875
            },
1876
            "require": {
1877
                "php": ">=5.3.3",
1878
                "zendframework/zend-code": ">2.2.5,<3.0"
1879
            },
1880
            "require-dev": {
1881
                "ext-phar": "*",
1882
                "phpunit/phpunit": "~4.0",
1883
                "squizlabs/php_codesniffer": "1.5.*"
1884
            },
1885
            "suggest": {
1886
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1887
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1888
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1889
                "zendframework/zend-stdlib": "To use the hydrator proxy",
1890
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1891
            },
1892
            "type": "library",
1893
            "extra": {
1894
                "branch-alias": {
1895
                    "dev-master": "2.0.x-dev"
1896
                }
1897
            },
1898
            "autoload": {
1899
                "psr-0": {
1900
                    "ProxyManager\\": "src"
1901
                }
1902
            },
1903
            "notification-url": "https://packagist.org/downloads/",
1904
            "license": [
1905
                "MIT"
1906
            ],
1907
            "authors": [
1908
                {
1909
                    "name": "Marco Pivetta",
1910
                    "email": "[email protected]",
1911
                    "homepage": "http://ocramius.github.com/"
1912
                }
1913
            ],
1914
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1915
            "homepage": "https://github.com/Ocramius/ProxyManager",
1916
            "keywords": [
1917
                "aop",
1918
                "lazy loading",
1919
                "proxy",
1920
                "proxy pattern",
1921
                "service proxies"
1922
            ],
1923
            "time": "2015-08-09T04:28:19+00:00"
1924
        },
1925
        {
1926
            "name": "openconext/monitor-bundle",
1927
            "version": "1.0.4",
1928
            "source": {
1929
                "type": "git",
1930
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1931
                "reference": "7dfec45d5f5dc6c101383fbef2c6c347adec59a1"
1932
            },
1933
            "dist": {
1934
                "type": "zip",
1935
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/7dfec45d5f5dc6c101383fbef2c6c347adec59a1",
1936
                "reference": "7dfec45d5f5dc6c101383fbef2c6c347adec59a1",
1937
                "shasum": ""
1938
            },
1939
            "require": {
1940
                "php": ">=5.4,<8.0-dev",
1941
                "symfony/dependency-injection": ">=2.7,<4",
1942
                "symfony/framework-bundle": ">=2.7,<4",
1943
                "webmozart/assert": "^1.2"
1944
            },
1945
            "require-dev": {
1946
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1947
                "malukenho/docheader": "^0.1.6",
1948
                "matthiasnoback/symfony-config-test": "^2.1",
1949
                "mockery/mockery": "~0.9",
1950
                "phpdocumentor/reflection-docblock": "3.3.*",
1951
                "phpmd/phpmd": "^2.6",
1952
                "phpunit/php-token-stream": "1.4.*",
1953
                "phpunit/phpunit": "^5.7",
1954
                "sebastian/phpcpd": "^3.0",
1955
                "squizlabs/php_codesniffer": "^3.1"
1956
            },
1957
            "type": "symfony-bundle",
1958
            "autoload": {
1959
                "psr-4": {
1960
                    "OpenConext\\MonitorBundle\\": "src"
1961
                }
1962
            },
1963
            "notification-url": "https://packagist.org/downloads/",
1964
            "license": [
1965
                "Apache-2.0"
1966
            ],
1967
            "description": "A Symfony 3 bundle that facilitates health and info endpoints to a Symfony application. The bundle is backwards compatible with Symfony 2 projects.",
1968
            "keywords": [
1969
                "OpenConext",
1970
                "health",
1971
                "monitoring",
1972
                "stepup",
1973
                "surfnet"
1974
            ],
1975
            "time": "2018-09-04T10:09:23+00:00"
1976
        },
1977
        {
1978
            "name": "paragonie/random_compat",
1979
            "version": "v2.0.17",
1980
            "source": {
1981
                "type": "git",
1982
                "url": "https://github.com/paragonie/random_compat.git",
1983
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
1984
            },
1985
            "dist": {
1986
                "type": "zip",
1987
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
1988
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
1989
                "shasum": ""
1990
            },
1991
            "require": {
1992
                "php": ">=5.2.0"
1993
            },
1994
            "require-dev": {
1995
                "phpunit/phpunit": "4.*|5.*"
1996
            },
1997
            "suggest": {
1998
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1999
            },
2000
            "type": "library",
2001
            "autoload": {
2002
                "files": [
2003
                    "lib/random.php"
2004
                ]
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "MIT"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Paragon Initiative Enterprises",
2013
                    "email": "[email protected]",
2014
                    "homepage": "https://paragonie.com"
2015
                }
2016
            ],
2017
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2018
            "keywords": [
2019
                "csprng",
2020
                "polyfill",
2021
                "pseudorandom",
2022
                "random"
2023
            ],
2024
            "time": "2018-07-04T16:31:37+00:00"
2025
        },
2026
        {
2027
            "name": "psr/cache",
2028
            "version": "1.0.1",
2029
            "source": {
2030
                "type": "git",
2031
                "url": "https://github.com/php-fig/cache.git",
2032
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2033
            },
2034
            "dist": {
2035
                "type": "zip",
2036
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2037
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2038
                "shasum": ""
2039
            },
2040
            "require": {
2041
                "php": ">=5.3.0"
2042
            },
2043
            "type": "library",
2044
            "extra": {
2045
                "branch-alias": {
2046
                    "dev-master": "1.0.x-dev"
2047
                }
2048
            },
2049
            "autoload": {
2050
                "psr-4": {
2051
                    "Psr\\Cache\\": "src/"
2052
                }
2053
            },
2054
            "notification-url": "https://packagist.org/downloads/",
2055
            "license": [
2056
                "MIT"
2057
            ],
2058
            "authors": [
2059
                {
2060
                    "name": "PHP-FIG",
2061
                    "homepage": "http://www.php-fig.org/"
2062
                }
2063
            ],
2064
            "description": "Common interface for caching libraries",
2065
            "keywords": [
2066
                "cache",
2067
                "psr",
2068
                "psr-6"
2069
            ],
2070
            "time": "2016-08-06T20:24:11+00:00"
2071
        },
2072
        {
2073
            "name": "psr/container",
2074
            "version": "1.0.0",
2075
            "source": {
2076
                "type": "git",
2077
                "url": "https://github.com/php-fig/container.git",
2078
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2079
            },
2080
            "dist": {
2081
                "type": "zip",
2082
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2083
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2084
                "shasum": ""
2085
            },
2086
            "require": {
2087
                "php": ">=5.3.0"
2088
            },
2089
            "type": "library",
2090
            "extra": {
2091
                "branch-alias": {
2092
                    "dev-master": "1.0.x-dev"
2093
                }
2094
            },
2095
            "autoload": {
2096
                "psr-4": {
2097
                    "Psr\\Container\\": "src/"
2098
                }
2099
            },
2100
            "notification-url": "https://packagist.org/downloads/",
2101
            "license": [
2102
                "MIT"
2103
            ],
2104
            "authors": [
2105
                {
2106
                    "name": "PHP-FIG",
2107
                    "homepage": "http://www.php-fig.org/"
2108
                }
2109
            ],
2110
            "description": "Common Container Interface (PHP FIG PSR-11)",
2111
            "homepage": "https://github.com/php-fig/container",
2112
            "keywords": [
2113
                "PSR-11",
2114
                "container",
2115
                "container-interface",
2116
                "container-interop",
2117
                "psr"
2118
            ],
2119
            "time": "2017-02-14T16:28:37+00:00"
2120
        },
2121
        {
2122
            "name": "psr/http-message",
2123
            "version": "1.0.1",
2124
            "source": {
2125
                "type": "git",
2126
                "url": "https://github.com/php-fig/http-message.git",
2127
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2128
            },
2129
            "dist": {
2130
                "type": "zip",
2131
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2132
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2133
                "shasum": ""
2134
            },
2135
            "require": {
2136
                "php": ">=5.3.0"
2137
            },
2138
            "type": "library",
2139
            "extra": {
2140
                "branch-alias": {
2141
                    "dev-master": "1.0.x-dev"
2142
                }
2143
            },
2144
            "autoload": {
2145
                "psr-4": {
2146
                    "Psr\\Http\\Message\\": "src/"
2147
                }
2148
            },
2149
            "notification-url": "https://packagist.org/downloads/",
2150
            "license": [
2151
                "MIT"
2152
            ],
2153
            "authors": [
2154
                {
2155
                    "name": "PHP-FIG",
2156
                    "homepage": "http://www.php-fig.org/"
2157
                }
2158
            ],
2159
            "description": "Common interface for HTTP messages",
2160
            "homepage": "https://github.com/php-fig/http-message",
2161
            "keywords": [
2162
                "http",
2163
                "http-message",
2164
                "psr",
2165
                "psr-7",
2166
                "request",
2167
                "response"
2168
            ],
2169
            "time": "2016-08-06T14:39:51+00:00"
2170
        },
2171
        {
2172
            "name": "psr/link",
2173
            "version": "1.0.0",
2174
            "source": {
2175
                "type": "git",
2176
                "url": "https://github.com/php-fig/link.git",
2177
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
2178
            },
2179
            "dist": {
2180
                "type": "zip",
2181
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
2182
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
2183
                "shasum": ""
2184
            },
2185
            "require": {
2186
                "php": ">=5.3.0"
2187
            },
2188
            "type": "library",
2189
            "extra": {
2190
                "branch-alias": {
2191
                    "dev-master": "1.0.x-dev"
2192
                }
2193
            },
2194
            "autoload": {
2195
                "psr-4": {
2196
                    "Psr\\Link\\": "src/"
2197
                }
2198
            },
2199
            "notification-url": "https://packagist.org/downloads/",
2200
            "license": [
2201
                "MIT"
2202
            ],
2203
            "authors": [
2204
                {
2205
                    "name": "PHP-FIG",
2206
                    "homepage": "http://www.php-fig.org/"
2207
                }
2208
            ],
2209
            "description": "Common interfaces for HTTP links",
2210
            "keywords": [
2211
                "http",
2212
                "http-link",
2213
                "link",
2214
                "psr",
2215
                "psr-13",
2216
                "rest"
2217
            ],
2218
            "time": "2016-10-28T16:06:13+00:00"
2219
        },
2220
        {
2221
            "name": "psr/log",
2222
            "version": "1.0.2",
2223
            "source": {
2224
                "type": "git",
2225
                "url": "https://github.com/php-fig/log.git",
2226
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2227
            },
2228
            "dist": {
2229
                "type": "zip",
2230
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2231
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2232
                "shasum": ""
2233
            },
2234
            "require": {
2235
                "php": ">=5.3.0"
2236
            },
2237
            "type": "library",
2238
            "extra": {
2239
                "branch-alias": {
2240
                    "dev-master": "1.0.x-dev"
2241
                }
2242
            },
2243
            "autoload": {
2244
                "psr-4": {
2245
                    "Psr\\Log\\": "Psr/Log/"
2246
                }
2247
            },
2248
            "notification-url": "https://packagist.org/downloads/",
2249
            "license": [
2250
                "MIT"
2251
            ],
2252
            "authors": [
2253
                {
2254
                    "name": "PHP-FIG",
2255
                    "homepage": "http://www.php-fig.org/"
2256
                }
2257
            ],
2258
            "description": "Common interface for logging libraries",
2259
            "homepage": "https://github.com/php-fig/log",
2260
            "keywords": [
2261
                "log",
2262
                "psr",
2263
                "psr-3"
2264
            ],
2265
            "time": "2016-10-10T12:19:37+00:00"
2266
        },
2267
        {
2268
            "name": "psr/simple-cache",
2269
            "version": "1.0.1",
2270
            "source": {
2271
                "type": "git",
2272
                "url": "https://github.com/php-fig/simple-cache.git",
2273
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2274
            },
2275
            "dist": {
2276
                "type": "zip",
2277
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2278
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2279
                "shasum": ""
2280
            },
2281
            "require": {
2282
                "php": ">=5.3.0"
2283
            },
2284
            "type": "library",
2285
            "extra": {
2286
                "branch-alias": {
2287
                    "dev-master": "1.0.x-dev"
2288
                }
2289
            },
2290
            "autoload": {
2291
                "psr-4": {
2292
                    "Psr\\SimpleCache\\": "src/"
2293
                }
2294
            },
2295
            "notification-url": "https://packagist.org/downloads/",
2296
            "license": [
2297
                "MIT"
2298
            ],
2299
            "authors": [
2300
                {
2301
                    "name": "PHP-FIG",
2302
                    "homepage": "http://www.php-fig.org/"
2303
                }
2304
            ],
2305
            "description": "Common interfaces for simple caching",
2306
            "keywords": [
2307
                "cache",
2308
                "caching",
2309
                "psr",
2310
                "psr-16",
2311
                "simple-cache"
2312
            ],
2313
            "time": "2017-10-23T01:57:42+00:00"
2314
        },
2315
        {
2316
            "name": "robrichards/xmlseclibs",
0 ignored issues
show
There is a security advisory for your installed version of robrichards/xmlseclibs:

Filter input to avoid XPath injection
Loading history...
2317
            "version": "3.0.1",
2318
            "source": {
2319
                "type": "git",
2320
                "url": "https://github.com/robrichards/xmlseclibs.git",
2321
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
2322
            },
2323
            "dist": {
2324
                "type": "zip",
2325
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
2326
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
2327
                "shasum": ""
2328
            },
2329
            "require": {
2330
                "php": ">= 5.4"
2331
            },
2332
            "suggest": {
2333
                "ext-openssl": "OpenSSL extension"
2334
            },
2335
            "type": "library",
2336
            "autoload": {
2337
                "psr-4": {
2338
                    "RobRichards\\XMLSecLibs\\": "src"
2339
                }
2340
            },
2341
            "notification-url": "https://packagist.org/downloads/",
2342
            "license": [
2343
                "BSD-3-Clause"
2344
            ],
2345
            "description": "A PHP library for XML Security",
2346
            "homepage": "https://github.com/robrichards/xmlseclibs",
2347
            "keywords": [
2348
                "security",
2349
                "signature",
2350
                "xml",
2351
                "xmldsig"
2352
            ],
2353
            "time": "2017-08-31T09:27:07+00:00"
2354
        },
2355
        {
2356
            "name": "sensio/distribution-bundle",
2357
            "version": "v5.0.22",
2358
            "source": {
2359
                "type": "git",
2360
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2361
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15"
2362
            },
2363
            "dist": {
2364
                "type": "zip",
2365
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
2366
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
2367
                "shasum": ""
2368
            },
2369
            "require": {
2370
                "php": ">=5.3.9",
2371
                "sensiolabs/security-checker": "~3.0|~4.0",
2372
                "symfony/class-loader": "~2.3|~3.0",
2373
                "symfony/config": "~2.3|~3.0",
2374
                "symfony/dependency-injection": "~2.3|~3.0",
2375
                "symfony/filesystem": "~2.3|~3.0",
2376
                "symfony/http-kernel": "~2.3|~3.0",
2377
                "symfony/process": "~2.3|~3.0"
2378
            },
2379
            "type": "symfony-bundle",
2380
            "extra": {
2381
                "branch-alias": {
2382
                    "dev-master": "5.0.x-dev"
2383
                }
2384
            },
2385
            "autoload": {
2386
                "psr-4": {
2387
                    "Sensio\\Bundle\\DistributionBundle\\": ""
2388
                }
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "MIT"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Fabien Potencier",
2397
                    "email": "[email protected]"
2398
                }
2399
            ],
2400
            "description": "Base bundle for Symfony Distributions",
2401
            "keywords": [
2402
                "configuration",
2403
                "distribution"
2404
            ],
2405
            "time": "2018-06-07T06:22:12+00:00"
2406
        },
2407
        {
2408
            "name": "sensio/framework-extra-bundle",
2409
            "version": "v3.0.29",
2410
            "source": {
2411
                "type": "git",
2412
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2413
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
2414
            },
2415
            "dist": {
2416
                "type": "zip",
2417
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
2418
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
2419
                "shasum": ""
2420
            },
2421
            "require": {
2422
                "doctrine/common": "~2.2",
2423
                "symfony/dependency-injection": "~2.3|~3.0",
2424
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
2425
            },
2426
            "require-dev": {
2427
                "doctrine/doctrine-bundle": "~1.5",
2428
                "doctrine/orm": "~2.4,>=2.4.5",
2429
                "symfony/asset": "~2.7|~3.0|~4.0",
2430
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
2431
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
2432
                "symfony/expression-language": "~2.4|~3.0|~4.0",
2433
                "symfony/finder": "~2.3|~3.0|~4.0",
2434
                "symfony/phpunit-bridge": "~3.2|~4.0",
2435
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
2436
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
2437
                "symfony/templating": "~2.3|~3.0|~4.0",
2438
                "symfony/translation": "~2.3|~3.0|~4.0",
2439
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
2440
                "symfony/yaml": "~2.3|~3.0|~4.0",
2441
                "twig/twig": "~1.12|~2.0",
2442
                "zendframework/zend-diactoros": "^1.3"
2443
            },
2444
            "suggest": {
2445
                "symfony/expression-language": "",
2446
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2447
                "symfony/security-bundle": ""
2448
            },
2449
            "type": "symfony-bundle",
2450
            "extra": {
2451
                "branch-alias": {
2452
                    "dev-master": "3.0.x-dev"
2453
                }
2454
            },
2455
            "autoload": {
2456
                "psr-4": {
2457
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2458
                }
2459
            },
2460
            "notification-url": "https://packagist.org/downloads/",
2461
            "license": [
2462
                "MIT"
2463
            ],
2464
            "authors": [
2465
                {
2466
                    "name": "Fabien Potencier",
2467
                    "email": "[email protected]"
2468
                }
2469
            ],
2470
            "description": "This bundle provides a way to configure your controllers with annotations",
2471
            "keywords": [
2472
                "annotations",
2473
                "controllers"
2474
            ],
2475
            "time": "2017-12-14T19:03:23+00:00"
2476
        },
2477
        {
2478
            "name": "sensiolabs/security-checker",
2479
            "version": "v3.0.7",
2480
            "source": {
2481
                "type": "git",
2482
                "url": "https://github.com/sensiolabs/security-checker.git",
2483
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
2484
            },
2485
            "dist": {
2486
                "type": "zip",
2487
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
2488
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
2489
                "shasum": ""
2490
            },
2491
            "require": {
2492
                "symfony/console": "~2.0|~3.0"
2493
            },
2494
            "bin": [
2495
                "security-checker"
2496
            ],
2497
            "type": "library",
2498
            "extra": {
2499
                "branch-alias": {
2500
                    "dev-master": "3.0-dev"
2501
                }
2502
            },
2503
            "autoload": {
2504
                "psr-0": {
2505
                    "SensioLabs\\Security": ""
2506
                }
2507
            },
2508
            "notification-url": "https://packagist.org/downloads/",
2509
            "license": [
2510
                "MIT"
2511
            ],
2512
            "authors": [
2513
                {
2514
                    "name": "Fabien Potencier",
2515
                    "email": "[email protected]"
2516
                }
2517
            ],
2518
            "description": "A security checker for your composer.lock",
2519
            "time": "2017-03-29T09:29:53+00:00"
2520
        },
2521
        {
2522
            "name": "simplesamlphp/saml2",
2523
            "version": "v3.2",
2524
            "source": {
2525
                "type": "git",
2526
                "url": "https://github.com/simplesamlphp/saml2.git",
2527
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b"
2528
            },
2529
            "dist": {
2530
                "type": "zip",
2531
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/43590bc9614c1df5bd7b1639088f7d904842892b",
2532
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b",
2533
                "shasum": ""
2534
            },
2535
            "require": {
2536
                "ext-dom": "*",
2537
                "ext-openssl": "*",
2538
                "ext-zlib": "*",
2539
                "php": ">=5.4",
2540
                "psr/log": "~1.0",
2541
                "robrichards/xmlseclibs": "^3.0"
2542
            },
2543
            "require-dev": {
2544
                "mockery/mockery": "~0.9",
2545
                "phpmd/phpmd": "~1.5",
2546
                "phpunit/phpunit": "~4",
2547
                "sebastian/phpcpd": "~1.4",
2548
                "sensiolabs/security-checker": "~1.1",
2549
                "squizlabs/php_codesniffer": "~1.4"
2550
            },
2551
            "type": "library",
2552
            "extra": {
2553
                "branch-alias": {
2554
                    "dev-master": "v3.1.x-dev"
2555
                }
2556
            },
2557
            "autoload": {
2558
                "psr-0": {
2559
                    "SAML2\\": "src/"
2560
                },
2561
                "files": [
2562
                    "src/_autoload.php"
2563
                ]
2564
            },
2565
            "notification-url": "https://packagist.org/downloads/",
2566
            "license": [
2567
                "LGPL-2.1-or-later"
2568
            ],
2569
            "authors": [
2570
                {
2571
                    "name": "Andreas Åkre Solberg",
2572
                    "email": "[email protected]"
2573
                }
2574
            ],
2575
            "description": "SAML2 PHP library from SimpleSAMLphp",
2576
            "time": "2018-07-12T09:56:19+00:00"
2577
        },
2578
        {
2579
            "name": "surfnet/messagebird-api-client-bundle",
2580
            "version": "4.0.1",
2581
            "source": {
2582
                "type": "git",
2583
                "url": "https://github.com/SURFnet/messagebird-api-client-bundle.git",
2584
                "reference": "3de66896a04bd6faab045f8d63fe7f0a84747342"
2585
            },
2586
            "dist": {
2587
                "type": "zip",
2588
                "url": "https://api.github.com/repos/SURFnet/messagebird-api-client-bundle/zipball/3de66896a04bd6faab045f8d63fe7f0a84747342",
2589
                "reference": "3de66896a04bd6faab045f8d63fe7f0a84747342",
2590
                "shasum": ""
2591
            },
2592
            "require": {
2593
                "guzzlehttp/guzzle": "^6.0",
2594
                "php": ">=5.5,<8.0-dev",
2595
                "symfony/config": ">=2.7,<4.0",
2596
                "symfony/dependency-injection": ">=2.7,<4.0",
2597
                "symfony/http-kernel": ">=2.7,<4.0"
2598
            },
2599
            "require-dev": {
2600
                "matthiasnoback/symfony-config-test": "0.*",
2601
                "mockery/mockery": "~0.9.5",
2602
                "phpmd/phpmd": "^2.6",
2603
                "phpunit/phpunit": "^5.7",
2604
                "sebastian/exporter": "~2.0",
2605
                "sebastian/phpcpd": "^2.0",
2606
                "sensiolabs/security-checker": "^3.0",
2607
                "squizlabs/php_codesniffer": "^1.0",
2608
                "symfony/phpunit-bridge": "^3.0"
2609
            },
2610
            "type": "library",
2611
            "autoload": {
2612
                "psr-0": {
2613
                    "Surfnet\\MessageBirdApiClient\\": "src",
2614
                    "Surfnet\\MessageBirdApiClientBundle\\": "src"
2615
                }
2616
            },
2617
            "notification-url": "https://packagist.org/downloads/",
2618
            "license": [
2619
                "Apache-2.0"
2620
            ],
2621
            "description": "A Symfony2 bundle to integrate MessageBird's messaging service.",
2622
            "keywords": [
2623
                "messagebird",
2624
                "sms",
2625
                "surfnet"
2626
            ],
2627
            "time": "2018-09-04T11:41:19+00:00"
2628
        },
2629
        {
2630
            "name": "surfnet/stepup-bundle",
2631
            "version": "4.0.1",
2632
            "source": {
2633
                "type": "git",
2634
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2635
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1"
2636
            },
2637
            "dist": {
2638
                "type": "zip",
2639
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2640
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2641
                "shasum": ""
2642
            },
2643
            "require": {
2644
                "ext-gmp": "*",
2645
                "ext-openssl": "*",
2646
                "guzzlehttp/guzzle": "^6.0",
2647
                "monolog/monolog": "~1.11",
2648
                "php": "^5.6|^7.0",
2649
                "sensio/framework-extra-bundle": "~3",
2650
                "surfnet/stepup-saml-bundle": "^4.0",
2651
                "symfony/config": ">=2.7,<4",
2652
                "symfony/dependency-injection": ">=2.7,<4",
2653
                "symfony/form": ">=2.7,<4",
2654
                "symfony/framework-bundle": ">=2.7,<4",
2655
                "symfony/http-kernel": ">=2.7,<4",
2656
                "symfony/twig-bridge": ">=2.7,<4",
2657
                "symfony/validator": ">=2.7,<4"
2658
            },
2659
            "require-dev": {
2660
                "mockery/mockery": "0.9.*",
2661
                "phpmd/phpmd": "^2.0",
2662
                "phpunit/phpunit": "^4.0",
2663
                "sebastian/phpcpd": "^2.0",
2664
                "sensiolabs/security-checker": "^2.0",
2665
                "squizlabs/php_codesniffer": "^1.0"
2666
            },
2667
            "type": "library",
2668
            "autoload": {
2669
                "psr-4": {
2670
                    "Surfnet\\StepupBundle\\": "src"
2671
                }
2672
            },
2673
            "notification-url": "https://packagist.org/downloads/",
2674
            "license": [
2675
                "Apache-2.0"
2676
            ],
2677
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2678
            "keywords": [
2679
                "stepup",
2680
                "suaas",
2681
                "surfnet"
2682
            ],
2683
            "time": "2018-09-06T12:43:15+00:00"
2684
        },
2685
        {
2686
            "name": "surfnet/stepup-saml-bundle",
2687
            "version": "4.1.2",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2691
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/1ce8e74a7e35963e60378da8c8647656e382cef9",
2696
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "ext-openssl": "*",
2701
                "php": ">=5.6,<8.0-dev",
2702
                "robrichards/xmlseclibs": "^3.0",
2703
                "simplesamlphp/saml2": "^3.0",
2704
                "symfony/dependency-injection": ">=2.7,<4",
2705
                "symfony/framework-bundle": ">=2.7,<4"
2706
            },
2707
            "require-dev": {
2708
                "ibuildings/qa-tools": "~1.1",
2709
                "mockery/mockery": "~0.9",
2710
                "psr/log": "~1.0"
2711
            },
2712
            "type": "symfony-bundle",
2713
            "autoload": {
2714
                "psr-4": {
2715
                    "Surfnet\\SamlBundle\\": "src"
2716
                }
2717
            },
2718
            "notification-url": "https://packagist.org/downloads/",
2719
            "license": [
2720
                "Apache-2.0"
2721
            ],
2722
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2723
            "keywords": [
2724
                "SAML2",
2725
                "saml",
2726
                "simplesamlphp",
2727
                "stepup",
2728
                "surfnet"
2729
            ],
2730
            "time": "2018-09-04T10:06:38+00:00"
2731
        },
2732
        {
2733
            "name": "surfnet/stepup-u2f-bundle",
2734
            "version": "dev-develop",
2735
            "source": {
2736
                "type": "git",
2737
                "url": "https://github.com/OpenConext/Stepup-u2f-bundle.git",
2738
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0"
2739
            },
2740
            "dist": {
2741
                "type": "zip",
2742
                "url": "https://api.github.com/repos/OpenConext/Stepup-u2f-bundle/zipball/992f91db04afaad98f0d10645d81f4e3ea6742d0",
2743
                "reference": "992f91db04afaad98f0d10645d81f4e3ea6742d0",
2744
                "shasum": ""
2745
            },
2746
            "require": {
2747
                "php": ">=5.4|^7",
2748
                "symfony/config": ">=2.7,<4",
2749
                "symfony/dependency-injection": ">=2.7,<4",
2750
                "symfony/form": ">=2.7,<4",
2751
                "symfony/http-kernel": ">=2.7,<4",
2752
                "symfony/validator": ">=2.7,<4",
2753
                "yubico/u2flib-server": "^0.1.0"
2754
            },
2755
            "require-dev": {
2756
                "matthiasnoback/symfony-config-test": "^2.2",
2757
                "mockery/mockery": "~0.9",
2758
                "phpmd/phpmd": "^2.6",
2759
                "phpunit/phpunit": "^5.7",
2760
                "sebastian/phpcpd": "^2.0",
2761
                "sensiolabs/security-checker": "^3.0",
2762
                "squizlabs/php_codesniffer": "^1.0",
2763
                "symfony/phpunit-bridge": "^3.0"
2764
            },
2765
            "type": "library",
2766
            "autoload": {
2767
                "psr-4": {
2768
                    "Surfnet\\StepupU2fBundle\\": "src"
2769
                }
2770
            },
2771
            "notification-url": "https://packagist.org/downloads/",
2772
            "license": [
2773
                "Apache-2.0"
2774
            ],
2775
            "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",
2776
            "time": "2018-08-29T12:25:15+00:00"
2777
        },
2778
        {
2779
            "name": "surfnet/yubikey-api-client",
2780
            "version": "2.1.0",
2781
            "source": {
2782
                "type": "git",
2783
                "url": "https://github.com/SURFnet/yubikey-api-client.git",
2784
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9"
2785
            },
2786
            "dist": {
2787
                "type": "zip",
2788
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client/zipball/6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2789
                "reference": "6df6bd5e005d3cdbdb67e4383ea202424e0f78b9",
2790
                "shasum": ""
2791
            },
2792
            "require": {
2793
                "guzzlehttp/guzzle": "^6.0",
2794
                "paragonie/random_compat": "^1|^2",
2795
                "php": "^5.6|^7"
2796
            },
2797
            "require-dev": {
2798
                "liip/rmt": "1.1.*",
2799
                "mockery/mockery": "0.9.*",
2800
                "phpmd/phpmd": "^2.0",
2801
                "phpunit/phpunit": "^4.0",
2802
                "sebastian/phpcpd": "^2.0",
2803
                "sensiolabs/security-checker": "^2.0",
2804
                "squizlabs/php_codesniffer": "^1.0"
2805
            },
2806
            "type": "library",
2807
            "autoload": {
2808
                "psr-4": {
2809
                    "Surfnet\\YubikeyApiClient\\": "src",
2810
                    "Surfnet\\YubikeyApiClient\\Tests\\": "tests/unit",
2811
                    "Surfnet\\YubikeyApiClient\\IntegrationTests\\": "tests/integration"
2812
                }
2813
            },
2814
            "notification-url": "https://packagist.org/downloads/",
2815
            "license": [
2816
                "Apache-2.0"
2817
            ],
2818
            "description": "A Yubikey OTP validation service client",
2819
            "keywords": [
2820
                "surfnet",
2821
                "yubico",
2822
                "yubikey"
2823
            ],
2824
            "time": "2017-03-07T13:48:47+00:00"
2825
        },
2826
        {
2827
            "name": "surfnet/yubikey-api-client-bundle",
2828
            "version": "3.0.1",
2829
            "source": {
2830
                "type": "git",
2831
                "url": "https://github.com/SURFnet/yubikey-api-client-bundle.git",
2832
                "reference": "02a5dae83ba83a6362d3279cb9930a42faa2444b"
2833
            },
2834
            "dist": {
2835
                "type": "zip",
2836
                "url": "https://api.github.com/repos/SURFnet/yubikey-api-client-bundle/zipball/02a5dae83ba83a6362d3279cb9930a42faa2444b",
2837
                "reference": "02a5dae83ba83a6362d3279cb9930a42faa2444b",
2838
                "shasum": ""
2839
            },
2840
            "require": {
2841
                "php": "^5.6|^7.0",
2842
                "surfnet/yubikey-api-client": "^2.1",
2843
                "symfony/config": "^2.7|^3.0",
2844
                "symfony/dependency-injection": "^2.7|^3.0",
2845
                "symfony/http-kernel": "^2.7|^3.0"
2846
            },
2847
            "require-dev": {
2848
                "matthiasnoback/symfony-config-test": "^1.4",
2849
                "mockery/mockery": "0.9.*",
2850
                "phpmd/phpmd": "^2.0",
2851
                "phpunit/phpunit": "^4.0",
2852
                "sebastian/phpcpd": "^2.0",
2853
                "sensiolabs/security-checker": "^4.0",
2854
                "squizlabs/php_codesniffer": "^1.0",
2855
                "symfony/framework-bundle": ">=2.3,<4",
2856
                "symfony/monolog-bundle": "^2.11"
2857
            },
2858
            "type": "library",
2859
            "autoload": {
2860
                "psr-4": {
2861
                    "Surfnet\\YubikeyApiClientBundle\\": "src"
2862
                }
2863
            },
2864
            "notification-url": "https://packagist.org/downloads/",
2865
            "license": [
2866
                "Apache-2.0"
2867
            ],
2868
            "description": "A Symfony2 bundle to integrate Yubikey OTP validation service.",
2869
            "keywords": [
2870
                "surfnet",
2871
                "yubico",
2872
                "yubikey"
2873
            ],
2874
            "time": "2018-09-10T09:01:56+00:00"
2875
        },
2876
        {
2877
            "name": "swiftmailer/swiftmailer",
2878
            "version": "v5.4.12",
2879
            "source": {
2880
                "type": "git",
2881
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2882
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
2883
            },
2884
            "dist": {
2885
                "type": "zip",
2886
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
2887
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
2888
                "shasum": ""
2889
            },
2890
            "require": {
2891
                "php": ">=5.3.3"
2892
            },
2893
            "require-dev": {
2894
                "mockery/mockery": "~0.9.1",
2895
                "symfony/phpunit-bridge": "~3.2"
2896
            },
2897
            "type": "library",
2898
            "extra": {
2899
                "branch-alias": {
2900
                    "dev-master": "5.4-dev"
2901
                }
2902
            },
2903
            "autoload": {
2904
                "files": [
2905
                    "lib/swift_required.php"
2906
                ]
2907
            },
2908
            "notification-url": "https://packagist.org/downloads/",
2909
            "license": [
2910
                "MIT"
2911
            ],
2912
            "authors": [
2913
                {
2914
                    "name": "Chris Corbyn"
2915
                },
2916
                {
2917
                    "name": "Fabien Potencier",
2918
                    "email": "[email protected]"
2919
                }
2920
            ],
2921
            "description": "Swiftmailer, free feature-rich PHP mailer",
2922
            "homepage": "https://swiftmailer.symfony.com",
2923
            "keywords": [
2924
                "email",
2925
                "mail",
2926
                "mailer"
2927
            ],
2928
            "time": "2018-07-31T09:26:32+00:00"
2929
        },
2930
        {
2931
            "name": "symfony/assetic-bundle",
2932
            "version": "v2.8.2",
2933
            "source": {
2934
                "type": "git",
2935
                "url": "https://github.com/symfony/assetic-bundle.git",
2936
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
2937
            },
2938
            "dist": {
2939
                "type": "zip",
2940
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
2941
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
2942
                "shasum": ""
2943
            },
2944
            "require": {
2945
                "kriswallsmith/assetic": "~1.4",
2946
                "php": ">=5.3.0",
2947
                "symfony/console": "~2.3|~3.0",
2948
                "symfony/dependency-injection": "~2.3|~3.0",
2949
                "symfony/framework-bundle": "~2.3|~3.0",
2950
                "symfony/yaml": "~2.3|~3.0"
2951
            },
2952
            "conflict": {
2953
                "kriswallsmith/spork": "<=0.2",
2954
                "twig/twig": "<1.27"
2955
            },
2956
            "require-dev": {
2957
                "kriswallsmith/spork": "~0.3",
2958
                "patchwork/jsqueeze": "~1.0",
2959
                "symfony/class-loader": "~2.3|~3.0",
2960
                "symfony/css-selector": "~2.3|~3.0",
2961
                "symfony/dom-crawler": "~2.3|~3.0",
2962
                "symfony/phpunit-bridge": "~2.7|~3.0",
2963
                "symfony/twig-bundle": "~2.3|~3.0"
2964
            },
2965
            "suggest": {
2966
                "kriswallsmith/spork": "to be able to dump assets in parallel",
2967
                "symfony/twig-bundle": "to use the Twig integration"
2968
            },
2969
            "type": "symfony-bundle",
2970
            "extra": {
2971
                "branch-alias": {
2972
                    "dev-master": "2.8-dev"
2973
                }
2974
            },
2975
            "autoload": {
2976
                "psr-4": {
2977
                    "Symfony\\Bundle\\AsseticBundle\\": ""
2978
                }
2979
            },
2980
            "notification-url": "https://packagist.org/downloads/",
2981
            "license": [
2982
                "MIT"
2983
            ],
2984
            "authors": [
2985
                {
2986
                    "name": "Kris Wallsmith",
2987
                    "email": "[email protected]",
2988
                    "homepage": "http://kriswallsmith.net/"
2989
                }
2990
            ],
2991
            "description": "Integrates Assetic into Symfony2",
2992
            "homepage": "https://github.com/symfony/AsseticBundle",
2993
            "keywords": [
2994
                "assets",
2995
                "compression",
2996
                "minification"
2997
            ],
2998
            "abandoned": "symfony/webpack-encore-pack",
2999
            "time": "2017-07-14T07:26:46+00:00"
3000
        },
3001
        {
3002
            "name": "symfony/monolog-bundle",
3003
            "version": "v2.12.1",
3004
            "source": {
3005
                "type": "git",
3006
                "url": "https://github.com/symfony/monolog-bundle.git",
3007
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
3008
            },
3009
            "dist": {
3010
                "type": "zip",
3011
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
3012
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
3013
                "shasum": ""
3014
            },
3015
            "require": {
3016
                "monolog/monolog": "~1.18",
3017
                "php": ">=5.3.2",
3018
                "symfony/config": "~2.3|~3.0",
3019
                "symfony/dependency-injection": "~2.3|~3.0",
3020
                "symfony/http-kernel": "~2.3|~3.0",
3021
                "symfony/monolog-bridge": "~2.3|~3.0"
3022
            },
3023
            "require-dev": {
3024
                "phpunit/phpunit": "^4.8",
3025
                "symfony/console": "~2.3|~3.0",
3026
                "symfony/yaml": "~2.3|~3.0"
3027
            },
3028
            "type": "symfony-bundle",
3029
            "extra": {
3030
                "branch-alias": {
3031
                    "dev-master": "2.x-dev"
3032
                }
3033
            },
3034
            "autoload": {
3035
                "psr-4": {
3036
                    "Symfony\\Bundle\\MonologBundle\\": ""
3037
                }
3038
            },
3039
            "notification-url": "https://packagist.org/downloads/",
3040
            "license": [
3041
                "MIT"
3042
            ],
3043
            "authors": [
3044
                {
3045
                    "name": "Symfony Community",
3046
                    "homepage": "http://symfony.com/contributors"
3047
                },
3048
                {
3049
                    "name": "Fabien Potencier",
3050
                    "email": "[email protected]"
3051
                }
3052
            ],
3053
            "description": "Symfony MonologBundle",
3054
            "homepage": "http://symfony.com",
3055
            "keywords": [
3056
                "log",
3057
                "logging"
3058
            ],
3059
            "time": "2017-01-02T19:04:26+00:00"
3060
        },
3061
        {
3062
            "name": "symfony/polyfill-apcu",
3063
            "version": "v1.9.0",
3064
            "source": {
3065
                "type": "git",
3066
                "url": "https://github.com/symfony/polyfill-apcu.git",
3067
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
3068
            },
3069
            "dist": {
3070
                "type": "zip",
3071
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
3072
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
3073
                "shasum": ""
3074
            },
3075
            "require": {
3076
                "php": ">=5.3.3"
3077
            },
3078
            "type": "library",
3079
            "extra": {
3080
                "branch-alias": {
3081
                    "dev-master": "1.9-dev"
3082
                }
3083
            },
3084
            "autoload": {
3085
                "psr-4": {
3086
                    "Symfony\\Polyfill\\Apcu\\": ""
3087
                },
3088
                "files": [
3089
                    "bootstrap.php"
3090
                ]
3091
            },
3092
            "notification-url": "https://packagist.org/downloads/",
3093
            "license": [
3094
                "MIT"
3095
            ],
3096
            "authors": [
3097
                {
3098
                    "name": "Nicolas Grekas",
3099
                    "email": "[email protected]"
3100
                },
3101
                {
3102
                    "name": "Symfony Community",
3103
                    "homepage": "https://symfony.com/contributors"
3104
                }
3105
            ],
3106
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3107
            "homepage": "https://symfony.com",
3108
            "keywords": [
3109
                "apcu",
3110
                "compatibility",
3111
                "polyfill",
3112
                "portable",
3113
                "shim"
3114
            ],
3115
            "time": "2018-08-06T14:22:27+00:00"
3116
        },
3117
        {
3118
            "name": "symfony/polyfill-ctype",
3119
            "version": "v1.9.0",
3120
            "source": {
3121
                "type": "git",
3122
                "url": "https://github.com/symfony/polyfill-ctype.git",
3123
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3124
            },
3125
            "dist": {
3126
                "type": "zip",
3127
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3128
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3129
                "shasum": ""
3130
            },
3131
            "require": {
3132
                "php": ">=5.3.3"
3133
            },
3134
            "suggest": {
3135
                "ext-ctype": "For best performance"
3136
            },
3137
            "type": "library",
3138
            "extra": {
3139
                "branch-alias": {
3140
                    "dev-master": "1.9-dev"
3141
                }
3142
            },
3143
            "autoload": {
3144
                "psr-4": {
3145
                    "Symfony\\Polyfill\\Ctype\\": ""
3146
                },
3147
                "files": [
3148
                    "bootstrap.php"
3149
                ]
3150
            },
3151
            "notification-url": "https://packagist.org/downloads/",
3152
            "license": [
3153
                "MIT"
3154
            ],
3155
            "authors": [
3156
                {
3157
                    "name": "Symfony Community",
3158
                    "homepage": "https://symfony.com/contributors"
3159
                },
3160
                {
3161
                    "name": "Gert de Pagter",
3162
                    "email": "[email protected]"
3163
                }
3164
            ],
3165
            "description": "Symfony polyfill for ctype functions",
3166
            "homepage": "https://symfony.com",
3167
            "keywords": [
3168
                "compatibility",
3169
                "ctype",
3170
                "polyfill",
3171
                "portable"
3172
            ],
3173
            "time": "2018-08-06T14:22:27+00:00"
3174
        },
3175
        {
3176
            "name": "symfony/polyfill-intl-icu",
3177
            "version": "v1.9.0",
3178
            "source": {
3179
                "type": "git",
3180
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
3181
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
3182
            },
3183
            "dist": {
3184
                "type": "zip",
3185
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
3186
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
3187
                "shasum": ""
3188
            },
3189
            "require": {
3190
                "php": ">=5.3.3",
3191
                "symfony/intl": "~2.3|~3.0|~4.0"
3192
            },
3193
            "suggest": {
3194
                "ext-intl": "For best performance"
3195
            },
3196
            "type": "library",
3197
            "extra": {
3198
                "branch-alias": {
3199
                    "dev-master": "1.9-dev"
3200
                }
3201
            },
3202
            "autoload": {
3203
                "files": [
3204
                    "bootstrap.php"
3205
                ]
3206
            },
3207
            "notification-url": "https://packagist.org/downloads/",
3208
            "license": [
3209
                "MIT"
3210
            ],
3211
            "authors": [
3212
                {
3213
                    "name": "Nicolas Grekas",
3214
                    "email": "[email protected]"
3215
                },
3216
                {
3217
                    "name": "Symfony Community",
3218
                    "homepage": "https://symfony.com/contributors"
3219
                }
3220
            ],
3221
            "description": "Symfony polyfill for intl's ICU-related data and classes",
3222
            "homepage": "https://symfony.com",
3223
            "keywords": [
3224
                "compatibility",
3225
                "icu",
3226
                "intl",
3227
                "polyfill",
3228
                "portable",
3229
                "shim"
3230
            ],
3231
            "time": "2018-08-06T14:22:27+00:00"
3232
        },
3233
        {
3234
            "name": "symfony/polyfill-mbstring",
3235
            "version": "v1.9.0",
3236
            "source": {
3237
                "type": "git",
3238
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3239
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
3240
            },
3241
            "dist": {
3242
                "type": "zip",
3243
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
3244
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
3245
                "shasum": ""
3246
            },
3247
            "require": {
3248
                "php": ">=5.3.3"
3249
            },
3250
            "suggest": {
3251
                "ext-mbstring": "For best performance"
3252
            },
3253
            "type": "library",
3254
            "extra": {
3255
                "branch-alias": {
3256
                    "dev-master": "1.9-dev"
3257
                }
3258
            },
3259
            "autoload": {
3260
                "psr-4": {
3261
                    "Symfony\\Polyfill\\Mbstring\\": ""
3262
                },
3263
                "files": [
3264
                    "bootstrap.php"
3265
                ]
3266
            },
3267
            "notification-url": "https://packagist.org/downloads/",
3268
            "license": [
3269
                "MIT"
3270
            ],
3271
            "authors": [
3272
                {
3273
                    "name": "Nicolas Grekas",
3274
                    "email": "[email protected]"
3275
                },
3276
                {
3277
                    "name": "Symfony Community",
3278
                    "homepage": "https://symfony.com/contributors"
3279
                }
3280
            ],
3281
            "description": "Symfony polyfill for the Mbstring extension",
3282
            "homepage": "https://symfony.com",
3283
            "keywords": [
3284
                "compatibility",
3285
                "mbstring",
3286
                "polyfill",
3287
                "portable",
3288
                "shim"
3289
            ],
3290
            "time": "2018-08-06T14:22:27+00:00"
3291
        },
3292
        {
3293
            "name": "symfony/polyfill-php56",
3294
            "version": "v1.9.0",
3295
            "source": {
3296
                "type": "git",
3297
                "url": "https://github.com/symfony/polyfill-php56.git",
3298
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
3299
            },
3300
            "dist": {
3301
                "type": "zip",
3302
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
3303
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
3304
                "shasum": ""
3305
            },
3306
            "require": {
3307
                "php": ">=5.3.3",
3308
                "symfony/polyfill-util": "~1.0"
3309
            },
3310
            "type": "library",
3311
            "extra": {
3312
                "branch-alias": {
3313
                    "dev-master": "1.9-dev"
3314
                }
3315
            },
3316
            "autoload": {
3317
                "psr-4": {
3318
                    "Symfony\\Polyfill\\Php56\\": ""
3319
                },
3320
                "files": [
3321
                    "bootstrap.php"
3322
                ]
3323
            },
3324
            "notification-url": "https://packagist.org/downloads/",
3325
            "license": [
3326
                "MIT"
3327
            ],
3328
            "authors": [
3329
                {
3330
                    "name": "Nicolas Grekas",
3331
                    "email": "[email protected]"
3332
                },
3333
                {
3334
                    "name": "Symfony Community",
3335
                    "homepage": "https://symfony.com/contributors"
3336
                }
3337
            ],
3338
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3339
            "homepage": "https://symfony.com",
3340
            "keywords": [
3341
                "compatibility",
3342
                "polyfill",
3343
                "portable",
3344
                "shim"
3345
            ],
3346
            "time": "2018-08-06T14:22:27+00:00"
3347
        },
3348
        {
3349
            "name": "symfony/polyfill-php70",
3350
            "version": "v1.9.0",
3351
            "source": {
3352
                "type": "git",
3353
                "url": "https://github.com/symfony/polyfill-php70.git",
3354
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
3355
            },
3356
            "dist": {
3357
                "type": "zip",
3358
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
3359
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
3360
                "shasum": ""
3361
            },
3362
            "require": {
3363
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
3364
                "php": ">=5.3.3"
3365
            },
3366
            "type": "library",
3367
            "extra": {
3368
                "branch-alias": {
3369
                    "dev-master": "1.9-dev"
3370
                }
3371
            },
3372
            "autoload": {
3373
                "psr-4": {
3374
                    "Symfony\\Polyfill\\Php70\\": ""
3375
                },
3376
                "files": [
3377
                    "bootstrap.php"
3378
                ],
3379
                "classmap": [
3380
                    "Resources/stubs"
3381
                ]
3382
            },
3383
            "notification-url": "https://packagist.org/downloads/",
3384
            "license": [
3385
                "MIT"
3386
            ],
3387
            "authors": [
3388
                {
3389
                    "name": "Nicolas Grekas",
3390
                    "email": "[email protected]"
3391
                },
3392
                {
3393
                    "name": "Symfony Community",
3394
                    "homepage": "https://symfony.com/contributors"
3395
                }
3396
            ],
3397
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3398
            "homepage": "https://symfony.com",
3399
            "keywords": [
3400
                "compatibility",
3401
                "polyfill",
3402
                "portable",
3403
                "shim"
3404
            ],
3405
            "time": "2018-08-06T14:22:27+00:00"
3406
        },
3407
        {
3408
            "name": "symfony/polyfill-util",
3409
            "version": "v1.9.0",
3410
            "source": {
3411
                "type": "git",
3412
                "url": "https://github.com/symfony/polyfill-util.git",
3413
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
3414
            },
3415
            "dist": {
3416
                "type": "zip",
3417
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
3418
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
3419
                "shasum": ""
3420
            },
3421
            "require": {
3422
                "php": ">=5.3.3"
3423
            },
3424
            "type": "library",
3425
            "extra": {
3426
                "branch-alias": {
3427
                    "dev-master": "1.9-dev"
3428
                }
3429
            },
3430
            "autoload": {
3431
                "psr-4": {
3432
                    "Symfony\\Polyfill\\Util\\": ""
3433
                }
3434
            },
3435
            "notification-url": "https://packagist.org/downloads/",
3436
            "license": [
3437
                "MIT"
3438
            ],
3439
            "authors": [
3440
                {
3441
                    "name": "Nicolas Grekas",
3442
                    "email": "[email protected]"
3443
                },
3444
                {
3445
                    "name": "Symfony Community",
3446
                    "homepage": "https://symfony.com/contributors"
3447
                }
3448
            ],
3449
            "description": "Symfony utilities for portability of PHP codes",
3450
            "homepage": "https://symfony.com",
3451
            "keywords": [
3452
                "compat",
3453
                "compatibility",
3454
                "polyfill",
3455
                "shim"
3456
            ],
3457
            "time": "2018-08-06T14:22:27+00:00"
3458
        },
3459
        {
3460
            "name": "symfony/swiftmailer-bundle",
3461
            "version": "v2.6.7",
3462
            "source": {
3463
                "type": "git",
3464
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3465
                "reference": "c4808f5169efc05567be983909d00f00521c53ec"
3466
            },
3467
            "dist": {
3468
                "type": "zip",
3469
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
3470
                "reference": "c4808f5169efc05567be983909d00f00521c53ec",
3471
                "shasum": ""
3472
            },
3473
            "require": {
3474
                "php": ">=5.3.2",
3475
                "swiftmailer/swiftmailer": "~4.2|~5.0",
3476
                "symfony/config": "~2.7|~3.0",
3477
                "symfony/dependency-injection": "~2.7|~3.0",
3478
                "symfony/http-kernel": "~2.7|~3.0"
3479
            },
3480
            "require-dev": {
3481
                "symfony/console": "~2.7|~3.0",
3482
                "symfony/framework-bundle": "~2.7|~3.0",
3483
                "symfony/phpunit-bridge": "~3.3@dev",
3484
                "symfony/yaml": "~2.7|~3.0"
3485
            },
3486
            "suggest": {
3487
                "psr/log": "Allows logging"
3488
            },
3489
            "type": "symfony-bundle",
3490
            "extra": {
3491
                "branch-alias": {
3492
                    "dev-master": "2.6-dev"
3493
                }
3494
            },
3495
            "autoload": {
3496
                "psr-4": {
3497
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3498
                }
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "MIT"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Symfony Community",
3507
                    "homepage": "http://symfony.com/contributors"
3508
                },
3509
                {
3510
                    "name": "Fabien Potencier",
3511
                    "email": "[email protected]"
3512
                }
3513
            ],
3514
            "description": "Symfony SwiftmailerBundle",
3515
            "homepage": "http://symfony.com",
3516
            "time": "2017-10-19T01:06:41+00:00"
3517
        },
3518
        {
3519
            "name": "symfony/symfony",
3520
            "version": "v3.4.15",
3521
            "source": {
3522
                "type": "git",
3523
                "url": "https://github.com/symfony/symfony.git",
3524
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1"
3525
            },
3526
            "dist": {
3527
                "type": "zip",
3528
                "url": "https://api.github.com/repos/symfony/symfony/zipball/5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
3529
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
3530
                "shasum": ""
3531
            },
3532
            "require": {
3533
                "doctrine/common": "~2.4",
3534
                "ext-xml": "*",
3535
                "fig/link-util": "^1.0",
3536
                "php": "^5.5.9|>=7.0.8",
3537
                "psr/cache": "~1.0",
3538
                "psr/container": "^1.0",
3539
                "psr/link": "^1.0",
3540
                "psr/log": "~1.0",
3541
                "psr/simple-cache": "^1.0",
3542
                "symfony/polyfill-apcu": "~1.1",
3543
                "symfony/polyfill-ctype": "~1.8",
3544
                "symfony/polyfill-intl-icu": "~1.0",
3545
                "symfony/polyfill-mbstring": "~1.0",
3546
                "symfony/polyfill-php56": "~1.0",
3547
                "symfony/polyfill-php70": "~1.6",
3548
                "twig/twig": "^1.35|^2.4.4"
3549
            },
3550
            "conflict": {
3551
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
3552
                "phpdocumentor/type-resolver": "<0.3.0",
3553
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3554
            },
3555
            "provide": {
3556
                "psr/cache-implementation": "1.0",
3557
                "psr/container-implementation": "1.0",
3558
                "psr/log-implementation": "1.0",
3559
                "psr/simple-cache-implementation": "1.0"
3560
            },
3561
            "replace": {
3562
                "symfony/asset": "self.version",
3563
                "symfony/browser-kit": "self.version",
3564
                "symfony/cache": "self.version",
3565
                "symfony/class-loader": "self.version",
3566
                "symfony/config": "self.version",
3567
                "symfony/console": "self.version",
3568
                "symfony/css-selector": "self.version",
3569
                "symfony/debug": "self.version",
3570
                "symfony/debug-bundle": "self.version",
3571
                "symfony/dependency-injection": "self.version",
3572
                "symfony/doctrine-bridge": "self.version",
3573
                "symfony/dom-crawler": "self.version",
3574
                "symfony/dotenv": "self.version",
3575
                "symfony/event-dispatcher": "self.version",
3576
                "symfony/expression-language": "self.version",
3577
                "symfony/filesystem": "self.version",
3578
                "symfony/finder": "self.version",
3579
                "symfony/form": "self.version",
3580
                "symfony/framework-bundle": "self.version",
3581
                "symfony/http-foundation": "self.version",
3582
                "symfony/http-kernel": "self.version",
3583
                "symfony/inflector": "self.version",
3584
                "symfony/intl": "self.version",
3585
                "symfony/ldap": "self.version",
3586
                "symfony/lock": "self.version",
3587
                "symfony/monolog-bridge": "self.version",
3588
                "symfony/options-resolver": "self.version",
3589
                "symfony/process": "self.version",
3590
                "symfony/property-access": "self.version",
3591
                "symfony/property-info": "self.version",
3592
                "symfony/proxy-manager-bridge": "self.version",
3593
                "symfony/routing": "self.version",
3594
                "symfony/security": "self.version",
3595
                "symfony/security-bundle": "self.version",
3596
                "symfony/security-core": "self.version",
3597
                "symfony/security-csrf": "self.version",
3598
                "symfony/security-guard": "self.version",
3599
                "symfony/security-http": "self.version",
3600
                "symfony/serializer": "self.version",
3601
                "symfony/stopwatch": "self.version",
3602
                "symfony/templating": "self.version",
3603
                "symfony/translation": "self.version",
3604
                "symfony/twig-bridge": "self.version",
3605
                "symfony/twig-bundle": "self.version",
3606
                "symfony/validator": "self.version",
3607
                "symfony/var-dumper": "self.version",
3608
                "symfony/web-link": "self.version",
3609
                "symfony/web-profiler-bundle": "self.version",
3610
                "symfony/web-server-bundle": "self.version",
3611
                "symfony/workflow": "self.version",
3612
                "symfony/yaml": "self.version"
3613
            },
3614
            "require-dev": {
3615
                "cache/integration-tests": "dev-master",
3616
                "doctrine/annotations": "~1.0",
3617
                "doctrine/cache": "~1.6",
3618
                "doctrine/data-fixtures": "1.0.*",
3619
                "doctrine/dbal": "~2.4",
3620
                "doctrine/doctrine-bundle": "~1.4",
3621
                "doctrine/orm": "~2.4,>=2.4.5",
3622
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3623
                "monolog/monolog": "~1.11",
3624
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3625
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3626
                "predis/predis": "~1.0",
3627
                "symfony/phpunit-bridge": "~3.4|~4.0",
3628
                "symfony/security-acl": "~2.8|~3.0"
3629
            },
3630
            "type": "library",
3631
            "extra": {
3632
                "branch-alias": {
3633
                    "dev-master": "3.4-dev"
3634
                }
3635
            },
3636
            "autoload": {
3637
                "psr-4": {
3638
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3639
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3640
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3641
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3642
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3643
                    "Symfony\\Component\\": "src/Symfony/Component/"
3644
                },
3645
                "classmap": [
3646
                    "src/Symfony/Component/Intl/Resources/stubs"
3647
                ],
3648
                "exclude-from-classmap": [
3649
                    "**/Tests/"
3650
                ]
3651
            },
3652
            "notification-url": "https://packagist.org/downloads/",
3653
            "license": [
3654
                "MIT"
3655
            ],
3656
            "authors": [
3657
                {
3658
                    "name": "Fabien Potencier",
3659
                    "email": "[email protected]"
3660
                },
3661
                {
3662
                    "name": "Symfony Community",
3663
                    "homepage": "https://symfony.com/contributors"
3664
                }
3665
            ],
3666
            "description": "The Symfony PHP framework",
3667
            "homepage": "https://symfony.com",
3668
            "keywords": [
3669
                "framework"
3670
            ],
3671
            "time": "2018-08-28T06:06:28+00:00"
3672
        },
3673
        {
3674
            "name": "twbs/bootstrap",
3675
            "version": "v3.3.7",
3676
            "source": {
3677
                "type": "git",
3678
                "url": "https://github.com/twbs/bootstrap.git",
3679
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
3680
            },
3681
            "dist": {
3682
                "type": "zip",
3683
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3684
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
3685
                "shasum": ""
3686
            },
3687
            "replace": {
3688
                "twitter/bootstrap": "self.version"
3689
            },
3690
            "type": "library",
3691
            "extra": {
3692
                "branch-alias": {
3693
                    "dev-master": "3.3.x-dev"
3694
                }
3695
            },
3696
            "notification-url": "https://packagist.org/downloads/",
3697
            "license": [
3698
                "MIT"
3699
            ],
3700
            "authors": [
3701
                {
3702
                    "name": "Jacob Thornton",
3703
                    "email": "[email protected]"
3704
                },
3705
                {
3706
                    "name": "Mark Otto",
3707
                    "email": "[email protected]"
3708
                }
3709
            ],
3710
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
3711
            "homepage": "http://getbootstrap.com",
3712
            "keywords": [
3713
                "JS",
3714
                "css",
3715
                "framework",
3716
                "front-end",
3717
                "less",
3718
                "mobile-first",
3719
                "responsive",
3720
                "web"
3721
            ],
3722
            "time": "2016-07-25T15:51:55+00:00"
3723
        },
3724
        {
3725
            "name": "twig/extensions",
3726
            "version": "v1.5.2",
3727
            "source": {
3728
                "type": "git",
3729
                "url": "https://github.com/twigphp/Twig-extensions.git",
3730
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82"
3731
            },
3732
            "dist": {
3733
                "type": "zip",
3734
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c1a86526d0044065220d1b51ac08348bea5ca82",
3735
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82",
3736
                "shasum": ""
3737
            },
3738
            "require": {
3739
                "twig/twig": "^1.27|^2.0"
3740
            },
3741
            "require-dev": {
3742
                "symfony/phpunit-bridge": "^3.4",
3743
                "symfony/translation": "^2.7|^3.4"
3744
            },
3745
            "suggest": {
3746
                "symfony/translation": "Allow the time_diff output to be translated"
3747
            },
3748
            "type": "library",
3749
            "extra": {
3750
                "branch-alias": {
3751
                    "dev-master": "1.5-dev"
3752
                }
3753
            },
3754
            "autoload": {
3755
                "psr-0": {
3756
                    "Twig_Extensions_": "lib/"
3757
                },
3758
                "psr-4": {
3759
                    "Twig\\Extensions\\": "src/"
3760
                }
3761
            },
3762
            "notification-url": "https://packagist.org/downloads/",
3763
            "license": [
3764
                "MIT"
3765
            ],
3766
            "authors": [
3767
                {
3768
                    "name": "Fabien Potencier",
3769
                    "email": "[email protected]"
3770
                }
3771
            ],
3772
            "description": "Common additional features for Twig that do not directly belong in core",
3773
            "keywords": [
3774
                "i18n",
3775
                "text"
3776
            ],
3777
            "time": "2018-05-22T13:26:07+00:00"
3778
        },
3779
        {
3780
            "name": "twig/twig",
3781
            "version": "v1.35.4",
3782
            "source": {
3783
                "type": "git",
3784
                "url": "https://github.com/twigphp/Twig.git",
3785
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
3786
            },
3787
            "dist": {
3788
                "type": "zip",
3789
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3790
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3791
                "shasum": ""
3792
            },
3793
            "require": {
3794
                "php": ">=5.3.3",
3795
                "symfony/polyfill-ctype": "^1.8"
3796
            },
3797
            "require-dev": {
3798
                "psr/container": "^1.0",
3799
                "symfony/debug": "^2.7",
3800
                "symfony/phpunit-bridge": "^3.3"
3801
            },
3802
            "type": "library",
3803
            "extra": {
3804
                "branch-alias": {
3805
                    "dev-master": "1.35-dev"
3806
                }
3807
            },
3808
            "autoload": {
3809
                "psr-0": {
3810
                    "Twig_": "lib/"
3811
                },
3812
                "psr-4": {
3813
                    "Twig\\": "src/"
3814
                }
3815
            },
3816
            "notification-url": "https://packagist.org/downloads/",
3817
            "license": [
3818
                "BSD-3-Clause"
3819
            ],
3820
            "authors": [
3821
                {
3822
                    "name": "Fabien Potencier",
3823
                    "email": "[email protected]",
3824
                    "homepage": "http://fabien.potencier.org",
3825
                    "role": "Lead Developer"
3826
                },
3827
                {
3828
                    "name": "Armin Ronacher",
3829
                    "email": "[email protected]",
3830
                    "role": "Project Founder"
3831
                },
3832
                {
3833
                    "name": "Twig Team",
3834
                    "homepage": "https://twig.symfony.com/contributors",
3835
                    "role": "Contributors"
3836
                }
3837
            ],
3838
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3839
            "homepage": "https://twig.symfony.com",
3840
            "keywords": [
3841
                "templating"
3842
            ],
3843
            "time": "2018-07-13T07:12:17+00:00"
3844
        },
3845
        {
3846
            "name": "webmozart/assert",
3847
            "version": "1.3.0",
3848
            "source": {
3849
                "type": "git",
3850
                "url": "https://github.com/webmozart/assert.git",
3851
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3852
            },
3853
            "dist": {
3854
                "type": "zip",
3855
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3856
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3857
                "shasum": ""
3858
            },
3859
            "require": {
3860
                "php": "^5.3.3 || ^7.0"
3861
            },
3862
            "require-dev": {
3863
                "phpunit/phpunit": "^4.6",
3864
                "sebastian/version": "^1.0.1"
3865
            },
3866
            "type": "library",
3867
            "extra": {
3868
                "branch-alias": {
3869
                    "dev-master": "1.3-dev"
3870
                }
3871
            },
3872
            "autoload": {
3873
                "psr-4": {
3874
                    "Webmozart\\Assert\\": "src/"
3875
                }
3876
            },
3877
            "notification-url": "https://packagist.org/downloads/",
3878
            "license": [
3879
                "MIT"
3880
            ],
3881
            "authors": [
3882
                {
3883
                    "name": "Bernhard Schussek",
3884
                    "email": "[email protected]"
3885
                }
3886
            ],
3887
            "description": "Assertions to validate method input/output with nice error messages.",
3888
            "keywords": [
3889
                "assert",
3890
                "check",
3891
                "validate"
3892
            ],
3893
            "time": "2018-01-29T19:49:41+00:00"
3894
        },
3895
        {
3896
            "name": "yubico/u2flib-server",
3897
            "version": "0.1.0",
3898
            "source": {
3899
                "type": "git",
3900
                "url": "https://github.com/Yubico/php-u2flib-server.git",
3901
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1"
3902
            },
3903
            "dist": {
3904
                "type": "zip",
3905
                "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/71ad5f0b7c796966da356eecd5b583ac852e92a1",
3906
                "reference": "71ad5f0b7c796966da356eecd5b583ac852e92a1",
3907
                "shasum": ""
3908
            },
3909
            "require": {
3910
                "ext-openssl": "*"
3911
            },
3912
            "type": "library",
3913
            "autoload": {
3914
                "classmap": [
3915
                    "src/"
3916
                ]
3917
            },
3918
            "notification-url": "https://packagist.org/downloads/",
3919
            "license": [
3920
                "BSD-2-Clause"
3921
            ],
3922
            "description": "Library for U2F implementation",
3923
            "homepage": "https://developers.yubico.com/php-u2flib-server",
3924
            "time": "2015-03-03T08:05:16+00:00"
3925
        },
3926
        {
3927
            "name": "zendframework/zend-code",
3928
            "version": "2.6.3",
3929
            "source": {
3930
                "type": "git",
3931
                "url": "https://github.com/zendframework/zend-code.git",
3932
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3933
            },
3934
            "dist": {
3935
                "type": "zip",
3936
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3937
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3938
                "shasum": ""
3939
            },
3940
            "require": {
3941
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3942
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3943
            },
3944
            "require-dev": {
3945
                "doctrine/annotations": "~1.0",
3946
                "fabpot/php-cs-fixer": "1.7.*",
3947
                "phpunit/phpunit": "^4.8.21",
3948
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3949
            },
3950
            "suggest": {
3951
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3952
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3953
            },
3954
            "type": "library",
3955
            "extra": {
3956
                "branch-alias": {
3957
                    "dev-master": "2.6-dev",
3958
                    "dev-develop": "2.7-dev"
3959
                }
3960
            },
3961
            "autoload": {
3962
                "psr-4": {
3963
                    "Zend\\Code\\": "src/"
3964
                }
3965
            },
3966
            "notification-url": "https://packagist.org/downloads/",
3967
            "license": [
3968
                "BSD-3-Clause"
3969
            ],
3970
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3971
            "homepage": "https://github.com/zendframework/zend-code",
3972
            "keywords": [
3973
                "code",
3974
                "zf2"
3975
            ],
3976
            "time": "2016-04-20T17:26:42+00:00"
3977
        },
3978
        {
3979
            "name": "zendframework/zend-eventmanager",
3980
            "version": "3.2.1",
3981
            "source": {
3982
                "type": "git",
3983
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3984
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3985
            },
3986
            "dist": {
3987
                "type": "zip",
3988
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3989
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3990
                "shasum": ""
3991
            },
3992
            "require": {
3993
                "php": "^5.6 || ^7.0"
3994
            },
3995
            "require-dev": {
3996
                "athletic/athletic": "^0.1",
3997
                "container-interop/container-interop": "^1.1.0",
3998
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3999
                "zendframework/zend-coding-standard": "~1.0.0",
4000
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4001
            },
4002
            "suggest": {
4003
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4004
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4005
            },
4006
            "type": "library",
4007
            "extra": {
4008
                "branch-alias": {
4009
                    "dev-master": "3.2-dev",
4010
                    "dev-develop": "3.3-dev"
4011
                }
4012
            },
4013
            "autoload": {
4014
                "psr-4": {
4015
                    "Zend\\EventManager\\": "src/"
4016
                }
4017
            },
4018
            "notification-url": "https://packagist.org/downloads/",
4019
            "license": [
4020
                "BSD-3-Clause"
4021
            ],
4022
            "description": "Trigger and listen to events within a PHP application",
4023
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4024
            "keywords": [
4025
                "event",
4026
                "eventmanager",
4027
                "events",
4028
                "zf2"
4029
            ],
4030
            "time": "2018-04-25T15:33:34+00:00"
4031
        }
4032
    ],
4033
    "packages-dev": [
4034
        {
4035
            "name": "hamcrest/hamcrest-php",
4036
            "version": "v1.2.2",
4037
            "source": {
4038
                "type": "git",
4039
                "url": "https://github.com/hamcrest/hamcrest-php.git",
4040
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
4041
            },
4042
            "dist": {
4043
                "type": "zip",
4044
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
4045
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
4046
                "shasum": ""
4047
            },
4048
            "require": {
4049
                "php": ">=5.3.2"
4050
            },
4051
            "replace": {
4052
                "cordoval/hamcrest-php": "*",
4053
                "davedevelopment/hamcrest-php": "*",
4054
                "kodova/hamcrest-php": "*"
4055
            },
4056
            "require-dev": {
4057
                "phpunit/php-file-iterator": "1.3.3",
4058
                "satooshi/php-coveralls": "dev-master"
4059
            },
4060
            "type": "library",
4061
            "autoload": {
4062
                "classmap": [
4063
                    "hamcrest"
4064
                ],
4065
                "files": [
4066
                    "hamcrest/Hamcrest.php"
4067
                ]
4068
            },
4069
            "notification-url": "https://packagist.org/downloads/",
4070
            "license": [
4071
                "BSD"
4072
            ],
4073
            "description": "This is the PHP port of Hamcrest Matchers",
4074
            "keywords": [
4075
                "test"
4076
            ],
4077
            "time": "2015-05-11T14:41:42+00:00"
4078
        },
4079
        {
4080
            "name": "matthiasnoback/symfony-config-test",
4081
            "version": "v2.2.0",
4082
            "source": {
4083
                "type": "git",
4084
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
4085
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e"
4086
            },
4087
            "dist": {
4088
                "type": "zip",
4089
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/8d48332ed83ac3bacc99ce487ade25df2613ab1e",
4090
                "reference": "8d48332ed83ac3bacc99ce487ade25df2613ab1e",
4091
                "shasum": ""
4092
            },
4093
            "require": {
4094
                "php": "^5.3|^7.0",
4095
                "sebastian/exporter": "^1.0|^2.0",
4096
                "symfony/config": "^2.3|^3.0|^4.0"
4097
            },
4098
            "require-dev": {
4099
                "phpunit/phpunit": "^4.0|^5.0"
4100
            },
4101
            "type": "library",
4102
            "autoload": {
4103
                "psr-4": {
4104
                    "Matthias\\SymfonyConfigTest\\": ""
4105
                }
4106
            },
4107
            "notification-url": "https://packagist.org/downloads/",
4108
            "license": [
4109
                "MIT"
4110
            ],
4111
            "authors": [
4112
                {
4113
                    "name": "Matthias Noback",
4114
                    "email": "[email protected]",
4115
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
4116
                }
4117
            ],
4118
            "description": "Library for testing user classes related to the Symfony Config Component",
4119
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
4120
            "keywords": [
4121
                "config",
4122
                "phpunit",
4123
                "symfony"
4124
            ],
4125
            "time": "2017-11-21T18:42:45+00:00"
4126
        },
4127
        {
4128
            "name": "mockery/mockery",
4129
            "version": "0.9.9",
4130
            "source": {
4131
                "type": "git",
4132
                "url": "https://github.com/mockery/mockery.git",
4133
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
4134
            },
4135
            "dist": {
4136
                "type": "zip",
4137
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
4138
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
4139
                "shasum": ""
4140
            },
4141
            "require": {
4142
                "hamcrest/hamcrest-php": "~1.1",
4143
                "lib-pcre": ">=7.0",
4144
                "php": ">=5.3.2"
4145
            },
4146
            "require-dev": {
4147
                "phpunit/phpunit": "~4.0"
4148
            },
4149
            "type": "library",
4150
            "extra": {
4151
                "branch-alias": {
4152
                    "dev-master": "0.9.x-dev"
4153
                }
4154
            },
4155
            "autoload": {
4156
                "psr-0": {
4157
                    "Mockery": "library/"
4158
                }
4159
            },
4160
            "notification-url": "https://packagist.org/downloads/",
4161
            "license": [
4162
                "BSD-3-Clause"
4163
            ],
4164
            "authors": [
4165
                {
4166
                    "name": "Pádraic Brady",
4167
                    "email": "[email protected]",
4168
                    "homepage": "http://blog.astrumfutura.com"
4169
                },
4170
                {
4171
                    "name": "Dave Marshall",
4172
                    "email": "[email protected]",
4173
                    "homepage": "http://davedevelopment.co.uk"
4174
                }
4175
            ],
4176
            "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.",
4177
            "homepage": "http://github.com/padraic/mockery",
4178
            "keywords": [
4179
                "BDD",
4180
                "TDD",
4181
                "library",
4182
                "mock",
4183
                "mock objects",
4184
                "mockery",
4185
                "stub",
4186
                "test",
4187
                "test double",
4188
                "testing"
4189
            ],
4190
            "time": "2017-02-28T12:52:32+00:00"
4191
        },
4192
        {
4193
            "name": "myclabs/deep-copy",
4194
            "version": "1.7.0",
4195
            "source": {
4196
                "type": "git",
4197
                "url": "https://github.com/myclabs/DeepCopy.git",
4198
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
4199
            },
4200
            "dist": {
4201
                "type": "zip",
4202
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4203
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4204
                "shasum": ""
4205
            },
4206
            "require": {
4207
                "php": "^5.6 || ^7.0"
4208
            },
4209
            "require-dev": {
4210
                "doctrine/collections": "^1.0",
4211
                "doctrine/common": "^2.6",
4212
                "phpunit/phpunit": "^4.1"
4213
            },
4214
            "type": "library",
4215
            "autoload": {
4216
                "psr-4": {
4217
                    "DeepCopy\\": "src/DeepCopy/"
4218
                },
4219
                "files": [
4220
                    "src/DeepCopy/deep_copy.php"
4221
                ]
4222
            },
4223
            "notification-url": "https://packagist.org/downloads/",
4224
            "license": [
4225
                "MIT"
4226
            ],
4227
            "description": "Create deep copies (clones) of your objects",
4228
            "keywords": [
4229
                "clone",
4230
                "copy",
4231
                "duplicate",
4232
                "object",
4233
                "object graph"
4234
            ],
4235
            "time": "2017-10-19T19:58:43+00:00"
4236
        },
4237
        {
4238
            "name": "pdepend/pdepend",
4239
            "version": "2.5.2",
4240
            "source": {
4241
                "type": "git",
4242
                "url": "https://github.com/pdepend/pdepend.git",
4243
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
4244
            },
4245
            "dist": {
4246
                "type": "zip",
4247
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
4248
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
4249
                "shasum": ""
4250
            },
4251
            "require": {
4252
                "php": ">=5.3.7",
4253
                "symfony/config": "^2.3.0|^3|^4",
4254
                "symfony/dependency-injection": "^2.3.0|^3|^4",
4255
                "symfony/filesystem": "^2.3.0|^3|^4"
4256
            },
4257
            "require-dev": {
4258
                "phpunit/phpunit": "^4.8|^5.7",
4259
                "squizlabs/php_codesniffer": "^2.0.0"
4260
            },
4261
            "bin": [
4262
                "src/bin/pdepend"
4263
            ],
4264
            "type": "library",
4265
            "autoload": {
4266
                "psr-4": {
4267
                    "PDepend\\": "src/main/php/PDepend"
4268
                }
4269
            },
4270
            "notification-url": "https://packagist.org/downloads/",
4271
            "license": [
4272
                "BSD-3-Clause"
4273
            ],
4274
            "description": "Official version of pdepend to be handled with Composer",
4275
            "time": "2017-12-13T13:21:38+00:00"
4276
        },
4277
        {
4278
            "name": "phpdocumentor/reflection-common",
4279
            "version": "1.0.1",
4280
            "source": {
4281
                "type": "git",
4282
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4283
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4284
            },
4285
            "dist": {
4286
                "type": "zip",
4287
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4288
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4289
                "shasum": ""
4290
            },
4291
            "require": {
4292
                "php": ">=5.5"
4293
            },
4294
            "require-dev": {
4295
                "phpunit/phpunit": "^4.6"
4296
            },
4297
            "type": "library",
4298
            "extra": {
4299
                "branch-alias": {
4300
                    "dev-master": "1.0.x-dev"
4301
                }
4302
            },
4303
            "autoload": {
4304
                "psr-4": {
4305
                    "phpDocumentor\\Reflection\\": [
4306
                        "src"
4307
                    ]
4308
                }
4309
            },
4310
            "notification-url": "https://packagist.org/downloads/",
4311
            "license": [
4312
                "MIT"
4313
            ],
4314
            "authors": [
4315
                {
4316
                    "name": "Jaap van Otterdijk",
4317
                    "email": "[email protected]"
4318
                }
4319
            ],
4320
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4321
            "homepage": "http://www.phpdoc.org",
4322
            "keywords": [
4323
                "FQSEN",
4324
                "phpDocumentor",
4325
                "phpdoc",
4326
                "reflection",
4327
                "static analysis"
4328
            ],
4329
            "time": "2017-09-11T18:02:19+00:00"
4330
        },
4331
        {
4332
            "name": "phpdocumentor/reflection-docblock",
4333
            "version": "3.3.2",
4334
            "source": {
4335
                "type": "git",
4336
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4337
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
4338
            },
4339
            "dist": {
4340
                "type": "zip",
4341
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
4342
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
4343
                "shasum": ""
4344
            },
4345
            "require": {
4346
                "php": "^5.6 || ^7.0",
4347
                "phpdocumentor/reflection-common": "^1.0.0",
4348
                "phpdocumentor/type-resolver": "^0.4.0",
4349
                "webmozart/assert": "^1.0"
4350
            },
4351
            "require-dev": {
4352
                "mockery/mockery": "^0.9.4",
4353
                "phpunit/phpunit": "^4.4"
4354
            },
4355
            "type": "library",
4356
            "autoload": {
4357
                "psr-4": {
4358
                    "phpDocumentor\\Reflection\\": [
4359
                        "src/"
4360
                    ]
4361
                }
4362
            },
4363
            "notification-url": "https://packagist.org/downloads/",
4364
            "license": [
4365
                "MIT"
4366
            ],
4367
            "authors": [
4368
                {
4369
                    "name": "Mike van Riel",
4370
                    "email": "[email protected]"
4371
                }
4372
            ],
4373
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4374
            "time": "2017-11-10T14:09:06+00:00"
4375
        },
4376
        {
4377
            "name": "phpdocumentor/type-resolver",
4378
            "version": "0.4.0",
4379
            "source": {
4380
                "type": "git",
4381
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4382
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4383
            },
4384
            "dist": {
4385
                "type": "zip",
4386
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4387
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4388
                "shasum": ""
4389
            },
4390
            "require": {
4391
                "php": "^5.5 || ^7.0",
4392
                "phpdocumentor/reflection-common": "^1.0"
4393
            },
4394
            "require-dev": {
4395
                "mockery/mockery": "^0.9.4",
4396
                "phpunit/phpunit": "^5.2||^4.8.24"
4397
            },
4398
            "type": "library",
4399
            "extra": {
4400
                "branch-alias": {
4401
                    "dev-master": "1.0.x-dev"
4402
                }
4403
            },
4404
            "autoload": {
4405
                "psr-4": {
4406
                    "phpDocumentor\\Reflection\\": [
4407
                        "src/"
4408
                    ]
4409
                }
4410
            },
4411
            "notification-url": "https://packagist.org/downloads/",
4412
            "license": [
4413
                "MIT"
4414
            ],
4415
            "authors": [
4416
                {
4417
                    "name": "Mike van Riel",
4418
                    "email": "[email protected]"
4419
                }
4420
            ],
4421
            "time": "2017-07-14T14:27:02+00:00"
4422
        },
4423
        {
4424
            "name": "phpmd/phpmd",
4425
            "version": "2.6.0",
4426
            "source": {
4427
                "type": "git",
4428
                "url": "https://github.com/phpmd/phpmd.git",
4429
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
4430
            },
4431
            "dist": {
4432
                "type": "zip",
4433
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
4434
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
4435
                "shasum": ""
4436
            },
4437
            "require": {
4438
                "ext-xml": "*",
4439
                "pdepend/pdepend": "^2.5",
4440
                "php": ">=5.3.9"
4441
            },
4442
            "require-dev": {
4443
                "phpunit/phpunit": "^4.0",
4444
                "squizlabs/php_codesniffer": "^2.0"
4445
            },
4446
            "bin": [
4447
                "src/bin/phpmd"
4448
            ],
4449
            "type": "project",
4450
            "autoload": {
4451
                "psr-0": {
4452
                    "PHPMD\\": "src/main/php"
4453
                }
4454
            },
4455
            "notification-url": "https://packagist.org/downloads/",
4456
            "license": [
4457
                "BSD-3-Clause"
4458
            ],
4459
            "authors": [
4460
                {
4461
                    "name": "Manuel Pichler",
4462
                    "email": "[email protected]",
4463
                    "homepage": "https://github.com/manuelpichler",
4464
                    "role": "Project Founder"
4465
                },
4466
                {
4467
                    "name": "Other contributors",
4468
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
4469
                    "role": "Contributors"
4470
                },
4471
                {
4472
                    "name": "Marc Würth",
4473
                    "email": "[email protected]",
4474
                    "homepage": "https://github.com/ravage84",
4475
                    "role": "Project Maintainer"
4476
                }
4477
            ],
4478
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
4479
            "homepage": "http://phpmd.org/",
4480
            "keywords": [
4481
                "mess detection",
4482
                "mess detector",
4483
                "pdepend",
4484
                "phpmd",
4485
                "pmd"
4486
            ],
4487
            "time": "2017-01-20T14:41:10+00:00"
4488
        },
4489
        {
4490
            "name": "phpspec/prophecy",
4491
            "version": "1.8.0",
4492
            "source": {
4493
                "type": "git",
4494
                "url": "https://github.com/phpspec/prophecy.git",
4495
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
4496
            },
4497
            "dist": {
4498
                "type": "zip",
4499
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4500
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4501
                "shasum": ""
4502
            },
4503
            "require": {
4504
                "doctrine/instantiator": "^1.0.2",
4505
                "php": "^5.3|^7.0",
4506
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4507
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4508
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4509
            },
4510
            "require-dev": {
4511
                "phpspec/phpspec": "^2.5|^3.2",
4512
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4513
            },
4514
            "type": "library",
4515
            "extra": {
4516
                "branch-alias": {
4517
                    "dev-master": "1.8.x-dev"
4518
                }
4519
            },
4520
            "autoload": {
4521
                "psr-0": {
4522
                    "Prophecy\\": "src/"
4523
                }
4524
            },
4525
            "notification-url": "https://packagist.org/downloads/",
4526
            "license": [
4527
                "MIT"
4528
            ],
4529
            "authors": [
4530
                {
4531
                    "name": "Konstantin Kudryashov",
4532
                    "email": "[email protected]",
4533
                    "homepage": "http://everzet.com"
4534
                },
4535
                {
4536
                    "name": "Marcello Duarte",
4537
                    "email": "[email protected]"
4538
                }
4539
            ],
4540
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4541
            "homepage": "https://github.com/phpspec/prophecy",
4542
            "keywords": [
4543
                "Double",
4544
                "Dummy",
4545
                "fake",
4546
                "mock",
4547
                "spy",
4548
                "stub"
4549
            ],
4550
            "time": "2018-08-05T17:53:17+00:00"
4551
        },
4552
        {
4553
            "name": "phpunit/php-code-coverage",
4554
            "version": "4.0.8",
4555
            "source": {
4556
                "type": "git",
4557
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4558
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
4559
            },
4560
            "dist": {
4561
                "type": "zip",
4562
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4563
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4564
                "shasum": ""
4565
            },
4566
            "require": {
4567
                "ext-dom": "*",
4568
                "ext-xmlwriter": "*",
4569
                "php": "^5.6 || ^7.0",
4570
                "phpunit/php-file-iterator": "^1.3",
4571
                "phpunit/php-text-template": "^1.2",
4572
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
4573
                "sebastian/code-unit-reverse-lookup": "^1.0",
4574
                "sebastian/environment": "^1.3.2 || ^2.0",
4575
                "sebastian/version": "^1.0 || ^2.0"
4576
            },
4577
            "require-dev": {
4578
                "ext-xdebug": "^2.1.4",
4579
                "phpunit/phpunit": "^5.7"
4580
            },
4581
            "suggest": {
4582
                "ext-xdebug": "^2.5.1"
4583
            },
4584
            "type": "library",
4585
            "extra": {
4586
                "branch-alias": {
4587
                    "dev-master": "4.0.x-dev"
4588
                }
4589
            },
4590
            "autoload": {
4591
                "classmap": [
4592
                    "src/"
4593
                ]
4594
            },
4595
            "notification-url": "https://packagist.org/downloads/",
4596
            "license": [
4597
                "BSD-3-Clause"
4598
            ],
4599
            "authors": [
4600
                {
4601
                    "name": "Sebastian Bergmann",
4602
                    "email": "[email protected]",
4603
                    "role": "lead"
4604
                }
4605
            ],
4606
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4607
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4608
            "keywords": [
4609
                "coverage",
4610
                "testing",
4611
                "xunit"
4612
            ],
4613
            "time": "2017-04-02T07:44:40+00:00"
4614
        },
4615
        {
4616
            "name": "phpunit/php-file-iterator",
4617
            "version": "1.4.5",
4618
            "source": {
4619
                "type": "git",
4620
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4621
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4622
            },
4623
            "dist": {
4624
                "type": "zip",
4625
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4626
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4627
                "shasum": ""
4628
            },
4629
            "require": {
4630
                "php": ">=5.3.3"
4631
            },
4632
            "type": "library",
4633
            "extra": {
4634
                "branch-alias": {
4635
                    "dev-master": "1.4.x-dev"
4636
                }
4637
            },
4638
            "autoload": {
4639
                "classmap": [
4640
                    "src/"
4641
                ]
4642
            },
4643
            "notification-url": "https://packagist.org/downloads/",
4644
            "license": [
4645
                "BSD-3-Clause"
4646
            ],
4647
            "authors": [
4648
                {
4649
                    "name": "Sebastian Bergmann",
4650
                    "email": "[email protected]",
4651
                    "role": "lead"
4652
                }
4653
            ],
4654
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4655
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4656
            "keywords": [
4657
                "filesystem",
4658
                "iterator"
4659
            ],
4660
            "time": "2017-11-27T13:52:08+00:00"
4661
        },
4662
        {
4663
            "name": "phpunit/php-text-template",
4664
            "version": "1.2.1",
4665
            "source": {
4666
                "type": "git",
4667
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4668
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4669
            },
4670
            "dist": {
4671
                "type": "zip",
4672
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4673
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4674
                "shasum": ""
4675
            },
4676
            "require": {
4677
                "php": ">=5.3.3"
4678
            },
4679
            "type": "library",
4680
            "autoload": {
4681
                "classmap": [
4682
                    "src/"
4683
                ]
4684
            },
4685
            "notification-url": "https://packagist.org/downloads/",
4686
            "license": [
4687
                "BSD-3-Clause"
4688
            ],
4689
            "authors": [
4690
                {
4691
                    "name": "Sebastian Bergmann",
4692
                    "email": "[email protected]",
4693
                    "role": "lead"
4694
                }
4695
            ],
4696
            "description": "Simple template engine.",
4697
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4698
            "keywords": [
4699
                "template"
4700
            ],
4701
            "time": "2015-06-21T13:50:34+00:00"
4702
        },
4703
        {
4704
            "name": "phpunit/php-timer",
4705
            "version": "1.0.9",
4706
            "source": {
4707
                "type": "git",
4708
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4709
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4710
            },
4711
            "dist": {
4712
                "type": "zip",
4713
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4714
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4715
                "shasum": ""
4716
            },
4717
            "require": {
4718
                "php": "^5.3.3 || ^7.0"
4719
            },
4720
            "require-dev": {
4721
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4722
            },
4723
            "type": "library",
4724
            "extra": {
4725
                "branch-alias": {
4726
                    "dev-master": "1.0-dev"
4727
                }
4728
            },
4729
            "autoload": {
4730
                "classmap": [
4731
                    "src/"
4732
                ]
4733
            },
4734
            "notification-url": "https://packagist.org/downloads/",
4735
            "license": [
4736
                "BSD-3-Clause"
4737
            ],
4738
            "authors": [
4739
                {
4740
                    "name": "Sebastian Bergmann",
4741
                    "email": "[email protected]",
4742
                    "role": "lead"
4743
                }
4744
            ],
4745
            "description": "Utility class for timing",
4746
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4747
            "keywords": [
4748
                "timer"
4749
            ],
4750
            "time": "2017-02-26T11:10:40+00:00"
4751
        },
4752
        {
4753
            "name": "phpunit/php-token-stream",
4754
            "version": "1.4.12",
4755
            "source": {
4756
                "type": "git",
4757
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4758
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
4759
            },
4760
            "dist": {
4761
                "type": "zip",
4762
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
4763
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
4764
                "shasum": ""
4765
            },
4766
            "require": {
4767
                "ext-tokenizer": "*",
4768
                "php": ">=5.3.3"
4769
            },
4770
            "require-dev": {
4771
                "phpunit/phpunit": "~4.2"
4772
            },
4773
            "type": "library",
4774
            "extra": {
4775
                "branch-alias": {
4776
                    "dev-master": "1.4-dev"
4777
                }
4778
            },
4779
            "autoload": {
4780
                "classmap": [
4781
                    "src/"
4782
                ]
4783
            },
4784
            "notification-url": "https://packagist.org/downloads/",
4785
            "license": [
4786
                "BSD-3-Clause"
4787
            ],
4788
            "authors": [
4789
                {
4790
                    "name": "Sebastian Bergmann",
4791
                    "email": "[email protected]"
4792
                }
4793
            ],
4794
            "description": "Wrapper around PHP's tokenizer extension.",
4795
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4796
            "keywords": [
4797
                "tokenizer"
4798
            ],
4799
            "time": "2017-12-04T08:55:13+00:00"
4800
        },
4801
        {
4802
            "name": "phpunit/phpunit",
4803
            "version": "5.7.27",
4804
            "source": {
4805
                "type": "git",
4806
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4807
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
4808
            },
4809
            "dist": {
4810
                "type": "zip",
4811
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4812
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4813
                "shasum": ""
4814
            },
4815
            "require": {
4816
                "ext-dom": "*",
4817
                "ext-json": "*",
4818
                "ext-libxml": "*",
4819
                "ext-mbstring": "*",
4820
                "ext-xml": "*",
4821
                "myclabs/deep-copy": "~1.3",
4822
                "php": "^5.6 || ^7.0",
4823
                "phpspec/prophecy": "^1.6.2",
4824
                "phpunit/php-code-coverage": "^4.0.4",
4825
                "phpunit/php-file-iterator": "~1.4",
4826
                "phpunit/php-text-template": "~1.2",
4827
                "phpunit/php-timer": "^1.0.6",
4828
                "phpunit/phpunit-mock-objects": "^3.2",
4829
                "sebastian/comparator": "^1.2.4",
4830
                "sebastian/diff": "^1.4.3",
4831
                "sebastian/environment": "^1.3.4 || ^2.0",
4832
                "sebastian/exporter": "~2.0",
4833
                "sebastian/global-state": "^1.1",
4834
                "sebastian/object-enumerator": "~2.0",
4835
                "sebastian/resource-operations": "~1.0",
4836
                "sebastian/version": "^1.0.6|^2.0.1",
4837
                "symfony/yaml": "~2.1|~3.0|~4.0"
4838
            },
4839
            "conflict": {
4840
                "phpdocumentor/reflection-docblock": "3.0.2"
4841
            },
4842
            "require-dev": {
4843
                "ext-pdo": "*"
4844
            },
4845
            "suggest": {
4846
                "ext-xdebug": "*",
4847
                "phpunit/php-invoker": "~1.1"
4848
            },
4849
            "bin": [
4850
                "phpunit"
4851
            ],
4852
            "type": "library",
4853
            "extra": {
4854
                "branch-alias": {
4855
                    "dev-master": "5.7.x-dev"
4856
                }
4857
            },
4858
            "autoload": {
4859
                "classmap": [
4860
                    "src/"
4861
                ]
4862
            },
4863
            "notification-url": "https://packagist.org/downloads/",
4864
            "license": [
4865
                "BSD-3-Clause"
4866
            ],
4867
            "authors": [
4868
                {
4869
                    "name": "Sebastian Bergmann",
4870
                    "email": "[email protected]",
4871
                    "role": "lead"
4872
                }
4873
            ],
4874
            "description": "The PHP Unit Testing framework.",
4875
            "homepage": "https://phpunit.de/",
4876
            "keywords": [
4877
                "phpunit",
4878
                "testing",
4879
                "xunit"
4880
            ],
4881
            "time": "2018-02-01T05:50:59+00:00"
4882
        },
4883
        {
4884
            "name": "phpunit/phpunit-mock-objects",
4885
            "version": "3.4.4",
4886
            "source": {
4887
                "type": "git",
4888
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4889
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
4890
            },
4891
            "dist": {
4892
                "type": "zip",
4893
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
4894
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
4895
                "shasum": ""
4896
            },
4897
            "require": {
4898
                "doctrine/instantiator": "^1.0.2",
4899
                "php": "^5.6 || ^7.0",
4900
                "phpunit/php-text-template": "^1.2",
4901
                "sebastian/exporter": "^1.2 || ^2.0"
4902
            },
4903
            "conflict": {
4904
                "phpunit/phpunit": "<5.4.0"
4905
            },
4906
            "require-dev": {
4907
                "phpunit/phpunit": "^5.4"
4908
            },
4909
            "suggest": {
4910
                "ext-soap": "*"
4911
            },
4912
            "type": "library",
4913
            "extra": {
4914
                "branch-alias": {
4915
                    "dev-master": "3.2.x-dev"
4916
                }
4917
            },
4918
            "autoload": {
4919
                "classmap": [
4920
                    "src/"
4921
                ]
4922
            },
4923
            "notification-url": "https://packagist.org/downloads/",
4924
            "license": [
4925
                "BSD-3-Clause"
4926
            ],
4927
            "authors": [
4928
                {
4929
                    "name": "Sebastian Bergmann",
4930
                    "email": "[email protected]",
4931
                    "role": "lead"
4932
                }
4933
            ],
4934
            "description": "Mock Object library for PHPUnit",
4935
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4936
            "keywords": [
4937
                "mock",
4938
                "xunit"
4939
            ],
4940
            "time": "2017-06-30T09:13:00+00:00"
4941
        },
4942
        {
4943
            "name": "sebastian/code-unit-reverse-lookup",
4944
            "version": "1.0.1",
4945
            "source": {
4946
                "type": "git",
4947
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4948
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4949
            },
4950
            "dist": {
4951
                "type": "zip",
4952
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4953
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4954
                "shasum": ""
4955
            },
4956
            "require": {
4957
                "php": "^5.6 || ^7.0"
4958
            },
4959
            "require-dev": {
4960
                "phpunit/phpunit": "^5.7 || ^6.0"
4961
            },
4962
            "type": "library",
4963
            "extra": {
4964
                "branch-alias": {
4965
                    "dev-master": "1.0.x-dev"
4966
                }
4967
            },
4968
            "autoload": {
4969
                "classmap": [
4970
                    "src/"
4971
                ]
4972
            },
4973
            "notification-url": "https://packagist.org/downloads/",
4974
            "license": [
4975
                "BSD-3-Clause"
4976
            ],
4977
            "authors": [
4978
                {
4979
                    "name": "Sebastian Bergmann",
4980
                    "email": "[email protected]"
4981
                }
4982
            ],
4983
            "description": "Looks up which function or method a line of code belongs to",
4984
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4985
            "time": "2017-03-04T06:30:41+00:00"
4986
        },
4987
        {
4988
            "name": "sebastian/comparator",
4989
            "version": "1.2.4",
4990
            "source": {
4991
                "type": "git",
4992
                "url": "https://github.com/sebastianbergmann/comparator.git",
4993
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4994
            },
4995
            "dist": {
4996
                "type": "zip",
4997
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4998
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4999
                "shasum": ""
5000
            },
5001
            "require": {
5002
                "php": ">=5.3.3",
5003
                "sebastian/diff": "~1.2",
5004
                "sebastian/exporter": "~1.2 || ~2.0"
5005
            },
5006
            "require-dev": {
5007
                "phpunit/phpunit": "~4.4"
5008
            },
5009
            "type": "library",
5010
            "extra": {
5011
                "branch-alias": {
5012
                    "dev-master": "1.2.x-dev"
5013
                }
5014
            },
5015
            "autoload": {
5016
                "classmap": [
5017
                    "src/"
5018
                ]
5019
            },
5020
            "notification-url": "https://packagist.org/downloads/",
5021
            "license": [
5022
                "BSD-3-Clause"
5023
            ],
5024
            "authors": [
5025
                {
5026
                    "name": "Jeff Welch",
5027
                    "email": "[email protected]"
5028
                },
5029
                {
5030
                    "name": "Volker Dusch",
5031
                    "email": "[email protected]"
5032
                },
5033
                {
5034
                    "name": "Bernhard Schussek",
5035
                    "email": "[email protected]"
5036
                },
5037
                {
5038
                    "name": "Sebastian Bergmann",
5039
                    "email": "[email protected]"
5040
                }
5041
            ],
5042
            "description": "Provides the functionality to compare PHP values for equality",
5043
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
5044
            "keywords": [
5045
                "comparator",
5046
                "compare",
5047
                "equality"
5048
            ],
5049
            "time": "2017-01-29T09:50:25+00:00"
5050
        },
5051
        {
5052
            "name": "sebastian/diff",
5053
            "version": "1.4.3",
5054
            "source": {
5055
                "type": "git",
5056
                "url": "https://github.com/sebastianbergmann/diff.git",
5057
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
5058
            },
5059
            "dist": {
5060
                "type": "zip",
5061
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
5062
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
5063
                "shasum": ""
5064
            },
5065
            "require": {
5066
                "php": "^5.3.3 || ^7.0"
5067
            },
5068
            "require-dev": {
5069
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5070
            },
5071
            "type": "library",
5072
            "extra": {
5073
                "branch-alias": {
5074
                    "dev-master": "1.4-dev"
5075
                }
5076
            },
5077
            "autoload": {
5078
                "classmap": [
5079
                    "src/"
5080
                ]
5081
            },
5082
            "notification-url": "https://packagist.org/downloads/",
5083
            "license": [
5084
                "BSD-3-Clause"
5085
            ],
5086
            "authors": [
5087
                {
5088
                    "name": "Kore Nordmann",
5089
                    "email": "[email protected]"
5090
                },
5091
                {
5092
                    "name": "Sebastian Bergmann",
5093
                    "email": "[email protected]"
5094
                }
5095
            ],
5096
            "description": "Diff implementation",
5097
            "homepage": "https://github.com/sebastianbergmann/diff",
5098
            "keywords": [
5099
                "diff"
5100
            ],
5101
            "time": "2017-05-22T07:24:03+00:00"
5102
        },
5103
        {
5104
            "name": "sebastian/environment",
5105
            "version": "2.0.0",
5106
            "source": {
5107
                "type": "git",
5108
                "url": "https://github.com/sebastianbergmann/environment.git",
5109
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
5110
            },
5111
            "dist": {
5112
                "type": "zip",
5113
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
5114
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
5115
                "shasum": ""
5116
            },
5117
            "require": {
5118
                "php": "^5.6 || ^7.0"
5119
            },
5120
            "require-dev": {
5121
                "phpunit/phpunit": "^5.0"
5122
            },
5123
            "type": "library",
5124
            "extra": {
5125
                "branch-alias": {
5126
                    "dev-master": "2.0.x-dev"
5127
                }
5128
            },
5129
            "autoload": {
5130
                "classmap": [
5131
                    "src/"
5132
                ]
5133
            },
5134
            "notification-url": "https://packagist.org/downloads/",
5135
            "license": [
5136
                "BSD-3-Clause"
5137
            ],
5138
            "authors": [
5139
                {
5140
                    "name": "Sebastian Bergmann",
5141
                    "email": "[email protected]"
5142
                }
5143
            ],
5144
            "description": "Provides functionality to handle HHVM/PHP environments",
5145
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5146
            "keywords": [
5147
                "Xdebug",
5148
                "environment",
5149
                "hhvm"
5150
            ],
5151
            "time": "2016-11-26T07:53:53+00:00"
5152
        },
5153
        {
5154
            "name": "sebastian/exporter",
5155
            "version": "2.0.0",
5156
            "source": {
5157
                "type": "git",
5158
                "url": "https://github.com/sebastianbergmann/exporter.git",
5159
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
5160
            },
5161
            "dist": {
5162
                "type": "zip",
5163
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
5164
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
5165
                "shasum": ""
5166
            },
5167
            "require": {
5168
                "php": ">=5.3.3",
5169
                "sebastian/recursion-context": "~2.0"
5170
            },
5171
            "require-dev": {
5172
                "ext-mbstring": "*",
5173
                "phpunit/phpunit": "~4.4"
5174
            },
5175
            "type": "library",
5176
            "extra": {
5177
                "branch-alias": {
5178
                    "dev-master": "2.0.x-dev"
5179
                }
5180
            },
5181
            "autoload": {
5182
                "classmap": [
5183
                    "src/"
5184
                ]
5185
            },
5186
            "notification-url": "https://packagist.org/downloads/",
5187
            "license": [
5188
                "BSD-3-Clause"
5189
            ],
5190
            "authors": [
5191
                {
5192
                    "name": "Jeff Welch",
5193
                    "email": "[email protected]"
5194
                },
5195
                {
5196
                    "name": "Volker Dusch",
5197
                    "email": "[email protected]"
5198
                },
5199
                {
5200
                    "name": "Bernhard Schussek",
5201
                    "email": "[email protected]"
5202
                },
5203
                {
5204
                    "name": "Sebastian Bergmann",
5205
                    "email": "[email protected]"
5206
                },
5207
                {
5208
                    "name": "Adam Harvey",
5209
                    "email": "[email protected]"
5210
                }
5211
            ],
5212
            "description": "Provides the functionality to export PHP variables for visualization",
5213
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5214
            "keywords": [
5215
                "export",
5216
                "exporter"
5217
            ],
5218
            "time": "2016-11-19T08:54:04+00:00"
5219
        },
5220
        {
5221
            "name": "sebastian/finder-facade",
5222
            "version": "1.2.2",
5223
            "source": {
5224
                "type": "git",
5225
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
5226
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
5227
            },
5228
            "dist": {
5229
                "type": "zip",
5230
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
5231
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
5232
                "shasum": ""
5233
            },
5234
            "require": {
5235
                "symfony/finder": "~2.3|~3.0|~4.0",
5236
                "theseer/fdomdocument": "~1.3"
5237
            },
5238
            "type": "library",
5239
            "autoload": {
5240
                "classmap": [
5241
                    "src/"
5242
                ]
5243
            },
5244
            "notification-url": "https://packagist.org/downloads/",
5245
            "license": [
5246
                "BSD-3-Clause"
5247
            ],
5248
            "authors": [
5249
                {
5250
                    "name": "Sebastian Bergmann",
5251
                    "email": "[email protected]",
5252
                    "role": "lead"
5253
                }
5254
            ],
5255
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
5256
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
5257
            "time": "2017-11-18T17:31:49+00:00"
5258
        },
5259
        {
5260
            "name": "sebastian/global-state",
5261
            "version": "1.1.1",
5262
            "source": {
5263
                "type": "git",
5264
                "url": "https://github.com/sebastianbergmann/global-state.git",
5265
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5266
            },
5267
            "dist": {
5268
                "type": "zip",
5269
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5270
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5271
                "shasum": ""
5272
            },
5273
            "require": {
5274
                "php": ">=5.3.3"
5275
            },
5276
            "require-dev": {
5277
                "phpunit/phpunit": "~4.2"
5278
            },
5279
            "suggest": {
5280
                "ext-uopz": "*"
5281
            },
5282
            "type": "library",
5283
            "extra": {
5284
                "branch-alias": {
5285
                    "dev-master": "1.0-dev"
5286
                }
5287
            },
5288
            "autoload": {
5289
                "classmap": [
5290
                    "src/"
5291
                ]
5292
            },
5293
            "notification-url": "https://packagist.org/downloads/",
5294
            "license": [
5295
                "BSD-3-Clause"
5296
            ],
5297
            "authors": [
5298
                {
5299
                    "name": "Sebastian Bergmann",
5300
                    "email": "[email protected]"
5301
                }
5302
            ],
5303
            "description": "Snapshotting of global state",
5304
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5305
            "keywords": [
5306
                "global state"
5307
            ],
5308
            "time": "2015-10-12T03:26:01+00:00"
5309
        },
5310
        {
5311
            "name": "sebastian/object-enumerator",
5312
            "version": "2.0.1",
5313
            "source": {
5314
                "type": "git",
5315
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5316
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
5317
            },
5318
            "dist": {
5319
                "type": "zip",
5320
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
5321
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
5322
                "shasum": ""
5323
            },
5324
            "require": {
5325
                "php": ">=5.6",
5326
                "sebastian/recursion-context": "~2.0"
5327
            },
5328
            "require-dev": {
5329
                "phpunit/phpunit": "~5"
5330
            },
5331
            "type": "library",
5332
            "extra": {
5333
                "branch-alias": {
5334
                    "dev-master": "2.0.x-dev"
5335
                }
5336
            },
5337
            "autoload": {
5338
                "classmap": [
5339
                    "src/"
5340
                ]
5341
            },
5342
            "notification-url": "https://packagist.org/downloads/",
5343
            "license": [
5344
                "BSD-3-Clause"
5345
            ],
5346
            "authors": [
5347
                {
5348
                    "name": "Sebastian Bergmann",
5349
                    "email": "[email protected]"
5350
                }
5351
            ],
5352
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5353
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5354
            "time": "2017-02-18T15:18:39+00:00"
5355
        },
5356
        {
5357
            "name": "sebastian/phpcpd",
5358
            "version": "2.0.4",
5359
            "source": {
5360
                "type": "git",
5361
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
5362
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
5363
            },
5364
            "dist": {
5365
                "type": "zip",
5366
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
5367
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
5368
                "shasum": ""
5369
            },
5370
            "require": {
5371
                "php": ">=5.3.3",
5372
                "phpunit/php-timer": ">=1.0.6",
5373
                "sebastian/finder-facade": "~1.1",
5374
                "sebastian/version": "~1.0|~2.0",
5375
                "symfony/console": "~2.7|^3.0",
5376
                "theseer/fdomdocument": "~1.4"
5377
            },
5378
            "bin": [
5379
                "phpcpd"
5380
            ],
5381
            "type": "library",
5382
            "extra": {
5383
                "branch-alias": {
5384
                    "dev-master": "2.0-dev"
5385
                }
5386
            },
5387
            "autoload": {
5388
                "classmap": [
5389
                    "src/"
5390
                ]
5391
            },
5392
            "notification-url": "https://packagist.org/downloads/",
5393
            "license": [
5394
                "BSD-3-Clause"
5395
            ],
5396
            "authors": [
5397
                {
5398
                    "name": "Sebastian Bergmann",
5399
                    "email": "[email protected]",
5400
                    "role": "lead"
5401
                }
5402
            ],
5403
            "description": "Copy/Paste Detector (CPD) for PHP code.",
5404
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
5405
            "time": "2016-04-17T19:32:49+00:00"
5406
        },
5407
        {
5408
            "name": "sebastian/recursion-context",
5409
            "version": "2.0.0",
5410
            "source": {
5411
                "type": "git",
5412
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5413
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
5414
            },
5415
            "dist": {
5416
                "type": "zip",
5417
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
5418
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
5419
                "shasum": ""
5420
            },
5421
            "require": {
5422
                "php": ">=5.3.3"
5423
            },
5424
            "require-dev": {
5425
                "phpunit/phpunit": "~4.4"
5426
            },
5427
            "type": "library",
5428
            "extra": {
5429
                "branch-alias": {
5430
                    "dev-master": "2.0.x-dev"
5431
                }
5432
            },
5433
            "autoload": {
5434
                "classmap": [
5435
                    "src/"
5436
                ]
5437
            },
5438
            "notification-url": "https://packagist.org/downloads/",
5439
            "license": [
5440
                "BSD-3-Clause"
5441
            ],
5442
            "authors": [
5443
                {
5444
                    "name": "Jeff Welch",
5445
                    "email": "[email protected]"
5446
                },
5447
                {
5448
                    "name": "Sebastian Bergmann",
5449
                    "email": "[email protected]"
5450
                },
5451
                {
5452
                    "name": "Adam Harvey",
5453
                    "email": "[email protected]"
5454
                }
5455
            ],
5456
            "description": "Provides functionality to recursively process PHP variables",
5457
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5458
            "time": "2016-11-19T07:33:16+00:00"
5459
        },
5460
        {
5461
            "name": "sebastian/resource-operations",
5462
            "version": "1.0.0",
5463
            "source": {
5464
                "type": "git",
5465
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5466
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5467
            },
5468
            "dist": {
5469
                "type": "zip",
5470
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5471
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5472
                "shasum": ""
5473
            },
5474
            "require": {
5475
                "php": ">=5.6.0"
5476
            },
5477
            "type": "library",
5478
            "extra": {
5479
                "branch-alias": {
5480
                    "dev-master": "1.0.x-dev"
5481
                }
5482
            },
5483
            "autoload": {
5484
                "classmap": [
5485
                    "src/"
5486
                ]
5487
            },
5488
            "notification-url": "https://packagist.org/downloads/",
5489
            "license": [
5490
                "BSD-3-Clause"
5491
            ],
5492
            "authors": [
5493
                {
5494
                    "name": "Sebastian Bergmann",
5495
                    "email": "[email protected]"
5496
                }
5497
            ],
5498
            "description": "Provides a list of PHP built-in functions that operate on resources",
5499
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5500
            "time": "2015-07-28T20:34:47+00:00"
5501
        },
5502
        {
5503
            "name": "sebastian/version",
5504
            "version": "2.0.1",
5505
            "source": {
5506
                "type": "git",
5507
                "url": "https://github.com/sebastianbergmann/version.git",
5508
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5509
            },
5510
            "dist": {
5511
                "type": "zip",
5512
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5513
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5514
                "shasum": ""
5515
            },
5516
            "require": {
5517
                "php": ">=5.6"
5518
            },
5519
            "type": "library",
5520
            "extra": {
5521
                "branch-alias": {
5522
                    "dev-master": "2.0.x-dev"
5523
                }
5524
            },
5525
            "autoload": {
5526
                "classmap": [
5527
                    "src/"
5528
                ]
5529
            },
5530
            "notification-url": "https://packagist.org/downloads/",
5531
            "license": [
5532
                "BSD-3-Clause"
5533
            ],
5534
            "authors": [
5535
                {
5536
                    "name": "Sebastian Bergmann",
5537
                    "email": "[email protected]",
5538
                    "role": "lead"
5539
                }
5540
            ],
5541
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5542
            "homepage": "https://github.com/sebastianbergmann/version",
5543
            "time": "2016-10-03T07:35:21+00:00"
5544
        },
5545
        {
5546
            "name": "squizlabs/php_codesniffer",
5547
            "version": "1.5.6",
5548
            "source": {
5549
                "type": "git",
5550
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5551
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
5552
            },
5553
            "dist": {
5554
                "type": "zip",
5555
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5556
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5557
                "shasum": ""
5558
            },
5559
            "require": {
5560
                "ext-tokenizer": "*",
5561
                "php": ">=5.1.2"
5562
            },
5563
            "suggest": {
5564
                "phpunit/php-timer": "dev-master"
5565
            },
5566
            "bin": [
5567
                "scripts/phpcs"
5568
            ],
5569
            "type": "library",
5570
            "extra": {
5571
                "branch-alias": {
5572
                    "dev-phpcs-fixer": "2.0.x-dev"
5573
                }
5574
            },
5575
            "autoload": {
5576
                "classmap": [
5577
                    "CodeSniffer.php",
5578
                    "CodeSniffer/CLI.php",
5579
                    "CodeSniffer/Exception.php",
5580
                    "CodeSniffer/File.php",
5581
                    "CodeSniffer/Report.php",
5582
                    "CodeSniffer/Reporting.php",
5583
                    "CodeSniffer/Sniff.php",
5584
                    "CodeSniffer/Tokens.php",
5585
                    "CodeSniffer/Reports/",
5586
                    "CodeSniffer/CommentParser/",
5587
                    "CodeSniffer/Tokenizers/",
5588
                    "CodeSniffer/DocGenerators/",
5589
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5590
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5591
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5592
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5593
                    "CodeSniffer/Standards/Generic/Sniffs/",
5594
                    "CodeSniffer/Standards/MySource/Sniffs/",
5595
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5596
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5597
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5598
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5599
                    "CodeSniffer/Standards/Zend/Sniffs/"
5600
                ]
5601
            },
5602
            "notification-url": "https://packagist.org/downloads/",
5603
            "license": [
5604
                "BSD-3-Clause"
5605
            ],
5606
            "authors": [
5607
                {
5608
                    "name": "Greg Sherwood",
5609
                    "role": "lead"
5610
                }
5611
            ],
5612
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5613
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5614
            "keywords": [
5615
                "phpcs",
5616
                "standards"
5617
            ],
5618
            "time": "2014-12-04T22:32:15+00:00"
5619
        },
5620
        {
5621
            "name": "symfony/phpunit-bridge",
5622
            "version": "v3.4.15",
5623
            "source": {
5624
                "type": "git",
5625
                "url": "https://github.com/symfony/phpunit-bridge.git",
5626
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed"
5627
            },
5628
            "dist": {
5629
                "type": "zip",
5630
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
5631
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
5632
                "shasum": ""
5633
            },
5634
            "require": {
5635
                "php": ">=5.3.3"
5636
            },
5637
            "conflict": {
5638
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5639
            },
5640
            "suggest": {
5641
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
5642
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5643
            },
5644
            "bin": [
5645
                "bin/simple-phpunit"
5646
            ],
5647
            "type": "symfony-bridge",
5648
            "extra": {
5649
                "branch-alias": {
5650
                    "dev-master": "3.4-dev"
5651
                },
5652
                "thanks": {
5653
                    "name": "phpunit/phpunit",
5654
                    "url": "https://github.com/sebastianbergmann/phpunit"
5655
                }
5656
            },
5657
            "autoload": {
5658
                "files": [
5659
                    "bootstrap.php"
5660
                ],
5661
                "psr-4": {
5662
                    "Symfony\\Bridge\\PhpUnit\\": ""
5663
                },
5664
                "exclude-from-classmap": [
5665
                    "/Tests/"
5666
                ]
5667
            },
5668
            "notification-url": "https://packagist.org/downloads/",
5669
            "license": [
5670
                "MIT"
5671
            ],
5672
            "authors": [
5673
                {
5674
                    "name": "Nicolas Grekas",
5675
                    "email": "[email protected]"
5676
                },
5677
                {
5678
                    "name": "Symfony Community",
5679
                    "homepage": "https://symfony.com/contributors"
5680
                }
5681
            ],
5682
            "description": "Symfony PHPUnit Bridge",
5683
            "homepage": "https://symfony.com",
5684
            "time": "2018-08-27T15:17:06+00:00"
5685
        },
5686
        {
5687
            "name": "theseer/fdomdocument",
5688
            "version": "1.6.6",
5689
            "source": {
5690
                "type": "git",
5691
                "url": "https://github.com/theseer/fDOMDocument.git",
5692
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
5693
            },
5694
            "dist": {
5695
                "type": "zip",
5696
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5697
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5698
                "shasum": ""
5699
            },
5700
            "require": {
5701
                "ext-dom": "*",
5702
                "lib-libxml": "*",
5703
                "php": ">=5.3.3"
5704
            },
5705
            "type": "library",
5706
            "autoload": {
5707
                "classmap": [
5708
                    "src/"
5709
                ]
5710
            },
5711
            "notification-url": "https://packagist.org/downloads/",
5712
            "license": [
5713
                "BSD-3-Clause"
5714
            ],
5715
            "authors": [
5716
                {
5717
                    "name": "Arne Blankerts",
5718
                    "email": "[email protected]",
5719
                    "role": "lead"
5720
                }
5721
            ],
5722
            "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.",
5723
            "homepage": "https://github.com/theseer/fDOMDocument",
5724
            "time": "2017-06-30T11:53:12+00:00"
5725
        }
5726
    ],
5727
    "aliases": [],
5728
    "minimum-stability": "stable",
5729
    "stability-flags": {
5730
        "surfnet/stepup-u2f-bundle": 20
5731
    },
5732
    "prefer-stable": false,
5733
    "prefer-lowest": false,
5734
    "platform": {
5735
        "php": "~5.6|~7.0"
5736
    },
5737
    "platform-dev": []
5738
}
5739