Completed
Pull Request — develop (#111)
by Thijs
02:17
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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "118067939b6229c9fe9f9271fe756c26",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "2.6.5",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "fbadde44717ea3eb98fba35425d49731185bf418"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/fbadde44717ea3eb98fba35425d49731185bf418",
20
                "reference": "fbadde44717ea3eb98fba35425d49731185bf418",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "friendsofphp/php-cs-fixer": "2.0.0-alpha",
29
                "phpunit/phpunit": "@stable"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-0": {
34
                    "Assert": "lib/"
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": "2016-10-11T17:13:28+00:00"
63
        },
64
        {
65
            "name": "doctrine/annotations",
66
            "version": "v1.2.7",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/doctrine/annotations.git",
70
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
75
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "doctrine/lexer": "1.*",
80
                "php": ">=5.3.2"
81
            },
82
            "require-dev": {
83
                "doctrine/cache": "1.*",
84
                "phpunit/phpunit": "4.*"
85
            },
86
            "type": "library",
87
            "extra": {
88
                "branch-alias": {
89
                    "dev-master": "1.3.x-dev"
90
                }
91
            },
92
            "autoload": {
93
                "psr-0": {
94
                    "Doctrine\\Common\\Annotations\\": "lib/"
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": "2015-08-31T12:32:49+00:00"
131
        },
132
        {
133
            "name": "doctrine/cache",
134
            "version": "v1.6.0",
135
            "source": {
136
                "type": "git",
137
                "url": "https://github.com/doctrine/cache.git",
138
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
139
            },
140
            "dist": {
141
                "type": "zip",
142
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
143
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
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": "2015-12-31T16:37:02+00:00"
201
        },
202
        {
203
            "name": "doctrine/collections",
204
            "version": "v1.3.0",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/doctrine/collections.git",
208
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
213
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "php": ">=5.3.2"
218
            },
219
            "require-dev": {
220
                "phpunit/phpunit": "~4.0"
221
            },
222
            "type": "library",
223
            "extra": {
224
                "branch-alias": {
225
                    "dev-master": "1.2.x-dev"
226
                }
227
            },
228
            "autoload": {
229
                "psr-0": {
230
                    "Doctrine\\Common\\Collections\\": "lib/"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "MIT"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Roman Borschel",
240
                    "email": "[email protected]"
241
                },
242
                {
243
                    "name": "Benjamin Eberlei",
244
                    "email": "[email protected]"
245
                },
246
                {
247
                    "name": "Guilherme Blanco",
248
                    "email": "[email protected]"
249
                },
250
                {
251
                    "name": "Jonathan Wage",
252
                    "email": "[email protected]"
253
                },
254
                {
255
                    "name": "Johannes Schmitt",
256
                    "email": "[email protected]"
257
                }
258
            ],
259
            "description": "Collections Abstraction library",
260
            "homepage": "http://www.doctrine-project.org",
261
            "keywords": [
262
                "array",
263
                "collections",
264
                "iterator"
265
            ],
266
            "time": "2015-04-14T22:21:58+00:00"
267
        },
268
        {
269
            "name": "doctrine/common",
270
            "version": "v2.6.1",
271
            "source": {
272
                "type": "git",
273
                "url": "https://github.com/doctrine/common.git",
274
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
275
            },
276
            "dist": {
277
                "type": "zip",
278
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
279
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
280
                "shasum": ""
281
            },
282
            "require": {
283
                "doctrine/annotations": "1.*",
284
                "doctrine/cache": "1.*",
285
                "doctrine/collections": "1.*",
286
                "doctrine/inflector": "1.*",
287
                "doctrine/lexer": "1.*",
288
                "php": "~5.5|~7.0"
289
            },
290
            "require-dev": {
291
                "phpunit/phpunit": "~4.8|~5.0"
292
            },
293
            "type": "library",
294
            "extra": {
295
                "branch-alias": {
296
                    "dev-master": "2.7.x-dev"
297
                }
298
            },
299
            "autoload": {
300
                "psr-4": {
301
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
302
                }
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Roman Borschel",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Benjamin Eberlei",
315
                    "email": "[email protected]"
316
                },
317
                {
318
                    "name": "Guilherme Blanco",
319
                    "email": "[email protected]"
320
                },
321
                {
322
                    "name": "Jonathan Wage",
323
                    "email": "[email protected]"
324
                },
325
                {
326
                    "name": "Johannes Schmitt",
327
                    "email": "[email protected]"
328
                }
329
            ],
330
            "description": "Common Library for Doctrine projects",
331
            "homepage": "http://www.doctrine-project.org",
332
            "keywords": [
333
                "annotations",
334
                "collections",
335
                "eventmanager",
336
                "persistence",
337
                "spl"
338
            ],
339
            "time": "2015-12-25T13:18:31+00:00"
340
        },
341
        {
342
            "name": "doctrine/inflector",
343
            "version": "v1.1.0",
344
            "source": {
345
                "type": "git",
346
                "url": "https://github.com/doctrine/inflector.git",
347
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
348
            },
349
            "dist": {
350
                "type": "zip",
351
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
352
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
353
                "shasum": ""
354
            },
355
            "require": {
356
                "php": ">=5.3.2"
357
            },
358
            "require-dev": {
359
                "phpunit/phpunit": "4.*"
360
            },
361
            "type": "library",
362
            "extra": {
363
                "branch-alias": {
364
                    "dev-master": "1.1.x-dev"
365
                }
366
            },
367
            "autoload": {
368
                "psr-0": {
369
                    "Doctrine\\Common\\Inflector\\": "lib/"
370
                }
371
            },
372
            "notification-url": "https://packagist.org/downloads/",
373
            "license": [
374
                "MIT"
375
            ],
376
            "authors": [
377
                {
378
                    "name": "Roman Borschel",
379
                    "email": "[email protected]"
380
                },
381
                {
382
                    "name": "Benjamin Eberlei",
383
                    "email": "[email protected]"
384
                },
385
                {
386
                    "name": "Guilherme Blanco",
387
                    "email": "[email protected]"
388
                },
389
                {
390
                    "name": "Jonathan Wage",
391
                    "email": "[email protected]"
392
                },
393
                {
394
                    "name": "Johannes Schmitt",
395
                    "email": "[email protected]"
396
                }
397
            ],
398
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
399
            "homepage": "http://www.doctrine-project.org",
400
            "keywords": [
401
                "inflection",
402
                "pluralize",
403
                "singularize",
404
                "string"
405
            ],
406
            "time": "2015-11-06T14:35:42+00:00"
407
        },
408
        {
409
            "name": "doctrine/instantiator",
410
            "version": "1.0.5",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/doctrine/instantiator.git",
414
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
419
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "php": ">=5.3,<8.0-DEV"
424
            },
425
            "require-dev": {
426
                "athletic/athletic": "~0.1.8",
427
                "ext-pdo": "*",
428
                "ext-phar": "*",
429
                "phpunit/phpunit": "~4.0",
430
                "squizlabs/php_codesniffer": "~2.0"
431
            },
432
            "type": "library",
433
            "extra": {
434
                "branch-alias": {
435
                    "dev-master": "1.0.x-dev"
436
                }
437
            },
438
            "autoload": {
439
                "psr-4": {
440
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
441
                }
442
            },
443
            "notification-url": "https://packagist.org/downloads/",
444
            "license": [
445
                "MIT"
446
            ],
447
            "authors": [
448
                {
449
                    "name": "Marco Pivetta",
450
                    "email": "[email protected]",
451
                    "homepage": "http://ocramius.github.com/"
452
                }
453
            ],
454
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
455
            "homepage": "https://github.com/doctrine/instantiator",
456
            "keywords": [
457
                "constructor",
458
                "instantiate"
459
            ],
460
            "time": "2015-06-14T21:17:01+00:00"
461
        },
462
        {
463
            "name": "doctrine/lexer",
464
            "version": "v1.0.1",
465
            "source": {
466
                "type": "git",
467
                "url": "https://github.com/doctrine/lexer.git",
468
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
469
            },
470
            "dist": {
471
                "type": "zip",
472
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
473
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
474
                "shasum": ""
475
            },
476
            "require": {
477
                "php": ">=5.3.2"
478
            },
479
            "type": "library",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "1.0.x-dev"
483
                }
484
            },
485
            "autoload": {
486
                "psr-0": {
487
                    "Doctrine\\Common\\Lexer\\": "lib/"
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "MIT"
493
            ],
494
            "authors": [
495
                {
496
                    "name": "Roman Borschel",
497
                    "email": "[email protected]"
498
                },
499
                {
500
                    "name": "Guilherme Blanco",
501
                    "email": "[email protected]"
502
                },
503
                {
504
                    "name": "Johannes Schmitt",
505
                    "email": "[email protected]"
506
                }
507
            ],
508
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
509
            "homepage": "http://www.doctrine-project.org",
510
            "keywords": [
511
                "lexer",
512
                "parser"
513
            ],
514
            "time": "2014-09-09T13:34:57+00:00"
515
        },
516
        {
517
            "name": "guzzlehttp/guzzle",
518
            "version": "6.2.2",
519
            "source": {
520
                "type": "git",
521
                "url": "https://github.com/guzzle/guzzle.git",
522
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
523
            },
524
            "dist": {
525
                "type": "zip",
526
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
527
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
528
                "shasum": ""
529
            },
530
            "require": {
531
                "guzzlehttp/promises": "^1.0",
532
                "guzzlehttp/psr7": "^1.3.1",
533
                "php": ">=5.5"
534
            },
535
            "require-dev": {
536
                "ext-curl": "*",
537
                "phpunit/phpunit": "^4.0",
538
                "psr/log": "^1.0"
539
            },
540
            "type": "library",
541
            "extra": {
542
                "branch-alias": {
543
                    "dev-master": "6.2-dev"
544
                }
545
            },
546
            "autoload": {
547
                "files": [
548
                    "src/functions_include.php"
549
                ],
550
                "psr-4": {
551
                    "GuzzleHttp\\": "src/"
552
                }
553
            },
554
            "notification-url": "https://packagist.org/downloads/",
555
            "license": [
556
                "MIT"
557
            ],
558
            "authors": [
559
                {
560
                    "name": "Michael Dowling",
561
                    "email": "[email protected]",
562
                    "homepage": "https://github.com/mtdowling"
563
                }
564
            ],
565
            "description": "Guzzle is a PHP HTTP client library",
566
            "homepage": "http://guzzlephp.org/",
567
            "keywords": [
568
                "client",
569
                "curl",
570
                "framework",
571
                "http",
572
                "http client",
573
                "rest",
574
                "web service"
575
            ],
576
            "time": "2016-10-08T15:01:37+00:00"
577
        },
578
        {
579
            "name": "guzzlehttp/promises",
580
            "version": "1.2.0",
581
            "source": {
582
                "type": "git",
583
                "url": "https://github.com/guzzle/promises.git",
584
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
585
            },
586
            "dist": {
587
                "type": "zip",
588
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
589
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
590
                "shasum": ""
591
            },
592
            "require": {
593
                "php": ">=5.5.0"
594
            },
595
            "require-dev": {
596
                "phpunit/phpunit": "~4.0"
597
            },
598
            "type": "library",
599
            "extra": {
600
                "branch-alias": {
601
                    "dev-master": "1.0-dev"
602
                }
603
            },
604
            "autoload": {
605
                "psr-4": {
606
                    "GuzzleHttp\\Promise\\": "src/"
607
                },
608
                "files": [
609
                    "src/functions_include.php"
610
                ]
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "Michael Dowling",
619
                    "email": "[email protected]",
620
                    "homepage": "https://github.com/mtdowling"
621
                }
622
            ],
623
            "description": "Guzzle promises library",
624
            "keywords": [
625
                "promise"
626
            ],
627
            "time": "2016-05-18T16:56:05+00:00"
628
        },
629
        {
630
            "name": "guzzlehttp/psr7",
631
            "version": "1.3.1",
632
            "source": {
633
                "type": "git",
634
                "url": "https://github.com/guzzle/psr7.git",
635
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
636
            },
637
            "dist": {
638
                "type": "zip",
639
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
640
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
641
                "shasum": ""
642
            },
643
            "require": {
644
                "php": ">=5.4.0",
645
                "psr/http-message": "~1.0"
646
            },
647
            "provide": {
648
                "psr/http-message-implementation": "1.0"
649
            },
650
            "require-dev": {
651
                "phpunit/phpunit": "~4.0"
652
            },
653
            "type": "library",
654
            "extra": {
655
                "branch-alias": {
656
                    "dev-master": "1.4-dev"
657
                }
658
            },
659
            "autoload": {
660
                "psr-4": {
661
                    "GuzzleHttp\\Psr7\\": "src/"
662
                },
663
                "files": [
664
                    "src/functions_include.php"
665
                ]
666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "MIT"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Michael Dowling",
674
                    "email": "[email protected]",
675
                    "homepage": "https://github.com/mtdowling"
676
                }
677
            ],
678
            "description": "PSR-7 message implementation",
679
            "keywords": [
680
                "http",
681
                "message",
682
                "stream",
683
                "uri"
684
            ],
685
            "time": "2016-06-24T23:00:38+00:00"
686
        },
687
        {
688
            "name": "incenteev/composer-parameter-handler",
689
            "version": "v2.1.2",
690
            "source": {
691
                "type": "git",
692
                "url": "https://github.com/Incenteev/ParameterHandler.git",
693
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
694
            },
695
            "dist": {
696
                "type": "zip",
697
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
698
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
699
                "shasum": ""
700
            },
701
            "require": {
702
                "php": ">=5.3.3",
703
                "symfony/yaml": "~2.3|~3.0"
704
            },
705
            "require-dev": {
706
                "composer/composer": "1.0.*@dev",
707
                "phpspec/prophecy-phpunit": "~1.0",
708
                "symfony/filesystem": "~2.2"
709
            },
710
            "type": "library",
711
            "extra": {
712
                "branch-alias": {
713
                    "dev-master": "2.1.x-dev"
714
                }
715
            },
716
            "autoload": {
717
                "psr-4": {
718
                    "Incenteev\\ParameterHandler\\": ""
719
                }
720
            },
721
            "notification-url": "https://packagist.org/downloads/",
722
            "license": [
723
                "MIT"
724
            ],
725
            "authors": [
726
                {
727
                    "name": "Christophe Coevoet",
728
                    "email": "[email protected]"
729
                }
730
            ],
731
            "description": "Composer script handling your ignored parameter file",
732
            "homepage": "https://github.com/Incenteev/ParameterHandler",
733
            "keywords": [
734
                "parameters management"
735
            ],
736
            "time": "2015-11-10T17:04:01+00:00"
737
        },
738
        {
739
            "name": "jms/aop-bundle",
740
            "version": "1.2.0",
741
            "source": {
742
                "type": "git",
743
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
744
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
745
            },
746
            "dist": {
747
                "type": "zip",
748
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
749
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
750
                "shasum": ""
751
            },
752
            "require": {
753
                "jms/cg": "^1.1",
754
                "php": ">=5.3.9",
755
                "symfony/framework-bundle": "^2.3|^3.0"
756
            },
757
            "require-dev": {
758
                "symfony/phpunit-bridge": "^2.7"
759
            },
760
            "type": "symfony-bundle",
761
            "extra": {
762
                "branch-alias": {
763
                    "dev-master": "1.1.x-dev"
764
                }
765
            },
766
            "autoload": {
767
                "psr-4": {
768
                    "JMS\\AopBundle\\": ""
769
                }
770
            },
771
            "notification-url": "https://packagist.org/downloads/",
772
            "license": [
773
                "Apache-2.0"
774
            ],
775
            "authors": [
776
                {
777
                    "name": "Johannes M. Schmitt",
778
                    "email": "[email protected]"
779
                }
780
            ],
781
            "description": "Adds AOP capabilities to Symfony2",
782
            "keywords": [
783
                "annotations",
784
                "aop"
785
            ],
786
            "time": "2015-12-09T16:30:46+00:00"
787
        },
788
        {
789
            "name": "jms/cg",
790
            "version": "1.2.0",
791
            "source": {
792
                "type": "git",
793
                "url": "https://github.com/schmittjoh/cg-library.git",
794
                "reference": "2152ea2c48f746a676debb841644ae64cae27835"
795
            },
796
            "dist": {
797
                "type": "zip",
798
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/2152ea2c48f746a676debb841644ae64cae27835",
799
                "reference": "2152ea2c48f746a676debb841644ae64cae27835",
800
                "shasum": ""
801
            },
802
            "require": {
803
                "php": ">=5.3.0"
804
            },
805
            "require-dev": {
806
                "phpunit/phpunit": ">=4.5"
807
            },
808
            "type": "library",
809
            "extra": {
810
                "branch-alias": {
811
                    "dev-master": "1.1-dev"
812
                }
813
            },
814
            "autoload": {
815
                "psr-0": {
816
                    "CG\\": "src/"
817
                }
818
            },
819
            "notification-url": "https://packagist.org/downloads/",
820
            "license": [
821
                "Apache2"
822
            ],
823
            "authors": [
824
                {
825
                    "name": "Johannes M. Schmitt",
826
                    "email": "[email protected]"
827
                }
828
            ],
829
            "description": "Toolset for generating PHP code",
830
            "keywords": [
831
                "code generation"
832
            ],
833
            "time": "2016-04-07T10:21:44+00:00"
834
        },
835
        {
836
            "name": "jms/di-extra-bundle",
837
            "version": "1.8.1",
838
            "source": {
839
                "type": "git",
840
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
841
                "reference": "53d0a974d79f1793a4168fbafe98f273d3e1b3e0"
842
            },
843
            "dist": {
844
                "type": "zip",
845
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/53d0a974d79f1793a4168fbafe98f273d3e1b3e0",
846
                "reference": "53d0a974d79f1793a4168fbafe98f273d3e1b3e0",
847
                "shasum": ""
848
            },
849
            "require": {
850
                "jms/aop-bundle": "~1.1",
851
                "jms/metadata": "~1.0",
852
                "php": "~5.3|~7.0",
853
                "symfony/dependency-injection": "~2.3|~3.0",
854
                "symfony/finder": "~2.3|~3.0",
855
                "symfony/framework-bundle": "~2.3|~3.0",
856
                "symfony/http-kernel": "^2.3.24|~3.0",
857
                "symfony/process": "~2.3|~3.0",
858
                "symfony/routing": "~2.3|~3.0"
859
            },
860
            "require-dev": {
861
                "doctrine/doctrine-bundle": "~1.5",
862
                "doctrine/orm": "~2.3",
863
                "jms/security-extra-bundle": "~1.0",
864
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
865
                "sensio/framework-extra-bundle": "~2.0|~3.0",
866
                "symfony/browser-kit": "~2.3|~3.0",
867
                "symfony/class-loader": "~2.3|~3.0",
868
                "symfony/expression-language": "~2.6|~3.0",
869
                "symfony/form": "~2.3|~3.0",
870
                "symfony/phpunit-bridge": "~2.7",
871
                "symfony/security-bundle": "~2.3",
872
                "symfony/twig-bundle": "~2.3|~3.0",
873
                "symfony/validator": "~2.3|~3.0",
874
                "symfony/yaml": "~2.3|~3.0"
875
            },
876
            "type": "symfony-bundle",
877
            "extra": {
878
                "branch-alias": {
879
                    "dev-master": "1.8-dev"
880
                }
881
            },
882
            "autoload": {
883
                "psr-4": {
884
                    "JMS\\DiExtraBundle\\": ""
885
                }
886
            },
887
            "notification-url": "https://packagist.org/downloads/",
888
            "license": [
889
                "Apache-2.0"
890
            ],
891
            "authors": [
892
                {
893
                    "name": "Johannes M. Schmitt",
894
                    "email": "[email protected]"
895
                }
896
            ],
897
            "description": "Allows to configure dependency injection using annotations",
898
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
899
            "keywords": [
900
                "annotations",
901
                "dependency injection"
902
            ],
903
            "time": "2016-09-18T13:06:50+00:00"
904
        },
905
        {
906
            "name": "jms/metadata",
907
            "version": "1.5.1",
908
            "source": {
909
                "type": "git",
910
                "url": "https://github.com/schmittjoh/metadata.git",
911
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
912
            },
913
            "dist": {
914
                "type": "zip",
915
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
916
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
917
                "shasum": ""
918
            },
919
            "require": {
920
                "php": ">=5.3.0"
921
            },
922
            "require-dev": {
923
                "doctrine/cache": "~1.0"
924
            },
925
            "type": "library",
926
            "extra": {
927
                "branch-alias": {
928
                    "dev-master": "1.5.x-dev"
929
                }
930
            },
931
            "autoload": {
932
                "psr-0": {
933
                    "Metadata\\": "src/"
934
                }
935
            },
936
            "notification-url": "https://packagist.org/downloads/",
937
            "license": [
938
                "Apache"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Johannes Schmitt",
943
                    "email": "[email protected]",
944
                    "homepage": "https://github.com/schmittjoh",
945
                    "role": "Developer of wrapped JMSSerializerBundle"
946
                }
947
            ],
948
            "description": "Class/method/property metadata management in PHP",
949
            "keywords": [
950
                "annotations",
951
                "metadata",
952
                "xml",
953
                "yaml"
954
            ],
955
            "time": "2014-07-12T07:13:19+00:00"
956
        },
957
        {
958
            "name": "jms/translation-bundle",
959
            "version": "1.3.1",
960
            "target-dir": "JMS/TranslationBundle",
961
            "source": {
962
                "type": "git",
963
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
964
                "reference": "e79fe1cd77e7749223c870bdae0bd400c21a102d"
965
            },
966
            "dist": {
967
                "type": "zip",
968
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/e79fe1cd77e7749223c870bdae0bd400c21a102d",
969
                "reference": "e79fe1cd77e7749223c870bdae0bd400c21a102d",
970
                "shasum": ""
971
            },
972
            "require": {
973
                "nikic/php-parser": "^1.4 || ^2.0",
974
                "php": "^5.3.3 || ^7.0",
975
                "symfony/console": "^2.3 || ^3.0",
976
                "symfony/framework-bundle": "^2.3 || ^3.0"
977
            },
978
            "conflict": {
979
                "twig/twig": "<1.12"
980
            },
981
            "require-dev": {
982
                "jms/di-extra-bundle": "^1.1",
983
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
984
                "nyholm/nsa": "^1.0.1",
985
                "phpunit/phpunit": "4.8.27",
986
                "psr/log": "^1.0",
987
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
988
                "symfony/expression-language": "^2.6 || ^3.0",
989
                "symfony/symfony": "^2.3 || ^3.0",
990
                "twig/twig": "^1.12"
991
            },
992
            "type": "symfony-bundle",
993
            "extra": {
994
                "branch-alias": {
995
                    "dev-master": "1.4-dev"
996
                }
997
            },
998
            "autoload": {
999
                "psr-0": {
1000
                    "JMS\\TranslationBundle": ""
1001
                }
1002
            },
1003
            "notification-url": "https://packagist.org/downloads/",
1004
            "license": [
1005
                "Apache2"
1006
            ],
1007
            "authors": [
1008
                {
1009
                    "name": "Johannes M. Schmitt",
1010
                    "email": "[email protected]"
1011
                }
1012
            ],
1013
            "description": "Puts the Symfony Translation Component on steroids",
1014
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1015
            "keywords": [
1016
                "extract",
1017
                "extraction",
1018
                "i18n",
1019
                "interface",
1020
                "multilanguage",
1021
                "translation",
1022
                "ui",
1023
                "webinterface"
1024
            ],
1025
            "time": "2016-08-13T23:17:44+00:00"
1026
        },
1027
        {
1028
            "name": "monolog/monolog",
1029
            "version": "1.21.0",
1030
            "source": {
1031
                "type": "git",
1032
                "url": "https://github.com/Seldaek/monolog.git",
1033
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
1034
            },
1035
            "dist": {
1036
                "type": "zip",
1037
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1038
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
1039
                "shasum": ""
1040
            },
1041
            "require": {
1042
                "php": ">=5.3.0",
1043
                "psr/log": "~1.0"
1044
            },
1045
            "provide": {
1046
                "psr/log-implementation": "1.0.0"
1047
            },
1048
            "require-dev": {
1049
                "aws/aws-sdk-php": "^2.4.9",
1050
                "doctrine/couchdb": "~1.0@dev",
1051
                "graylog2/gelf-php": "~1.0",
1052
                "jakub-onderka/php-parallel-lint": "0.9",
1053
                "php-amqplib/php-amqplib": "~2.4",
1054
                "php-console/php-console": "^3.1.3",
1055
                "phpunit/phpunit": "~4.5",
1056
                "phpunit/phpunit-mock-objects": "2.3.0",
1057
                "ruflin/elastica": ">=0.90 <3.0",
1058
                "sentry/sentry": "^0.13",
1059
                "swiftmailer/swiftmailer": "~5.3"
1060
            },
1061
            "suggest": {
1062
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1063
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1064
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1065
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1066
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1067
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1068
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1069
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1070
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1071
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1072
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1073
            },
1074
            "type": "library",
1075
            "extra": {
1076
                "branch-alias": {
1077
                    "dev-master": "2.0.x-dev"
1078
                }
1079
            },
1080
            "autoload": {
1081
                "psr-4": {
1082
                    "Monolog\\": "src/Monolog"
1083
                }
1084
            },
1085
            "notification-url": "https://packagist.org/downloads/",
1086
            "license": [
1087
                "MIT"
1088
            ],
1089
            "authors": [
1090
                {
1091
                    "name": "Jordi Boggiano",
1092
                    "email": "[email protected]",
1093
                    "homepage": "http://seld.be"
1094
                }
1095
            ],
1096
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1097
            "homepage": "http://github.com/Seldaek/monolog",
1098
            "keywords": [
1099
                "log",
1100
                "logging",
1101
                "psr-3"
1102
            ],
1103
            "time": "2016-07-29T03:23:52+00:00"
1104
        },
1105
        {
1106
            "name": "nelmio/security-bundle",
1107
            "version": "1.10.0",
1108
            "source": {
1109
                "type": "git",
1110
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1111
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1112
            },
1113
            "dist": {
1114
                "type": "zip",
1115
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1116
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1117
                "shasum": ""
1118
            },
1119
            "require": {
1120
                "symfony/framework-bundle": "~2.3|~3.0",
1121
                "symfony/security": "~2.3|~3.0"
1122
            },
1123
            "require-dev": {
1124
                "phpunit/phpunit": "^5.2"
1125
            },
1126
            "type": "symfony-bundle",
1127
            "extra": {
1128
                "branch-alias": {
1129
                    "dev-master": "1.10.x-dev"
1130
                }
1131
            },
1132
            "autoload": {
1133
                "psr-4": {
1134
                    "Nelmio\\SecurityBundle\\": ""
1135
                }
1136
            },
1137
            "notification-url": "https://packagist.org/downloads/",
1138
            "license": [
1139
                "MIT"
1140
            ],
1141
            "authors": [
1142
                {
1143
                    "name": "Nelmio",
1144
                    "homepage": "http://nelm.io"
1145
                },
1146
                {
1147
                    "name": "Symfony Community",
1148
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1149
                }
1150
            ],
1151
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1152
            "keywords": [
1153
                "security"
1154
            ],
1155
            "time": "2016-02-23T10:42:13+00:00"
1156
        },
1157
        {
1158
            "name": "nikic/php-parser",
1159
            "version": "v2.1.1",
1160
            "source": {
1161
                "type": "git",
1162
                "url": "https://github.com/nikic/PHP-Parser.git",
1163
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
1164
            },
1165
            "dist": {
1166
                "type": "zip",
1167
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
1168
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
1169
                "shasum": ""
1170
            },
1171
            "require": {
1172
                "ext-tokenizer": "*",
1173
                "php": ">=5.4"
1174
            },
1175
            "require-dev": {
1176
                "phpunit/phpunit": "~4.0"
1177
            },
1178
            "bin": [
1179
                "bin/php-parse"
1180
            ],
1181
            "type": "library",
1182
            "extra": {
1183
                "branch-alias": {
1184
                    "dev-master": "2.1-dev"
1185
                }
1186
            },
1187
            "autoload": {
1188
                "psr-4": {
1189
                    "PhpParser\\": "lib/PhpParser"
1190
                }
1191
            },
1192
            "notification-url": "https://packagist.org/downloads/",
1193
            "license": [
1194
                "BSD-3-Clause"
1195
            ],
1196
            "authors": [
1197
                {
1198
                    "name": "Nikita Popov"
1199
                }
1200
            ],
1201
            "description": "A PHP parser written in PHP",
1202
            "keywords": [
1203
                "parser",
1204
                "php"
1205
            ],
1206
            "time": "2016-09-16T12:04:44+00:00"
1207
        },
1208
        {
1209
            "name": "openconext/monitor-bundle",
1210
            "version": "1.0.5",
1211
            "source": {
1212
                "type": "git",
1213
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1214
                "reference": "0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0"
1215
            },
1216
            "dist": {
1217
                "type": "zip",
1218
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0",
1219
                "reference": "0c1fe3abfb68e5c315ccf651fa4a23b98d6ad2e0",
1220
                "shasum": ""
1221
            },
1222
            "require": {
1223
                "php": ">=5.4,<8.0-dev",
1224
                "symfony/dependency-injection": ">=2.7,<4",
1225
                "symfony/framework-bundle": ">=2.7,<4",
1226
                "webmozart/assert": "^1.2"
1227
            },
1228
            "require-dev": {
1229
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1230
                "malukenho/docheader": "^0.1.6",
1231
                "matthiasnoback/symfony-config-test": "^2.1",
1232
                "mockery/mockery": "~0.9",
1233
                "phpdocumentor/reflection-docblock": "3.3.*",
1234
                "phpmd/phpmd": "^2.6",
1235
                "phpunit/php-token-stream": "1.4.*",
1236
                "phpunit/phpunit": "^5.7",
1237
                "sebastian/phpcpd": "^3.0",
1238
                "squizlabs/php_codesniffer": "^3.1"
1239
            },
1240
            "type": "symfony-bundle",
1241
            "autoload": {
1242
                "psr-4": {
1243
                    "OpenConext\\MonitorBundle\\": "src"
1244
                }
1245
            },
1246
            "notification-url": "https://packagist.org/downloads/",
1247
            "license": [
1248
                "Apache-2.0"
1249
            ],
1250
            "description": "A Symfony 3 bundle that facilitates health and info endpoints to a Symfony application. The bundle is backwards compatible with Symfony 2 projects.",
1251
            "keywords": [
1252
                "OpenConext",
1253
                "health",
1254
                "monitoring",
1255
                "stepup",
1256
                "surfnet"
1257
            ],
1258
            "time": "2018-09-12T13:38:01+00:00"
1259
        },
1260
        {
1261
            "name": "paragonie/random_compat",
1262
            "version": "v2.0.11",
1263
            "source": {
1264
                "type": "git",
1265
                "url": "https://github.com/paragonie/random_compat.git",
1266
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
1267
            },
1268
            "dist": {
1269
                "type": "zip",
1270
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
1271
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
1272
                "shasum": ""
1273
            },
1274
            "require": {
1275
                "php": ">=5.2.0"
1276
            },
1277
            "require-dev": {
1278
                "phpunit/phpunit": "4.*|5.*"
1279
            },
1280
            "suggest": {
1281
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1282
            },
1283
            "type": "library",
1284
            "autoload": {
1285
                "files": [
1286
                    "lib/random.php"
1287
                ]
1288
            },
1289
            "license": [
1290
                "MIT"
1291
            ],
1292
            "authors": [
1293
                {
1294
                    "name": "Paragon Initiative Enterprises",
1295
                    "email": "[email protected]",
1296
                    "homepage": "https://paragonie.com"
1297
                }
1298
            ],
1299
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1300
            "keywords": [
1301
                "csprng",
1302
                "pseudorandom",
1303
                "random"
1304
            ],
1305
            "support": {
1306
                "issues": "https://github.com/paragonie/random_compat/issues",
1307
                "email": "[email protected]",
1308
                "source": "https://github.com/paragonie/random_compat"
1309
            },
1310
            "time": "2017-09-27T21:40:39+00:00"
1311
        },
1312
        {
1313
            "name": "psr/http-message",
1314
            "version": "1.0.1",
1315
            "source": {
1316
                "type": "git",
1317
                "url": "https://github.com/php-fig/http-message.git",
1318
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1319
            },
1320
            "dist": {
1321
                "type": "zip",
1322
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1323
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1324
                "shasum": ""
1325
            },
1326
            "require": {
1327
                "php": ">=5.3.0"
1328
            },
1329
            "type": "library",
1330
            "extra": {
1331
                "branch-alias": {
1332
                    "dev-master": "1.0.x-dev"
1333
                }
1334
            },
1335
            "autoload": {
1336
                "psr-4": {
1337
                    "Psr\\Http\\Message\\": "src/"
1338
                }
1339
            },
1340
            "notification-url": "https://packagist.org/downloads/",
1341
            "license": [
1342
                "MIT"
1343
            ],
1344
            "authors": [
1345
                {
1346
                    "name": "PHP-FIG",
1347
                    "homepage": "http://www.php-fig.org/"
1348
                }
1349
            ],
1350
            "description": "Common interface for HTTP messages",
1351
            "homepage": "https://github.com/php-fig/http-message",
1352
            "keywords": [
1353
                "http",
1354
                "http-message",
1355
                "psr",
1356
                "psr-7",
1357
                "request",
1358
                "response"
1359
            ],
1360
            "time": "2016-08-06T14:39:51+00:00"
1361
        },
1362
        {
1363
            "name": "psr/log",
1364
            "version": "1.0.2",
1365
            "source": {
1366
                "type": "git",
1367
                "url": "https://github.com/php-fig/log.git",
1368
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1369
            },
1370
            "dist": {
1371
                "type": "zip",
1372
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1373
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1374
                "shasum": ""
1375
            },
1376
            "require": {
1377
                "php": ">=5.3.0"
1378
            },
1379
            "type": "library",
1380
            "extra": {
1381
                "branch-alias": {
1382
                    "dev-master": "1.0.x-dev"
1383
                }
1384
            },
1385
            "autoload": {
1386
                "psr-4": {
1387
                    "Psr\\Log\\": "Psr/Log/"
1388
                }
1389
            },
1390
            "notification-url": "https://packagist.org/downloads/",
1391
            "license": [
1392
                "MIT"
1393
            ],
1394
            "authors": [
1395
                {
1396
                    "name": "PHP-FIG",
1397
                    "homepage": "http://www.php-fig.org/"
1398
                }
1399
            ],
1400
            "description": "Common interface for logging libraries",
1401
            "homepage": "https://github.com/php-fig/log",
1402
            "keywords": [
1403
                "log",
1404
                "psr",
1405
                "psr-3"
1406
            ],
1407
            "time": "2016-10-10T12:19:37+00:00"
1408
        },
1409
        {
1410
            "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...
1411
            "version": "3.0.1",
1412
            "source": {
1413
                "type": "git",
1414
                "url": "https://github.com/robrichards/xmlseclibs.git",
1415
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
1416
            },
1417
            "dist": {
1418
                "type": "zip",
1419
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
1420
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
1421
                "shasum": ""
1422
            },
1423
            "require": {
1424
                "php": ">= 5.4"
1425
            },
1426
            "suggest": {
1427
                "ext-openssl": "OpenSSL extension"
1428
            },
1429
            "type": "library",
1430
            "autoload": {
1431
                "psr-4": {
1432
                    "RobRichards\\XMLSecLibs\\": "src"
1433
                }
1434
            },
1435
            "notification-url": "https://packagist.org/downloads/",
1436
            "license": [
1437
                "BSD-3-Clause"
1438
            ],
1439
            "description": "A PHP library for XML Security",
1440
            "homepage": "https://github.com/robrichards/xmlseclibs",
1441
            "keywords": [
1442
                "security",
1443
                "signature",
1444
                "xml",
1445
                "xmldsig"
1446
            ],
1447
            "time": "2017-08-31T09:27:07+00:00"
1448
        },
1449
        {
1450
            "name": "sensio/distribution-bundle",
1451
            "version": "v4.0.39",
1452
            "target-dir": "Sensio/Bundle/DistributionBundle",
1453
            "source": {
1454
                "type": "git",
1455
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1456
                "reference": "bf582cc96becd7ae53f9fe8c4647d0a41c243a42"
1457
            },
1458
            "dist": {
1459
                "type": "zip",
1460
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/bf582cc96becd7ae53f9fe8c4647d0a41c243a42",
1461
                "reference": "bf582cc96becd7ae53f9fe8c4647d0a41c243a42",
1462
                "shasum": ""
1463
            },
1464
            "require": {
1465
                "php": ">=5.3.9",
1466
                "sensiolabs/security-checker": "~3.0",
1467
                "symfony/class-loader": "~2.2",
1468
                "symfony/framework-bundle": "~2.3",
1469
                "symfony/process": "~2.2"
1470
            },
1471
            "require-dev": {
1472
                "symfony/form": "~2.2",
1473
                "symfony/validator": "~2.2",
1474
                "symfony/yaml": "~2.2"
1475
            },
1476
            "suggest": {
1477
                "symfony/form": "If you want to use the configurator",
1478
                "symfony/validator": "If you want to use the configurator",
1479
                "symfony/yaml": "If you want to use  the configurator"
1480
            },
1481
            "type": "symfony-bundle",
1482
            "extra": {
1483
                "branch-alias": {
1484
                    "dev-master": "4.0.x-dev"
1485
                }
1486
            },
1487
            "autoload": {
1488
                "psr-0": {
1489
                    "Sensio\\Bundle\\DistributionBundle": ""
1490
                }
1491
            },
1492
            "notification-url": "https://packagist.org/downloads/",
1493
            "license": [
1494
                "MIT"
1495
            ],
1496
            "authors": [
1497
                {
1498
                    "name": "Fabien Potencier",
1499
                    "email": "[email protected]"
1500
                }
1501
            ],
1502
            "description": "Base bundle for Symfony Distributions",
1503
            "keywords": [
1504
                "configuration",
1505
                "distribution"
1506
            ],
1507
            "time": "2017-08-25T16:49:47+00:00"
1508
        },
1509
        {
1510
            "name": "sensio/framework-extra-bundle",
1511
            "version": "v3.0.16",
1512
            "source": {
1513
                "type": "git",
1514
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1515
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1516
            },
1517
            "dist": {
1518
                "type": "zip",
1519
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1520
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1521
                "shasum": ""
1522
            },
1523
            "require": {
1524
                "doctrine/common": "~2.2",
1525
                "symfony/dependency-injection": "~2.3|~3.0",
1526
                "symfony/framework-bundle": "~2.3|~3.0"
1527
            },
1528
            "require-dev": {
1529
                "symfony/browser-kit": "~2.3|~3.0",
1530
                "symfony/dom-crawler": "~2.3|~3.0",
1531
                "symfony/expression-language": "~2.4|~3.0",
1532
                "symfony/finder": "~2.3|~3.0",
1533
                "symfony/phpunit-bridge": "~2.7|~3.0",
1534
                "symfony/security-bundle": "~2.4|~3.0",
1535
                "symfony/twig-bundle": "~2.3|~3.0",
1536
                "twig/twig": "~1.11|~2.0"
1537
            },
1538
            "suggest": {
1539
                "symfony/expression-language": "",
1540
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1541
                "symfony/security-bundle": ""
1542
            },
1543
            "type": "symfony-bundle",
1544
            "extra": {
1545
                "branch-alias": {
1546
                    "dev-master": "3.0.x-dev"
1547
                }
1548
            },
1549
            "autoload": {
1550
                "psr-4": {
1551
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1552
                }
1553
            },
1554
            "notification-url": "https://packagist.org/downloads/",
1555
            "license": [
1556
                "MIT"
1557
            ],
1558
            "authors": [
1559
                {
1560
                    "name": "Fabien Potencier",
1561
                    "email": "[email protected]"
1562
                }
1563
            ],
1564
            "description": "This bundle provides a way to configure your controllers with annotations",
1565
            "keywords": [
1566
                "annotations",
1567
                "controllers"
1568
            ],
1569
            "time": "2016-03-25T17:08:27+00:00"
1570
        },
1571
        {
1572
            "name": "sensiolabs/security-checker",
1573
            "version": "v3.0.7",
1574
            "source": {
1575
                "type": "git",
1576
                "url": "https://github.com/sensiolabs/security-checker.git",
1577
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
1578
            },
1579
            "dist": {
1580
                "type": "zip",
1581
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
1582
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
1583
                "shasum": ""
1584
            },
1585
            "require": {
1586
                "symfony/console": "~2.0|~3.0"
1587
            },
1588
            "bin": [
1589
                "security-checker"
1590
            ],
1591
            "type": "library",
1592
            "extra": {
1593
                "branch-alias": {
1594
                    "dev-master": "3.0-dev"
1595
                }
1596
            },
1597
            "autoload": {
1598
                "psr-0": {
1599
                    "SensioLabs\\Security": ""
1600
                }
1601
            },
1602
            "notification-url": "https://packagist.org/downloads/",
1603
            "license": [
1604
                "MIT"
1605
            ],
1606
            "authors": [
1607
                {
1608
                    "name": "Fabien Potencier",
1609
                    "email": "[email protected]"
1610
                }
1611
            ],
1612
            "description": "A security checker for your composer.lock",
1613
            "time": "2017-03-29T09:29:53+00:00"
1614
        },
1615
        {
1616
            "name": "simplesamlphp/saml2",
1617
            "version": "v3.1.4",
1618
            "source": {
1619
                "type": "git",
1620
                "url": "https://github.com/simplesamlphp/saml2.git",
1621
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d"
1622
            },
1623
            "dist": {
1624
                "type": "zip",
1625
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d",
1626
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d",
1627
                "shasum": ""
1628
            },
1629
            "require": {
1630
                "ext-dom": "*",
1631
                "ext-openssl": "*",
1632
                "ext-zlib": "*",
1633
                "php": ">=5.4",
1634
                "psr/log": "~1.0",
1635
                "robrichards/xmlseclibs": "^3.0"
1636
            },
1637
            "require-dev": {
1638
                "mockery/mockery": "~0.9",
1639
                "phpmd/phpmd": "~1.5",
1640
                "phpunit/phpunit": "~3.7",
1641
                "sebastian/phpcpd": "~1.4",
1642
                "sensiolabs/security-checker": "~1.1",
1643
                "squizlabs/php_codesniffer": "~1.4"
1644
            },
1645
            "type": "library",
1646
            "extra": {
1647
                "branch-alias": {
1648
                    "dev-master": "v3.0.x-dev"
1649
                }
1650
            },
1651
            "autoload": {
1652
                "psr-0": {
1653
                    "SAML2\\": "src/"
1654
                },
1655
                "files": [
1656
                    "src/_autoload.php"
1657
                ]
1658
            },
1659
            "notification-url": "https://packagist.org/downloads/",
1660
            "license": [
1661
                "LGPL-2.1-or-later"
1662
            ],
1663
            "authors": [
1664
                {
1665
                    "name": "Andreas Åkre Solberg",
1666
                    "email": "[email protected]"
1667
                }
1668
            ],
1669
            "description": "SAML2 PHP library from SimpleSAMLphp",
1670
            "time": "2018-03-02T14:30:38+00:00"
1671
        },
1672
        {
1673
            "name": "surfnet/stepup-saml-bundle",
1674
            "version": "3.0.0",
1675
            "source": {
1676
                "type": "git",
1677
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
1678
                "reference": "67e24599a6402fdf602304851bfff915c0c4609c"
1679
            },
1680
            "dist": {
1681
                "type": "zip",
1682
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/67e24599a6402fdf602304851bfff915c0c4609c",
1683
                "reference": "67e24599a6402fdf602304851bfff915c0c4609c",
1684
                "shasum": ""
1685
            },
1686
            "require": {
1687
                "ext-openssl": "*",
1688
                "php": ">=5.6,<8.0-dev",
1689
                "robrichards/xmlseclibs": "^3.0",
1690
                "simplesamlphp/saml2": "^3.0",
1691
                "symfony/dependency-injection": ">=2.7,<4",
1692
                "symfony/framework-bundle": ">=2.7,<4"
1693
            },
1694
            "require-dev": {
1695
                "ibuildings/qa-tools": "~1.1",
1696
                "liip/rmt": "~1.1",
1697
                "mockery/mockery": "~0.9",
1698
                "psr/log": "~1.0"
1699
            },
1700
            "type": "symfony-bundle",
1701
            "autoload": {
1702
                "psr-4": {
1703
                    "Surfnet\\SamlBundle\\": "src"
1704
                }
1705
            },
1706
            "notification-url": "https://packagist.org/downloads/",
1707
            "license": [
1708
                "Apache-2.0"
1709
            ],
1710
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
1711
            "keywords": [
1712
                "SAML2",
1713
                "saml",
1714
                "simplesamlphp",
1715
                "stepup",
1716
                "surfnet"
1717
            ],
1718
            "time": "2018-01-17T12:59:03+00:00"
1719
        },
1720
        {
1721
            "name": "swiftmailer/swiftmailer",
1722
            "version": "v5.4.6",
1723
            "source": {
1724
                "type": "git",
1725
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1726
                "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e"
1727
            },
1728
            "dist": {
1729
                "type": "zip",
1730
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
1731
                "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
1732
                "shasum": ""
1733
            },
1734
            "require": {
1735
                "php": ">=5.3.3"
1736
            },
1737
            "require-dev": {
1738
                "mockery/mockery": "~0.9.1",
1739
                "symfony/phpunit-bridge": "~3.2"
1740
            },
1741
            "type": "library",
1742
            "extra": {
1743
                "branch-alias": {
1744
                    "dev-master": "5.4-dev"
1745
                }
1746
            },
1747
            "autoload": {
1748
                "files": [
1749
                    "lib/swift_required.php"
1750
                ]
1751
            },
1752
            "notification-url": "https://packagist.org/downloads/",
1753
            "license": [
1754
                "MIT"
1755
            ],
1756
            "authors": [
1757
                {
1758
                    "name": "Chris Corbyn"
1759
                },
1760
                {
1761
                    "name": "Fabien Potencier",
1762
                    "email": "[email protected]"
1763
                }
1764
            ],
1765
            "description": "Swiftmailer, free feature-rich PHP mailer",
1766
            "homepage": "http://swiftmailer.org",
1767
            "keywords": [
1768
                "email",
1769
                "mail",
1770
                "mailer"
1771
            ],
1772
            "time": "2017-02-13T07:52:53+00:00"
1773
        },
1774
        {
1775
            "name": "symfony/monolog-bundle",
1776
            "version": "2.11.1",
1777
            "source": {
1778
                "type": "git",
1779
                "url": "https://github.com/symfony/monolog-bundle.git",
1780
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
1781
            },
1782
            "dist": {
1783
                "type": "zip",
1784
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
1785
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
1786
                "shasum": ""
1787
            },
1788
            "require": {
1789
                "monolog/monolog": "~1.18",
1790
                "php": ">=5.3.2",
1791
                "symfony/config": "~2.3|~3.0",
1792
                "symfony/dependency-injection": "~2.3|~3.0",
1793
                "symfony/http-kernel": "~2.3|~3.0",
1794
                "symfony/monolog-bridge": "~2.3|~3.0"
1795
            },
1796
            "require-dev": {
1797
                "phpunit/phpunit": "^4.8",
1798
                "symfony/console": "~2.3|~3.0",
1799
                "symfony/yaml": "~2.3|~3.0"
1800
            },
1801
            "type": "symfony-bundle",
1802
            "extra": {
1803
                "branch-alias": {
1804
                    "dev-master": "2.x-dev"
1805
                }
1806
            },
1807
            "autoload": {
1808
                "psr-4": {
1809
                    "Symfony\\Bundle\\MonologBundle\\": ""
1810
                }
1811
            },
1812
            "notification-url": "https://packagist.org/downloads/",
1813
            "license": [
1814
                "MIT"
1815
            ],
1816
            "authors": [
1817
                {
1818
                    "name": "Symfony Community",
1819
                    "homepage": "http://symfony.com/contributors"
1820
                },
1821
                {
1822
                    "name": "Fabien Potencier",
1823
                    "email": "[email protected]"
1824
                }
1825
            ],
1826
            "description": "Symfony MonologBundle",
1827
            "homepage": "http://symfony.com",
1828
            "keywords": [
1829
                "log",
1830
                "logging"
1831
            ],
1832
            "time": "2016-04-13T16:21:01+00:00"
1833
        },
1834
        {
1835
            "name": "symfony/polyfill-apcu",
1836
            "version": "v1.2.0",
1837
            "source": {
1838
                "type": "git",
1839
                "url": "https://github.com/symfony/polyfill-apcu.git",
1840
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
1841
            },
1842
            "dist": {
1843
                "type": "zip",
1844
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
1845
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
1846
                "shasum": ""
1847
            },
1848
            "require": {
1849
                "php": ">=5.3.3"
1850
            },
1851
            "type": "library",
1852
            "extra": {
1853
                "branch-alias": {
1854
                    "dev-master": "1.2-dev"
1855
                }
1856
            },
1857
            "autoload": {
1858
                "files": [
1859
                    "bootstrap.php"
1860
                ]
1861
            },
1862
            "notification-url": "https://packagist.org/downloads/",
1863
            "license": [
1864
                "MIT"
1865
            ],
1866
            "authors": [
1867
                {
1868
                    "name": "Nicolas Grekas",
1869
                    "email": "[email protected]"
1870
                },
1871
                {
1872
                    "name": "Symfony Community",
1873
                    "homepage": "https://symfony.com/contributors"
1874
                }
1875
            ],
1876
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
1877
            "homepage": "https://symfony.com",
1878
            "keywords": [
1879
                "apcu",
1880
                "compatibility",
1881
                "polyfill",
1882
                "portable",
1883
                "shim"
1884
            ],
1885
            "time": "2016-05-18T14:26:46+00:00"
1886
        },
1887
        {
1888
            "name": "symfony/polyfill-ctype",
1889
            "version": "v1.8.0",
1890
            "source": {
1891
                "type": "git",
1892
                "url": "https://github.com/symfony/polyfill-ctype.git",
1893
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1894
            },
1895
            "dist": {
1896
                "type": "zip",
1897
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1898
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1899
                "shasum": ""
1900
            },
1901
            "require": {
1902
                "php": ">=5.3.3"
1903
            },
1904
            "type": "library",
1905
            "extra": {
1906
                "branch-alias": {
1907
                    "dev-master": "1.8-dev"
1908
                }
1909
            },
1910
            "autoload": {
1911
                "psr-4": {
1912
                    "Symfony\\Polyfill\\Ctype\\": ""
1913
                },
1914
                "files": [
1915
                    "bootstrap.php"
1916
                ]
1917
            },
1918
            "notification-url": "https://packagist.org/downloads/",
1919
            "license": [
1920
                "MIT"
1921
            ],
1922
            "authors": [
1923
                {
1924
                    "name": "Symfony Community",
1925
                    "homepage": "https://symfony.com/contributors"
1926
                },
1927
                {
1928
                    "name": "Gert de Pagter",
1929
                    "email": "[email protected]"
1930
                }
1931
            ],
1932
            "description": "Symfony polyfill for ctype functions",
1933
            "homepage": "https://symfony.com",
1934
            "keywords": [
1935
                "compatibility",
1936
                "ctype",
1937
                "polyfill",
1938
                "portable"
1939
            ],
1940
            "time": "2018-04-30T19:57:29+00:00"
1941
        },
1942
        {
1943
            "name": "symfony/polyfill-mbstring",
1944
            "version": "v1.2.0",
1945
            "source": {
1946
                "type": "git",
1947
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1948
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
1949
            },
1950
            "dist": {
1951
                "type": "zip",
1952
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
1953
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
1954
                "shasum": ""
1955
            },
1956
            "require": {
1957
                "php": ">=5.3.3"
1958
            },
1959
            "suggest": {
1960
                "ext-mbstring": "For best performance"
1961
            },
1962
            "type": "library",
1963
            "extra": {
1964
                "branch-alias": {
1965
                    "dev-master": "1.2-dev"
1966
                }
1967
            },
1968
            "autoload": {
1969
                "psr-4": {
1970
                    "Symfony\\Polyfill\\Mbstring\\": ""
1971
                },
1972
                "files": [
1973
                    "bootstrap.php"
1974
                ]
1975
            },
1976
            "notification-url": "https://packagist.org/downloads/",
1977
            "license": [
1978
                "MIT"
1979
            ],
1980
            "authors": [
1981
                {
1982
                    "name": "Nicolas Grekas",
1983
                    "email": "[email protected]"
1984
                },
1985
                {
1986
                    "name": "Symfony Community",
1987
                    "homepage": "https://symfony.com/contributors"
1988
                }
1989
            ],
1990
            "description": "Symfony polyfill for the Mbstring extension",
1991
            "homepage": "https://symfony.com",
1992
            "keywords": [
1993
                "compatibility",
1994
                "mbstring",
1995
                "polyfill",
1996
                "portable",
1997
                "shim"
1998
            ],
1999
            "time": "2016-05-18T14:26:46+00:00"
2000
        },
2001
        {
2002
            "name": "symfony/swiftmailer-bundle",
2003
            "version": "v2.4.2",
2004
            "source": {
2005
                "type": "git",
2006
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2007
                "reference": "ad751095576ce0c12a284e30e3fff80c91f27225"
2008
            },
2009
            "dist": {
2010
                "type": "zip",
2011
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225",
2012
                "reference": "ad751095576ce0c12a284e30e3fff80c91f27225",
2013
                "shasum": ""
2014
            },
2015
            "require": {
2016
                "php": ">=5.3.2",
2017
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2018
                "symfony/config": "~2.7|~3.0",
2019
                "symfony/dependency-injection": "~2.7|~3.0",
2020
                "symfony/http-kernel": "~2.7|~3.0"
2021
            },
2022
            "require-dev": {
2023
                "symfony/console": "~2.7|~3.0",
2024
                "symfony/framework-bundle": "~2.7|~3.0",
2025
                "symfony/phpunit-bridge": "~2.7|~3.0",
2026
                "symfony/yaml": "~2.7|~3.0"
2027
            },
2028
            "suggest": {
2029
                "psr/log": "Allows logging"
2030
            },
2031
            "type": "symfony-bundle",
2032
            "extra": {
2033
                "branch-alias": {
2034
                    "dev-master": "2.4-dev"
2035
                }
2036
            },
2037
            "autoload": {
2038
                "psr-4": {
2039
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2040
                }
2041
            },
2042
            "notification-url": "https://packagist.org/downloads/",
2043
            "license": [
2044
                "MIT"
2045
            ],
2046
            "authors": [
2047
                {
2048
                    "name": "Symfony Community",
2049
                    "homepage": "http://symfony.com/contributors"
2050
                },
2051
                {
2052
                    "name": "Fabien Potencier",
2053
                    "email": "[email protected]"
2054
                }
2055
            ],
2056
            "description": "Symfony SwiftmailerBundle",
2057
            "homepage": "http://symfony.com",
2058
            "time": "2016-12-20T04:44:33+00:00"
2059
        },
2060
        {
2061
            "name": "symfony/symfony",
2062
            "version": "v2.7.49",
2063
            "source": {
2064
                "type": "git",
2065
                "url": "https://github.com/symfony/symfony.git",
2066
                "reference": "3425d87198b43400e95b829ae1ce7b3a86976f51"
2067
            },
2068
            "dist": {
2069
                "type": "zip",
2070
                "url": "https://api.github.com/repos/symfony/symfony/zipball/3425d87198b43400e95b829ae1ce7b3a86976f51",
2071
                "reference": "3425d87198b43400e95b829ae1ce7b3a86976f51",
2072
                "shasum": ""
2073
            },
2074
            "require": {
2075
                "doctrine/common": "~2.4",
2076
                "ext-xml": "*",
2077
                "paragonie/random_compat": "~1.0",
2078
                "php": ">=5.3.9",
2079
                "psr/log": "~1.0",
2080
                "symfony/polyfill-apcu": "~1.1",
2081
                "symfony/polyfill-ctype": "~1.8",
2082
                "symfony/polyfill-mbstring": "~1.1",
2083
                "twig/twig": "~1.34|~2.4"
2084
            },
2085
            "conflict": {
2086
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2087
            },
2088
            "replace": {
2089
                "symfony/asset": "self.version",
2090
                "symfony/browser-kit": "self.version",
2091
                "symfony/class-loader": "self.version",
2092
                "symfony/config": "self.version",
2093
                "symfony/console": "self.version",
2094
                "symfony/css-selector": "self.version",
2095
                "symfony/debug": "self.version",
2096
                "symfony/debug-bundle": "self.version",
2097
                "symfony/dependency-injection": "self.version",
2098
                "symfony/doctrine-bridge": "self.version",
2099
                "symfony/dom-crawler": "self.version",
2100
                "symfony/event-dispatcher": "self.version",
2101
                "symfony/expression-language": "self.version",
2102
                "symfony/filesystem": "self.version",
2103
                "symfony/finder": "self.version",
2104
                "symfony/form": "self.version",
2105
                "symfony/framework-bundle": "self.version",
2106
                "symfony/http-foundation": "self.version",
2107
                "symfony/http-kernel": "self.version",
2108
                "symfony/intl": "self.version",
2109
                "symfony/locale": "self.version",
2110
                "symfony/monolog-bridge": "self.version",
2111
                "symfony/options-resolver": "self.version",
2112
                "symfony/process": "self.version",
2113
                "symfony/property-access": "self.version",
2114
                "symfony/proxy-manager-bridge": "self.version",
2115
                "symfony/routing": "self.version",
2116
                "symfony/security": "self.version",
2117
                "symfony/security-acl": "self.version",
2118
                "symfony/security-bundle": "self.version",
2119
                "symfony/security-core": "self.version",
2120
                "symfony/security-csrf": "self.version",
2121
                "symfony/security-http": "self.version",
2122
                "symfony/serializer": "self.version",
2123
                "symfony/stopwatch": "self.version",
2124
                "symfony/swiftmailer-bridge": "self.version",
2125
                "symfony/templating": "self.version",
2126
                "symfony/translation": "self.version",
2127
                "symfony/twig-bridge": "self.version",
2128
                "symfony/twig-bundle": "self.version",
2129
                "symfony/validator": "self.version",
2130
                "symfony/var-dumper": "self.version",
2131
                "symfony/web-profiler-bundle": "self.version",
2132
                "symfony/yaml": "self.version"
2133
            },
2134
            "require-dev": {
2135
                "doctrine/annotations": "~1.0",
2136
                "doctrine/data-fixtures": "1.0.*",
2137
                "doctrine/dbal": "~2.4",
2138
                "doctrine/doctrine-bundle": "~1.2",
2139
                "doctrine/orm": "~2.4,>=2.4.5",
2140
                "egulias/email-validator": "~1.2,>=1.2.1",
2141
                "ircmaxell/password-compat": "~1.0",
2142
                "monolog/monolog": "~1.11",
2143
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2144
                "sensio/framework-extra-bundle": "^3.0.2",
2145
                "symfony/phpunit-bridge": "~3.4|~4.0"
2146
            },
2147
            "type": "library",
2148
            "extra": {
2149
                "branch-alias": {
2150
                    "dev-master": "2.7-dev"
2151
                }
2152
            },
2153
            "autoload": {
2154
                "psr-4": {
2155
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2156
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2157
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2158
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2159
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2160
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2161
                    "Symfony\\Component\\": "src/Symfony/Component/"
2162
                },
2163
                "classmap": [
2164
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2165
                    "src/Symfony/Component/Intl/Resources/stubs"
2166
                ],
2167
                "files": [
2168
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2169
                ],
2170
                "exclude-from-classmap": [
2171
                    "**/Tests/"
2172
                ]
2173
            },
2174
            "notification-url": "https://packagist.org/downloads/",
2175
            "license": [
2176
                "MIT"
2177
            ],
2178
            "authors": [
2179
                {
2180
                    "name": "Fabien Potencier",
2181
                    "email": "[email protected]"
2182
                },
2183
                {
2184
                    "name": "Symfony Community",
2185
                    "homepage": "https://symfony.com/contributors"
2186
                }
2187
            ],
2188
            "description": "The Symfony PHP framework",
2189
            "homepage": "https://symfony.com",
2190
            "keywords": [
2191
                "framework"
2192
            ],
2193
            "time": "2018-08-01T13:57:05+00:00"
2194
        },
2195
        {
2196
            "name": "twig/extensions",
2197
            "version": "v1.4.0",
2198
            "source": {
2199
                "type": "git",
2200
                "url": "https://github.com/twigphp/Twig-extensions.git",
2201
                "reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee"
2202
            },
2203
            "dist": {
2204
                "type": "zip",
2205
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
2206
                "reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
2207
                "shasum": ""
2208
            },
2209
            "require": {
2210
                "twig/twig": "~1.20|~2.0"
2211
            },
2212
            "require-dev": {
2213
                "symfony/translation": "~2.3"
2214
            },
2215
            "suggest": {
2216
                "symfony/translation": "Allow the time_diff output to be translated"
2217
            },
2218
            "type": "library",
2219
            "extra": {
2220
                "branch-alias": {
2221
                    "dev-master": "1.4-dev"
2222
                }
2223
            },
2224
            "autoload": {
2225
                "psr-0": {
2226
                    "Twig_Extensions_": "lib/"
2227
                }
2228
            },
2229
            "notification-url": "https://packagist.org/downloads/",
2230
            "license": [
2231
                "MIT"
2232
            ],
2233
            "authors": [
2234
                {
2235
                    "name": "Fabien Potencier",
2236
                    "email": "[email protected]"
2237
                }
2238
            ],
2239
            "description": "Common additional features for Twig that do not directly belong in core",
2240
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2241
            "keywords": [
2242
                "i18n",
2243
                "text"
2244
            ],
2245
            "time": "2016-09-22T16:50:57+00:00"
2246
        },
2247
        {
2248
            "name": "twig/twig",
2249
            "version": "v1.35.0",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/twigphp/Twig.git",
2253
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
2258
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "php": ">=5.3.3"
2263
            },
2264
            "require-dev": {
2265
                "psr/container": "^1.0",
2266
                "symfony/debug": "~2.7",
2267
                "symfony/phpunit-bridge": "~3.3@dev"
2268
            },
2269
            "type": "library",
2270
            "extra": {
2271
                "branch-alias": {
2272
                    "dev-master": "1.35-dev"
2273
                }
2274
            },
2275
            "autoload": {
2276
                "psr-0": {
2277
                    "Twig_": "lib/"
2278
                },
2279
                "psr-4": {
2280
                    "Twig\\": "src/"
2281
                }
2282
            },
2283
            "notification-url": "https://packagist.org/downloads/",
2284
            "license": [
2285
                "BSD-3-Clause"
2286
            ],
2287
            "authors": [
2288
                {
2289
                    "name": "Fabien Potencier",
2290
                    "email": "[email protected]",
2291
                    "homepage": "http://fabien.potencier.org",
2292
                    "role": "Lead Developer"
2293
                },
2294
                {
2295
                    "name": "Armin Ronacher",
2296
                    "email": "[email protected]",
2297
                    "role": "Project Founder"
2298
                },
2299
                {
2300
                    "name": "Twig Team",
2301
                    "homepage": "http://twig.sensiolabs.org/contributors",
2302
                    "role": "Contributors"
2303
                }
2304
            ],
2305
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2306
            "homepage": "http://twig.sensiolabs.org",
2307
            "keywords": [
2308
                "templating"
2309
            ],
2310
            "time": "2017-09-27T18:06:46+00:00"
2311
        },
2312
        {
2313
            "name": "webmozart/assert",
2314
            "version": "1.2.0",
2315
            "source": {
2316
                "type": "git",
2317
                "url": "https://github.com/webmozart/assert.git",
2318
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2319
            },
2320
            "dist": {
2321
                "type": "zip",
2322
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2323
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2324
                "shasum": ""
2325
            },
2326
            "require": {
2327
                "php": "^5.3.3 || ^7.0"
2328
            },
2329
            "require-dev": {
2330
                "phpunit/phpunit": "^4.6",
2331
                "sebastian/version": "^1.0.1"
2332
            },
2333
            "type": "library",
2334
            "extra": {
2335
                "branch-alias": {
2336
                    "dev-master": "1.3-dev"
2337
                }
2338
            },
2339
            "autoload": {
2340
                "psr-4": {
2341
                    "Webmozart\\Assert\\": "src/"
2342
                }
2343
            },
2344
            "notification-url": "https://packagist.org/downloads/",
2345
            "license": [
2346
                "MIT"
2347
            ],
2348
            "authors": [
2349
                {
2350
                    "name": "Bernhard Schussek",
2351
                    "email": "[email protected]"
2352
                }
2353
            ],
2354
            "description": "Assertions to validate method input/output with nice error messages.",
2355
            "keywords": [
2356
                "assert",
2357
                "check",
2358
                "validate"
2359
            ],
2360
            "time": "2016-11-23T20:04:58+00:00"
2361
        }
2362
    ],
2363
    "packages-dev": [
2364
        {
2365
            "name": "hamcrest/hamcrest-php",
2366
            "version": "v1.2.2",
2367
            "source": {
2368
                "type": "git",
2369
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2370
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2371
            },
2372
            "dist": {
2373
                "type": "zip",
2374
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2375
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2376
                "shasum": ""
2377
            },
2378
            "require": {
2379
                "php": ">=5.3.2"
2380
            },
2381
            "replace": {
2382
                "cordoval/hamcrest-php": "*",
2383
                "davedevelopment/hamcrest-php": "*",
2384
                "kodova/hamcrest-php": "*"
2385
            },
2386
            "require-dev": {
2387
                "phpunit/php-file-iterator": "1.3.3",
2388
                "satooshi/php-coveralls": "dev-master"
2389
            },
2390
            "type": "library",
2391
            "autoload": {
2392
                "classmap": [
2393
                    "hamcrest"
2394
                ],
2395
                "files": [
2396
                    "hamcrest/Hamcrest.php"
2397
                ]
2398
            },
2399
            "notification-url": "https://packagist.org/downloads/",
2400
            "license": [
2401
                "BSD"
2402
            ],
2403
            "description": "This is the PHP port of Hamcrest Matchers",
2404
            "keywords": [
2405
                "test"
2406
            ],
2407
            "time": "2015-05-11T14:41:42+00:00"
2408
        },
2409
        {
2410
            "name": "jakub-onderka/php-parallel-lint",
2411
            "version": "v0.9.2",
2412
            "source": {
2413
                "type": "git",
2414
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
2415
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
2416
            },
2417
            "dist": {
2418
                "type": "zip",
2419
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
2420
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
2421
                "shasum": ""
2422
            },
2423
            "require": {
2424
                "php": ">=5.3.3"
2425
            },
2426
            "require-dev": {
2427
                "jakub-onderka/php-console-highlighter": "~0.3",
2428
                "nette/tester": "~1.3"
2429
            },
2430
            "suggest": {
2431
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
2432
            },
2433
            "bin": [
2434
                "parallel-lint"
2435
            ],
2436
            "type": "library",
2437
            "autoload": {
2438
                "classmap": [
2439
                    "./"
2440
                ]
2441
            },
2442
            "notification-url": "https://packagist.org/downloads/",
2443
            "license": [
2444
                "BSD-2-Clause"
2445
            ],
2446
            "authors": [
2447
                {
2448
                    "name": "Jakub Onderka",
2449
                    "email": "[email protected]"
2450
                }
2451
            ],
2452
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
2453
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
2454
            "time": "2015-12-15T10:42:16+00:00"
2455
        },
2456
        {
2457
            "name": "liip/rmt",
2458
            "version": "1.2.5",
2459
            "source": {
2460
                "type": "git",
2461
                "url": "https://github.com/liip/RMT.git",
2462
                "reference": "db89cfab05e89257f08bfc91f3ca2989ab88fcb7"
2463
            },
2464
            "dist": {
2465
                "type": "zip",
2466
                "url": "https://api.github.com/repos/liip/RMT/zipball/db89cfab05e89257f08bfc91f3ca2989ab88fcb7",
2467
                "reference": "db89cfab05e89257f08bfc91f3ca2989ab88fcb7",
2468
                "shasum": ""
2469
            },
2470
            "require": {
2471
                "php": ">=5.3.9",
2472
                "sensiolabs/security-checker": "~2.0|^3.0",
2473
                "symfony/console": "~2.3|^3.0",
2474
                "symfony/process": "~2.3|^3.0",
2475
                "symfony/yaml": "~2.3|^3.0",
2476
                "vierbergenlars/php-semver": "~3.0"
2477
            },
2478
            "bin": [
2479
                "RMT"
2480
            ],
2481
            "type": "library",
2482
            "autoload": {
2483
                "psr-0": {
2484
                    "Liip": "src"
2485
                }
2486
            },
2487
            "notification-url": "https://packagist.org/downloads/",
2488
            "license": [
2489
                "MIT"
2490
            ],
2491
            "authors": [
2492
                {
2493
                    "name": "Laurent Prodon",
2494
                    "email": "[email protected]",
2495
                    "role": "Developer"
2496
                },
2497
                {
2498
                    "name": "David Jeanmonod",
2499
                    "email": "[email protected]",
2500
                    "role": "Developer"
2501
                }
2502
            ],
2503
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
2504
            "homepage": "http://github.com/liip/RMT",
2505
            "keywords": [
2506
                "post-release",
2507
                "pre-release",
2508
                "release",
2509
                "semantic versioning",
2510
                "vcs tag",
2511
                "version"
2512
            ],
2513
            "time": "2016-09-09T13:48:33+00:00"
2514
        },
2515
        {
2516
            "name": "malukenho/docheader",
2517
            "version": "0.1.6",
2518
            "source": {
2519
                "type": "git",
2520
                "url": "https://github.com/malukenho/docheader.git",
2521
                "reference": "b3857387fe5e6b0928b67875ea09ebb5745d5b8b"
2522
            },
2523
            "dist": {
2524
                "type": "zip",
2525
                "url": "https://api.github.com/repos/malukenho/docheader/zipball/b3857387fe5e6b0928b67875ea09ebb5745d5b8b",
2526
                "reference": "b3857387fe5e6b0928b67875ea09ebb5745d5b8b",
2527
                "shasum": ""
2528
            },
2529
            "require": {
2530
                "php": "~5.5|^7.0",
2531
                "symfony/console": "~2.0|^3.0",
2532
                "symfony/finder": "~2.0|^3.0"
2533
            },
2534
            "require-dev": {
2535
                "phpunit/phpunit": "^4.7",
2536
                "squizlabs/php_codesniffer": "^2.8"
2537
            },
2538
            "bin": [
2539
                "bin/docheader"
2540
            ],
2541
            "type": "library",
2542
            "autoload": {
2543
                "psr-4": {
2544
                    "DocHeader\\": "src/"
2545
                }
2546
            },
2547
            "notification-url": "https://packagist.org/downloads/",
2548
            "license": [
2549
                "MIT"
2550
            ],
2551
            "authors": [
2552
                {
2553
                    "name": "Jefersson Nathan",
2554
                    "email": "[email protected]"
2555
                }
2556
            ],
2557
            "description": "A small library to check header docs",
2558
            "homepage": "https://github.com/malukenho/docheader",
2559
            "keywords": [
2560
                "Code style",
2561
                "code standard",
2562
                "license"
2563
            ],
2564
            "time": "2017-05-03T05:22:55+00:00"
2565
        },
2566
        {
2567
            "name": "matthiasnoback/symfony-config-test",
2568
            "version": "v2.1.0",
2569
            "source": {
2570
                "type": "git",
2571
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
2572
                "reference": "dbf93be91b8004203029301bf98142bd06de4f5a"
2573
            },
2574
            "dist": {
2575
                "type": "zip",
2576
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/dbf93be91b8004203029301bf98142bd06de4f5a",
2577
                "reference": "dbf93be91b8004203029301bf98142bd06de4f5a",
2578
                "shasum": ""
2579
            },
2580
            "require": {
2581
                "php": "^5.3|^7.0",
2582
                "sebastian/exporter": "^1.0|^2.0",
2583
                "symfony/config": "^2.3|^3.0"
2584
            },
2585
            "require-dev": {
2586
                "phpunit/phpunit": "^4.0|^5.0"
2587
            },
2588
            "type": "library",
2589
            "autoload": {
2590
                "psr-4": {
2591
                    "Matthias\\SymfonyConfigTest\\": ""
2592
                }
2593
            },
2594
            "notification-url": "https://packagist.org/downloads/",
2595
            "license": [
2596
                "MIT"
2597
            ],
2598
            "authors": [
2599
                {
2600
                    "name": "Matthias Noback",
2601
                    "email": "[email protected]",
2602
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
2603
                }
2604
            ],
2605
            "description": "Library for testing user classes related to the Symfony Config Component",
2606
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
2607
            "keywords": [
2608
                "config",
2609
                "phpunit",
2610
                "symfony"
2611
            ],
2612
            "time": "2016-11-30T15:53:12+00:00"
2613
        },
2614
        {
2615
            "name": "mockery/mockery",
2616
            "version": "0.9.5",
2617
            "source": {
2618
                "type": "git",
2619
                "url": "https://github.com/mockery/mockery.git",
2620
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
2621
            },
2622
            "dist": {
2623
                "type": "zip",
2624
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
2625
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
2626
                "shasum": ""
2627
            },
2628
            "require": {
2629
                "hamcrest/hamcrest-php": "~1.1",
2630
                "lib-pcre": ">=7.0",
2631
                "php": ">=5.3.2"
2632
            },
2633
            "require-dev": {
2634
                "phpunit/phpunit": "~4.0"
2635
            },
2636
            "type": "library",
2637
            "extra": {
2638
                "branch-alias": {
2639
                    "dev-master": "0.9.x-dev"
2640
                }
2641
            },
2642
            "autoload": {
2643
                "psr-0": {
2644
                    "Mockery": "library/"
2645
                }
2646
            },
2647
            "notification-url": "https://packagist.org/downloads/",
2648
            "license": [
2649
                "BSD-3-Clause"
2650
            ],
2651
            "authors": [
2652
                {
2653
                    "name": "Pádraic Brady",
2654
                    "email": "[email protected]",
2655
                    "homepage": "http://blog.astrumfutura.com"
2656
                },
2657
                {
2658
                    "name": "Dave Marshall",
2659
                    "email": "[email protected]",
2660
                    "homepage": "http://davedevelopment.co.uk"
2661
                }
2662
            ],
2663
            "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.",
2664
            "homepage": "http://github.com/padraic/mockery",
2665
            "keywords": [
2666
                "BDD",
2667
                "TDD",
2668
                "library",
2669
                "mock",
2670
                "mock objects",
2671
                "mockery",
2672
                "stub",
2673
                "test",
2674
                "test double",
2675
                "testing"
2676
            ],
2677
            "time": "2016-05-22T21:52:33+00:00"
2678
        },
2679
        {
2680
            "name": "myclabs/deep-copy",
2681
            "version": "1.7.0",
2682
            "source": {
2683
                "type": "git",
2684
                "url": "https://github.com/myclabs/DeepCopy.git",
2685
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2686
            },
2687
            "dist": {
2688
                "type": "zip",
2689
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2690
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2691
                "shasum": ""
2692
            },
2693
            "require": {
2694
                "php": "^5.6 || ^7.0"
2695
            },
2696
            "require-dev": {
2697
                "doctrine/collections": "^1.0",
2698
                "doctrine/common": "^2.6",
2699
                "phpunit/phpunit": "^4.1"
2700
            },
2701
            "type": "library",
2702
            "autoload": {
2703
                "psr-4": {
2704
                    "DeepCopy\\": "src/DeepCopy/"
2705
                },
2706
                "files": [
2707
                    "src/DeepCopy/deep_copy.php"
2708
                ]
2709
            },
2710
            "notification-url": "https://packagist.org/downloads/",
2711
            "license": [
2712
                "MIT"
2713
            ],
2714
            "description": "Create deep copies (clones) of your objects",
2715
            "keywords": [
2716
                "clone",
2717
                "copy",
2718
                "duplicate",
2719
                "object",
2720
                "object graph"
2721
            ],
2722
            "time": "2017-10-19T19:58:43+00:00"
2723
        },
2724
        {
2725
            "name": "pdepend/pdepend",
2726
            "version": "2.5.0",
2727
            "source": {
2728
                "type": "git",
2729
                "url": "https://github.com/pdepend/pdepend.git",
2730
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
2731
            },
2732
            "dist": {
2733
                "type": "zip",
2734
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
2735
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
2736
                "shasum": ""
2737
            },
2738
            "require": {
2739
                "php": ">=5.3.7",
2740
                "symfony/config": "^2.3.0|^3",
2741
                "symfony/dependency-injection": "^2.3.0|^3",
2742
                "symfony/filesystem": "^2.3.0|^3"
2743
            },
2744
            "require-dev": {
2745
                "phpunit/phpunit": "^4.4.0,<4.8",
2746
                "squizlabs/php_codesniffer": "^2.0.0"
2747
            },
2748
            "bin": [
2749
                "src/bin/pdepend"
2750
            ],
2751
            "type": "library",
2752
            "autoload": {
2753
                "psr-4": {
2754
                    "PDepend\\": "src/main/php/PDepend"
2755
                }
2756
            },
2757
            "notification-url": "https://packagist.org/downloads/",
2758
            "license": [
2759
                "BSD-3-Clause"
2760
            ],
2761
            "description": "Official version of pdepend to be handled with Composer",
2762
            "time": "2017-01-19T14:23:36+00:00"
2763
        },
2764
        {
2765
            "name": "phpdocumentor/reflection-common",
2766
            "version": "1.0.1",
2767
            "source": {
2768
                "type": "git",
2769
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2770
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2771
            },
2772
            "dist": {
2773
                "type": "zip",
2774
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2775
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2776
                "shasum": ""
2777
            },
2778
            "require": {
2779
                "php": ">=5.5"
2780
            },
2781
            "require-dev": {
2782
                "phpunit/phpunit": "^4.6"
2783
            },
2784
            "type": "library",
2785
            "extra": {
2786
                "branch-alias": {
2787
                    "dev-master": "1.0.x-dev"
2788
                }
2789
            },
2790
            "autoload": {
2791
                "psr-4": {
2792
                    "phpDocumentor\\Reflection\\": [
2793
                        "src"
2794
                    ]
2795
                }
2796
            },
2797
            "notification-url": "https://packagist.org/downloads/",
2798
            "license": [
2799
                "MIT"
2800
            ],
2801
            "authors": [
2802
                {
2803
                    "name": "Jaap van Otterdijk",
2804
                    "email": "[email protected]"
2805
                }
2806
            ],
2807
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2808
            "homepage": "http://www.phpdoc.org",
2809
            "keywords": [
2810
                "FQSEN",
2811
                "phpDocumentor",
2812
                "phpdoc",
2813
                "reflection",
2814
                "static analysis"
2815
            ],
2816
            "time": "2017-09-11T18:02:19+00:00"
2817
        },
2818
        {
2819
            "name": "phpdocumentor/reflection-docblock",
2820
            "version": "3.3.2",
2821
            "source": {
2822
                "type": "git",
2823
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2824
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
2825
            },
2826
            "dist": {
2827
                "type": "zip",
2828
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
2829
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
2830
                "shasum": ""
2831
            },
2832
            "require": {
2833
                "php": "^5.6 || ^7.0",
2834
                "phpdocumentor/reflection-common": "^1.0.0",
2835
                "phpdocumentor/type-resolver": "^0.4.0",
2836
                "webmozart/assert": "^1.0"
2837
            },
2838
            "require-dev": {
2839
                "mockery/mockery": "^0.9.4",
2840
                "phpunit/phpunit": "^4.4"
2841
            },
2842
            "type": "library",
2843
            "autoload": {
2844
                "psr-4": {
2845
                    "phpDocumentor\\Reflection\\": [
2846
                        "src/"
2847
                    ]
2848
                }
2849
            },
2850
            "notification-url": "https://packagist.org/downloads/",
2851
            "license": [
2852
                "MIT"
2853
            ],
2854
            "authors": [
2855
                {
2856
                    "name": "Mike van Riel",
2857
                    "email": "[email protected]"
2858
                }
2859
            ],
2860
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2861
            "time": "2017-11-10T14:09:06+00:00"
2862
        },
2863
        {
2864
            "name": "phpdocumentor/type-resolver",
2865
            "version": "0.4.0",
2866
            "source": {
2867
                "type": "git",
2868
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2869
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2870
            },
2871
            "dist": {
2872
                "type": "zip",
2873
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2874
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2875
                "shasum": ""
2876
            },
2877
            "require": {
2878
                "php": "^5.5 || ^7.0",
2879
                "phpdocumentor/reflection-common": "^1.0"
2880
            },
2881
            "require-dev": {
2882
                "mockery/mockery": "^0.9.4",
2883
                "phpunit/phpunit": "^5.2||^4.8.24"
2884
            },
2885
            "type": "library",
2886
            "extra": {
2887
                "branch-alias": {
2888
                    "dev-master": "1.0.x-dev"
2889
                }
2890
            },
2891
            "autoload": {
2892
                "psr-4": {
2893
                    "phpDocumentor\\Reflection\\": [
2894
                        "src/"
2895
                    ]
2896
                }
2897
            },
2898
            "notification-url": "https://packagist.org/downloads/",
2899
            "license": [
2900
                "MIT"
2901
            ],
2902
            "authors": [
2903
                {
2904
                    "name": "Mike van Riel",
2905
                    "email": "[email protected]"
2906
                }
2907
            ],
2908
            "time": "2017-07-14T14:27:02+00:00"
2909
        },
2910
        {
2911
            "name": "phpmd/phpmd",
2912
            "version": "2.6.0",
2913
            "source": {
2914
                "type": "git",
2915
                "url": "https://github.com/phpmd/phpmd.git",
2916
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
2917
            },
2918
            "dist": {
2919
                "type": "zip",
2920
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
2921
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
2922
                "shasum": ""
2923
            },
2924
            "require": {
2925
                "ext-xml": "*",
2926
                "pdepend/pdepend": "^2.5",
2927
                "php": ">=5.3.9"
2928
            },
2929
            "require-dev": {
2930
                "phpunit/phpunit": "^4.0",
2931
                "squizlabs/php_codesniffer": "^2.0"
2932
            },
2933
            "bin": [
2934
                "src/bin/phpmd"
2935
            ],
2936
            "type": "project",
2937
            "autoload": {
2938
                "psr-0": {
2939
                    "PHPMD\\": "src/main/php"
2940
                }
2941
            },
2942
            "notification-url": "https://packagist.org/downloads/",
2943
            "license": [
2944
                "BSD-3-Clause"
2945
            ],
2946
            "authors": [
2947
                {
2948
                    "name": "Manuel Pichler",
2949
                    "email": "[email protected]",
2950
                    "homepage": "https://github.com/manuelpichler",
2951
                    "role": "Project Founder"
2952
                },
2953
                {
2954
                    "name": "Other contributors",
2955
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
2956
                    "role": "Contributors"
2957
                },
2958
                {
2959
                    "name": "Marc Würth",
2960
                    "email": "[email protected]",
2961
                    "homepage": "https://github.com/ravage84",
2962
                    "role": "Project Maintainer"
2963
                }
2964
            ],
2965
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
2966
            "homepage": "http://phpmd.org/",
2967
            "keywords": [
2968
                "mess detection",
2969
                "mess detector",
2970
                "pdepend",
2971
                "phpmd",
2972
                "pmd"
2973
            ],
2974
            "time": "2017-01-20T14:41:10+00:00"
2975
        },
2976
        {
2977
            "name": "phpspec/prophecy",
2978
            "version": "v1.7.2",
2979
            "source": {
2980
                "type": "git",
2981
                "url": "https://github.com/phpspec/prophecy.git",
2982
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
2983
            },
2984
            "dist": {
2985
                "type": "zip",
2986
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2987
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2988
                "shasum": ""
2989
            },
2990
            "require": {
2991
                "doctrine/instantiator": "^1.0.2",
2992
                "php": "^5.3|^7.0",
2993
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2994
                "sebastian/comparator": "^1.1|^2.0",
2995
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2996
            },
2997
            "require-dev": {
2998
                "phpspec/phpspec": "^2.5|^3.2",
2999
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3000
            },
3001
            "type": "library",
3002
            "extra": {
3003
                "branch-alias": {
3004
                    "dev-master": "1.7.x-dev"
3005
                }
3006
            },
3007
            "autoload": {
3008
                "psr-0": {
3009
                    "Prophecy\\": "src/"
3010
                }
3011
            },
3012
            "notification-url": "https://packagist.org/downloads/",
3013
            "license": [
3014
                "MIT"
3015
            ],
3016
            "authors": [
3017
                {
3018
                    "name": "Konstantin Kudryashov",
3019
                    "email": "[email protected]",
3020
                    "homepage": "http://everzet.com"
3021
                },
3022
                {
3023
                    "name": "Marcello Duarte",
3024
                    "email": "[email protected]"
3025
                }
3026
            ],
3027
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3028
            "homepage": "https://github.com/phpspec/prophecy",
3029
            "keywords": [
3030
                "Double",
3031
                "Dummy",
3032
                "fake",
3033
                "mock",
3034
                "spy",
3035
                "stub"
3036
            ],
3037
            "time": "2017-09-04T11:05:03+00:00"
3038
        },
3039
        {
3040
            "name": "phpunit/php-code-coverage",
3041
            "version": "4.0.8",
3042
            "source": {
3043
                "type": "git",
3044
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3045
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
3046
            },
3047
            "dist": {
3048
                "type": "zip",
3049
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3050
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3051
                "shasum": ""
3052
            },
3053
            "require": {
3054
                "ext-dom": "*",
3055
                "ext-xmlwriter": "*",
3056
                "php": "^5.6 || ^7.0",
3057
                "phpunit/php-file-iterator": "^1.3",
3058
                "phpunit/php-text-template": "^1.2",
3059
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
3060
                "sebastian/code-unit-reverse-lookup": "^1.0",
3061
                "sebastian/environment": "^1.3.2 || ^2.0",
3062
                "sebastian/version": "^1.0 || ^2.0"
3063
            },
3064
            "require-dev": {
3065
                "ext-xdebug": "^2.1.4",
3066
                "phpunit/phpunit": "^5.7"
3067
            },
3068
            "suggest": {
3069
                "ext-xdebug": "^2.5.1"
3070
            },
3071
            "type": "library",
3072
            "extra": {
3073
                "branch-alias": {
3074
                    "dev-master": "4.0.x-dev"
3075
                }
3076
            },
3077
            "autoload": {
3078
                "classmap": [
3079
                    "src/"
3080
                ]
3081
            },
3082
            "notification-url": "https://packagist.org/downloads/",
3083
            "license": [
3084
                "BSD-3-Clause"
3085
            ],
3086
            "authors": [
3087
                {
3088
                    "name": "Sebastian Bergmann",
3089
                    "email": "[email protected]",
3090
                    "role": "lead"
3091
                }
3092
            ],
3093
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3094
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3095
            "keywords": [
3096
                "coverage",
3097
                "testing",
3098
                "xunit"
3099
            ],
3100
            "time": "2017-04-02T07:44:40+00:00"
3101
        },
3102
        {
3103
            "name": "phpunit/php-file-iterator",
3104
            "version": "1.4.2",
3105
            "source": {
3106
                "type": "git",
3107
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3108
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3109
            },
3110
            "dist": {
3111
                "type": "zip",
3112
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3113
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3114
                "shasum": ""
3115
            },
3116
            "require": {
3117
                "php": ">=5.3.3"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "1.4.x-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "classmap": [
3127
                    "src/"
3128
                ]
3129
            },
3130
            "notification-url": "https://packagist.org/downloads/",
3131
            "license": [
3132
                "BSD-3-Clause"
3133
            ],
3134
            "authors": [
3135
                {
3136
                    "name": "Sebastian Bergmann",
3137
                    "email": "[email protected]",
3138
                    "role": "lead"
3139
                }
3140
            ],
3141
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3142
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3143
            "keywords": [
3144
                "filesystem",
3145
                "iterator"
3146
            ],
3147
            "time": "2016-10-03T07:40:28+00:00"
3148
        },
3149
        {
3150
            "name": "phpunit/php-text-template",
3151
            "version": "1.2.1",
3152
            "source": {
3153
                "type": "git",
3154
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3155
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3156
            },
3157
            "dist": {
3158
                "type": "zip",
3159
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3160
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3161
                "shasum": ""
3162
            },
3163
            "require": {
3164
                "php": ">=5.3.3"
3165
            },
3166
            "type": "library",
3167
            "autoload": {
3168
                "classmap": [
3169
                    "src/"
3170
                ]
3171
            },
3172
            "notification-url": "https://packagist.org/downloads/",
3173
            "license": [
3174
                "BSD-3-Clause"
3175
            ],
3176
            "authors": [
3177
                {
3178
                    "name": "Sebastian Bergmann",
3179
                    "email": "[email protected]",
3180
                    "role": "lead"
3181
                }
3182
            ],
3183
            "description": "Simple template engine.",
3184
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3185
            "keywords": [
3186
                "template"
3187
            ],
3188
            "time": "2015-06-21T13:50:34+00:00"
3189
        },
3190
        {
3191
            "name": "phpunit/php-timer",
3192
            "version": "1.0.9",
3193
            "source": {
3194
                "type": "git",
3195
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3196
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3197
            },
3198
            "dist": {
3199
                "type": "zip",
3200
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3201
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3202
                "shasum": ""
3203
            },
3204
            "require": {
3205
                "php": "^5.3.3 || ^7.0"
3206
            },
3207
            "require-dev": {
3208
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3209
            },
3210
            "type": "library",
3211
            "extra": {
3212
                "branch-alias": {
3213
                    "dev-master": "1.0-dev"
3214
                }
3215
            },
3216
            "autoload": {
3217
                "classmap": [
3218
                    "src/"
3219
                ]
3220
            },
3221
            "notification-url": "https://packagist.org/downloads/",
3222
            "license": [
3223
                "BSD-3-Clause"
3224
            ],
3225
            "authors": [
3226
                {
3227
                    "name": "Sebastian Bergmann",
3228
                    "email": "[email protected]",
3229
                    "role": "lead"
3230
                }
3231
            ],
3232
            "description": "Utility class for timing",
3233
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3234
            "keywords": [
3235
                "timer"
3236
            ],
3237
            "time": "2017-02-26T11:10:40+00:00"
3238
        },
3239
        {
3240
            "name": "phpunit/php-token-stream",
3241
            "version": "1.4.11",
3242
            "source": {
3243
                "type": "git",
3244
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3245
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3246
            },
3247
            "dist": {
3248
                "type": "zip",
3249
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3250
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3251
                "shasum": ""
3252
            },
3253
            "require": {
3254
                "ext-tokenizer": "*",
3255
                "php": ">=5.3.3"
3256
            },
3257
            "require-dev": {
3258
                "phpunit/phpunit": "~4.2"
3259
            },
3260
            "type": "library",
3261
            "extra": {
3262
                "branch-alias": {
3263
                    "dev-master": "1.4-dev"
3264
                }
3265
            },
3266
            "autoload": {
3267
                "classmap": [
3268
                    "src/"
3269
                ]
3270
            },
3271
            "notification-url": "https://packagist.org/downloads/",
3272
            "license": [
3273
                "BSD-3-Clause"
3274
            ],
3275
            "authors": [
3276
                {
3277
                    "name": "Sebastian Bergmann",
3278
                    "email": "[email protected]"
3279
                }
3280
            ],
3281
            "description": "Wrapper around PHP's tokenizer extension.",
3282
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3283
            "keywords": [
3284
                "tokenizer"
3285
            ],
3286
            "time": "2017-02-27T10:12:30+00:00"
3287
        },
3288
        {
3289
            "name": "phpunit/phpunit",
3290
            "version": "5.7.25",
3291
            "source": {
3292
                "type": "git",
3293
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3294
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a"
3295
            },
3296
            "dist": {
3297
                "type": "zip",
3298
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b1c822a68ae6577df38a59eb49b046712ec0f6a",
3299
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a",
3300
                "shasum": ""
3301
            },
3302
            "require": {
3303
                "ext-dom": "*",
3304
                "ext-json": "*",
3305
                "ext-libxml": "*",
3306
                "ext-mbstring": "*",
3307
                "ext-xml": "*",
3308
                "myclabs/deep-copy": "~1.3",
3309
                "php": "^5.6 || ^7.0",
3310
                "phpspec/prophecy": "^1.6.2",
3311
                "phpunit/php-code-coverage": "^4.0.4",
3312
                "phpunit/php-file-iterator": "~1.4",
3313
                "phpunit/php-text-template": "~1.2",
3314
                "phpunit/php-timer": "^1.0.6",
3315
                "phpunit/phpunit-mock-objects": "^3.2",
3316
                "sebastian/comparator": "^1.2.4",
3317
                "sebastian/diff": "^1.4.3",
3318
                "sebastian/environment": "^1.3.4 || ^2.0",
3319
                "sebastian/exporter": "~2.0",
3320
                "sebastian/global-state": "^1.1",
3321
                "sebastian/object-enumerator": "~2.0",
3322
                "sebastian/resource-operations": "~1.0",
3323
                "sebastian/version": "~1.0.3|~2.0",
3324
                "symfony/yaml": "~2.1|~3.0|~4.0"
3325
            },
3326
            "conflict": {
3327
                "phpdocumentor/reflection-docblock": "3.0.2"
3328
            },
3329
            "require-dev": {
3330
                "ext-pdo": "*"
3331
            },
3332
            "suggest": {
3333
                "ext-xdebug": "*",
3334
                "phpunit/php-invoker": "~1.1"
3335
            },
3336
            "bin": [
3337
                "phpunit"
3338
            ],
3339
            "type": "library",
3340
            "extra": {
3341
                "branch-alias": {
3342
                    "dev-master": "5.7.x-dev"
3343
                }
3344
            },
3345
            "autoload": {
3346
                "classmap": [
3347
                    "src/"
3348
                ]
3349
            },
3350
            "notification-url": "https://packagist.org/downloads/",
3351
            "license": [
3352
                "BSD-3-Clause"
3353
            ],
3354
            "authors": [
3355
                {
3356
                    "name": "Sebastian Bergmann",
3357
                    "email": "[email protected]",
3358
                    "role": "lead"
3359
                }
3360
            ],
3361
            "description": "The PHP Unit Testing framework.",
3362
            "homepage": "https://phpunit.de/",
3363
            "keywords": [
3364
                "phpunit",
3365
                "testing",
3366
                "xunit"
3367
            ],
3368
            "time": "2017-11-14T14:50:51+00:00"
3369
        },
3370
        {
3371
            "name": "phpunit/phpunit-mock-objects",
3372
            "version": "3.4.4",
3373
            "source": {
3374
                "type": "git",
3375
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3376
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
3377
            },
3378
            "dist": {
3379
                "type": "zip",
3380
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
3381
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
3382
                "shasum": ""
3383
            },
3384
            "require": {
3385
                "doctrine/instantiator": "^1.0.2",
3386
                "php": "^5.6 || ^7.0",
3387
                "phpunit/php-text-template": "^1.2",
3388
                "sebastian/exporter": "^1.2 || ^2.0"
3389
            },
3390
            "conflict": {
3391
                "phpunit/phpunit": "<5.4.0"
3392
            },
3393
            "require-dev": {
3394
                "phpunit/phpunit": "^5.4"
3395
            },
3396
            "suggest": {
3397
                "ext-soap": "*"
3398
            },
3399
            "type": "library",
3400
            "extra": {
3401
                "branch-alias": {
3402
                    "dev-master": "3.2.x-dev"
3403
                }
3404
            },
3405
            "autoload": {
3406
                "classmap": [
3407
                    "src/"
3408
                ]
3409
            },
3410
            "notification-url": "https://packagist.org/downloads/",
3411
            "license": [
3412
                "BSD-3-Clause"
3413
            ],
3414
            "authors": [
3415
                {
3416
                    "name": "Sebastian Bergmann",
3417
                    "email": "[email protected]",
3418
                    "role": "lead"
3419
                }
3420
            ],
3421
            "description": "Mock Object library for PHPUnit",
3422
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3423
            "keywords": [
3424
                "mock",
3425
                "xunit"
3426
            ],
3427
            "time": "2017-06-30T09:13:00+00:00"
3428
        },
3429
        {
3430
            "name": "sebastian/code-unit-reverse-lookup",
3431
            "version": "1.0.1",
3432
            "source": {
3433
                "type": "git",
3434
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3435
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3436
            },
3437
            "dist": {
3438
                "type": "zip",
3439
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3440
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3441
                "shasum": ""
3442
            },
3443
            "require": {
3444
                "php": "^5.6 || ^7.0"
3445
            },
3446
            "require-dev": {
3447
                "phpunit/phpunit": "^5.7 || ^6.0"
3448
            },
3449
            "type": "library",
3450
            "extra": {
3451
                "branch-alias": {
3452
                    "dev-master": "1.0.x-dev"
3453
                }
3454
            },
3455
            "autoload": {
3456
                "classmap": [
3457
                    "src/"
3458
                ]
3459
            },
3460
            "notification-url": "https://packagist.org/downloads/",
3461
            "license": [
3462
                "BSD-3-Clause"
3463
            ],
3464
            "authors": [
3465
                {
3466
                    "name": "Sebastian Bergmann",
3467
                    "email": "[email protected]"
3468
                }
3469
            ],
3470
            "description": "Looks up which function or method a line of code belongs to",
3471
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3472
            "time": "2017-03-04T06:30:41+00:00"
3473
        },
3474
        {
3475
            "name": "sebastian/comparator",
3476
            "version": "1.2.4",
3477
            "source": {
3478
                "type": "git",
3479
                "url": "https://github.com/sebastianbergmann/comparator.git",
3480
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3481
            },
3482
            "dist": {
3483
                "type": "zip",
3484
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3485
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3486
                "shasum": ""
3487
            },
3488
            "require": {
3489
                "php": ">=5.3.3",
3490
                "sebastian/diff": "~1.2",
3491
                "sebastian/exporter": "~1.2 || ~2.0"
3492
            },
3493
            "require-dev": {
3494
                "phpunit/phpunit": "~4.4"
3495
            },
3496
            "type": "library",
3497
            "extra": {
3498
                "branch-alias": {
3499
                    "dev-master": "1.2.x-dev"
3500
                }
3501
            },
3502
            "autoload": {
3503
                "classmap": [
3504
                    "src/"
3505
                ]
3506
            },
3507
            "notification-url": "https://packagist.org/downloads/",
3508
            "license": [
3509
                "BSD-3-Clause"
3510
            ],
3511
            "authors": [
3512
                {
3513
                    "name": "Jeff Welch",
3514
                    "email": "[email protected]"
3515
                },
3516
                {
3517
                    "name": "Volker Dusch",
3518
                    "email": "[email protected]"
3519
                },
3520
                {
3521
                    "name": "Bernhard Schussek",
3522
                    "email": "[email protected]"
3523
                },
3524
                {
3525
                    "name": "Sebastian Bergmann",
3526
                    "email": "[email protected]"
3527
                }
3528
            ],
3529
            "description": "Provides the functionality to compare PHP values for equality",
3530
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3531
            "keywords": [
3532
                "comparator",
3533
                "compare",
3534
                "equality"
3535
            ],
3536
            "time": "2017-01-29T09:50:25+00:00"
3537
        },
3538
        {
3539
            "name": "sebastian/diff",
3540
            "version": "1.4.3",
3541
            "source": {
3542
                "type": "git",
3543
                "url": "https://github.com/sebastianbergmann/diff.git",
3544
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3545
            },
3546
            "dist": {
3547
                "type": "zip",
3548
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3549
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3550
                "shasum": ""
3551
            },
3552
            "require": {
3553
                "php": "^5.3.3 || ^7.0"
3554
            },
3555
            "require-dev": {
3556
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3557
            },
3558
            "type": "library",
3559
            "extra": {
3560
                "branch-alias": {
3561
                    "dev-master": "1.4-dev"
3562
                }
3563
            },
3564
            "autoload": {
3565
                "classmap": [
3566
                    "src/"
3567
                ]
3568
            },
3569
            "notification-url": "https://packagist.org/downloads/",
3570
            "license": [
3571
                "BSD-3-Clause"
3572
            ],
3573
            "authors": [
3574
                {
3575
                    "name": "Kore Nordmann",
3576
                    "email": "[email protected]"
3577
                },
3578
                {
3579
                    "name": "Sebastian Bergmann",
3580
                    "email": "[email protected]"
3581
                }
3582
            ],
3583
            "description": "Diff implementation",
3584
            "homepage": "https://github.com/sebastianbergmann/diff",
3585
            "keywords": [
3586
                "diff"
3587
            ],
3588
            "time": "2017-05-22T07:24:03+00:00"
3589
        },
3590
        {
3591
            "name": "sebastian/environment",
3592
            "version": "2.0.0",
3593
            "source": {
3594
                "type": "git",
3595
                "url": "https://github.com/sebastianbergmann/environment.git",
3596
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3597
            },
3598
            "dist": {
3599
                "type": "zip",
3600
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3601
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3602
                "shasum": ""
3603
            },
3604
            "require": {
3605
                "php": "^5.6 || ^7.0"
3606
            },
3607
            "require-dev": {
3608
                "phpunit/phpunit": "^5.0"
3609
            },
3610
            "type": "library",
3611
            "extra": {
3612
                "branch-alias": {
3613
                    "dev-master": "2.0.x-dev"
3614
                }
3615
            },
3616
            "autoload": {
3617
                "classmap": [
3618
                    "src/"
3619
                ]
3620
            },
3621
            "notification-url": "https://packagist.org/downloads/",
3622
            "license": [
3623
                "BSD-3-Clause"
3624
            ],
3625
            "authors": [
3626
                {
3627
                    "name": "Sebastian Bergmann",
3628
                    "email": "[email protected]"
3629
                }
3630
            ],
3631
            "description": "Provides functionality to handle HHVM/PHP environments",
3632
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3633
            "keywords": [
3634
                "Xdebug",
3635
                "environment",
3636
                "hhvm"
3637
            ],
3638
            "time": "2016-11-26T07:53:53+00:00"
3639
        },
3640
        {
3641
            "name": "sebastian/exporter",
3642
            "version": "2.0.0",
3643
            "source": {
3644
                "type": "git",
3645
                "url": "https://github.com/sebastianbergmann/exporter.git",
3646
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3647
            },
3648
            "dist": {
3649
                "type": "zip",
3650
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3651
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3652
                "shasum": ""
3653
            },
3654
            "require": {
3655
                "php": ">=5.3.3",
3656
                "sebastian/recursion-context": "~2.0"
3657
            },
3658
            "require-dev": {
3659
                "ext-mbstring": "*",
3660
                "phpunit/phpunit": "~4.4"
3661
            },
3662
            "type": "library",
3663
            "extra": {
3664
                "branch-alias": {
3665
                    "dev-master": "2.0.x-dev"
3666
                }
3667
            },
3668
            "autoload": {
3669
                "classmap": [
3670
                    "src/"
3671
                ]
3672
            },
3673
            "notification-url": "https://packagist.org/downloads/",
3674
            "license": [
3675
                "BSD-3-Clause"
3676
            ],
3677
            "authors": [
3678
                {
3679
                    "name": "Jeff Welch",
3680
                    "email": "[email protected]"
3681
                },
3682
                {
3683
                    "name": "Volker Dusch",
3684
                    "email": "[email protected]"
3685
                },
3686
                {
3687
                    "name": "Bernhard Schussek",
3688
                    "email": "[email protected]"
3689
                },
3690
                {
3691
                    "name": "Sebastian Bergmann",
3692
                    "email": "[email protected]"
3693
                },
3694
                {
3695
                    "name": "Adam Harvey",
3696
                    "email": "[email protected]"
3697
                }
3698
            ],
3699
            "description": "Provides the functionality to export PHP variables for visualization",
3700
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3701
            "keywords": [
3702
                "export",
3703
                "exporter"
3704
            ],
3705
            "time": "2016-11-19T08:54:04+00:00"
3706
        },
3707
        {
3708
            "name": "sebastian/finder-facade",
3709
            "version": "1.2.2",
3710
            "source": {
3711
                "type": "git",
3712
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
3713
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
3714
            },
3715
            "dist": {
3716
                "type": "zip",
3717
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
3718
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
3719
                "shasum": ""
3720
            },
3721
            "require": {
3722
                "symfony/finder": "~2.3|~3.0|~4.0",
3723
                "theseer/fdomdocument": "~1.3"
3724
            },
3725
            "type": "library",
3726
            "autoload": {
3727
                "classmap": [
3728
                    "src/"
3729
                ]
3730
            },
3731
            "notification-url": "https://packagist.org/downloads/",
3732
            "license": [
3733
                "BSD-3-Clause"
3734
            ],
3735
            "authors": [
3736
                {
3737
                    "name": "Sebastian Bergmann",
3738
                    "email": "[email protected]",
3739
                    "role": "lead"
3740
                }
3741
            ],
3742
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
3743
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
3744
            "time": "2017-11-18T17:31:49+00:00"
3745
        },
3746
        {
3747
            "name": "sebastian/global-state",
3748
            "version": "1.1.1",
3749
            "source": {
3750
                "type": "git",
3751
                "url": "https://github.com/sebastianbergmann/global-state.git",
3752
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3753
            },
3754
            "dist": {
3755
                "type": "zip",
3756
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3757
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3758
                "shasum": ""
3759
            },
3760
            "require": {
3761
                "php": ">=5.3.3"
3762
            },
3763
            "require-dev": {
3764
                "phpunit/phpunit": "~4.2"
3765
            },
3766
            "suggest": {
3767
                "ext-uopz": "*"
3768
            },
3769
            "type": "library",
3770
            "extra": {
3771
                "branch-alias": {
3772
                    "dev-master": "1.0-dev"
3773
                }
3774
            },
3775
            "autoload": {
3776
                "classmap": [
3777
                    "src/"
3778
                ]
3779
            },
3780
            "notification-url": "https://packagist.org/downloads/",
3781
            "license": [
3782
                "BSD-3-Clause"
3783
            ],
3784
            "authors": [
3785
                {
3786
                    "name": "Sebastian Bergmann",
3787
                    "email": "[email protected]"
3788
                }
3789
            ],
3790
            "description": "Snapshotting of global state",
3791
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3792
            "keywords": [
3793
                "global state"
3794
            ],
3795
            "time": "2015-10-12T03:26:01+00:00"
3796
        },
3797
        {
3798
            "name": "sebastian/object-enumerator",
3799
            "version": "2.0.1",
3800
            "source": {
3801
                "type": "git",
3802
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3803
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3804
            },
3805
            "dist": {
3806
                "type": "zip",
3807
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3808
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3809
                "shasum": ""
3810
            },
3811
            "require": {
3812
                "php": ">=5.6",
3813
                "sebastian/recursion-context": "~2.0"
3814
            },
3815
            "require-dev": {
3816
                "phpunit/phpunit": "~5"
3817
            },
3818
            "type": "library",
3819
            "extra": {
3820
                "branch-alias": {
3821
                    "dev-master": "2.0.x-dev"
3822
                }
3823
            },
3824
            "autoload": {
3825
                "classmap": [
3826
                    "src/"
3827
                ]
3828
            },
3829
            "notification-url": "https://packagist.org/downloads/",
3830
            "license": [
3831
                "BSD-3-Clause"
3832
            ],
3833
            "authors": [
3834
                {
3835
                    "name": "Sebastian Bergmann",
3836
                    "email": "[email protected]"
3837
                }
3838
            ],
3839
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3840
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3841
            "time": "2017-02-18T15:18:39+00:00"
3842
        },
3843
        {
3844
            "name": "sebastian/phpcpd",
3845
            "version": "3.0.1",
3846
            "source": {
3847
                "type": "git",
3848
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
3849
                "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564"
3850
            },
3851
            "dist": {
3852
                "type": "zip",
3853
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/dfed51c1288790fc957c9433e2f49ab152e8a564",
3854
                "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564",
3855
                "shasum": ""
3856
            },
3857
            "require": {
3858
                "php": "^5.6|^7.0",
3859
                "phpunit/php-timer": "^1.0.6",
3860
                "sebastian/finder-facade": "^1.1",
3861
                "sebastian/version": "^1.0|^2.0",
3862
                "symfony/console": "^2.7|^3.0|^4.0"
3863
            },
3864
            "bin": [
3865
                "phpcpd"
3866
            ],
3867
            "type": "library",
3868
            "extra": {
3869
                "branch-alias": {
3870
                    "dev-master": "3.0-dev"
3871
                }
3872
            },
3873
            "autoload": {
3874
                "classmap": [
3875
                    "src/"
3876
                ]
3877
            },
3878
            "notification-url": "https://packagist.org/downloads/",
3879
            "license": [
3880
                "BSD-3-Clause"
3881
            ],
3882
            "authors": [
3883
                {
3884
                    "name": "Sebastian Bergmann",
3885
                    "email": "[email protected]",
3886
                    "role": "lead"
3887
                }
3888
            ],
3889
            "description": "Copy/Paste Detector (CPD) for PHP code.",
3890
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
3891
            "time": "2017-11-16T08:49:28+00:00"
3892
        },
3893
        {
3894
            "name": "sebastian/recursion-context",
3895
            "version": "2.0.0",
3896
            "source": {
3897
                "type": "git",
3898
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3899
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3900
            },
3901
            "dist": {
3902
                "type": "zip",
3903
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3904
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3905
                "shasum": ""
3906
            },
3907
            "require": {
3908
                "php": ">=5.3.3"
3909
            },
3910
            "require-dev": {
3911
                "phpunit/phpunit": "~4.4"
3912
            },
3913
            "type": "library",
3914
            "extra": {
3915
                "branch-alias": {
3916
                    "dev-master": "2.0.x-dev"
3917
                }
3918
            },
3919
            "autoload": {
3920
                "classmap": [
3921
                    "src/"
3922
                ]
3923
            },
3924
            "notification-url": "https://packagist.org/downloads/",
3925
            "license": [
3926
                "BSD-3-Clause"
3927
            ],
3928
            "authors": [
3929
                {
3930
                    "name": "Jeff Welch",
3931
                    "email": "[email protected]"
3932
                },
3933
                {
3934
                    "name": "Sebastian Bergmann",
3935
                    "email": "[email protected]"
3936
                },
3937
                {
3938
                    "name": "Adam Harvey",
3939
                    "email": "[email protected]"
3940
                }
3941
            ],
3942
            "description": "Provides functionality to recursively process PHP variables",
3943
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3944
            "time": "2016-11-19T07:33:16+00:00"
3945
        },
3946
        {
3947
            "name": "sebastian/resource-operations",
3948
            "version": "1.0.0",
3949
            "source": {
3950
                "type": "git",
3951
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3952
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3953
            },
3954
            "dist": {
3955
                "type": "zip",
3956
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3957
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3958
                "shasum": ""
3959
            },
3960
            "require": {
3961
                "php": ">=5.6.0"
3962
            },
3963
            "type": "library",
3964
            "extra": {
3965
                "branch-alias": {
3966
                    "dev-master": "1.0.x-dev"
3967
                }
3968
            },
3969
            "autoload": {
3970
                "classmap": [
3971
                    "src/"
3972
                ]
3973
            },
3974
            "notification-url": "https://packagist.org/downloads/",
3975
            "license": [
3976
                "BSD-3-Clause"
3977
            ],
3978
            "authors": [
3979
                {
3980
                    "name": "Sebastian Bergmann",
3981
                    "email": "[email protected]"
3982
                }
3983
            ],
3984
            "description": "Provides a list of PHP built-in functions that operate on resources",
3985
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3986
            "time": "2015-07-28T20:34:47+00:00"
3987
        },
3988
        {
3989
            "name": "sebastian/version",
3990
            "version": "2.0.1",
3991
            "source": {
3992
                "type": "git",
3993
                "url": "https://github.com/sebastianbergmann/version.git",
3994
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3995
            },
3996
            "dist": {
3997
                "type": "zip",
3998
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3999
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4000
                "shasum": ""
4001
            },
4002
            "require": {
4003
                "php": ">=5.6"
4004
            },
4005
            "type": "library",
4006
            "extra": {
4007
                "branch-alias": {
4008
                    "dev-master": "2.0.x-dev"
4009
                }
4010
            },
4011
            "autoload": {
4012
                "classmap": [
4013
                    "src/"
4014
                ]
4015
            },
4016
            "notification-url": "https://packagist.org/downloads/",
4017
            "license": [
4018
                "BSD-3-Clause"
4019
            ],
4020
            "authors": [
4021
                {
4022
                    "name": "Sebastian Bergmann",
4023
                    "email": "[email protected]",
4024
                    "role": "lead"
4025
                }
4026
            ],
4027
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4028
            "homepage": "https://github.com/sebastianbergmann/version",
4029
            "time": "2016-10-03T07:35:21+00:00"
4030
        },
4031
        {
4032
            "name": "sensio/generator-bundle",
4033
            "version": "v2.5.3",
4034
            "target-dir": "Sensio/Bundle/GeneratorBundle",
4035
            "source": {
4036
                "type": "git",
4037
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
4038
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
4039
            },
4040
            "dist": {
4041
                "type": "zip",
4042
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4043
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
4044
                "shasum": ""
4045
            },
4046
            "require": {
4047
                "symfony/console": "~2.5",
4048
                "symfony/framework-bundle": "~2.2"
4049
            },
4050
            "require-dev": {
4051
                "doctrine/orm": "~2.2,>=2.2.3",
4052
                "symfony/doctrine-bridge": "~2.2",
4053
                "twig/twig": "~1.11"
4054
            },
4055
            "type": "symfony-bundle",
4056
            "extra": {
4057
                "branch-alias": {
4058
                    "dev-master": "2.5.x-dev"
4059
                }
4060
            },
4061
            "autoload": {
4062
                "psr-0": {
4063
                    "Sensio\\Bundle\\GeneratorBundle": ""
4064
                }
4065
            },
4066
            "notification-url": "https://packagist.org/downloads/",
4067
            "license": [
4068
                "MIT"
4069
            ],
4070
            "authors": [
4071
                {
4072
                    "name": "Fabien Potencier",
4073
                    "email": "[email protected]"
4074
                }
4075
            ],
4076
            "description": "This bundle generates code for you",
4077
            "time": "2015-03-17T06:36:52+00:00"
4078
        },
4079
        {
4080
            "name": "squizlabs/php_codesniffer",
4081
            "version": "3.1.1",
4082
            "source": {
4083
                "type": "git",
4084
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4085
                "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e"
4086
            },
4087
            "dist": {
4088
                "type": "zip",
4089
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d667e245d5dcd4d7bf80f26f2c947d476b66213e",
4090
                "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e",
4091
                "shasum": ""
4092
            },
4093
            "require": {
4094
                "ext-simplexml": "*",
4095
                "ext-tokenizer": "*",
4096
                "ext-xmlwriter": "*",
4097
                "php": ">=5.4.0"
4098
            },
4099
            "require-dev": {
4100
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
4101
            },
4102
            "bin": [
4103
                "bin/phpcs",
4104
                "bin/phpcbf"
4105
            ],
4106
            "type": "library",
4107
            "extra": {
4108
                "branch-alias": {
4109
                    "dev-master": "3.x-dev"
4110
                }
4111
            },
4112
            "notification-url": "https://packagist.org/downloads/",
4113
            "license": [
4114
                "BSD-3-Clause"
4115
            ],
4116
            "authors": [
4117
                {
4118
                    "name": "Greg Sherwood",
4119
                    "role": "lead"
4120
                }
4121
            ],
4122
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4123
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4124
            "keywords": [
4125
                "phpcs",
4126
                "standards"
4127
            ],
4128
            "time": "2017-10-16T22:40:25+00:00"
4129
        },
4130
        {
4131
            "name": "theseer/fdomdocument",
4132
            "version": "1.6.6",
4133
            "source": {
4134
                "type": "git",
4135
                "url": "https://github.com/theseer/fDOMDocument.git",
4136
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
4137
            },
4138
            "dist": {
4139
                "type": "zip",
4140
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
4141
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
4142
                "shasum": ""
4143
            },
4144
            "require": {
4145
                "ext-dom": "*",
4146
                "lib-libxml": "*",
4147
                "php": ">=5.3.3"
4148
            },
4149
            "type": "library",
4150
            "autoload": {
4151
                "classmap": [
4152
                    "src/"
4153
                ]
4154
            },
4155
            "notification-url": "https://packagist.org/downloads/",
4156
            "license": [
4157
                "BSD-3-Clause"
4158
            ],
4159
            "authors": [
4160
                {
4161
                    "name": "Arne Blankerts",
4162
                    "email": "[email protected]",
4163
                    "role": "lead"
4164
                }
4165
            ],
4166
            "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.",
4167
            "homepage": "https://github.com/theseer/fDOMDocument",
4168
            "time": "2017-06-30T11:53:12+00:00"
4169
        },
4170
        {
4171
            "name": "vierbergenlars/php-semver",
4172
            "version": "3.0.1",
4173
            "source": {
4174
                "type": "git",
4175
                "url": "https://github.com/vierbergenlars/php-semver.git",
4176
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4177
            },
4178
            "dist": {
4179
                "type": "zip",
4180
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4181
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4182
                "shasum": ""
4183
            },
4184
            "require": {
4185
                "php": ">=5.3.0"
4186
            },
4187
            "require-dev": {
4188
                "simpletest/simpletest": "1.1.*"
4189
            },
4190
            "bin": [
4191
                "bin/semver",
4192
                "bin/update-versions"
4193
            ],
4194
            "type": "library",
4195
            "autoload": {
4196
                "psr-0": {
4197
                    "vierbergenlars\\SemVer\\": "src/",
4198
                    "vierbergenlars\\LibJs\\": "src/"
4199
                },
4200
                "classmap": [
4201
                    "src/vierbergenlars/SemVer/internal.php"
4202
                ]
4203
            },
4204
            "notification-url": "https://packagist.org/downloads/",
4205
            "license": [
4206
                "MIT"
4207
            ],
4208
            "authors": [
4209
                {
4210
                    "name": "Lars Vierbergen",
4211
                    "email": "[email protected]"
4212
                }
4213
            ],
4214
            "description": "The Semantic Versioner for PHP",
4215
            "keywords": [
4216
                "semantic",
4217
                "semver",
4218
                "versioning"
4219
            ],
4220
            "time": "2015-05-02T19:28:54+00:00"
4221
        }
4222
    ],
4223
    "aliases": [
4224
        {
4225
            "alias": "1.4.2",
4226
            "alias_normalized": "1.4.2.0",
4227
            "version": "2.0.11.0",
4228
            "package": "paragonie/random_compat"
4229
        }
4230
    ],
4231
    "minimum-stability": "stable",
4232
    "stability-flags": [],
4233
    "prefer-stable": false,
4234
    "prefer-lowest": false,
4235
    "platform": {
4236
        "php": ">=5.6,<7"
4237
    },
4238
    "platform-dev": []
4239
}
4240