Completed
Pull Request — develop (#107)
by
unknown
20:35
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "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.0",
1211
            "source": {
1212
                "type": "git",
1213
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1214
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
1215
            },
1216
            "dist": {
1217
                "type": "zip",
1218
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
1219
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
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
                "liip/rmt": "^1.1",
1231
                "malukenho/docheader": "^0.1.6",
1232
                "matthiasnoback/symfony-config-test": "^2.1",
1233
                "mockery/mockery": "~0.9",
1234
                "phpdocumentor/reflection-docblock": "3.3.*",
1235
                "phpmd/phpmd": "^2.6",
1236
                "phpunit/php-token-stream": "1.4.*",
1237
                "phpunit/phpunit": "^5.7",
1238
                "sebastian/phpcpd": "^3.0",
1239
                "squizlabs/php_codesniffer": "^3.1"
1240
            },
1241
            "type": "symfony-bundle",
1242
            "autoload": {
1243
                "psr-4": {
1244
                    "OpenConext\\MonitorBundle\\": "src"
1245
                }
1246
            },
1247
            "notification-url": "https://packagist.org/downloads/",
1248
            "license": [
1249
                "Apache-2.0"
1250
            ],
1251
            "description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
1252
            "keywords": [
1253
                "OpenConext",
1254
                "health",
1255
                "monitoring",
1256
                "stepup",
1257
                "surfnet"
1258
            ],
1259
            "time": "2017-12-07T14:41:46+00:00"
1260
        },
1261
        {
1262
            "name": "paragonie/random_compat",
1263
            "version": "v2.0.11",
1264
            "source": {
1265
                "type": "git",
1266
                "url": "https://github.com/paragonie/random_compat.git",
1267
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
1268
            },
1269
            "dist": {
1270
                "type": "zip",
1271
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
1272
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
1273
                "shasum": ""
1274
            },
1275
            "require": {
1276
                "php": ">=5.2.0"
1277
            },
1278
            "require-dev": {
1279
                "phpunit/phpunit": "4.*|5.*"
1280
            },
1281
            "suggest": {
1282
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1283
            },
1284
            "type": "library",
1285
            "autoload": {
1286
                "files": [
1287
                    "lib/random.php"
1288
                ]
1289
            },
1290
            "license": [
1291
                "MIT"
1292
            ],
1293
            "authors": [
1294
                {
1295
                    "name": "Paragon Initiative Enterprises",
1296
                    "email": "[email protected]",
1297
                    "homepage": "https://paragonie.com"
1298
                }
1299
            ],
1300
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1301
            "keywords": [
1302
                "csprng",
1303
                "pseudorandom",
1304
                "random"
1305
            ],
1306
            "support": {
1307
                "issues": "https://github.com/paragonie/random_compat/issues",
1308
                "email": "[email protected]",
1309
                "source": "https://github.com/paragonie/random_compat"
1310
            },
1311
            "time": "2017-09-27T21:40:39+00:00"
1312
        },
1313
        {
1314
            "name": "psr/http-message",
1315
            "version": "1.0.1",
1316
            "source": {
1317
                "type": "git",
1318
                "url": "https://github.com/php-fig/http-message.git",
1319
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1320
            },
1321
            "dist": {
1322
                "type": "zip",
1323
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1324
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1325
                "shasum": ""
1326
            },
1327
            "require": {
1328
                "php": ">=5.3.0"
1329
            },
1330
            "type": "library",
1331
            "extra": {
1332
                "branch-alias": {
1333
                    "dev-master": "1.0.x-dev"
1334
                }
1335
            },
1336
            "autoload": {
1337
                "psr-4": {
1338
                    "Psr\\Http\\Message\\": "src/"
1339
                }
1340
            },
1341
            "notification-url": "https://packagist.org/downloads/",
1342
            "license": [
1343
                "MIT"
1344
            ],
1345
            "authors": [
1346
                {
1347
                    "name": "PHP-FIG",
1348
                    "homepage": "http://www.php-fig.org/"
1349
                }
1350
            ],
1351
            "description": "Common interface for HTTP messages",
1352
            "homepage": "https://github.com/php-fig/http-message",
1353
            "keywords": [
1354
                "http",
1355
                "http-message",
1356
                "psr",
1357
                "psr-7",
1358
                "request",
1359
                "response"
1360
            ],
1361
            "time": "2016-08-06T14:39:51+00:00"
1362
        },
1363
        {
1364
            "name": "psr/log",
1365
            "version": "1.0.2",
1366
            "source": {
1367
                "type": "git",
1368
                "url": "https://github.com/php-fig/log.git",
1369
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1370
            },
1371
            "dist": {
1372
                "type": "zip",
1373
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1374
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1375
                "shasum": ""
1376
            },
1377
            "require": {
1378
                "php": ">=5.3.0"
1379
            },
1380
            "type": "library",
1381
            "extra": {
1382
                "branch-alias": {
1383
                    "dev-master": "1.0.x-dev"
1384
                }
1385
            },
1386
            "autoload": {
1387
                "psr-4": {
1388
                    "Psr\\Log\\": "Psr/Log/"
1389
                }
1390
            },
1391
            "notification-url": "https://packagist.org/downloads/",
1392
            "license": [
1393
                "MIT"
1394
            ],
1395
            "authors": [
1396
                {
1397
                    "name": "PHP-FIG",
1398
                    "homepage": "http://www.php-fig.org/"
1399
                }
1400
            ],
1401
            "description": "Common interface for logging libraries",
1402
            "homepage": "https://github.com/php-fig/log",
1403
            "keywords": [
1404
                "log",
1405
                "psr",
1406
                "psr-3"
1407
            ],
1408
            "time": "2016-10-10T12:19:37+00:00"
1409
        },
1410
        {
1411
            "name": "robrichards/xmlseclibs",
1412
            "version": "3.0.1",
1413
            "source": {
1414
                "type": "git",
1415
                "url": "https://github.com/robrichards/xmlseclibs.git",
1416
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
1417
            },
1418
            "dist": {
1419
                "type": "zip",
1420
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
1421
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
1422
                "shasum": ""
1423
            },
1424
            "require": {
1425
                "php": ">= 5.4"
1426
            },
1427
            "suggest": {
1428
                "ext-openssl": "OpenSSL extension"
1429
            },
1430
            "type": "library",
1431
            "autoload": {
1432
                "psr-4": {
1433
                    "RobRichards\\XMLSecLibs\\": "src"
1434
                }
1435
            },
1436
            "notification-url": "https://packagist.org/downloads/",
1437
            "license": [
1438
                "BSD-3-Clause"
1439
            ],
1440
            "description": "A PHP library for XML Security",
1441
            "homepage": "https://github.com/robrichards/xmlseclibs",
1442
            "keywords": [
1443
                "security",
1444
                "signature",
1445
                "xml",
1446
                "xmldsig"
1447
            ],
1448
            "time": "2017-08-31T09:27:07+00:00"
1449
        },
1450
        {
1451
            "name": "sensio/distribution-bundle",
1452
            "version": "v4.0.39",
1453
            "target-dir": "Sensio/Bundle/DistributionBundle",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
1457
                "reference": "bf582cc96becd7ae53f9fe8c4647d0a41c243a42"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/bf582cc96becd7ae53f9fe8c4647d0a41c243a42",
1462
                "reference": "bf582cc96becd7ae53f9fe8c4647d0a41c243a42",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "php": ">=5.3.9",
1467
                "sensiolabs/security-checker": "~3.0",
1468
                "symfony/class-loader": "~2.2",
1469
                "symfony/framework-bundle": "~2.3",
1470
                "symfony/process": "~2.2"
1471
            },
1472
            "require-dev": {
1473
                "symfony/form": "~2.2",
1474
                "symfony/validator": "~2.2",
1475
                "symfony/yaml": "~2.2"
1476
            },
1477
            "suggest": {
1478
                "symfony/form": "If you want to use the configurator",
1479
                "symfony/validator": "If you want to use the configurator",
1480
                "symfony/yaml": "If you want to use  the configurator"
1481
            },
1482
            "type": "symfony-bundle",
1483
            "extra": {
1484
                "branch-alias": {
1485
                    "dev-master": "4.0.x-dev"
1486
                }
1487
            },
1488
            "autoload": {
1489
                "psr-0": {
1490
                    "Sensio\\Bundle\\DistributionBundle": ""
1491
                }
1492
            },
1493
            "notification-url": "https://packagist.org/downloads/",
1494
            "license": [
1495
                "MIT"
1496
            ],
1497
            "authors": [
1498
                {
1499
                    "name": "Fabien Potencier",
1500
                    "email": "[email protected]"
1501
                }
1502
            ],
1503
            "description": "Base bundle for Symfony Distributions",
1504
            "keywords": [
1505
                "configuration",
1506
                "distribution"
1507
            ],
1508
            "time": "2017-08-25T16:49:47+00:00"
1509
        },
1510
        {
1511
            "name": "sensio/framework-extra-bundle",
1512
            "version": "v3.0.16",
1513
            "source": {
1514
                "type": "git",
1515
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1516
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
1517
            },
1518
            "dist": {
1519
                "type": "zip",
1520
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1521
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
1522
                "shasum": ""
1523
            },
1524
            "require": {
1525
                "doctrine/common": "~2.2",
1526
                "symfony/dependency-injection": "~2.3|~3.0",
1527
                "symfony/framework-bundle": "~2.3|~3.0"
1528
            },
1529
            "require-dev": {
1530
                "symfony/browser-kit": "~2.3|~3.0",
1531
                "symfony/dom-crawler": "~2.3|~3.0",
1532
                "symfony/expression-language": "~2.4|~3.0",
1533
                "symfony/finder": "~2.3|~3.0",
1534
                "symfony/phpunit-bridge": "~2.7|~3.0",
1535
                "symfony/security-bundle": "~2.4|~3.0",
1536
                "symfony/twig-bundle": "~2.3|~3.0",
1537
                "twig/twig": "~1.11|~2.0"
1538
            },
1539
            "suggest": {
1540
                "symfony/expression-language": "",
1541
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1542
                "symfony/security-bundle": ""
1543
            },
1544
            "type": "symfony-bundle",
1545
            "extra": {
1546
                "branch-alias": {
1547
                    "dev-master": "3.0.x-dev"
1548
                }
1549
            },
1550
            "autoload": {
1551
                "psr-4": {
1552
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1553
                }
1554
            },
1555
            "notification-url": "https://packagist.org/downloads/",
1556
            "license": [
1557
                "MIT"
1558
            ],
1559
            "authors": [
1560
                {
1561
                    "name": "Fabien Potencier",
1562
                    "email": "[email protected]"
1563
                }
1564
            ],
1565
            "description": "This bundle provides a way to configure your controllers with annotations",
1566
            "keywords": [
1567
                "annotations",
1568
                "controllers"
1569
            ],
1570
            "time": "2016-03-25T17:08:27+00:00"
1571
        },
1572
        {
1573
            "name": "sensiolabs/security-checker",
1574
            "version": "v3.0.7",
1575
            "source": {
1576
                "type": "git",
1577
                "url": "https://github.com/sensiolabs/security-checker.git",
1578
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
1579
            },
1580
            "dist": {
1581
                "type": "zip",
1582
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
1583
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
1584
                "shasum": ""
1585
            },
1586
            "require": {
1587
                "symfony/console": "~2.0|~3.0"
1588
            },
1589
            "bin": [
1590
                "security-checker"
1591
            ],
1592
            "type": "library",
1593
            "extra": {
1594
                "branch-alias": {
1595
                    "dev-master": "3.0-dev"
1596
                }
1597
            },
1598
            "autoload": {
1599
                "psr-0": {
1600
                    "SensioLabs\\Security": ""
1601
                }
1602
            },
1603
            "notification-url": "https://packagist.org/downloads/",
1604
            "license": [
1605
                "MIT"
1606
            ],
1607
            "authors": [
1608
                {
1609
                    "name": "Fabien Potencier",
1610
                    "email": "[email protected]"
1611
                }
1612
            ],
1613
            "description": "A security checker for your composer.lock",
1614
            "time": "2017-03-29T09:29:53+00:00"
1615
        },
1616
        {
1617
            "name": "simplesamlphp/saml2",
1618
            "version": "v3.1.4",
1619
            "source": {
1620
                "type": "git",
1621
                "url": "https://github.com/simplesamlphp/saml2.git",
1622
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d"
1623
            },
1624
            "dist": {
1625
                "type": "zip",
1626
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4f6af7f69f29df8555a18b9bb7b646906b45924d",
1627
                "reference": "4f6af7f69f29df8555a18b9bb7b646906b45924d",
1628
                "shasum": ""
1629
            },
1630
            "require": {
1631
                "ext-dom": "*",
1632
                "ext-openssl": "*",
1633
                "ext-zlib": "*",
1634
                "php": ">=5.4",
1635
                "psr/log": "~1.0",
1636
                "robrichards/xmlseclibs": "^3.0"
1637
            },
1638
            "require-dev": {
1639
                "mockery/mockery": "~0.9",
1640
                "phpmd/phpmd": "~1.5",
1641
                "phpunit/phpunit": "~3.7",
1642
                "sebastian/phpcpd": "~1.4",
1643
                "sensiolabs/security-checker": "~1.1",
1644
                "squizlabs/php_codesniffer": "~1.4"
1645
            },
1646
            "type": "library",
1647
            "extra": {
1648
                "branch-alias": {
1649
                    "dev-master": "v3.0.x-dev"
1650
                }
1651
            },
1652
            "autoload": {
1653
                "psr-0": {
1654
                    "SAML2\\": "src/"
1655
                },
1656
                "files": [
1657
                    "src/_autoload.php"
1658
                ]
1659
            },
1660
            "notification-url": "https://packagist.org/downloads/",
1661
            "license": [
1662
                "LGPL-2.1-or-later"
1663
            ],
1664
            "authors": [
1665
                {
1666
                    "name": "Andreas Åkre Solberg",
1667
                    "email": "[email protected]"
1668
                }
1669
            ],
1670
            "description": "SAML2 PHP library from SimpleSAMLphp",
1671
            "time": "2018-03-02T14:30:38+00:00"
1672
        },
1673
        {
1674
            "name": "surfnet/stepup-saml-bundle",
1675
            "version": "3.0.0",
1676
            "source": {
1677
                "type": "git",
1678
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
1679
                "reference": "67e24599a6402fdf602304851bfff915c0c4609c"
1680
            },
1681
            "dist": {
1682
                "type": "zip",
1683
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/67e24599a6402fdf602304851bfff915c0c4609c",
1684
                "reference": "67e24599a6402fdf602304851bfff915c0c4609c",
1685
                "shasum": ""
1686
            },
1687
            "require": {
1688
                "ext-openssl": "*",
1689
                "php": ">=5.6,<8.0-dev",
1690
                "robrichards/xmlseclibs": "^3.0",
1691
                "simplesamlphp/saml2": "^3.0",
1692
                "symfony/dependency-injection": ">=2.7,<4",
1693
                "symfony/framework-bundle": ">=2.7,<4"
1694
            },
1695
            "require-dev": {
1696
                "ibuildings/qa-tools": "~1.1",
1697
                "liip/rmt": "~1.1",
1698
                "mockery/mockery": "~0.9",
1699
                "psr/log": "~1.0"
1700
            },
1701
            "type": "symfony-bundle",
1702
            "autoload": {
1703
                "psr-4": {
1704
                    "Surfnet\\SamlBundle\\": "src"
1705
                }
1706
            },
1707
            "notification-url": "https://packagist.org/downloads/",
1708
            "license": [
1709
                "Apache-2.0"
1710
            ],
1711
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
1712
            "keywords": [
1713
                "SAML2",
1714
                "saml",
1715
                "simplesamlphp",
1716
                "stepup",
1717
                "surfnet"
1718
            ],
1719
            "time": "2018-01-17T12:59:03+00:00"
1720
        },
1721
        {
1722
            "name": "swiftmailer/swiftmailer",
1723
            "version": "v5.4.6",
1724
            "source": {
1725
                "type": "git",
1726
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1727
                "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e"
1728
            },
1729
            "dist": {
1730
                "type": "zip",
1731
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
1732
                "reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e",
1733
                "shasum": ""
1734
            },
1735
            "require": {
1736
                "php": ">=5.3.3"
1737
            },
1738
            "require-dev": {
1739
                "mockery/mockery": "~0.9.1",
1740
                "symfony/phpunit-bridge": "~3.2"
1741
            },
1742
            "type": "library",
1743
            "extra": {
1744
                "branch-alias": {
1745
                    "dev-master": "5.4-dev"
1746
                }
1747
            },
1748
            "autoload": {
1749
                "files": [
1750
                    "lib/swift_required.php"
1751
                ]
1752
            },
1753
            "notification-url": "https://packagist.org/downloads/",
1754
            "license": [
1755
                "MIT"
1756
            ],
1757
            "authors": [
1758
                {
1759
                    "name": "Chris Corbyn"
1760
                },
1761
                {
1762
                    "name": "Fabien Potencier",
1763
                    "email": "[email protected]"
1764
                }
1765
            ],
1766
            "description": "Swiftmailer, free feature-rich PHP mailer",
1767
            "homepage": "http://swiftmailer.org",
1768
            "keywords": [
1769
                "email",
1770
                "mail",
1771
                "mailer"
1772
            ],
1773
            "time": "2017-02-13T07:52:53+00:00"
1774
        },
1775
        {
1776
            "name": "symfony/monolog-bundle",
1777
            "version": "2.11.1",
1778
            "source": {
1779
                "type": "git",
1780
                "url": "https://github.com/symfony/monolog-bundle.git",
1781
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
1782
            },
1783
            "dist": {
1784
                "type": "zip",
1785
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
1786
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
1787
                "shasum": ""
1788
            },
1789
            "require": {
1790
                "monolog/monolog": "~1.18",
1791
                "php": ">=5.3.2",
1792
                "symfony/config": "~2.3|~3.0",
1793
                "symfony/dependency-injection": "~2.3|~3.0",
1794
                "symfony/http-kernel": "~2.3|~3.0",
1795
                "symfony/monolog-bridge": "~2.3|~3.0"
1796
            },
1797
            "require-dev": {
1798
                "phpunit/phpunit": "^4.8",
1799
                "symfony/console": "~2.3|~3.0",
1800
                "symfony/yaml": "~2.3|~3.0"
1801
            },
1802
            "type": "symfony-bundle",
1803
            "extra": {
1804
                "branch-alias": {
1805
                    "dev-master": "2.x-dev"
1806
                }
1807
            },
1808
            "autoload": {
1809
                "psr-4": {
1810
                    "Symfony\\Bundle\\MonologBundle\\": ""
1811
                }
1812
            },
1813
            "notification-url": "https://packagist.org/downloads/",
1814
            "license": [
1815
                "MIT"
1816
            ],
1817
            "authors": [
1818
                {
1819
                    "name": "Symfony Community",
1820
                    "homepage": "http://symfony.com/contributors"
1821
                },
1822
                {
1823
                    "name": "Fabien Potencier",
1824
                    "email": "[email protected]"
1825
                }
1826
            ],
1827
            "description": "Symfony MonologBundle",
1828
            "homepage": "http://symfony.com",
1829
            "keywords": [
1830
                "log",
1831
                "logging"
1832
            ],
1833
            "time": "2016-04-13T16:21:01+00:00"
1834
        },
1835
        {
1836
            "name": "symfony/polyfill-apcu",
1837
            "version": "v1.2.0",
1838
            "source": {
1839
                "type": "git",
1840
                "url": "https://github.com/symfony/polyfill-apcu.git",
1841
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
1842
            },
1843
            "dist": {
1844
                "type": "zip",
1845
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
1846
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
1847
                "shasum": ""
1848
            },
1849
            "require": {
1850
                "php": ">=5.3.3"
1851
            },
1852
            "type": "library",
1853
            "extra": {
1854
                "branch-alias": {
1855
                    "dev-master": "1.2-dev"
1856
                }
1857
            },
1858
            "autoload": {
1859
                "files": [
1860
                    "bootstrap.php"
1861
                ]
1862
            },
1863
            "notification-url": "https://packagist.org/downloads/",
1864
            "license": [
1865
                "MIT"
1866
            ],
1867
            "authors": [
1868
                {
1869
                    "name": "Nicolas Grekas",
1870
                    "email": "[email protected]"
1871
                },
1872
                {
1873
                    "name": "Symfony Community",
1874
                    "homepage": "https://symfony.com/contributors"
1875
                }
1876
            ],
1877
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
1878
            "homepage": "https://symfony.com",
1879
            "keywords": [
1880
                "apcu",
1881
                "compatibility",
1882
                "polyfill",
1883
                "portable",
1884
                "shim"
1885
            ],
1886
            "time": "2016-05-18T14:26:46+00:00"
1887
        },
1888
        {
1889
            "name": "symfony/polyfill-mbstring",
1890
            "version": "v1.2.0",
1891
            "source": {
1892
                "type": "git",
1893
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1894
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
1895
            },
1896
            "dist": {
1897
                "type": "zip",
1898
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
1899
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
1900
                "shasum": ""
1901
            },
1902
            "require": {
1903
                "php": ">=5.3.3"
1904
            },
1905
            "suggest": {
1906
                "ext-mbstring": "For best performance"
1907
            },
1908
            "type": "library",
1909
            "extra": {
1910
                "branch-alias": {
1911
                    "dev-master": "1.2-dev"
1912
                }
1913
            },
1914
            "autoload": {
1915
                "psr-4": {
1916
                    "Symfony\\Polyfill\\Mbstring\\": ""
1917
                },
1918
                "files": [
1919
                    "bootstrap.php"
1920
                ]
1921
            },
1922
            "notification-url": "https://packagist.org/downloads/",
1923
            "license": [
1924
                "MIT"
1925
            ],
1926
            "authors": [
1927
                {
1928
                    "name": "Nicolas Grekas",
1929
                    "email": "[email protected]"
1930
                },
1931
                {
1932
                    "name": "Symfony Community",
1933
                    "homepage": "https://symfony.com/contributors"
1934
                }
1935
            ],
1936
            "description": "Symfony polyfill for the Mbstring extension",
1937
            "homepage": "https://symfony.com",
1938
            "keywords": [
1939
                "compatibility",
1940
                "mbstring",
1941
                "polyfill",
1942
                "portable",
1943
                "shim"
1944
            ],
1945
            "time": "2016-05-18T14:26:46+00:00"
1946
        },
1947
        {
1948
            "name": "symfony/swiftmailer-bundle",
1949
            "version": "v2.4.2",
1950
            "source": {
1951
                "type": "git",
1952
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
1953
                "reference": "ad751095576ce0c12a284e30e3fff80c91f27225"
1954
            },
1955
            "dist": {
1956
                "type": "zip",
1957
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/ad751095576ce0c12a284e30e3fff80c91f27225",
1958
                "reference": "ad751095576ce0c12a284e30e3fff80c91f27225",
1959
                "shasum": ""
1960
            },
1961
            "require": {
1962
                "php": ">=5.3.2",
1963
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
1964
                "symfony/config": "~2.7|~3.0",
1965
                "symfony/dependency-injection": "~2.7|~3.0",
1966
                "symfony/http-kernel": "~2.7|~3.0"
1967
            },
1968
            "require-dev": {
1969
                "symfony/console": "~2.7|~3.0",
1970
                "symfony/framework-bundle": "~2.7|~3.0",
1971
                "symfony/phpunit-bridge": "~2.7|~3.0",
1972
                "symfony/yaml": "~2.7|~3.0"
1973
            },
1974
            "suggest": {
1975
                "psr/log": "Allows logging"
1976
            },
1977
            "type": "symfony-bundle",
1978
            "extra": {
1979
                "branch-alias": {
1980
                    "dev-master": "2.4-dev"
1981
                }
1982
            },
1983
            "autoload": {
1984
                "psr-4": {
1985
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
1986
                }
1987
            },
1988
            "notification-url": "https://packagist.org/downloads/",
1989
            "license": [
1990
                "MIT"
1991
            ],
1992
            "authors": [
1993
                {
1994
                    "name": "Symfony Community",
1995
                    "homepage": "http://symfony.com/contributors"
1996
                },
1997
                {
1998
                    "name": "Fabien Potencier",
1999
                    "email": "[email protected]"
2000
                }
2001
            ],
2002
            "description": "Symfony SwiftmailerBundle",
2003
            "homepage": "http://symfony.com",
2004
            "time": "2016-12-20T04:44:33+00:00"
2005
        },
2006
        {
2007
            "name": "symfony/symfony",
0 ignored issues
show
2008
            "version": "v2.7.42",
2009
            "source": {
2010
                "type": "git",
2011
                "url": "https://github.com/symfony/symfony.git",
2012
                "reference": "1cb920ef3b151d4daff40e9c4ab99d317996d661"
2013
            },
2014
            "dist": {
2015
                "type": "zip",
2016
                "url": "https://api.github.com/repos/symfony/symfony/zipball/1cb920ef3b151d4daff40e9c4ab99d317996d661",
2017
                "reference": "1cb920ef3b151d4daff40e9c4ab99d317996d661",
2018
                "shasum": ""
2019
            },
2020
            "require": {
2021
                "doctrine/common": "~2.4",
2022
                "ext-xml": "*",
2023
                "paragonie/random_compat": "~1.0",
2024
                "php": ">=5.3.9",
2025
                "psr/log": "~1.0",
2026
                "symfony/polyfill-apcu": "~1.1",
2027
                "symfony/polyfill-mbstring": "~1.1",
2028
                "twig/twig": "~1.34|~2.4"
2029
            },
2030
            "conflict": {
2031
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2032
            },
2033
            "replace": {
2034
                "symfony/asset": "self.version",
2035
                "symfony/browser-kit": "self.version",
2036
                "symfony/class-loader": "self.version",
2037
                "symfony/config": "self.version",
2038
                "symfony/console": "self.version",
2039
                "symfony/css-selector": "self.version",
2040
                "symfony/debug": "self.version",
2041
                "symfony/debug-bundle": "self.version",
2042
                "symfony/dependency-injection": "self.version",
2043
                "symfony/doctrine-bridge": "self.version",
2044
                "symfony/dom-crawler": "self.version",
2045
                "symfony/event-dispatcher": "self.version",
2046
                "symfony/expression-language": "self.version",
2047
                "symfony/filesystem": "self.version",
2048
                "symfony/finder": "self.version",
2049
                "symfony/form": "self.version",
2050
                "symfony/framework-bundle": "self.version",
2051
                "symfony/http-foundation": "self.version",
2052
                "symfony/http-kernel": "self.version",
2053
                "symfony/intl": "self.version",
2054
                "symfony/locale": "self.version",
2055
                "symfony/monolog-bridge": "self.version",
2056
                "symfony/options-resolver": "self.version",
2057
                "symfony/process": "self.version",
2058
                "symfony/property-access": "self.version",
2059
                "symfony/proxy-manager-bridge": "self.version",
2060
                "symfony/routing": "self.version",
2061
                "symfony/security": "self.version",
2062
                "symfony/security-acl": "self.version",
2063
                "symfony/security-bundle": "self.version",
2064
                "symfony/security-core": "self.version",
2065
                "symfony/security-csrf": "self.version",
2066
                "symfony/security-http": "self.version",
2067
                "symfony/serializer": "self.version",
2068
                "symfony/stopwatch": "self.version",
2069
                "symfony/swiftmailer-bridge": "self.version",
2070
                "symfony/templating": "self.version",
2071
                "symfony/translation": "self.version",
2072
                "symfony/twig-bridge": "self.version",
2073
                "symfony/twig-bundle": "self.version",
2074
                "symfony/validator": "self.version",
2075
                "symfony/var-dumper": "self.version",
2076
                "symfony/web-profiler-bundle": "self.version",
2077
                "symfony/yaml": "self.version"
2078
            },
2079
            "require-dev": {
2080
                "doctrine/annotations": "~1.0",
2081
                "doctrine/data-fixtures": "1.0.*",
2082
                "doctrine/dbal": "~2.4",
2083
                "doctrine/doctrine-bundle": "~1.2",
2084
                "doctrine/orm": "~2.4,>=2.4.5",
2085
                "egulias/email-validator": "~1.2,>=1.2.1",
2086
                "ircmaxell/password-compat": "~1.0",
2087
                "monolog/monolog": "~1.11",
2088
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
2089
                "sensio/framework-extra-bundle": "^3.0.2",
2090
                "symfony/phpunit-bridge": "~3.4|~4.0"
2091
            },
2092
            "type": "library",
2093
            "extra": {
2094
                "branch-alias": {
2095
                    "dev-master": "2.7-dev"
2096
                }
2097
            },
2098
            "autoload": {
2099
                "psr-4": {
2100
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2101
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2102
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2103
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2104
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2105
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2106
                    "Symfony\\Component\\": "src/Symfony/Component/"
2107
                },
2108
                "classmap": [
2109
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2110
                    "src/Symfony/Component/Intl/Resources/stubs"
2111
                ],
2112
                "files": [
2113
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2114
                ],
2115
                "exclude-from-classmap": [
2116
                    "**/Tests/"
2117
                ]
2118
            },
2119
            "notification-url": "https://packagist.org/downloads/",
2120
            "license": [
2121
                "MIT"
2122
            ],
2123
            "authors": [
2124
                {
2125
                    "name": "Fabien Potencier",
2126
                    "email": "[email protected]"
2127
                },
2128
                {
2129
                    "name": "Symfony Community",
2130
                    "homepage": "https://symfony.com/contributors"
2131
                }
2132
            ],
2133
            "description": "The Symfony PHP framework",
2134
            "homepage": "https://symfony.com",
2135
            "keywords": [
2136
                "framework"
2137
            ],
2138
            "time": "2018-02-28T22:57:23+00:00"
2139
        },
2140
        {
2141
            "name": "twig/extensions",
2142
            "version": "v1.4.0",
2143
            "source": {
2144
                "type": "git",
2145
                "url": "https://github.com/twigphp/Twig-extensions.git",
2146
                "reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee"
2147
            },
2148
            "dist": {
2149
                "type": "zip",
2150
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
2151
                "reference": "531eaf4b9ab778b1d7cdd10d40fc6aa74729dfee",
2152
                "shasum": ""
2153
            },
2154
            "require": {
2155
                "twig/twig": "~1.20|~2.0"
2156
            },
2157
            "require-dev": {
2158
                "symfony/translation": "~2.3"
2159
            },
2160
            "suggest": {
2161
                "symfony/translation": "Allow the time_diff output to be translated"
2162
            },
2163
            "type": "library",
2164
            "extra": {
2165
                "branch-alias": {
2166
                    "dev-master": "1.4-dev"
2167
                }
2168
            },
2169
            "autoload": {
2170
                "psr-0": {
2171
                    "Twig_Extensions_": "lib/"
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
            "description": "Common additional features for Twig that do not directly belong in core",
2185
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2186
            "keywords": [
2187
                "i18n",
2188
                "text"
2189
            ],
2190
            "time": "2016-09-22T16:50:57+00:00"
2191
        },
2192
        {
2193
            "name": "twig/twig",
2194
            "version": "v1.35.0",
2195
            "source": {
2196
                "type": "git",
2197
                "url": "https://github.com/twigphp/Twig.git",
2198
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
2199
            },
2200
            "dist": {
2201
                "type": "zip",
2202
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
2203
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
2204
                "shasum": ""
2205
            },
2206
            "require": {
2207
                "php": ">=5.3.3"
2208
            },
2209
            "require-dev": {
2210
                "psr/container": "^1.0",
2211
                "symfony/debug": "~2.7",
2212
                "symfony/phpunit-bridge": "~3.3@dev"
2213
            },
2214
            "type": "library",
2215
            "extra": {
2216
                "branch-alias": {
2217
                    "dev-master": "1.35-dev"
2218
                }
2219
            },
2220
            "autoload": {
2221
                "psr-0": {
2222
                    "Twig_": "lib/"
2223
                },
2224
                "psr-4": {
2225
                    "Twig\\": "src/"
2226
                }
2227
            },
2228
            "notification-url": "https://packagist.org/downloads/",
2229
            "license": [
2230
                "BSD-3-Clause"
2231
            ],
2232
            "authors": [
2233
                {
2234
                    "name": "Fabien Potencier",
2235
                    "email": "[email protected]",
2236
                    "homepage": "http://fabien.potencier.org",
2237
                    "role": "Lead Developer"
2238
                },
2239
                {
2240
                    "name": "Armin Ronacher",
2241
                    "email": "[email protected]",
2242
                    "role": "Project Founder"
2243
                },
2244
                {
2245
                    "name": "Twig Team",
2246
                    "homepage": "http://twig.sensiolabs.org/contributors",
2247
                    "role": "Contributors"
2248
                }
2249
            ],
2250
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2251
            "homepage": "http://twig.sensiolabs.org",
2252
            "keywords": [
2253
                "templating"
2254
            ],
2255
            "time": "2017-09-27T18:06:46+00:00"
2256
        },
2257
        {
2258
            "name": "webmozart/assert",
2259
            "version": "1.2.0",
2260
            "source": {
2261
                "type": "git",
2262
                "url": "https://github.com/webmozart/assert.git",
2263
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2264
            },
2265
            "dist": {
2266
                "type": "zip",
2267
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2268
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2269
                "shasum": ""
2270
            },
2271
            "require": {
2272
                "php": "^5.3.3 || ^7.0"
2273
            },
2274
            "require-dev": {
2275
                "phpunit/phpunit": "^4.6",
2276
                "sebastian/version": "^1.0.1"
2277
            },
2278
            "type": "library",
2279
            "extra": {
2280
                "branch-alias": {
2281
                    "dev-master": "1.3-dev"
2282
                }
2283
            },
2284
            "autoload": {
2285
                "psr-4": {
2286
                    "Webmozart\\Assert\\": "src/"
2287
                }
2288
            },
2289
            "notification-url": "https://packagist.org/downloads/",
2290
            "license": [
2291
                "MIT"
2292
            ],
2293
            "authors": [
2294
                {
2295
                    "name": "Bernhard Schussek",
2296
                    "email": "[email protected]"
2297
                }
2298
            ],
2299
            "description": "Assertions to validate method input/output with nice error messages.",
2300
            "keywords": [
2301
                "assert",
2302
                "check",
2303
                "validate"
2304
            ],
2305
            "time": "2016-11-23T20:04:58+00:00"
2306
        }
2307
    ],
2308
    "packages-dev": [
2309
        {
2310
            "name": "hamcrest/hamcrest-php",
2311
            "version": "v1.2.2",
2312
            "source": {
2313
                "type": "git",
2314
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2315
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2316
            },
2317
            "dist": {
2318
                "type": "zip",
2319
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2320
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2321
                "shasum": ""
2322
            },
2323
            "require": {
2324
                "php": ">=5.3.2"
2325
            },
2326
            "replace": {
2327
                "cordoval/hamcrest-php": "*",
2328
                "davedevelopment/hamcrest-php": "*",
2329
                "kodova/hamcrest-php": "*"
2330
            },
2331
            "require-dev": {
2332
                "phpunit/php-file-iterator": "1.3.3",
2333
                "satooshi/php-coveralls": "dev-master"
2334
            },
2335
            "type": "library",
2336
            "autoload": {
2337
                "classmap": [
2338
                    "hamcrest"
2339
                ],
2340
                "files": [
2341
                    "hamcrest/Hamcrest.php"
2342
                ]
2343
            },
2344
            "notification-url": "https://packagist.org/downloads/",
2345
            "license": [
2346
                "BSD"
2347
            ],
2348
            "description": "This is the PHP port of Hamcrest Matchers",
2349
            "keywords": [
2350
                "test"
2351
            ],
2352
            "time": "2015-05-11T14:41:42+00:00"
2353
        },
2354
        {
2355
            "name": "jakub-onderka/php-parallel-lint",
2356
            "version": "v0.9.2",
2357
            "source": {
2358
                "type": "git",
2359
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
2360
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
2361
            },
2362
            "dist": {
2363
                "type": "zip",
2364
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
2365
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
2366
                "shasum": ""
2367
            },
2368
            "require": {
2369
                "php": ">=5.3.3"
2370
            },
2371
            "require-dev": {
2372
                "jakub-onderka/php-console-highlighter": "~0.3",
2373
                "nette/tester": "~1.3"
2374
            },
2375
            "suggest": {
2376
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
2377
            },
2378
            "bin": [
2379
                "parallel-lint"
2380
            ],
2381
            "type": "library",
2382
            "autoload": {
2383
                "classmap": [
2384
                    "./"
2385
                ]
2386
            },
2387
            "notification-url": "https://packagist.org/downloads/",
2388
            "license": [
2389
                "BSD-2-Clause"
2390
            ],
2391
            "authors": [
2392
                {
2393
                    "name": "Jakub Onderka",
2394
                    "email": "[email protected]"
2395
                }
2396
            ],
2397
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
2398
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
2399
            "time": "2015-12-15T10:42:16+00:00"
2400
        },
2401
        {
2402
            "name": "liip/rmt",
2403
            "version": "1.2.5",
2404
            "source": {
2405
                "type": "git",
2406
                "url": "https://github.com/liip/RMT.git",
2407
                "reference": "db89cfab05e89257f08bfc91f3ca2989ab88fcb7"
2408
            },
2409
            "dist": {
2410
                "type": "zip",
2411
                "url": "https://api.github.com/repos/liip/RMT/zipball/db89cfab05e89257f08bfc91f3ca2989ab88fcb7",
2412
                "reference": "db89cfab05e89257f08bfc91f3ca2989ab88fcb7",
2413
                "shasum": ""
2414
            },
2415
            "require": {
2416
                "php": ">=5.3.9",
2417
                "sensiolabs/security-checker": "~2.0|^3.0",
2418
                "symfony/console": "~2.3|^3.0",
2419
                "symfony/process": "~2.3|^3.0",
2420
                "symfony/yaml": "~2.3|^3.0",
2421
                "vierbergenlars/php-semver": "~3.0"
2422
            },
2423
            "bin": [
2424
                "RMT"
2425
            ],
2426
            "type": "library",
2427
            "autoload": {
2428
                "psr-0": {
2429
                    "Liip": "src"
2430
                }
2431
            },
2432
            "notification-url": "https://packagist.org/downloads/",
2433
            "license": [
2434
                "MIT"
2435
            ],
2436
            "authors": [
2437
                {
2438
                    "name": "Laurent Prodon",
2439
                    "email": "[email protected]",
2440
                    "role": "Developer"
2441
                },
2442
                {
2443
                    "name": "David Jeanmonod",
2444
                    "email": "[email protected]",
2445
                    "role": "Developer"
2446
                }
2447
            ],
2448
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
2449
            "homepage": "http://github.com/liip/RMT",
2450
            "keywords": [
2451
                "post-release",
2452
                "pre-release",
2453
                "release",
2454
                "semantic versioning",
2455
                "vcs tag",
2456
                "version"
2457
            ],
2458
            "time": "2016-09-09T13:48:33+00:00"
2459
        },
2460
        {
2461
            "name": "malukenho/docheader",
2462
            "version": "0.1.6",
2463
            "source": {
2464
                "type": "git",
2465
                "url": "https://github.com/malukenho/docheader.git",
2466
                "reference": "b3857387fe5e6b0928b67875ea09ebb5745d5b8b"
2467
            },
2468
            "dist": {
2469
                "type": "zip",
2470
                "url": "https://api.github.com/repos/malukenho/docheader/zipball/b3857387fe5e6b0928b67875ea09ebb5745d5b8b",
2471
                "reference": "b3857387fe5e6b0928b67875ea09ebb5745d5b8b",
2472
                "shasum": ""
2473
            },
2474
            "require": {
2475
                "php": "~5.5|^7.0",
2476
                "symfony/console": "~2.0|^3.0",
2477
                "symfony/finder": "~2.0|^3.0"
2478
            },
2479
            "require-dev": {
2480
                "phpunit/phpunit": "^4.7",
2481
                "squizlabs/php_codesniffer": "^2.8"
2482
            },
2483
            "bin": [
2484
                "bin/docheader"
2485
            ],
2486
            "type": "library",
2487
            "autoload": {
2488
                "psr-4": {
2489
                    "DocHeader\\": "src/"
2490
                }
2491
            },
2492
            "notification-url": "https://packagist.org/downloads/",
2493
            "license": [
2494
                "MIT"
2495
            ],
2496
            "authors": [
2497
                {
2498
                    "name": "Jefersson Nathan",
2499
                    "email": "[email protected]"
2500
                }
2501
            ],
2502
            "description": "A small library to check header docs",
2503
            "homepage": "https://github.com/malukenho/docheader",
2504
            "keywords": [
2505
                "Code style",
2506
                "code standard",
2507
                "license"
2508
            ],
2509
            "time": "2017-05-03T05:22:55+00:00"
2510
        },
2511
        {
2512
            "name": "matthiasnoback/symfony-config-test",
2513
            "version": "v2.1.0",
2514
            "source": {
2515
                "type": "git",
2516
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
2517
                "reference": "dbf93be91b8004203029301bf98142bd06de4f5a"
2518
            },
2519
            "dist": {
2520
                "type": "zip",
2521
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/dbf93be91b8004203029301bf98142bd06de4f5a",
2522
                "reference": "dbf93be91b8004203029301bf98142bd06de4f5a",
2523
                "shasum": ""
2524
            },
2525
            "require": {
2526
                "php": "^5.3|^7.0",
2527
                "sebastian/exporter": "^1.0|^2.0",
2528
                "symfony/config": "^2.3|^3.0"
2529
            },
2530
            "require-dev": {
2531
                "phpunit/phpunit": "^4.0|^5.0"
2532
            },
2533
            "type": "library",
2534
            "autoload": {
2535
                "psr-4": {
2536
                    "Matthias\\SymfonyConfigTest\\": ""
2537
                }
2538
            },
2539
            "notification-url": "https://packagist.org/downloads/",
2540
            "license": [
2541
                "MIT"
2542
            ],
2543
            "authors": [
2544
                {
2545
                    "name": "Matthias Noback",
2546
                    "email": "[email protected]",
2547
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
2548
                }
2549
            ],
2550
            "description": "Library for testing user classes related to the Symfony Config Component",
2551
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
2552
            "keywords": [
2553
                "config",
2554
                "phpunit",
2555
                "symfony"
2556
            ],
2557
            "time": "2016-11-30T15:53:12+00:00"
2558
        },
2559
        {
2560
            "name": "mockery/mockery",
2561
            "version": "0.9.5",
2562
            "source": {
2563
                "type": "git",
2564
                "url": "https://github.com/mockery/mockery.git",
2565
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
2566
            },
2567
            "dist": {
2568
                "type": "zip",
2569
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
2570
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
2571
                "shasum": ""
2572
            },
2573
            "require": {
2574
                "hamcrest/hamcrest-php": "~1.1",
2575
                "lib-pcre": ">=7.0",
2576
                "php": ">=5.3.2"
2577
            },
2578
            "require-dev": {
2579
                "phpunit/phpunit": "~4.0"
2580
            },
2581
            "type": "library",
2582
            "extra": {
2583
                "branch-alias": {
2584
                    "dev-master": "0.9.x-dev"
2585
                }
2586
            },
2587
            "autoload": {
2588
                "psr-0": {
2589
                    "Mockery": "library/"
2590
                }
2591
            },
2592
            "notification-url": "https://packagist.org/downloads/",
2593
            "license": [
2594
                "BSD-3-Clause"
2595
            ],
2596
            "authors": [
2597
                {
2598
                    "name": "Pádraic Brady",
2599
                    "email": "[email protected]",
2600
                    "homepage": "http://blog.astrumfutura.com"
2601
                },
2602
                {
2603
                    "name": "Dave Marshall",
2604
                    "email": "[email protected]",
2605
                    "homepage": "http://davedevelopment.co.uk"
2606
                }
2607
            ],
2608
            "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.",
2609
            "homepage": "http://github.com/padraic/mockery",
2610
            "keywords": [
2611
                "BDD",
2612
                "TDD",
2613
                "library",
2614
                "mock",
2615
                "mock objects",
2616
                "mockery",
2617
                "stub",
2618
                "test",
2619
                "test double",
2620
                "testing"
2621
            ],
2622
            "time": "2016-05-22T21:52:33+00:00"
2623
        },
2624
        {
2625
            "name": "myclabs/deep-copy",
2626
            "version": "1.7.0",
2627
            "source": {
2628
                "type": "git",
2629
                "url": "https://github.com/myclabs/DeepCopy.git",
2630
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2631
            },
2632
            "dist": {
2633
                "type": "zip",
2634
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2635
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2636
                "shasum": ""
2637
            },
2638
            "require": {
2639
                "php": "^5.6 || ^7.0"
2640
            },
2641
            "require-dev": {
2642
                "doctrine/collections": "^1.0",
2643
                "doctrine/common": "^2.6",
2644
                "phpunit/phpunit": "^4.1"
2645
            },
2646
            "type": "library",
2647
            "autoload": {
2648
                "psr-4": {
2649
                    "DeepCopy\\": "src/DeepCopy/"
2650
                },
2651
                "files": [
2652
                    "src/DeepCopy/deep_copy.php"
2653
                ]
2654
            },
2655
            "notification-url": "https://packagist.org/downloads/",
2656
            "license": [
2657
                "MIT"
2658
            ],
2659
            "description": "Create deep copies (clones) of your objects",
2660
            "keywords": [
2661
                "clone",
2662
                "copy",
2663
                "duplicate",
2664
                "object",
2665
                "object graph"
2666
            ],
2667
            "time": "2017-10-19T19:58:43+00:00"
2668
        },
2669
        {
2670
            "name": "pdepend/pdepend",
2671
            "version": "2.5.0",
2672
            "source": {
2673
                "type": "git",
2674
                "url": "https://github.com/pdepend/pdepend.git",
2675
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
2676
            },
2677
            "dist": {
2678
                "type": "zip",
2679
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
2680
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
2681
                "shasum": ""
2682
            },
2683
            "require": {
2684
                "php": ">=5.3.7",
2685
                "symfony/config": "^2.3.0|^3",
2686
                "symfony/dependency-injection": "^2.3.0|^3",
2687
                "symfony/filesystem": "^2.3.0|^3"
2688
            },
2689
            "require-dev": {
2690
                "phpunit/phpunit": "^4.4.0,<4.8",
2691
                "squizlabs/php_codesniffer": "^2.0.0"
2692
            },
2693
            "bin": [
2694
                "src/bin/pdepend"
2695
            ],
2696
            "type": "library",
2697
            "autoload": {
2698
                "psr-4": {
2699
                    "PDepend\\": "src/main/php/PDepend"
2700
                }
2701
            },
2702
            "notification-url": "https://packagist.org/downloads/",
2703
            "license": [
2704
                "BSD-3-Clause"
2705
            ],
2706
            "description": "Official version of pdepend to be handled with Composer",
2707
            "time": "2017-01-19T14:23:36+00:00"
2708
        },
2709
        {
2710
            "name": "phpdocumentor/reflection-common",
2711
            "version": "1.0.1",
2712
            "source": {
2713
                "type": "git",
2714
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2715
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2716
            },
2717
            "dist": {
2718
                "type": "zip",
2719
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2720
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2721
                "shasum": ""
2722
            },
2723
            "require": {
2724
                "php": ">=5.5"
2725
            },
2726
            "require-dev": {
2727
                "phpunit/phpunit": "^4.6"
2728
            },
2729
            "type": "library",
2730
            "extra": {
2731
                "branch-alias": {
2732
                    "dev-master": "1.0.x-dev"
2733
                }
2734
            },
2735
            "autoload": {
2736
                "psr-4": {
2737
                    "phpDocumentor\\Reflection\\": [
2738
                        "src"
2739
                    ]
2740
                }
2741
            },
2742
            "notification-url": "https://packagist.org/downloads/",
2743
            "license": [
2744
                "MIT"
2745
            ],
2746
            "authors": [
2747
                {
2748
                    "name": "Jaap van Otterdijk",
2749
                    "email": "[email protected]"
2750
                }
2751
            ],
2752
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2753
            "homepage": "http://www.phpdoc.org",
2754
            "keywords": [
2755
                "FQSEN",
2756
                "phpDocumentor",
2757
                "phpdoc",
2758
                "reflection",
2759
                "static analysis"
2760
            ],
2761
            "time": "2017-09-11T18:02:19+00:00"
2762
        },
2763
        {
2764
            "name": "phpdocumentor/reflection-docblock",
2765
            "version": "3.3.2",
2766
            "source": {
2767
                "type": "git",
2768
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2769
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
2770
            },
2771
            "dist": {
2772
                "type": "zip",
2773
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
2774
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
2775
                "shasum": ""
2776
            },
2777
            "require": {
2778
                "php": "^5.6 || ^7.0",
2779
                "phpdocumentor/reflection-common": "^1.0.0",
2780
                "phpdocumentor/type-resolver": "^0.4.0",
2781
                "webmozart/assert": "^1.0"
2782
            },
2783
            "require-dev": {
2784
                "mockery/mockery": "^0.9.4",
2785
                "phpunit/phpunit": "^4.4"
2786
            },
2787
            "type": "library",
2788
            "autoload": {
2789
                "psr-4": {
2790
                    "phpDocumentor\\Reflection\\": [
2791
                        "src/"
2792
                    ]
2793
                }
2794
            },
2795
            "notification-url": "https://packagist.org/downloads/",
2796
            "license": [
2797
                "MIT"
2798
            ],
2799
            "authors": [
2800
                {
2801
                    "name": "Mike van Riel",
2802
                    "email": "[email protected]"
2803
                }
2804
            ],
2805
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2806
            "time": "2017-11-10T14:09:06+00:00"
2807
        },
2808
        {
2809
            "name": "phpdocumentor/type-resolver",
2810
            "version": "0.4.0",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2814
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2819
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "php": "^5.5 || ^7.0",
2824
                "phpdocumentor/reflection-common": "^1.0"
2825
            },
2826
            "require-dev": {
2827
                "mockery/mockery": "^0.9.4",
2828
                "phpunit/phpunit": "^5.2||^4.8.24"
2829
            },
2830
            "type": "library",
2831
            "extra": {
2832
                "branch-alias": {
2833
                    "dev-master": "1.0.x-dev"
2834
                }
2835
            },
2836
            "autoload": {
2837
                "psr-4": {
2838
                    "phpDocumentor\\Reflection\\": [
2839
                        "src/"
2840
                    ]
2841
                }
2842
            },
2843
            "notification-url": "https://packagist.org/downloads/",
2844
            "license": [
2845
                "MIT"
2846
            ],
2847
            "authors": [
2848
                {
2849
                    "name": "Mike van Riel",
2850
                    "email": "[email protected]"
2851
                }
2852
            ],
2853
            "time": "2017-07-14T14:27:02+00:00"
2854
        },
2855
        {
2856
            "name": "phpmd/phpmd",
2857
            "version": "2.6.0",
2858
            "source": {
2859
                "type": "git",
2860
                "url": "https://github.com/phpmd/phpmd.git",
2861
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
2862
            },
2863
            "dist": {
2864
                "type": "zip",
2865
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
2866
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
2867
                "shasum": ""
2868
            },
2869
            "require": {
2870
                "ext-xml": "*",
2871
                "pdepend/pdepend": "^2.5",
2872
                "php": ">=5.3.9"
2873
            },
2874
            "require-dev": {
2875
                "phpunit/phpunit": "^4.0",
2876
                "squizlabs/php_codesniffer": "^2.0"
2877
            },
2878
            "bin": [
2879
                "src/bin/phpmd"
2880
            ],
2881
            "type": "project",
2882
            "autoload": {
2883
                "psr-0": {
2884
                    "PHPMD\\": "src/main/php"
2885
                }
2886
            },
2887
            "notification-url": "https://packagist.org/downloads/",
2888
            "license": [
2889
                "BSD-3-Clause"
2890
            ],
2891
            "authors": [
2892
                {
2893
                    "name": "Manuel Pichler",
2894
                    "email": "[email protected]",
2895
                    "homepage": "https://github.com/manuelpichler",
2896
                    "role": "Project Founder"
2897
                },
2898
                {
2899
                    "name": "Other contributors",
2900
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
2901
                    "role": "Contributors"
2902
                },
2903
                {
2904
                    "name": "Marc Würth",
2905
                    "email": "[email protected]",
2906
                    "homepage": "https://github.com/ravage84",
2907
                    "role": "Project Maintainer"
2908
                }
2909
            ],
2910
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
2911
            "homepage": "http://phpmd.org/",
2912
            "keywords": [
2913
                "mess detection",
2914
                "mess detector",
2915
                "pdepend",
2916
                "phpmd",
2917
                "pmd"
2918
            ],
2919
            "time": "2017-01-20T14:41:10+00:00"
2920
        },
2921
        {
2922
            "name": "phpspec/prophecy",
2923
            "version": "v1.7.2",
2924
            "source": {
2925
                "type": "git",
2926
                "url": "https://github.com/phpspec/prophecy.git",
2927
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
2928
            },
2929
            "dist": {
2930
                "type": "zip",
2931
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2932
                "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
2933
                "shasum": ""
2934
            },
2935
            "require": {
2936
                "doctrine/instantiator": "^1.0.2",
2937
                "php": "^5.3|^7.0",
2938
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2939
                "sebastian/comparator": "^1.1|^2.0",
2940
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2941
            },
2942
            "require-dev": {
2943
                "phpspec/phpspec": "^2.5|^3.2",
2944
                "phpunit/phpunit": "^4.8 || ^5.6.5"
2945
            },
2946
            "type": "library",
2947
            "extra": {
2948
                "branch-alias": {
2949
                    "dev-master": "1.7.x-dev"
2950
                }
2951
            },
2952
            "autoload": {
2953
                "psr-0": {
2954
                    "Prophecy\\": "src/"
2955
                }
2956
            },
2957
            "notification-url": "https://packagist.org/downloads/",
2958
            "license": [
2959
                "MIT"
2960
            ],
2961
            "authors": [
2962
                {
2963
                    "name": "Konstantin Kudryashov",
2964
                    "email": "[email protected]",
2965
                    "homepage": "http://everzet.com"
2966
                },
2967
                {
2968
                    "name": "Marcello Duarte",
2969
                    "email": "[email protected]"
2970
                }
2971
            ],
2972
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2973
            "homepage": "https://github.com/phpspec/prophecy",
2974
            "keywords": [
2975
                "Double",
2976
                "Dummy",
2977
                "fake",
2978
                "mock",
2979
                "spy",
2980
                "stub"
2981
            ],
2982
            "time": "2017-09-04T11:05:03+00:00"
2983
        },
2984
        {
2985
            "name": "phpunit/php-code-coverage",
2986
            "version": "4.0.8",
2987
            "source": {
2988
                "type": "git",
2989
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2990
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2991
            },
2992
            "dist": {
2993
                "type": "zip",
2994
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2995
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2996
                "shasum": ""
2997
            },
2998
            "require": {
2999
                "ext-dom": "*",
3000
                "ext-xmlwriter": "*",
3001
                "php": "^5.6 || ^7.0",
3002
                "phpunit/php-file-iterator": "^1.3",
3003
                "phpunit/php-text-template": "^1.2",
3004
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
3005
                "sebastian/code-unit-reverse-lookup": "^1.0",
3006
                "sebastian/environment": "^1.3.2 || ^2.0",
3007
                "sebastian/version": "^1.0 || ^2.0"
3008
            },
3009
            "require-dev": {
3010
                "ext-xdebug": "^2.1.4",
3011
                "phpunit/phpunit": "^5.7"
3012
            },
3013
            "suggest": {
3014
                "ext-xdebug": "^2.5.1"
3015
            },
3016
            "type": "library",
3017
            "extra": {
3018
                "branch-alias": {
3019
                    "dev-master": "4.0.x-dev"
3020
                }
3021
            },
3022
            "autoload": {
3023
                "classmap": [
3024
                    "src/"
3025
                ]
3026
            },
3027
            "notification-url": "https://packagist.org/downloads/",
3028
            "license": [
3029
                "BSD-3-Clause"
3030
            ],
3031
            "authors": [
3032
                {
3033
                    "name": "Sebastian Bergmann",
3034
                    "email": "[email protected]",
3035
                    "role": "lead"
3036
                }
3037
            ],
3038
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3039
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3040
            "keywords": [
3041
                "coverage",
3042
                "testing",
3043
                "xunit"
3044
            ],
3045
            "time": "2017-04-02T07:44:40+00:00"
3046
        },
3047
        {
3048
            "name": "phpunit/php-file-iterator",
3049
            "version": "1.4.2",
3050
            "source": {
3051
                "type": "git",
3052
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3053
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3054
            },
3055
            "dist": {
3056
                "type": "zip",
3057
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3058
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3059
                "shasum": ""
3060
            },
3061
            "require": {
3062
                "php": ">=5.3.3"
3063
            },
3064
            "type": "library",
3065
            "extra": {
3066
                "branch-alias": {
3067
                    "dev-master": "1.4.x-dev"
3068
                }
3069
            },
3070
            "autoload": {
3071
                "classmap": [
3072
                    "src/"
3073
                ]
3074
            },
3075
            "notification-url": "https://packagist.org/downloads/",
3076
            "license": [
3077
                "BSD-3-Clause"
3078
            ],
3079
            "authors": [
3080
                {
3081
                    "name": "Sebastian Bergmann",
3082
                    "email": "[email protected]",
3083
                    "role": "lead"
3084
                }
3085
            ],
3086
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3087
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3088
            "keywords": [
3089
                "filesystem",
3090
                "iterator"
3091
            ],
3092
            "time": "2016-10-03T07:40:28+00:00"
3093
        },
3094
        {
3095
            "name": "phpunit/php-text-template",
3096
            "version": "1.2.1",
3097
            "source": {
3098
                "type": "git",
3099
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3100
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3101
            },
3102
            "dist": {
3103
                "type": "zip",
3104
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3105
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3106
                "shasum": ""
3107
            },
3108
            "require": {
3109
                "php": ">=5.3.3"
3110
            },
3111
            "type": "library",
3112
            "autoload": {
3113
                "classmap": [
3114
                    "src/"
3115
                ]
3116
            },
3117
            "notification-url": "https://packagist.org/downloads/",
3118
            "license": [
3119
                "BSD-3-Clause"
3120
            ],
3121
            "authors": [
3122
                {
3123
                    "name": "Sebastian Bergmann",
3124
                    "email": "[email protected]",
3125
                    "role": "lead"
3126
                }
3127
            ],
3128
            "description": "Simple template engine.",
3129
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3130
            "keywords": [
3131
                "template"
3132
            ],
3133
            "time": "2015-06-21T13:50:34+00:00"
3134
        },
3135
        {
3136
            "name": "phpunit/php-timer",
3137
            "version": "1.0.9",
3138
            "source": {
3139
                "type": "git",
3140
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3141
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3142
            },
3143
            "dist": {
3144
                "type": "zip",
3145
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3146
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3147
                "shasum": ""
3148
            },
3149
            "require": {
3150
                "php": "^5.3.3 || ^7.0"
3151
            },
3152
            "require-dev": {
3153
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3154
            },
3155
            "type": "library",
3156
            "extra": {
3157
                "branch-alias": {
3158
                    "dev-master": "1.0-dev"
3159
                }
3160
            },
3161
            "autoload": {
3162
                "classmap": [
3163
                    "src/"
3164
                ]
3165
            },
3166
            "notification-url": "https://packagist.org/downloads/",
3167
            "license": [
3168
                "BSD-3-Clause"
3169
            ],
3170
            "authors": [
3171
                {
3172
                    "name": "Sebastian Bergmann",
3173
                    "email": "[email protected]",
3174
                    "role": "lead"
3175
                }
3176
            ],
3177
            "description": "Utility class for timing",
3178
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3179
            "keywords": [
3180
                "timer"
3181
            ],
3182
            "time": "2017-02-26T11:10:40+00:00"
3183
        },
3184
        {
3185
            "name": "phpunit/php-token-stream",
3186
            "version": "1.4.11",
3187
            "source": {
3188
                "type": "git",
3189
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3190
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3191
            },
3192
            "dist": {
3193
                "type": "zip",
3194
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3195
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3196
                "shasum": ""
3197
            },
3198
            "require": {
3199
                "ext-tokenizer": "*",
3200
                "php": ">=5.3.3"
3201
            },
3202
            "require-dev": {
3203
                "phpunit/phpunit": "~4.2"
3204
            },
3205
            "type": "library",
3206
            "extra": {
3207
                "branch-alias": {
3208
                    "dev-master": "1.4-dev"
3209
                }
3210
            },
3211
            "autoload": {
3212
                "classmap": [
3213
                    "src/"
3214
                ]
3215
            },
3216
            "notification-url": "https://packagist.org/downloads/",
3217
            "license": [
3218
                "BSD-3-Clause"
3219
            ],
3220
            "authors": [
3221
                {
3222
                    "name": "Sebastian Bergmann",
3223
                    "email": "[email protected]"
3224
                }
3225
            ],
3226
            "description": "Wrapper around PHP's tokenizer extension.",
3227
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3228
            "keywords": [
3229
                "tokenizer"
3230
            ],
3231
            "time": "2017-02-27T10:12:30+00:00"
3232
        },
3233
        {
3234
            "name": "phpunit/phpunit",
3235
            "version": "5.7.25",
3236
            "source": {
3237
                "type": "git",
3238
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3239
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a"
3240
            },
3241
            "dist": {
3242
                "type": "zip",
3243
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b1c822a68ae6577df38a59eb49b046712ec0f6a",
3244
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a",
3245
                "shasum": ""
3246
            },
3247
            "require": {
3248
                "ext-dom": "*",
3249
                "ext-json": "*",
3250
                "ext-libxml": "*",
3251
                "ext-mbstring": "*",
3252
                "ext-xml": "*",
3253
                "myclabs/deep-copy": "~1.3",
3254
                "php": "^5.6 || ^7.0",
3255
                "phpspec/prophecy": "^1.6.2",
3256
                "phpunit/php-code-coverage": "^4.0.4",
3257
                "phpunit/php-file-iterator": "~1.4",
3258
                "phpunit/php-text-template": "~1.2",
3259
                "phpunit/php-timer": "^1.0.6",
3260
                "phpunit/phpunit-mock-objects": "^3.2",
3261
                "sebastian/comparator": "^1.2.4",
3262
                "sebastian/diff": "^1.4.3",
3263
                "sebastian/environment": "^1.3.4 || ^2.0",
3264
                "sebastian/exporter": "~2.0",
3265
                "sebastian/global-state": "^1.1",
3266
                "sebastian/object-enumerator": "~2.0",
3267
                "sebastian/resource-operations": "~1.0",
3268
                "sebastian/version": "~1.0.3|~2.0",
3269
                "symfony/yaml": "~2.1|~3.0|~4.0"
3270
            },
3271
            "conflict": {
3272
                "phpdocumentor/reflection-docblock": "3.0.2"
3273
            },
3274
            "require-dev": {
3275
                "ext-pdo": "*"
3276
            },
3277
            "suggest": {
3278
                "ext-xdebug": "*",
3279
                "phpunit/php-invoker": "~1.1"
3280
            },
3281
            "bin": [
3282
                "phpunit"
3283
            ],
3284
            "type": "library",
3285
            "extra": {
3286
                "branch-alias": {
3287
                    "dev-master": "5.7.x-dev"
3288
                }
3289
            },
3290
            "autoload": {
3291
                "classmap": [
3292
                    "src/"
3293
                ]
3294
            },
3295
            "notification-url": "https://packagist.org/downloads/",
3296
            "license": [
3297
                "BSD-3-Clause"
3298
            ],
3299
            "authors": [
3300
                {
3301
                    "name": "Sebastian Bergmann",
3302
                    "email": "[email protected]",
3303
                    "role": "lead"
3304
                }
3305
            ],
3306
            "description": "The PHP Unit Testing framework.",
3307
            "homepage": "https://phpunit.de/",
3308
            "keywords": [
3309
                "phpunit",
3310
                "testing",
3311
                "xunit"
3312
            ],
3313
            "time": "2017-11-14T14:50:51+00:00"
3314
        },
3315
        {
3316
            "name": "phpunit/phpunit-mock-objects",
3317
            "version": "3.4.4",
3318
            "source": {
3319
                "type": "git",
3320
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3321
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
3322
            },
3323
            "dist": {
3324
                "type": "zip",
3325
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
3326
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
3327
                "shasum": ""
3328
            },
3329
            "require": {
3330
                "doctrine/instantiator": "^1.0.2",
3331
                "php": "^5.6 || ^7.0",
3332
                "phpunit/php-text-template": "^1.2",
3333
                "sebastian/exporter": "^1.2 || ^2.0"
3334
            },
3335
            "conflict": {
3336
                "phpunit/phpunit": "<5.4.0"
3337
            },
3338
            "require-dev": {
3339
                "phpunit/phpunit": "^5.4"
3340
            },
3341
            "suggest": {
3342
                "ext-soap": "*"
3343
            },
3344
            "type": "library",
3345
            "extra": {
3346
                "branch-alias": {
3347
                    "dev-master": "3.2.x-dev"
3348
                }
3349
            },
3350
            "autoload": {
3351
                "classmap": [
3352
                    "src/"
3353
                ]
3354
            },
3355
            "notification-url": "https://packagist.org/downloads/",
3356
            "license": [
3357
                "BSD-3-Clause"
3358
            ],
3359
            "authors": [
3360
                {
3361
                    "name": "Sebastian Bergmann",
3362
                    "email": "[email protected]",
3363
                    "role": "lead"
3364
                }
3365
            ],
3366
            "description": "Mock Object library for PHPUnit",
3367
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3368
            "keywords": [
3369
                "mock",
3370
                "xunit"
3371
            ],
3372
            "time": "2017-06-30T09:13:00+00:00"
3373
        },
3374
        {
3375
            "name": "sebastian/code-unit-reverse-lookup",
3376
            "version": "1.0.1",
3377
            "source": {
3378
                "type": "git",
3379
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3380
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3381
            },
3382
            "dist": {
3383
                "type": "zip",
3384
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3385
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3386
                "shasum": ""
3387
            },
3388
            "require": {
3389
                "php": "^5.6 || ^7.0"
3390
            },
3391
            "require-dev": {
3392
                "phpunit/phpunit": "^5.7 || ^6.0"
3393
            },
3394
            "type": "library",
3395
            "extra": {
3396
                "branch-alias": {
3397
                    "dev-master": "1.0.x-dev"
3398
                }
3399
            },
3400
            "autoload": {
3401
                "classmap": [
3402
                    "src/"
3403
                ]
3404
            },
3405
            "notification-url": "https://packagist.org/downloads/",
3406
            "license": [
3407
                "BSD-3-Clause"
3408
            ],
3409
            "authors": [
3410
                {
3411
                    "name": "Sebastian Bergmann",
3412
                    "email": "[email protected]"
3413
                }
3414
            ],
3415
            "description": "Looks up which function or method a line of code belongs to",
3416
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3417
            "time": "2017-03-04T06:30:41+00:00"
3418
        },
3419
        {
3420
            "name": "sebastian/comparator",
3421
            "version": "1.2.4",
3422
            "source": {
3423
                "type": "git",
3424
                "url": "https://github.com/sebastianbergmann/comparator.git",
3425
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3426
            },
3427
            "dist": {
3428
                "type": "zip",
3429
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3430
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3431
                "shasum": ""
3432
            },
3433
            "require": {
3434
                "php": ">=5.3.3",
3435
                "sebastian/diff": "~1.2",
3436
                "sebastian/exporter": "~1.2 || ~2.0"
3437
            },
3438
            "require-dev": {
3439
                "phpunit/phpunit": "~4.4"
3440
            },
3441
            "type": "library",
3442
            "extra": {
3443
                "branch-alias": {
3444
                    "dev-master": "1.2.x-dev"
3445
                }
3446
            },
3447
            "autoload": {
3448
                "classmap": [
3449
                    "src/"
3450
                ]
3451
            },
3452
            "notification-url": "https://packagist.org/downloads/",
3453
            "license": [
3454
                "BSD-3-Clause"
3455
            ],
3456
            "authors": [
3457
                {
3458
                    "name": "Jeff Welch",
3459
                    "email": "[email protected]"
3460
                },
3461
                {
3462
                    "name": "Volker Dusch",
3463
                    "email": "[email protected]"
3464
                },
3465
                {
3466
                    "name": "Bernhard Schussek",
3467
                    "email": "[email protected]"
3468
                },
3469
                {
3470
                    "name": "Sebastian Bergmann",
3471
                    "email": "[email protected]"
3472
                }
3473
            ],
3474
            "description": "Provides the functionality to compare PHP values for equality",
3475
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3476
            "keywords": [
3477
                "comparator",
3478
                "compare",
3479
                "equality"
3480
            ],
3481
            "time": "2017-01-29T09:50:25+00:00"
3482
        },
3483
        {
3484
            "name": "sebastian/diff",
3485
            "version": "1.4.3",
3486
            "source": {
3487
                "type": "git",
3488
                "url": "https://github.com/sebastianbergmann/diff.git",
3489
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3490
            },
3491
            "dist": {
3492
                "type": "zip",
3493
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3494
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3495
                "shasum": ""
3496
            },
3497
            "require": {
3498
                "php": "^5.3.3 || ^7.0"
3499
            },
3500
            "require-dev": {
3501
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3502
            },
3503
            "type": "library",
3504
            "extra": {
3505
                "branch-alias": {
3506
                    "dev-master": "1.4-dev"
3507
                }
3508
            },
3509
            "autoload": {
3510
                "classmap": [
3511
                    "src/"
3512
                ]
3513
            },
3514
            "notification-url": "https://packagist.org/downloads/",
3515
            "license": [
3516
                "BSD-3-Clause"
3517
            ],
3518
            "authors": [
3519
                {
3520
                    "name": "Kore Nordmann",
3521
                    "email": "[email protected]"
3522
                },
3523
                {
3524
                    "name": "Sebastian Bergmann",
3525
                    "email": "[email protected]"
3526
                }
3527
            ],
3528
            "description": "Diff implementation",
3529
            "homepage": "https://github.com/sebastianbergmann/diff",
3530
            "keywords": [
3531
                "diff"
3532
            ],
3533
            "time": "2017-05-22T07:24:03+00:00"
3534
        },
3535
        {
3536
            "name": "sebastian/environment",
3537
            "version": "2.0.0",
3538
            "source": {
3539
                "type": "git",
3540
                "url": "https://github.com/sebastianbergmann/environment.git",
3541
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3542
            },
3543
            "dist": {
3544
                "type": "zip",
3545
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3546
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3547
                "shasum": ""
3548
            },
3549
            "require": {
3550
                "php": "^5.6 || ^7.0"
3551
            },
3552
            "require-dev": {
3553
                "phpunit/phpunit": "^5.0"
3554
            },
3555
            "type": "library",
3556
            "extra": {
3557
                "branch-alias": {
3558
                    "dev-master": "2.0.x-dev"
3559
                }
3560
            },
3561
            "autoload": {
3562
                "classmap": [
3563
                    "src/"
3564
                ]
3565
            },
3566
            "notification-url": "https://packagist.org/downloads/",
3567
            "license": [
3568
                "BSD-3-Clause"
3569
            ],
3570
            "authors": [
3571
                {
3572
                    "name": "Sebastian Bergmann",
3573
                    "email": "[email protected]"
3574
                }
3575
            ],
3576
            "description": "Provides functionality to handle HHVM/PHP environments",
3577
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3578
            "keywords": [
3579
                "Xdebug",
3580
                "environment",
3581
                "hhvm"
3582
            ],
3583
            "time": "2016-11-26T07:53:53+00:00"
3584
        },
3585
        {
3586
            "name": "sebastian/exporter",
3587
            "version": "2.0.0",
3588
            "source": {
3589
                "type": "git",
3590
                "url": "https://github.com/sebastianbergmann/exporter.git",
3591
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3592
            },
3593
            "dist": {
3594
                "type": "zip",
3595
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3596
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3597
                "shasum": ""
3598
            },
3599
            "require": {
3600
                "php": ">=5.3.3",
3601
                "sebastian/recursion-context": "~2.0"
3602
            },
3603
            "require-dev": {
3604
                "ext-mbstring": "*",
3605
                "phpunit/phpunit": "~4.4"
3606
            },
3607
            "type": "library",
3608
            "extra": {
3609
                "branch-alias": {
3610
                    "dev-master": "2.0.x-dev"
3611
                }
3612
            },
3613
            "autoload": {
3614
                "classmap": [
3615
                    "src/"
3616
                ]
3617
            },
3618
            "notification-url": "https://packagist.org/downloads/",
3619
            "license": [
3620
                "BSD-3-Clause"
3621
            ],
3622
            "authors": [
3623
                {
3624
                    "name": "Jeff Welch",
3625
                    "email": "[email protected]"
3626
                },
3627
                {
3628
                    "name": "Volker Dusch",
3629
                    "email": "[email protected]"
3630
                },
3631
                {
3632
                    "name": "Bernhard Schussek",
3633
                    "email": "[email protected]"
3634
                },
3635
                {
3636
                    "name": "Sebastian Bergmann",
3637
                    "email": "[email protected]"
3638
                },
3639
                {
3640
                    "name": "Adam Harvey",
3641
                    "email": "[email protected]"
3642
                }
3643
            ],
3644
            "description": "Provides the functionality to export PHP variables for visualization",
3645
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3646
            "keywords": [
3647
                "export",
3648
                "exporter"
3649
            ],
3650
            "time": "2016-11-19T08:54:04+00:00"
3651
        },
3652
        {
3653
            "name": "sebastian/finder-facade",
3654
            "version": "1.2.2",
3655
            "source": {
3656
                "type": "git",
3657
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
3658
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
3659
            },
3660
            "dist": {
3661
                "type": "zip",
3662
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
3663
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
3664
                "shasum": ""
3665
            },
3666
            "require": {
3667
                "symfony/finder": "~2.3|~3.0|~4.0",
3668
                "theseer/fdomdocument": "~1.3"
3669
            },
3670
            "type": "library",
3671
            "autoload": {
3672
                "classmap": [
3673
                    "src/"
3674
                ]
3675
            },
3676
            "notification-url": "https://packagist.org/downloads/",
3677
            "license": [
3678
                "BSD-3-Clause"
3679
            ],
3680
            "authors": [
3681
                {
3682
                    "name": "Sebastian Bergmann",
3683
                    "email": "[email protected]",
3684
                    "role": "lead"
3685
                }
3686
            ],
3687
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
3688
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
3689
            "time": "2017-11-18T17:31:49+00:00"
3690
        },
3691
        {
3692
            "name": "sebastian/global-state",
3693
            "version": "1.1.1",
3694
            "source": {
3695
                "type": "git",
3696
                "url": "https://github.com/sebastianbergmann/global-state.git",
3697
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3698
            },
3699
            "dist": {
3700
                "type": "zip",
3701
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3702
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3703
                "shasum": ""
3704
            },
3705
            "require": {
3706
                "php": ">=5.3.3"
3707
            },
3708
            "require-dev": {
3709
                "phpunit/phpunit": "~4.2"
3710
            },
3711
            "suggest": {
3712
                "ext-uopz": "*"
3713
            },
3714
            "type": "library",
3715
            "extra": {
3716
                "branch-alias": {
3717
                    "dev-master": "1.0-dev"
3718
                }
3719
            },
3720
            "autoload": {
3721
                "classmap": [
3722
                    "src/"
3723
                ]
3724
            },
3725
            "notification-url": "https://packagist.org/downloads/",
3726
            "license": [
3727
                "BSD-3-Clause"
3728
            ],
3729
            "authors": [
3730
                {
3731
                    "name": "Sebastian Bergmann",
3732
                    "email": "[email protected]"
3733
                }
3734
            ],
3735
            "description": "Snapshotting of global state",
3736
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3737
            "keywords": [
3738
                "global state"
3739
            ],
3740
            "time": "2015-10-12T03:26:01+00:00"
3741
        },
3742
        {
3743
            "name": "sebastian/object-enumerator",
3744
            "version": "2.0.1",
3745
            "source": {
3746
                "type": "git",
3747
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3748
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3749
            },
3750
            "dist": {
3751
                "type": "zip",
3752
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3753
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3754
                "shasum": ""
3755
            },
3756
            "require": {
3757
                "php": ">=5.6",
3758
                "sebastian/recursion-context": "~2.0"
3759
            },
3760
            "require-dev": {
3761
                "phpunit/phpunit": "~5"
3762
            },
3763
            "type": "library",
3764
            "extra": {
3765
                "branch-alias": {
3766
                    "dev-master": "2.0.x-dev"
3767
                }
3768
            },
3769
            "autoload": {
3770
                "classmap": [
3771
                    "src/"
3772
                ]
3773
            },
3774
            "notification-url": "https://packagist.org/downloads/",
3775
            "license": [
3776
                "BSD-3-Clause"
3777
            ],
3778
            "authors": [
3779
                {
3780
                    "name": "Sebastian Bergmann",
3781
                    "email": "[email protected]"
3782
                }
3783
            ],
3784
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3785
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3786
            "time": "2017-02-18T15:18:39+00:00"
3787
        },
3788
        {
3789
            "name": "sebastian/phpcpd",
3790
            "version": "3.0.1",
3791
            "source": {
3792
                "type": "git",
3793
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
3794
                "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564"
3795
            },
3796
            "dist": {
3797
                "type": "zip",
3798
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/dfed51c1288790fc957c9433e2f49ab152e8a564",
3799
                "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564",
3800
                "shasum": ""
3801
            },
3802
            "require": {
3803
                "php": "^5.6|^7.0",
3804
                "phpunit/php-timer": "^1.0.6",
3805
                "sebastian/finder-facade": "^1.1",
3806
                "sebastian/version": "^1.0|^2.0",
3807
                "symfony/console": "^2.7|^3.0|^4.0"
3808
            },
3809
            "bin": [
3810
                "phpcpd"
3811
            ],
3812
            "type": "library",
3813
            "extra": {
3814
                "branch-alias": {
3815
                    "dev-master": "3.0-dev"
3816
                }
3817
            },
3818
            "autoload": {
3819
                "classmap": [
3820
                    "src/"
3821
                ]
3822
            },
3823
            "notification-url": "https://packagist.org/downloads/",
3824
            "license": [
3825
                "BSD-3-Clause"
3826
            ],
3827
            "authors": [
3828
                {
3829
                    "name": "Sebastian Bergmann",
3830
                    "email": "[email protected]",
3831
                    "role": "lead"
3832
                }
3833
            ],
3834
            "description": "Copy/Paste Detector (CPD) for PHP code.",
3835
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
3836
            "time": "2017-11-16T08:49:28+00:00"
3837
        },
3838
        {
3839
            "name": "sebastian/recursion-context",
3840
            "version": "2.0.0",
3841
            "source": {
3842
                "type": "git",
3843
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3844
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3845
            },
3846
            "dist": {
3847
                "type": "zip",
3848
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3849
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3850
                "shasum": ""
3851
            },
3852
            "require": {
3853
                "php": ">=5.3.3"
3854
            },
3855
            "require-dev": {
3856
                "phpunit/phpunit": "~4.4"
3857
            },
3858
            "type": "library",
3859
            "extra": {
3860
                "branch-alias": {
3861
                    "dev-master": "2.0.x-dev"
3862
                }
3863
            },
3864
            "autoload": {
3865
                "classmap": [
3866
                    "src/"
3867
                ]
3868
            },
3869
            "notification-url": "https://packagist.org/downloads/",
3870
            "license": [
3871
                "BSD-3-Clause"
3872
            ],
3873
            "authors": [
3874
                {
3875
                    "name": "Jeff Welch",
3876
                    "email": "[email protected]"
3877
                },
3878
                {
3879
                    "name": "Sebastian Bergmann",
3880
                    "email": "[email protected]"
3881
                },
3882
                {
3883
                    "name": "Adam Harvey",
3884
                    "email": "[email protected]"
3885
                }
3886
            ],
3887
            "description": "Provides functionality to recursively process PHP variables",
3888
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3889
            "time": "2016-11-19T07:33:16+00:00"
3890
        },
3891
        {
3892
            "name": "sebastian/resource-operations",
3893
            "version": "1.0.0",
3894
            "source": {
3895
                "type": "git",
3896
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3897
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3898
            },
3899
            "dist": {
3900
                "type": "zip",
3901
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3902
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3903
                "shasum": ""
3904
            },
3905
            "require": {
3906
                "php": ">=5.6.0"
3907
            },
3908
            "type": "library",
3909
            "extra": {
3910
                "branch-alias": {
3911
                    "dev-master": "1.0.x-dev"
3912
                }
3913
            },
3914
            "autoload": {
3915
                "classmap": [
3916
                    "src/"
3917
                ]
3918
            },
3919
            "notification-url": "https://packagist.org/downloads/",
3920
            "license": [
3921
                "BSD-3-Clause"
3922
            ],
3923
            "authors": [
3924
                {
3925
                    "name": "Sebastian Bergmann",
3926
                    "email": "[email protected]"
3927
                }
3928
            ],
3929
            "description": "Provides a list of PHP built-in functions that operate on resources",
3930
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3931
            "time": "2015-07-28T20:34:47+00:00"
3932
        },
3933
        {
3934
            "name": "sebastian/version",
3935
            "version": "2.0.1",
3936
            "source": {
3937
                "type": "git",
3938
                "url": "https://github.com/sebastianbergmann/version.git",
3939
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3940
            },
3941
            "dist": {
3942
                "type": "zip",
3943
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3944
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3945
                "shasum": ""
3946
            },
3947
            "require": {
3948
                "php": ">=5.6"
3949
            },
3950
            "type": "library",
3951
            "extra": {
3952
                "branch-alias": {
3953
                    "dev-master": "2.0.x-dev"
3954
                }
3955
            },
3956
            "autoload": {
3957
                "classmap": [
3958
                    "src/"
3959
                ]
3960
            },
3961
            "notification-url": "https://packagist.org/downloads/",
3962
            "license": [
3963
                "BSD-3-Clause"
3964
            ],
3965
            "authors": [
3966
                {
3967
                    "name": "Sebastian Bergmann",
3968
                    "email": "[email protected]",
3969
                    "role": "lead"
3970
                }
3971
            ],
3972
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3973
            "homepage": "https://github.com/sebastianbergmann/version",
3974
            "time": "2016-10-03T07:35:21+00:00"
3975
        },
3976
        {
3977
            "name": "sensio/generator-bundle",
3978
            "version": "v2.5.3",
3979
            "target-dir": "Sensio/Bundle/GeneratorBundle",
3980
            "source": {
3981
                "type": "git",
3982
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
3983
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
3984
            },
3985
            "dist": {
3986
                "type": "zip",
3987
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
3988
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
3989
                "shasum": ""
3990
            },
3991
            "require": {
3992
                "symfony/console": "~2.5",
3993
                "symfony/framework-bundle": "~2.2"
3994
            },
3995
            "require-dev": {
3996
                "doctrine/orm": "~2.2,>=2.2.3",
3997
                "symfony/doctrine-bridge": "~2.2",
3998
                "twig/twig": "~1.11"
3999
            },
4000
            "type": "symfony-bundle",
4001
            "extra": {
4002
                "branch-alias": {
4003
                    "dev-master": "2.5.x-dev"
4004
                }
4005
            },
4006
            "autoload": {
4007
                "psr-0": {
4008
                    "Sensio\\Bundle\\GeneratorBundle": ""
4009
                }
4010
            },
4011
            "notification-url": "https://packagist.org/downloads/",
4012
            "license": [
4013
                "MIT"
4014
            ],
4015
            "authors": [
4016
                {
4017
                    "name": "Fabien Potencier",
4018
                    "email": "[email protected]"
4019
                }
4020
            ],
4021
            "description": "This bundle generates code for you",
4022
            "time": "2015-03-17T06:36:52+00:00"
4023
        },
4024
        {
4025
            "name": "squizlabs/php_codesniffer",
4026
            "version": "3.1.1",
4027
            "source": {
4028
                "type": "git",
4029
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4030
                "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e"
4031
            },
4032
            "dist": {
4033
                "type": "zip",
4034
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d667e245d5dcd4d7bf80f26f2c947d476b66213e",
4035
                "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e",
4036
                "shasum": ""
4037
            },
4038
            "require": {
4039
                "ext-simplexml": "*",
4040
                "ext-tokenizer": "*",
4041
                "ext-xmlwriter": "*",
4042
                "php": ">=5.4.0"
4043
            },
4044
            "require-dev": {
4045
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
4046
            },
4047
            "bin": [
4048
                "bin/phpcs",
4049
                "bin/phpcbf"
4050
            ],
4051
            "type": "library",
4052
            "extra": {
4053
                "branch-alias": {
4054
                    "dev-master": "3.x-dev"
4055
                }
4056
            },
4057
            "notification-url": "https://packagist.org/downloads/",
4058
            "license": [
4059
                "BSD-3-Clause"
4060
            ],
4061
            "authors": [
4062
                {
4063
                    "name": "Greg Sherwood",
4064
                    "role": "lead"
4065
                }
4066
            ],
4067
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4068
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4069
            "keywords": [
4070
                "phpcs",
4071
                "standards"
4072
            ],
4073
            "time": "2017-10-16T22:40:25+00:00"
4074
        },
4075
        {
4076
            "name": "theseer/fdomdocument",
4077
            "version": "1.6.6",
4078
            "source": {
4079
                "type": "git",
4080
                "url": "https://github.com/theseer/fDOMDocument.git",
4081
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
4082
            },
4083
            "dist": {
4084
                "type": "zip",
4085
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
4086
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
4087
                "shasum": ""
4088
            },
4089
            "require": {
4090
                "ext-dom": "*",
4091
                "lib-libxml": "*",
4092
                "php": ">=5.3.3"
4093
            },
4094
            "type": "library",
4095
            "autoload": {
4096
                "classmap": [
4097
                    "src/"
4098
                ]
4099
            },
4100
            "notification-url": "https://packagist.org/downloads/",
4101
            "license": [
4102
                "BSD-3-Clause"
4103
            ],
4104
            "authors": [
4105
                {
4106
                    "name": "Arne Blankerts",
4107
                    "email": "[email protected]",
4108
                    "role": "lead"
4109
                }
4110
            ],
4111
            "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.",
4112
            "homepage": "https://github.com/theseer/fDOMDocument",
4113
            "time": "2017-06-30T11:53:12+00:00"
4114
        },
4115
        {
4116
            "name": "vierbergenlars/php-semver",
4117
            "version": "3.0.1",
4118
            "source": {
4119
                "type": "git",
4120
                "url": "https://github.com/vierbergenlars/php-semver.git",
4121
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4122
            },
4123
            "dist": {
4124
                "type": "zip",
4125
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4126
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4127
                "shasum": ""
4128
            },
4129
            "require": {
4130
                "php": ">=5.3.0"
4131
            },
4132
            "require-dev": {
4133
                "simpletest/simpletest": "1.1.*"
4134
            },
4135
            "bin": [
4136
                "bin/semver",
4137
                "bin/update-versions"
4138
            ],
4139
            "type": "library",
4140
            "autoload": {
4141
                "psr-0": {
4142
                    "vierbergenlars\\SemVer\\": "src/",
4143
                    "vierbergenlars\\LibJs\\": "src/"
4144
                },
4145
                "classmap": [
4146
                    "src/vierbergenlars/SemVer/internal.php"
4147
                ]
4148
            },
4149
            "notification-url": "https://packagist.org/downloads/",
4150
            "license": [
4151
                "MIT"
4152
            ],
4153
            "authors": [
4154
                {
4155
                    "name": "Lars Vierbergen",
4156
                    "email": "[email protected]"
4157
                }
4158
            ],
4159
            "description": "The Semantic Versioner for PHP",
4160
            "keywords": [
4161
                "semantic",
4162
                "semver",
4163
                "versioning"
4164
            ],
4165
            "time": "2015-05-02T19:28:54+00:00"
4166
        }
4167
    ],
4168
    "aliases": [
4169
        {
4170
            "alias": "1.4.2",
4171
            "alias_normalized": "1.4.2.0",
4172
            "version": "2.0.11.0",
4173
            "package": "paragonie/random_compat"
4174
        }
4175
    ],
4176
    "minimum-stability": "stable",
4177
    "stability-flags": [],
4178
    "prefer-stable": false,
4179
    "prefer-lowest": false,
4180
    "platform": {
4181
        "php": ">=5.6,<7"
4182
    },
4183
    "platform-dev": []
4184
}
4185