Completed
Push — feature/fga-develop-merge ( 38d1cb...265513 )
by
unknown
03:19
created

composer.lock (3 issues)

Upgrade to new PHP Analysis Engine

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

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

Filter input to avoid XPath injection
Loading history...
2267
            "version": "3.0.1",
2268
            "source": {
2269
                "type": "git",
2270
                "url": "https://github.com/robrichards/xmlseclibs.git",
2271
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781"
2272
            },
2273
            "dist": {
2274
                "type": "zip",
2275
                "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/d937712f70f93a584eb0299ccd87dc6374003781",
2276
                "reference": "d937712f70f93a584eb0299ccd87dc6374003781",
2277
                "shasum": ""
2278
            },
2279
            "require": {
2280
                "php": ">= 5.4"
2281
            },
2282
            "suggest": {
2283
                "ext-openssl": "OpenSSL extension"
2284
            },
2285
            "type": "library",
2286
            "autoload": {
2287
                "psr-4": {
2288
                    "RobRichards\\XMLSecLibs\\": "src"
2289
                }
2290
            },
2291
            "notification-url": "https://packagist.org/downloads/",
2292
            "license": [
2293
                "BSD-3-Clause"
2294
            ],
2295
            "description": "A PHP library for XML Security",
2296
            "homepage": "https://github.com/robrichards/xmlseclibs",
2297
            "keywords": [
2298
                "security",
2299
                "signature",
2300
                "xml",
2301
                "xmldsig"
2302
            ],
2303
            "time": "2017-08-31T09:27:07+00:00"
2304
        },
2305
        {
2306
            "name": "sensio/distribution-bundle",
2307
            "version": "v5.0.22",
2308
            "source": {
2309
                "type": "git",
2310
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2311
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15"
2312
            },
2313
            "dist": {
2314
                "type": "zip",
2315
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
2316
                "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
2317
                "shasum": ""
2318
            },
2319
            "require": {
2320
                "php": ">=5.3.9",
2321
                "sensiolabs/security-checker": "~3.0|~4.0",
2322
                "symfony/class-loader": "~2.3|~3.0",
2323
                "symfony/config": "~2.3|~3.0",
2324
                "symfony/dependency-injection": "~2.3|~3.0",
2325
                "symfony/filesystem": "~2.3|~3.0",
2326
                "symfony/http-kernel": "~2.3|~3.0",
2327
                "symfony/process": "~2.3|~3.0"
2328
            },
2329
            "type": "symfony-bundle",
2330
            "extra": {
2331
                "branch-alias": {
2332
                    "dev-master": "5.0.x-dev"
2333
                }
2334
            },
2335
            "autoload": {
2336
                "psr-4": {
2337
                    "Sensio\\Bundle\\DistributionBundle\\": ""
2338
                }
2339
            },
2340
            "notification-url": "https://packagist.org/downloads/",
2341
            "license": [
2342
                "MIT"
2343
            ],
2344
            "authors": [
2345
                {
2346
                    "name": "Fabien Potencier",
2347
                    "email": "[email protected]"
2348
                }
2349
            ],
2350
            "description": "Base bundle for Symfony Distributions",
2351
            "keywords": [
2352
                "configuration",
2353
                "distribution"
2354
            ],
2355
            "time": "2018-06-07T06:22:12+00:00"
2356
        },
2357
        {
2358
            "name": "sensio/framework-extra-bundle",
2359
            "version": "v3.0.29",
2360
            "source": {
2361
                "type": "git",
2362
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2363
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
2364
            },
2365
            "dist": {
2366
                "type": "zip",
2367
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
2368
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
2369
                "shasum": ""
2370
            },
2371
            "require": {
2372
                "doctrine/common": "~2.2",
2373
                "symfony/dependency-injection": "~2.3|~3.0",
2374
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
2375
            },
2376
            "require-dev": {
2377
                "doctrine/doctrine-bundle": "~1.5",
2378
                "doctrine/orm": "~2.4,>=2.4.5",
2379
                "symfony/asset": "~2.7|~3.0|~4.0",
2380
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
2381
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
2382
                "symfony/expression-language": "~2.4|~3.0|~4.0",
2383
                "symfony/finder": "~2.3|~3.0|~4.0",
2384
                "symfony/phpunit-bridge": "~3.2|~4.0",
2385
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
2386
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
2387
                "symfony/templating": "~2.3|~3.0|~4.0",
2388
                "symfony/translation": "~2.3|~3.0|~4.0",
2389
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
2390
                "symfony/yaml": "~2.3|~3.0|~4.0",
2391
                "twig/twig": "~1.12|~2.0",
2392
                "zendframework/zend-diactoros": "^1.3"
2393
            },
2394
            "suggest": {
2395
                "symfony/expression-language": "",
2396
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2397
                "symfony/security-bundle": ""
2398
            },
2399
            "type": "symfony-bundle",
2400
            "extra": {
2401
                "branch-alias": {
2402
                    "dev-master": "3.0.x-dev"
2403
                }
2404
            },
2405
            "autoload": {
2406
                "psr-4": {
2407
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2408
                }
2409
            },
2410
            "notification-url": "https://packagist.org/downloads/",
2411
            "license": [
2412
                "MIT"
2413
            ],
2414
            "authors": [
2415
                {
2416
                    "name": "Fabien Potencier",
2417
                    "email": "[email protected]"
2418
                }
2419
            ],
2420
            "description": "This bundle provides a way to configure your controllers with annotations",
2421
            "keywords": [
2422
                "annotations",
2423
                "controllers"
2424
            ],
2425
            "time": "2017-12-14T19:03:23+00:00"
2426
        },
2427
        {
2428
            "name": "sensiolabs/security-checker",
2429
            "version": "v3.0.7",
2430
            "source": {
2431
                "type": "git",
2432
                "url": "https://github.com/sensiolabs/security-checker.git",
2433
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
2434
            },
2435
            "dist": {
2436
                "type": "zip",
2437
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
2438
                "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
2439
                "shasum": ""
2440
            },
2441
            "require": {
2442
                "symfony/console": "~2.0|~3.0"
2443
            },
2444
            "bin": [
2445
                "security-checker"
2446
            ],
2447
            "type": "library",
2448
            "extra": {
2449
                "branch-alias": {
2450
                    "dev-master": "3.0-dev"
2451
                }
2452
            },
2453
            "autoload": {
2454
                "psr-0": {
2455
                    "SensioLabs\\Security": ""
2456
                }
2457
            },
2458
            "notification-url": "https://packagist.org/downloads/",
2459
            "license": [
2460
                "MIT"
2461
            ],
2462
            "authors": [
2463
                {
2464
                    "name": "Fabien Potencier",
2465
                    "email": "[email protected]"
2466
                }
2467
            ],
2468
            "description": "A security checker for your composer.lock",
2469
            "time": "2017-03-29T09:29:53+00:00"
2470
        },
2471
        {
2472
            "name": "simplesamlphp/saml2",
2473
            "version": "v3.2",
2474
            "source": {
2475
                "type": "git",
2476
                "url": "https://github.com/simplesamlphp/saml2.git",
2477
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b"
2478
            },
2479
            "dist": {
2480
                "type": "zip",
2481
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/43590bc9614c1df5bd7b1639088f7d904842892b",
2482
                "reference": "43590bc9614c1df5bd7b1639088f7d904842892b",
2483
                "shasum": ""
2484
            },
2485
            "require": {
2486
                "ext-dom": "*",
2487
                "ext-openssl": "*",
2488
                "ext-zlib": "*",
2489
                "php": ">=5.4",
2490
                "psr/log": "~1.0",
2491
                "robrichards/xmlseclibs": "^3.0"
2492
            },
2493
            "require-dev": {
2494
                "mockery/mockery": "~0.9",
2495
                "phpmd/phpmd": "~1.5",
2496
                "phpunit/phpunit": "~4",
2497
                "sebastian/phpcpd": "~1.4",
2498
                "sensiolabs/security-checker": "~1.1",
2499
                "squizlabs/php_codesniffer": "~1.4"
2500
            },
2501
            "type": "library",
2502
            "extra": {
2503
                "branch-alias": {
2504
                    "dev-master": "v3.1.x-dev"
2505
                }
2506
            },
2507
            "autoload": {
2508
                "psr-0": {
2509
                    "SAML2\\": "src/"
2510
                },
2511
                "files": [
2512
                    "src/_autoload.php"
2513
                ]
2514
            },
2515
            "notification-url": "https://packagist.org/downloads/",
2516
            "license": [
2517
                "LGPL-2.1-or-later"
2518
            ],
2519
            "authors": [
2520
                {
2521
                    "name": "Andreas Åkre Solberg",
2522
                    "email": "[email protected]"
2523
                }
2524
            ],
2525
            "description": "SAML2 PHP library from SimpleSAMLphp",
2526
            "time": "2018-07-12T09:56:19+00:00"
2527
        },
2528
        {
2529
            "name": "surfnet/stepup-bundle",
2530
            "version": "4.0.1",
2531
            "source": {
2532
                "type": "git",
2533
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2534
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1"
2535
            },
2536
            "dist": {
2537
                "type": "zip",
2538
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2539
                "reference": "5946dde19d5e095a5836d602b7abfa64cb71d6f1",
2540
                "shasum": ""
2541
            },
2542
            "require": {
2543
                "ext-gmp": "*",
2544
                "ext-openssl": "*",
2545
                "guzzlehttp/guzzle": "^6.0",
2546
                "monolog/monolog": "~1.11",
2547
                "php": "^5.6|^7.0",
2548
                "sensio/framework-extra-bundle": "~3",
2549
                "surfnet/stepup-saml-bundle": "^4.0",
2550
                "symfony/config": ">=2.7,<4",
2551
                "symfony/dependency-injection": ">=2.7,<4",
2552
                "symfony/form": ">=2.7,<4",
2553
                "symfony/framework-bundle": ">=2.7,<4",
2554
                "symfony/http-kernel": ">=2.7,<4",
2555
                "symfony/twig-bridge": ">=2.7,<4",
2556
                "symfony/validator": ">=2.7,<4"
2557
            },
2558
            "require-dev": {
2559
                "mockery/mockery": "0.9.*",
2560
                "phpmd/phpmd": "^2.0",
2561
                "phpunit/phpunit": "^4.0",
2562
                "sebastian/phpcpd": "^2.0",
2563
                "sensiolabs/security-checker": "^2.0",
2564
                "squizlabs/php_codesniffer": "^1.0"
2565
            },
2566
            "type": "library",
2567
            "autoload": {
2568
                "psr-4": {
2569
                    "Surfnet\\StepupBundle\\": "src"
2570
                }
2571
            },
2572
            "notification-url": "https://packagist.org/downloads/",
2573
            "license": [
2574
                "Apache-2.0"
2575
            ],
2576
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2577
            "keywords": [
2578
                "stepup",
2579
                "suaas",
2580
                "surfnet"
2581
            ],
2582
            "time": "2018-09-06T12:43:15+00:00"
2583
        },
2584
        {
2585
            "name": "surfnet/stepup-saml-bundle",
2586
            "version": "4.1.2",
2587
            "source": {
2588
                "type": "git",
2589
                "url": "https://github.com/OpenConext/Stepup-saml-bundle.git",
2590
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9"
2591
            },
2592
            "dist": {
2593
                "type": "zip",
2594
                "url": "https://api.github.com/repos/OpenConext/Stepup-saml-bundle/zipball/1ce8e74a7e35963e60378da8c8647656e382cef9",
2595
                "reference": "1ce8e74a7e35963e60378da8c8647656e382cef9",
2596
                "shasum": ""
2597
            },
2598
            "require": {
2599
                "ext-openssl": "*",
2600
                "php": ">=5.6,<8.0-dev",
2601
                "robrichards/xmlseclibs": "^3.0",
2602
                "simplesamlphp/saml2": "^3.0",
2603
                "symfony/dependency-injection": ">=2.7,<4",
2604
                "symfony/framework-bundle": ">=2.7,<4"
2605
            },
2606
            "require-dev": {
2607
                "ibuildings/qa-tools": "~1.1",
2608
                "mockery/mockery": "~0.9",
2609
                "psr/log": "~1.0"
2610
            },
2611
            "type": "symfony-bundle",
2612
            "autoload": {
2613
                "psr-4": {
2614
                    "Surfnet\\SamlBundle\\": "src"
2615
                }
2616
            },
2617
            "notification-url": "https://packagist.org/downloads/",
2618
            "license": [
2619
                "Apache-2.0"
2620
            ],
2621
            "description": "A Symfony2 bundle that integrates the simplesamlphp\\saml2 library with Symfony",
2622
            "keywords": [
2623
                "SAML2",
2624
                "saml",
2625
                "simplesamlphp",
2626
                "stepup",
2627
                "surfnet"
2628
            ],
2629
            "time": "2018-09-04T10:06:38+00:00"
2630
        },
2631
        {
2632
            "name": "swiftmailer/swiftmailer",
2633
            "version": "v5.4.12",
2634
            "source": {
2635
                "type": "git",
2636
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2637
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
2638
            },
2639
            "dist": {
2640
                "type": "zip",
2641
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
2642
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
2643
                "shasum": ""
2644
            },
2645
            "require": {
2646
                "php": ">=5.3.3"
2647
            },
2648
            "require-dev": {
2649
                "mockery/mockery": "~0.9.1",
2650
                "symfony/phpunit-bridge": "~3.2"
2651
            },
2652
            "type": "library",
2653
            "extra": {
2654
                "branch-alias": {
2655
                    "dev-master": "5.4-dev"
2656
                }
2657
            },
2658
            "autoload": {
2659
                "files": [
2660
                    "lib/swift_required.php"
2661
                ]
2662
            },
2663
            "notification-url": "https://packagist.org/downloads/",
2664
            "license": [
2665
                "MIT"
2666
            ],
2667
            "authors": [
2668
                {
2669
                    "name": "Chris Corbyn"
2670
                },
2671
                {
2672
                    "name": "Fabien Potencier",
2673
                    "email": "[email protected]"
2674
                }
2675
            ],
2676
            "description": "Swiftmailer, free feature-rich PHP mailer",
2677
            "homepage": "https://swiftmailer.symfony.com",
2678
            "keywords": [
2679
                "email",
2680
                "mail",
2681
                "mailer"
2682
            ],
2683
            "time": "2018-07-31T09:26:32+00:00"
2684
        },
2685
        {
2686
            "name": "symfony/monolog-bundle",
2687
            "version": "v2.12.1",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/symfony/monolog-bundle.git",
2691
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
2696
                "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "monolog/monolog": "~1.18",
2701
                "php": ">=5.3.2",
2702
                "symfony/config": "~2.3|~3.0",
2703
                "symfony/dependency-injection": "~2.3|~3.0",
2704
                "symfony/http-kernel": "~2.3|~3.0",
2705
                "symfony/monolog-bridge": "~2.3|~3.0"
2706
            },
2707
            "require-dev": {
2708
                "phpunit/phpunit": "^4.8",
2709
                "symfony/console": "~2.3|~3.0",
2710
                "symfony/yaml": "~2.3|~3.0"
2711
            },
2712
            "type": "symfony-bundle",
2713
            "extra": {
2714
                "branch-alias": {
2715
                    "dev-master": "2.x-dev"
2716
                }
2717
            },
2718
            "autoload": {
2719
                "psr-4": {
2720
                    "Symfony\\Bundle\\MonologBundle\\": ""
2721
                }
2722
            },
2723
            "notification-url": "https://packagist.org/downloads/",
2724
            "license": [
2725
                "MIT"
2726
            ],
2727
            "authors": [
2728
                {
2729
                    "name": "Symfony Community",
2730
                    "homepage": "http://symfony.com/contributors"
2731
                },
2732
                {
2733
                    "name": "Fabien Potencier",
2734
                    "email": "[email protected]"
2735
                }
2736
            ],
2737
            "description": "Symfony MonologBundle",
2738
            "homepage": "http://symfony.com",
2739
            "keywords": [
2740
                "log",
2741
                "logging"
2742
            ],
2743
            "time": "2017-01-02T19:04:26+00:00"
2744
        },
2745
        {
2746
            "name": "symfony/polyfill-apcu",
2747
            "version": "v1.9.0",
2748
            "source": {
2749
                "type": "git",
2750
                "url": "https://github.com/symfony/polyfill-apcu.git",
2751
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2"
2752
            },
2753
            "dist": {
2754
                "type": "zip",
2755
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2756
                "reference": "19e1b73bf255265ad0b568f81766ae2a3266d8d2",
2757
                "shasum": ""
2758
            },
2759
            "require": {
2760
                "php": ">=5.3.3"
2761
            },
2762
            "type": "library",
2763
            "extra": {
2764
                "branch-alias": {
2765
                    "dev-master": "1.9-dev"
2766
                }
2767
            },
2768
            "autoload": {
2769
                "psr-4": {
2770
                    "Symfony\\Polyfill\\Apcu\\": ""
2771
                },
2772
                "files": [
2773
                    "bootstrap.php"
2774
                ]
2775
            },
2776
            "notification-url": "https://packagist.org/downloads/",
2777
            "license": [
2778
                "MIT"
2779
            ],
2780
            "authors": [
2781
                {
2782
                    "name": "Nicolas Grekas",
2783
                    "email": "[email protected]"
2784
                },
2785
                {
2786
                    "name": "Symfony Community",
2787
                    "homepage": "https://symfony.com/contributors"
2788
                }
2789
            ],
2790
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2791
            "homepage": "https://symfony.com",
2792
            "keywords": [
2793
                "apcu",
2794
                "compatibility",
2795
                "polyfill",
2796
                "portable",
2797
                "shim"
2798
            ],
2799
            "time": "2018-08-06T14:22:27+00:00"
2800
        },
2801
        {
2802
            "name": "symfony/polyfill-ctype",
2803
            "version": "v1.9.0",
2804
            "source": {
2805
                "type": "git",
2806
                "url": "https://github.com/symfony/polyfill-ctype.git",
2807
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2808
            },
2809
            "dist": {
2810
                "type": "zip",
2811
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2812
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2813
                "shasum": ""
2814
            },
2815
            "require": {
2816
                "php": ">=5.3.3"
2817
            },
2818
            "suggest": {
2819
                "ext-ctype": "For best performance"
2820
            },
2821
            "type": "library",
2822
            "extra": {
2823
                "branch-alias": {
2824
                    "dev-master": "1.9-dev"
2825
                }
2826
            },
2827
            "autoload": {
2828
                "psr-4": {
2829
                    "Symfony\\Polyfill\\Ctype\\": ""
2830
                },
2831
                "files": [
2832
                    "bootstrap.php"
2833
                ]
2834
            },
2835
            "notification-url": "https://packagist.org/downloads/",
2836
            "license": [
2837
                "MIT"
2838
            ],
2839
            "authors": [
2840
                {
2841
                    "name": "Symfony Community",
2842
                    "homepage": "https://symfony.com/contributors"
2843
                },
2844
                {
2845
                    "name": "Gert de Pagter",
2846
                    "email": "[email protected]"
2847
                }
2848
            ],
2849
            "description": "Symfony polyfill for ctype functions",
2850
            "homepage": "https://symfony.com",
2851
            "keywords": [
2852
                "compatibility",
2853
                "ctype",
2854
                "polyfill",
2855
                "portable"
2856
            ],
2857
            "time": "2018-08-06T14:22:27+00:00"
2858
        },
2859
        {
2860
            "name": "symfony/polyfill-intl-icu",
2861
            "version": "v1.9.0",
2862
            "source": {
2863
                "type": "git",
2864
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
2865
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
2866
            },
2867
            "dist": {
2868
                "type": "zip",
2869
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
2870
                "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
2871
                "shasum": ""
2872
            },
2873
            "require": {
2874
                "php": ">=5.3.3",
2875
                "symfony/intl": "~2.3|~3.0|~4.0"
2876
            },
2877
            "suggest": {
2878
                "ext-intl": "For best performance"
2879
            },
2880
            "type": "library",
2881
            "extra": {
2882
                "branch-alias": {
2883
                    "dev-master": "1.9-dev"
2884
                }
2885
            },
2886
            "autoload": {
2887
                "files": [
2888
                    "bootstrap.php"
2889
                ]
2890
            },
2891
            "notification-url": "https://packagist.org/downloads/",
2892
            "license": [
2893
                "MIT"
2894
            ],
2895
            "authors": [
2896
                {
2897
                    "name": "Nicolas Grekas",
2898
                    "email": "[email protected]"
2899
                },
2900
                {
2901
                    "name": "Symfony Community",
2902
                    "homepage": "https://symfony.com/contributors"
2903
                }
2904
            ],
2905
            "description": "Symfony polyfill for intl's ICU-related data and classes",
2906
            "homepage": "https://symfony.com",
2907
            "keywords": [
2908
                "compatibility",
2909
                "icu",
2910
                "intl",
2911
                "polyfill",
2912
                "portable",
2913
                "shim"
2914
            ],
2915
            "time": "2018-08-06T14:22:27+00:00"
2916
        },
2917
        {
2918
            "name": "symfony/polyfill-mbstring",
2919
            "version": "v1.9.0",
2920
            "source": {
2921
                "type": "git",
2922
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2923
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2924
            },
2925
            "dist": {
2926
                "type": "zip",
2927
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
2928
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2929
                "shasum": ""
2930
            },
2931
            "require": {
2932
                "php": ">=5.3.3"
2933
            },
2934
            "suggest": {
2935
                "ext-mbstring": "For best performance"
2936
            },
2937
            "type": "library",
2938
            "extra": {
2939
                "branch-alias": {
2940
                    "dev-master": "1.9-dev"
2941
                }
2942
            },
2943
            "autoload": {
2944
                "psr-4": {
2945
                    "Symfony\\Polyfill\\Mbstring\\": ""
2946
                },
2947
                "files": [
2948
                    "bootstrap.php"
2949
                ]
2950
            },
2951
            "notification-url": "https://packagist.org/downloads/",
2952
            "license": [
2953
                "MIT"
2954
            ],
2955
            "authors": [
2956
                {
2957
                    "name": "Nicolas Grekas",
2958
                    "email": "[email protected]"
2959
                },
2960
                {
2961
                    "name": "Symfony Community",
2962
                    "homepage": "https://symfony.com/contributors"
2963
                }
2964
            ],
2965
            "description": "Symfony polyfill for the Mbstring extension",
2966
            "homepage": "https://symfony.com",
2967
            "keywords": [
2968
                "compatibility",
2969
                "mbstring",
2970
                "polyfill",
2971
                "portable",
2972
                "shim"
2973
            ],
2974
            "time": "2018-08-06T14:22:27+00:00"
2975
        },
2976
        {
2977
            "name": "symfony/polyfill-php56",
2978
            "version": "v1.9.0",
2979
            "source": {
2980
                "type": "git",
2981
                "url": "https://github.com/symfony/polyfill-php56.git",
2982
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
2983
            },
2984
            "dist": {
2985
                "type": "zip",
2986
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
2987
                "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
2988
                "shasum": ""
2989
            },
2990
            "require": {
2991
                "php": ">=5.3.3",
2992
                "symfony/polyfill-util": "~1.0"
2993
            },
2994
            "type": "library",
2995
            "extra": {
2996
                "branch-alias": {
2997
                    "dev-master": "1.9-dev"
2998
                }
2999
            },
3000
            "autoload": {
3001
                "psr-4": {
3002
                    "Symfony\\Polyfill\\Php56\\": ""
3003
                },
3004
                "files": [
3005
                    "bootstrap.php"
3006
                ]
3007
            },
3008
            "notification-url": "https://packagist.org/downloads/",
3009
            "license": [
3010
                "MIT"
3011
            ],
3012
            "authors": [
3013
                {
3014
                    "name": "Nicolas Grekas",
3015
                    "email": "[email protected]"
3016
                },
3017
                {
3018
                    "name": "Symfony Community",
3019
                    "homepage": "https://symfony.com/contributors"
3020
                }
3021
            ],
3022
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3023
            "homepage": "https://symfony.com",
3024
            "keywords": [
3025
                "compatibility",
3026
                "polyfill",
3027
                "portable",
3028
                "shim"
3029
            ],
3030
            "time": "2018-08-06T14:22:27+00:00"
3031
        },
3032
        {
3033
            "name": "symfony/polyfill-php70",
3034
            "version": "v1.9.0",
3035
            "source": {
3036
                "type": "git",
3037
                "url": "https://github.com/symfony/polyfill-php70.git",
3038
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
3039
            },
3040
            "dist": {
3041
                "type": "zip",
3042
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
3043
                "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
3044
                "shasum": ""
3045
            },
3046
            "require": {
3047
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
3048
                "php": ">=5.3.3"
3049
            },
3050
            "type": "library",
3051
            "extra": {
3052
                "branch-alias": {
3053
                    "dev-master": "1.9-dev"
3054
                }
3055
            },
3056
            "autoload": {
3057
                "psr-4": {
3058
                    "Symfony\\Polyfill\\Php70\\": ""
3059
                },
3060
                "files": [
3061
                    "bootstrap.php"
3062
                ],
3063
                "classmap": [
3064
                    "Resources/stubs"
3065
                ]
3066
            },
3067
            "notification-url": "https://packagist.org/downloads/",
3068
            "license": [
3069
                "MIT"
3070
            ],
3071
            "authors": [
3072
                {
3073
                    "name": "Nicolas Grekas",
3074
                    "email": "[email protected]"
3075
                },
3076
                {
3077
                    "name": "Symfony Community",
3078
                    "homepage": "https://symfony.com/contributors"
3079
                }
3080
            ],
3081
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3082
            "homepage": "https://symfony.com",
3083
            "keywords": [
3084
                "compatibility",
3085
                "polyfill",
3086
                "portable",
3087
                "shim"
3088
            ],
3089
            "time": "2018-08-06T14:22:27+00:00"
3090
        },
3091
        {
3092
            "name": "symfony/polyfill-util",
3093
            "version": "v1.9.0",
3094
            "source": {
3095
                "type": "git",
3096
                "url": "https://github.com/symfony/polyfill-util.git",
3097
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
3098
            },
3099
            "dist": {
3100
                "type": "zip",
3101
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
3102
                "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
3103
                "shasum": ""
3104
            },
3105
            "require": {
3106
                "php": ">=5.3.3"
3107
            },
3108
            "type": "library",
3109
            "extra": {
3110
                "branch-alias": {
3111
                    "dev-master": "1.9-dev"
3112
                }
3113
            },
3114
            "autoload": {
3115
                "psr-4": {
3116
                    "Symfony\\Polyfill\\Util\\": ""
3117
                }
3118
            },
3119
            "notification-url": "https://packagist.org/downloads/",
3120
            "license": [
3121
                "MIT"
3122
            ],
3123
            "authors": [
3124
                {
3125
                    "name": "Nicolas Grekas",
3126
                    "email": "[email protected]"
3127
                },
3128
                {
3129
                    "name": "Symfony Community",
3130
                    "homepage": "https://symfony.com/contributors"
3131
                }
3132
            ],
3133
            "description": "Symfony utilities for portability of PHP codes",
3134
            "homepage": "https://symfony.com",
3135
            "keywords": [
3136
                "compat",
3137
                "compatibility",
3138
                "polyfill",
3139
                "shim"
3140
            ],
3141
            "time": "2018-08-06T14:22:27+00:00"
3142
        },
3143
        {
3144
            "name": "symfony/swiftmailer-bundle",
3145
            "version": "v2.6.7",
3146
            "source": {
3147
                "type": "git",
3148
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
3149
                "reference": "c4808f5169efc05567be983909d00f00521c53ec"
3150
            },
3151
            "dist": {
3152
                "type": "zip",
3153
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
3154
                "reference": "c4808f5169efc05567be983909d00f00521c53ec",
3155
                "shasum": ""
3156
            },
3157
            "require": {
3158
                "php": ">=5.3.2",
3159
                "swiftmailer/swiftmailer": "~4.2|~5.0",
3160
                "symfony/config": "~2.7|~3.0",
3161
                "symfony/dependency-injection": "~2.7|~3.0",
3162
                "symfony/http-kernel": "~2.7|~3.0"
3163
            },
3164
            "require-dev": {
3165
                "symfony/console": "~2.7|~3.0",
3166
                "symfony/framework-bundle": "~2.7|~3.0",
3167
                "symfony/phpunit-bridge": "~3.3@dev",
3168
                "symfony/yaml": "~2.7|~3.0"
3169
            },
3170
            "suggest": {
3171
                "psr/log": "Allows logging"
3172
            },
3173
            "type": "symfony-bundle",
3174
            "extra": {
3175
                "branch-alias": {
3176
                    "dev-master": "2.6-dev"
3177
                }
3178
            },
3179
            "autoload": {
3180
                "psr-4": {
3181
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
3182
                }
3183
            },
3184
            "notification-url": "https://packagist.org/downloads/",
3185
            "license": [
3186
                "MIT"
3187
            ],
3188
            "authors": [
3189
                {
3190
                    "name": "Symfony Community",
3191
                    "homepage": "http://symfony.com/contributors"
3192
                },
3193
                {
3194
                    "name": "Fabien Potencier",
3195
                    "email": "[email protected]"
3196
                }
3197
            ],
3198
            "description": "Symfony SwiftmailerBundle",
3199
            "homepage": "http://symfony.com",
3200
            "time": "2017-10-19T01:06:41+00:00"
3201
        },
3202
        {
3203
            "name": "symfony/symfony",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/symfony:

- CVE-2018-19789: Temporary uploaded file path disclosure
- CVE-2018-19790: Open Redirect Vulnerability on login
Loading history...
3204
            "version": "v3.4.15",
3205
            "source": {
3206
                "type": "git",
3207
                "url": "https://github.com/symfony/symfony.git",
3208
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1"
3209
            },
3210
            "dist": {
3211
                "type": "zip",
3212
                "url": "https://api.github.com/repos/symfony/symfony/zipball/5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
3213
                "reference": "5bb5c2d4b0d5cf10672015b68519a199e6ac27c1",
3214
                "shasum": ""
3215
            },
3216
            "require": {
3217
                "doctrine/common": "~2.4",
3218
                "ext-xml": "*",
3219
                "fig/link-util": "^1.0",
3220
                "php": "^5.5.9|>=7.0.8",
3221
                "psr/cache": "~1.0",
3222
                "psr/container": "^1.0",
3223
                "psr/link": "^1.0",
3224
                "psr/log": "~1.0",
3225
                "psr/simple-cache": "^1.0",
3226
                "symfony/polyfill-apcu": "~1.1",
3227
                "symfony/polyfill-ctype": "~1.8",
3228
                "symfony/polyfill-intl-icu": "~1.0",
3229
                "symfony/polyfill-mbstring": "~1.0",
3230
                "symfony/polyfill-php56": "~1.0",
3231
                "symfony/polyfill-php70": "~1.6",
3232
                "twig/twig": "^1.35|^2.4.4"
3233
            },
3234
            "conflict": {
3235
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
3236
                "phpdocumentor/type-resolver": "<0.3.0",
3237
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3238
            },
3239
            "provide": {
3240
                "psr/cache-implementation": "1.0",
3241
                "psr/container-implementation": "1.0",
3242
                "psr/log-implementation": "1.0",
3243
                "psr/simple-cache-implementation": "1.0"
3244
            },
3245
            "replace": {
3246
                "symfony/asset": "self.version",
3247
                "symfony/browser-kit": "self.version",
3248
                "symfony/cache": "self.version",
3249
                "symfony/class-loader": "self.version",
3250
                "symfony/config": "self.version",
3251
                "symfony/console": "self.version",
3252
                "symfony/css-selector": "self.version",
3253
                "symfony/debug": "self.version",
3254
                "symfony/debug-bundle": "self.version",
3255
                "symfony/dependency-injection": "self.version",
3256
                "symfony/doctrine-bridge": "self.version",
3257
                "symfony/dom-crawler": "self.version",
3258
                "symfony/dotenv": "self.version",
3259
                "symfony/event-dispatcher": "self.version",
3260
                "symfony/expression-language": "self.version",
3261
                "symfony/filesystem": "self.version",
3262
                "symfony/finder": "self.version",
3263
                "symfony/form": "self.version",
3264
                "symfony/framework-bundle": "self.version",
3265
                "symfony/http-foundation": "self.version",
3266
                "symfony/http-kernel": "self.version",
3267
                "symfony/inflector": "self.version",
3268
                "symfony/intl": "self.version",
3269
                "symfony/ldap": "self.version",
3270
                "symfony/lock": "self.version",
3271
                "symfony/monolog-bridge": "self.version",
3272
                "symfony/options-resolver": "self.version",
3273
                "symfony/process": "self.version",
3274
                "symfony/property-access": "self.version",
3275
                "symfony/property-info": "self.version",
3276
                "symfony/proxy-manager-bridge": "self.version",
3277
                "symfony/routing": "self.version",
3278
                "symfony/security": "self.version",
3279
                "symfony/security-bundle": "self.version",
3280
                "symfony/security-core": "self.version",
3281
                "symfony/security-csrf": "self.version",
3282
                "symfony/security-guard": "self.version",
3283
                "symfony/security-http": "self.version",
3284
                "symfony/serializer": "self.version",
3285
                "symfony/stopwatch": "self.version",
3286
                "symfony/templating": "self.version",
3287
                "symfony/translation": "self.version",
3288
                "symfony/twig-bridge": "self.version",
3289
                "symfony/twig-bundle": "self.version",
3290
                "symfony/validator": "self.version",
3291
                "symfony/var-dumper": "self.version",
3292
                "symfony/web-link": "self.version",
3293
                "symfony/web-profiler-bundle": "self.version",
3294
                "symfony/web-server-bundle": "self.version",
3295
                "symfony/workflow": "self.version",
3296
                "symfony/yaml": "self.version"
3297
            },
3298
            "require-dev": {
3299
                "cache/integration-tests": "dev-master",
3300
                "doctrine/annotations": "~1.0",
3301
                "doctrine/cache": "~1.6",
3302
                "doctrine/data-fixtures": "1.0.*",
3303
                "doctrine/dbal": "~2.4",
3304
                "doctrine/doctrine-bundle": "~1.4",
3305
                "doctrine/orm": "~2.4,>=2.4.5",
3306
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
3307
                "monolog/monolog": "~1.11",
3308
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3309
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3310
                "predis/predis": "~1.0",
3311
                "symfony/phpunit-bridge": "~3.4|~4.0",
3312
                "symfony/security-acl": "~2.8|~3.0"
3313
            },
3314
            "type": "library",
3315
            "extra": {
3316
                "branch-alias": {
3317
                    "dev-master": "3.4-dev"
3318
                }
3319
            },
3320
            "autoload": {
3321
                "psr-4": {
3322
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
3323
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
3324
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
3325
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
3326
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
3327
                    "Symfony\\Component\\": "src/Symfony/Component/"
3328
                },
3329
                "classmap": [
3330
                    "src/Symfony/Component/Intl/Resources/stubs"
3331
                ],
3332
                "exclude-from-classmap": [
3333
                    "**/Tests/"
3334
                ]
3335
            },
3336
            "notification-url": "https://packagist.org/downloads/",
3337
            "license": [
3338
                "MIT"
3339
            ],
3340
            "authors": [
3341
                {
3342
                    "name": "Fabien Potencier",
3343
                    "email": "[email protected]"
3344
                },
3345
                {
3346
                    "name": "Symfony Community",
3347
                    "homepage": "https://symfony.com/contributors"
3348
                }
3349
            ],
3350
            "description": "The Symfony PHP framework",
3351
            "homepage": "https://symfony.com",
3352
            "keywords": [
3353
                "framework"
3354
            ],
3355
            "time": "2018-08-28T06:06:28+00:00"
3356
        },
3357
        {
3358
            "name": "twig/extensions",
3359
            "version": "v1.5.2",
3360
            "source": {
3361
                "type": "git",
3362
                "url": "https://github.com/twigphp/Twig-extensions.git",
3363
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82"
3364
            },
3365
            "dist": {
3366
                "type": "zip",
3367
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/2c1a86526d0044065220d1b51ac08348bea5ca82",
3368
                "reference": "2c1a86526d0044065220d1b51ac08348bea5ca82",
3369
                "shasum": ""
3370
            },
3371
            "require": {
3372
                "twig/twig": "^1.27|^2.0"
3373
            },
3374
            "require-dev": {
3375
                "symfony/phpunit-bridge": "^3.4",
3376
                "symfony/translation": "^2.7|^3.4"
3377
            },
3378
            "suggest": {
3379
                "symfony/translation": "Allow the time_diff output to be translated"
3380
            },
3381
            "type": "library",
3382
            "extra": {
3383
                "branch-alias": {
3384
                    "dev-master": "1.5-dev"
3385
                }
3386
            },
3387
            "autoload": {
3388
                "psr-0": {
3389
                    "Twig_Extensions_": "lib/"
3390
                },
3391
                "psr-4": {
3392
                    "Twig\\Extensions\\": "src/"
3393
                }
3394
            },
3395
            "notification-url": "https://packagist.org/downloads/",
3396
            "license": [
3397
                "MIT"
3398
            ],
3399
            "authors": [
3400
                {
3401
                    "name": "Fabien Potencier",
3402
                    "email": "[email protected]"
3403
                }
3404
            ],
3405
            "description": "Common additional features for Twig that do not directly belong in core",
3406
            "keywords": [
3407
                "i18n",
3408
                "text"
3409
            ],
3410
            "time": "2018-05-22T13:26:07+00:00"
3411
        },
3412
        {
3413
            "name": "twig/twig",
3414
            "version": "v1.35.4",
3415
            "source": {
3416
                "type": "git",
3417
                "url": "https://github.com/twigphp/Twig.git",
3418
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
3419
            },
3420
            "dist": {
3421
                "type": "zip",
3422
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3423
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3424
                "shasum": ""
3425
            },
3426
            "require": {
3427
                "php": ">=5.3.3",
3428
                "symfony/polyfill-ctype": "^1.8"
3429
            },
3430
            "require-dev": {
3431
                "psr/container": "^1.0",
3432
                "symfony/debug": "^2.7",
3433
                "symfony/phpunit-bridge": "^3.3"
3434
            },
3435
            "type": "library",
3436
            "extra": {
3437
                "branch-alias": {
3438
                    "dev-master": "1.35-dev"
3439
                }
3440
            },
3441
            "autoload": {
3442
                "psr-0": {
3443
                    "Twig_": "lib/"
3444
                },
3445
                "psr-4": {
3446
                    "Twig\\": "src/"
3447
                }
3448
            },
3449
            "notification-url": "https://packagist.org/downloads/",
3450
            "license": [
3451
                "BSD-3-Clause"
3452
            ],
3453
            "authors": [
3454
                {
3455
                    "name": "Fabien Potencier",
3456
                    "email": "[email protected]",
3457
                    "homepage": "http://fabien.potencier.org",
3458
                    "role": "Lead Developer"
3459
                },
3460
                {
3461
                    "name": "Armin Ronacher",
3462
                    "email": "[email protected]",
3463
                    "role": "Project Founder"
3464
                },
3465
                {
3466
                    "name": "Twig Team",
3467
                    "homepage": "https://twig.symfony.com/contributors",
3468
                    "role": "Contributors"
3469
                }
3470
            ],
3471
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3472
            "homepage": "https://twig.symfony.com",
3473
            "keywords": [
3474
                "templating"
3475
            ],
3476
            "time": "2018-07-13T07:12:17+00:00"
3477
        },
3478
        {
3479
            "name": "webmozart/assert",
3480
            "version": "1.3.0",
3481
            "source": {
3482
                "type": "git",
3483
                "url": "https://github.com/webmozart/assert.git",
3484
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3485
            },
3486
            "dist": {
3487
                "type": "zip",
3488
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3489
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3490
                "shasum": ""
3491
            },
3492
            "require": {
3493
                "php": "^5.3.3 || ^7.0"
3494
            },
3495
            "require-dev": {
3496
                "phpunit/phpunit": "^4.6",
3497
                "sebastian/version": "^1.0.1"
3498
            },
3499
            "type": "library",
3500
            "extra": {
3501
                "branch-alias": {
3502
                    "dev-master": "1.3-dev"
3503
                }
3504
            },
3505
            "autoload": {
3506
                "psr-4": {
3507
                    "Webmozart\\Assert\\": "src/"
3508
                }
3509
            },
3510
            "notification-url": "https://packagist.org/downloads/",
3511
            "license": [
3512
                "MIT"
3513
            ],
3514
            "authors": [
3515
                {
3516
                    "name": "Bernhard Schussek",
3517
                    "email": "[email protected]"
3518
                }
3519
            ],
3520
            "description": "Assertions to validate method input/output with nice error messages.",
3521
            "keywords": [
3522
                "assert",
3523
                "check",
3524
                "validate"
3525
            ],
3526
            "time": "2018-01-29T19:49:41+00:00"
3527
        },
3528
        {
3529
            "name": "zendframework/zend-code",
3530
            "version": "2.6.3",
3531
            "source": {
3532
                "type": "git",
3533
                "url": "https://github.com/zendframework/zend-code.git",
3534
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
3535
            },
3536
            "dist": {
3537
                "type": "zip",
3538
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
3539
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
3540
                "shasum": ""
3541
            },
3542
            "require": {
3543
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
3544
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3545
            },
3546
            "require-dev": {
3547
                "doctrine/annotations": "~1.0",
3548
                "fabpot/php-cs-fixer": "1.7.*",
3549
                "phpunit/phpunit": "^4.8.21",
3550
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3551
            },
3552
            "suggest": {
3553
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3554
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3555
            },
3556
            "type": "library",
3557
            "extra": {
3558
                "branch-alias": {
3559
                    "dev-master": "2.6-dev",
3560
                    "dev-develop": "2.7-dev"
3561
                }
3562
            },
3563
            "autoload": {
3564
                "psr-4": {
3565
                    "Zend\\Code\\": "src/"
3566
                }
3567
            },
3568
            "notification-url": "https://packagist.org/downloads/",
3569
            "license": [
3570
                "BSD-3-Clause"
3571
            ],
3572
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3573
            "homepage": "https://github.com/zendframework/zend-code",
3574
            "keywords": [
3575
                "code",
3576
                "zf2"
3577
            ],
3578
            "time": "2016-04-20T17:26:42+00:00"
3579
        },
3580
        {
3581
            "name": "zendframework/zend-eventmanager",
3582
            "version": "3.2.1",
3583
            "source": {
3584
                "type": "git",
3585
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3586
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3587
            },
3588
            "dist": {
3589
                "type": "zip",
3590
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3591
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3592
                "shasum": ""
3593
            },
3594
            "require": {
3595
                "php": "^5.6 || ^7.0"
3596
            },
3597
            "require-dev": {
3598
                "athletic/athletic": "^0.1",
3599
                "container-interop/container-interop": "^1.1.0",
3600
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3601
                "zendframework/zend-coding-standard": "~1.0.0",
3602
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3603
            },
3604
            "suggest": {
3605
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3606
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3607
            },
3608
            "type": "library",
3609
            "extra": {
3610
                "branch-alias": {
3611
                    "dev-master": "3.2-dev",
3612
                    "dev-develop": "3.3-dev"
3613
                }
3614
            },
3615
            "autoload": {
3616
                "psr-4": {
3617
                    "Zend\\EventManager\\": "src/"
3618
                }
3619
            },
3620
            "notification-url": "https://packagist.org/downloads/",
3621
            "license": [
3622
                "BSD-3-Clause"
3623
            ],
3624
            "description": "Trigger and listen to events within a PHP application",
3625
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3626
            "keywords": [
3627
                "event",
3628
                "eventmanager",
3629
                "events",
3630
                "zf2"
3631
            ],
3632
            "time": "2018-04-25T15:33:34+00:00"
3633
        }
3634
    ],
3635
    "packages-dev": [
3636
        {
3637
            "name": "doctrine/data-fixtures",
3638
            "version": "v1.2.2",
3639
            "source": {
3640
                "type": "git",
3641
                "url": "https://github.com/doctrine/data-fixtures.git",
3642
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e"
3643
            },
3644
            "dist": {
3645
                "type": "zip",
3646
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
3647
                "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e",
3648
                "shasum": ""
3649
            },
3650
            "require": {
3651
                "doctrine/common": "~2.2",
3652
                "php": "^5.6 || ^7.0"
3653
            },
3654
            "conflict": {
3655
                "doctrine/orm": "< 2.4"
3656
            },
3657
            "require-dev": {
3658
                "doctrine/dbal": "^2.5.4",
3659
                "doctrine/orm": "^2.5.4",
3660
                "phpunit/phpunit": "^5.4.6"
3661
            },
3662
            "suggest": {
3663
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3664
                "doctrine/orm": "For loading ORM fixtures",
3665
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3666
            },
3667
            "type": "library",
3668
            "extra": {
3669
                "branch-alias": {
3670
                    "dev-master": "1.3.x-dev"
3671
                }
3672
            },
3673
            "autoload": {
3674
                "psr-0": {
3675
                    "Doctrine\\Common\\DataFixtures": "lib/"
3676
                }
3677
            },
3678
            "notification-url": "https://packagist.org/downloads/",
3679
            "license": [
3680
                "MIT"
3681
            ],
3682
            "authors": [
3683
                {
3684
                    "name": "Jonathan Wage",
3685
                    "email": "[email protected]"
3686
                }
3687
            ],
3688
            "description": "Data Fixtures for all Doctrine Object Managers",
3689
            "homepage": "http://www.doctrine-project.org",
3690
            "keywords": [
3691
                "database"
3692
            ],
3693
            "time": "2016-09-20T10:07:57+00:00"
3694
        },
3695
        {
3696
            "name": "hamcrest/hamcrest-php",
3697
            "version": "v1.2.2",
3698
            "source": {
3699
                "type": "git",
3700
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3701
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3702
            },
3703
            "dist": {
3704
                "type": "zip",
3705
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3706
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3707
                "shasum": ""
3708
            },
3709
            "require": {
3710
                "php": ">=5.3.2"
3711
            },
3712
            "replace": {
3713
                "cordoval/hamcrest-php": "*",
3714
                "davedevelopment/hamcrest-php": "*",
3715
                "kodova/hamcrest-php": "*"
3716
            },
3717
            "require-dev": {
3718
                "phpunit/php-file-iterator": "1.3.3",
3719
                "satooshi/php-coveralls": "dev-master"
3720
            },
3721
            "type": "library",
3722
            "autoload": {
3723
                "classmap": [
3724
                    "hamcrest"
3725
                ],
3726
                "files": [
3727
                    "hamcrest/Hamcrest.php"
3728
                ]
3729
            },
3730
            "notification-url": "https://packagist.org/downloads/",
3731
            "license": [
3732
                "BSD"
3733
            ],
3734
            "description": "This is the PHP port of Hamcrest Matchers",
3735
            "keywords": [
3736
                "test"
3737
            ],
3738
            "time": "2015-05-11T14:41:42+00:00"
3739
        },
3740
        {
3741
            "name": "liip/functional-test-bundle",
3742
            "version": "1.10.0",
3743
            "source": {
3744
                "type": "git",
3745
                "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
3746
                "reference": "cbfa26d5d2ccbf8fd5350c90a77c448f3a630ff8"
3747
            },
3748
            "dist": {
3749
                "type": "zip",
3750
                "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/cbfa26d5d2ccbf8fd5350c90a77c448f3a630ff8",
3751
                "reference": "cbfa26d5d2ccbf8fd5350c90a77c448f3a630ff8",
3752
                "shasum": ""
3753
            },
3754
            "require": {
3755
                "doctrine/common": "~2.0",
3756
                "php": "^5.6|^7.0",
3757
                "symfony/browser-kit": "^2.7|^3.0",
3758
                "symfony/framework-bundle": "^2.7|^3.0"
3759
            },
3760
            "conflict": {
3761
                "phpunit/phpunit": ">=7"
3762
            },
3763
            "require-dev": {
3764
                "brianium/paratest": "~0.12.0|~0.13.2",
3765
                "doctrine/data-fixtures": "1.2.2",
3766
                "doctrine/doctrine-fixtures-bundle": "~2.3",
3767
                "doctrine/orm": "~2.5",
3768
                "doctrine/phpcr-bundle": "~1.3",
3769
                "doctrine/phpcr-odm": "~1.3",
3770
                "hautelook/alice-bundle": "~0.2|~1.2",
3771
                "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*",
3772
                "nelmio/alice": "~1.7|~2.0",
3773
                "phpunit/phpunit": "^4.8.35|^5.7|^6.1",
3774
                "symfony/assetic-bundle": "^2.7|^3.0",
3775
                "symfony/console": "^2.7|^3.0",
3776
                "symfony/monolog-bundle": "^2.7|^3.0",
3777
                "symfony/phpunit-bridge": "^2.7|^3.0",
3778
                "symfony/symfony": "^2.7.1|^3.3",
3779
                "twig/twig": "~1.12|~2.0"
3780
            },
3781
            "suggest": {
3782
                "brianium/paratest": "Required when using paratest to parallelize tests",
3783
                "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
3784
                "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
3785
                "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite",
3786
                "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers",
3787
                "nelmio/alice": "Required when using loadFixtureFiles functionality"
3788
            },
3789
            "type": "symfony-bundle",
3790
            "extra": {
3791
                "branch-alias": {
3792
                    "dev-master": "1.x-dev"
3793
                }
3794
            },
3795
            "autoload": {
3796
                "psr-4": {
3797
                    "Liip\\FunctionalTestBundle\\": ""
3798
                }
3799
            },
3800
            "notification-url": "https://packagist.org/downloads/",
3801
            "license": [
3802
                "MIT"
3803
            ],
3804
            "authors": [
3805
                {
3806
                    "name": "Liip AG",
3807
                    "homepage": "http://www.liip.ch/"
3808
                },
3809
                {
3810
                    "name": "Community contributions",
3811
                    "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
3812
                }
3813
            ],
3814
            "description": "This bundles provides additional functional test-cases for Symfony2 applications",
3815
            "keywords": [
3816
                "Symfony2"
3817
            ],
3818
            "time": "2018-08-10T18:22:42+00:00"
3819
        },
3820
        {
3821
            "name": "mockery/mockery",
3822
            "version": "0.9.9",
3823
            "source": {
3824
                "type": "git",
3825
                "url": "https://github.com/mockery/mockery.git",
3826
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
3827
            },
3828
            "dist": {
3829
                "type": "zip",
3830
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
3831
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
3832
                "shasum": ""
3833
            },
3834
            "require": {
3835
                "hamcrest/hamcrest-php": "~1.1",
3836
                "lib-pcre": ">=7.0",
3837
                "php": ">=5.3.2"
3838
            },
3839
            "require-dev": {
3840
                "phpunit/phpunit": "~4.0"
3841
            },
3842
            "type": "library",
3843
            "extra": {
3844
                "branch-alias": {
3845
                    "dev-master": "0.9.x-dev"
3846
                }
3847
            },
3848
            "autoload": {
3849
                "psr-0": {
3850
                    "Mockery": "library/"
3851
                }
3852
            },
3853
            "notification-url": "https://packagist.org/downloads/",
3854
            "license": [
3855
                "BSD-3-Clause"
3856
            ],
3857
            "authors": [
3858
                {
3859
                    "name": "Pádraic Brady",
3860
                    "email": "[email protected]",
3861
                    "homepage": "http://blog.astrumfutura.com"
3862
                },
3863
                {
3864
                    "name": "Dave Marshall",
3865
                    "email": "[email protected]",
3866
                    "homepage": "http://davedevelopment.co.uk"
3867
                }
3868
            ],
3869
            "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.",
3870
            "homepage": "http://github.com/padraic/mockery",
3871
            "keywords": [
3872
                "BDD",
3873
                "TDD",
3874
                "library",
3875
                "mock",
3876
                "mock objects",
3877
                "mockery",
3878
                "stub",
3879
                "test",
3880
                "test double",
3881
                "testing"
3882
            ],
3883
            "time": "2017-02-28T12:52:32+00:00"
3884
        },
3885
        {
3886
            "name": "moontoast/math",
3887
            "version": "1.1.2",
3888
            "source": {
3889
                "type": "git",
3890
                "url": "https://github.com/ramsey/moontoast-math.git",
3891
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79"
3892
            },
3893
            "dist": {
3894
                "type": "zip",
3895
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
3896
                "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
3897
                "shasum": ""
3898
            },
3899
            "require": {
3900
                "ext-bcmath": "*",
3901
                "php": ">=5.3.3"
3902
            },
3903
            "require-dev": {
3904
                "jakub-onderka/php-parallel-lint": "^0.9.0",
3905
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
3906
                "satooshi/php-coveralls": "^0.6.1",
3907
                "squizlabs/php_codesniffer": "^2.3"
3908
            },
3909
            "type": "library",
3910
            "autoload": {
3911
                "psr-4": {
3912
                    "Moontoast\\Math\\": "src/Moontoast/Math/"
3913
                }
3914
            },
3915
            "notification-url": "https://packagist.org/downloads/",
3916
            "license": [
3917
                "Apache-2.0"
3918
            ],
3919
            "authors": [
3920
                {
3921
                    "name": "Ben Ramsey",
3922
                    "email": "[email protected]",
3923
                    "homepage": "https://benramsey.com"
3924
                }
3925
            ],
3926
            "description": "A mathematics library, providing functionality for large numbers",
3927
            "homepage": "https://github.com/ramsey/moontoast-math",
3928
            "keywords": [
3929
                "bcmath",
3930
                "math"
3931
            ],
3932
            "time": "2017-02-16T16:54:46+00:00"
3933
        },
3934
        {
3935
            "name": "myclabs/deep-copy",
3936
            "version": "1.7.0",
3937
            "source": {
3938
                "type": "git",
3939
                "url": "https://github.com/myclabs/DeepCopy.git",
3940
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3941
            },
3942
            "dist": {
3943
                "type": "zip",
3944
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3945
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3946
                "shasum": ""
3947
            },
3948
            "require": {
3949
                "php": "^5.6 || ^7.0"
3950
            },
3951
            "require-dev": {
3952
                "doctrine/collections": "^1.0",
3953
                "doctrine/common": "^2.6",
3954
                "phpunit/phpunit": "^4.1"
3955
            },
3956
            "type": "library",
3957
            "autoload": {
3958
                "psr-4": {
3959
                    "DeepCopy\\": "src/DeepCopy/"
3960
                },
3961
                "files": [
3962
                    "src/DeepCopy/deep_copy.php"
3963
                ]
3964
            },
3965
            "notification-url": "https://packagist.org/downloads/",
3966
            "license": [
3967
                "MIT"
3968
            ],
3969
            "description": "Create deep copies (clones) of your objects",
3970
            "keywords": [
3971
                "clone",
3972
                "copy",
3973
                "duplicate",
3974
                "object",
3975
                "object graph"
3976
            ],
3977
            "time": "2017-10-19T19:58:43+00:00"
3978
        },
3979
        {
3980
            "name": "pdepend/pdepend",
3981
            "version": "2.5.2",
3982
            "source": {
3983
                "type": "git",
3984
                "url": "https://github.com/pdepend/pdepend.git",
3985
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
3986
            },
3987
            "dist": {
3988
                "type": "zip",
3989
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3990
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3991
                "shasum": ""
3992
            },
3993
            "require": {
3994
                "php": ">=5.3.7",
3995
                "symfony/config": "^2.3.0|^3|^4",
3996
                "symfony/dependency-injection": "^2.3.0|^3|^4",
3997
                "symfony/filesystem": "^2.3.0|^3|^4"
3998
            },
3999
            "require-dev": {
4000
                "phpunit/phpunit": "^4.8|^5.7",
4001
                "squizlabs/php_codesniffer": "^2.0.0"
4002
            },
4003
            "bin": [
4004
                "src/bin/pdepend"
4005
            ],
4006
            "type": "library",
4007
            "autoload": {
4008
                "psr-4": {
4009
                    "PDepend\\": "src/main/php/PDepend"
4010
                }
4011
            },
4012
            "notification-url": "https://packagist.org/downloads/",
4013
            "license": [
4014
                "BSD-3-Clause"
4015
            ],
4016
            "description": "Official version of pdepend to be handled with Composer",
4017
            "time": "2017-12-13T13:21:38+00:00"
4018
        },
4019
        {
4020
            "name": "phpdocumentor/reflection-common",
4021
            "version": "1.0.1",
4022
            "source": {
4023
                "type": "git",
4024
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4025
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4026
            },
4027
            "dist": {
4028
                "type": "zip",
4029
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4030
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4031
                "shasum": ""
4032
            },
4033
            "require": {
4034
                "php": ">=5.5"
4035
            },
4036
            "require-dev": {
4037
                "phpunit/phpunit": "^4.6"
4038
            },
4039
            "type": "library",
4040
            "extra": {
4041
                "branch-alias": {
4042
                    "dev-master": "1.0.x-dev"
4043
                }
4044
            },
4045
            "autoload": {
4046
                "psr-4": {
4047
                    "phpDocumentor\\Reflection\\": [
4048
                        "src"
4049
                    ]
4050
                }
4051
            },
4052
            "notification-url": "https://packagist.org/downloads/",
4053
            "license": [
4054
                "MIT"
4055
            ],
4056
            "authors": [
4057
                {
4058
                    "name": "Jaap van Otterdijk",
4059
                    "email": "[email protected]"
4060
                }
4061
            ],
4062
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4063
            "homepage": "http://www.phpdoc.org",
4064
            "keywords": [
4065
                "FQSEN",
4066
                "phpDocumentor",
4067
                "phpdoc",
4068
                "reflection",
4069
                "static analysis"
4070
            ],
4071
            "time": "2017-09-11T18:02:19+00:00"
4072
        },
4073
        {
4074
            "name": "phpdocumentor/reflection-docblock",
4075
            "version": "3.3.2",
4076
            "source": {
4077
                "type": "git",
4078
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4079
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
4080
            },
4081
            "dist": {
4082
                "type": "zip",
4083
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
4084
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
4085
                "shasum": ""
4086
            },
4087
            "require": {
4088
                "php": "^5.6 || ^7.0",
4089
                "phpdocumentor/reflection-common": "^1.0.0",
4090
                "phpdocumentor/type-resolver": "^0.4.0",
4091
                "webmozart/assert": "^1.0"
4092
            },
4093
            "require-dev": {
4094
                "mockery/mockery": "^0.9.4",
4095
                "phpunit/phpunit": "^4.4"
4096
            },
4097
            "type": "library",
4098
            "autoload": {
4099
                "psr-4": {
4100
                    "phpDocumentor\\Reflection\\": [
4101
                        "src/"
4102
                    ]
4103
                }
4104
            },
4105
            "notification-url": "https://packagist.org/downloads/",
4106
            "license": [
4107
                "MIT"
4108
            ],
4109
            "authors": [
4110
                {
4111
                    "name": "Mike van Riel",
4112
                    "email": "[email protected]"
4113
                }
4114
            ],
4115
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4116
            "time": "2017-11-10T14:09:06+00:00"
4117
        },
4118
        {
4119
            "name": "phpdocumentor/type-resolver",
4120
            "version": "0.4.0",
4121
            "source": {
4122
                "type": "git",
4123
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4124
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4125
            },
4126
            "dist": {
4127
                "type": "zip",
4128
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4129
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4130
                "shasum": ""
4131
            },
4132
            "require": {
4133
                "php": "^5.5 || ^7.0",
4134
                "phpdocumentor/reflection-common": "^1.0"
4135
            },
4136
            "require-dev": {
4137
                "mockery/mockery": "^0.9.4",
4138
                "phpunit/phpunit": "^5.2||^4.8.24"
4139
            },
4140
            "type": "library",
4141
            "extra": {
4142
                "branch-alias": {
4143
                    "dev-master": "1.0.x-dev"
4144
                }
4145
            },
4146
            "autoload": {
4147
                "psr-4": {
4148
                    "phpDocumentor\\Reflection\\": [
4149
                        "src/"
4150
                    ]
4151
                }
4152
            },
4153
            "notification-url": "https://packagist.org/downloads/",
4154
            "license": [
4155
                "MIT"
4156
            ],
4157
            "authors": [
4158
                {
4159
                    "name": "Mike van Riel",
4160
                    "email": "[email protected]"
4161
                }
4162
            ],
4163
            "time": "2017-07-14T14:27:02+00:00"
4164
        },
4165
        {
4166
            "name": "phpmd/phpmd",
4167
            "version": "2.6.0",
4168
            "source": {
4169
                "type": "git",
4170
                "url": "https://github.com/phpmd/phpmd.git",
4171
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
4172
            },
4173
            "dist": {
4174
                "type": "zip",
4175
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
4176
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
4177
                "shasum": ""
4178
            },
4179
            "require": {
4180
                "ext-xml": "*",
4181
                "pdepend/pdepend": "^2.5",
4182
                "php": ">=5.3.9"
4183
            },
4184
            "require-dev": {
4185
                "phpunit/phpunit": "^4.0",
4186
                "squizlabs/php_codesniffer": "^2.0"
4187
            },
4188
            "bin": [
4189
                "src/bin/phpmd"
4190
            ],
4191
            "type": "project",
4192
            "autoload": {
4193
                "psr-0": {
4194
                    "PHPMD\\": "src/main/php"
4195
                }
4196
            },
4197
            "notification-url": "https://packagist.org/downloads/",
4198
            "license": [
4199
                "BSD-3-Clause"
4200
            ],
4201
            "authors": [
4202
                {
4203
                    "name": "Manuel Pichler",
4204
                    "email": "[email protected]",
4205
                    "homepage": "https://github.com/manuelpichler",
4206
                    "role": "Project Founder"
4207
                },
4208
                {
4209
                    "name": "Other contributors",
4210
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
4211
                    "role": "Contributors"
4212
                },
4213
                {
4214
                    "name": "Marc Würth",
4215
                    "email": "[email protected]",
4216
                    "homepage": "https://github.com/ravage84",
4217
                    "role": "Project Maintainer"
4218
                }
4219
            ],
4220
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
4221
            "homepage": "http://phpmd.org/",
4222
            "keywords": [
4223
                "mess detection",
4224
                "mess detector",
4225
                "pdepend",
4226
                "phpmd",
4227
                "pmd"
4228
            ],
4229
            "time": "2017-01-20T14:41:10+00:00"
4230
        },
4231
        {
4232
            "name": "phpspec/prophecy",
4233
            "version": "1.8.0",
4234
            "source": {
4235
                "type": "git",
4236
                "url": "https://github.com/phpspec/prophecy.git",
4237
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
4238
            },
4239
            "dist": {
4240
                "type": "zip",
4241
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4242
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4243
                "shasum": ""
4244
            },
4245
            "require": {
4246
                "doctrine/instantiator": "^1.0.2",
4247
                "php": "^5.3|^7.0",
4248
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4249
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4250
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4251
            },
4252
            "require-dev": {
4253
                "phpspec/phpspec": "^2.5|^3.2",
4254
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4255
            },
4256
            "type": "library",
4257
            "extra": {
4258
                "branch-alias": {
4259
                    "dev-master": "1.8.x-dev"
4260
                }
4261
            },
4262
            "autoload": {
4263
                "psr-0": {
4264
                    "Prophecy\\": "src/"
4265
                }
4266
            },
4267
            "notification-url": "https://packagist.org/downloads/",
4268
            "license": [
4269
                "MIT"
4270
            ],
4271
            "authors": [
4272
                {
4273
                    "name": "Konstantin Kudryashov",
4274
                    "email": "[email protected]",
4275
                    "homepage": "http://everzet.com"
4276
                },
4277
                {
4278
                    "name": "Marcello Duarte",
4279
                    "email": "[email protected]"
4280
                }
4281
            ],
4282
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4283
            "homepage": "https://github.com/phpspec/prophecy",
4284
            "keywords": [
4285
                "Double",
4286
                "Dummy",
4287
                "fake",
4288
                "mock",
4289
                "spy",
4290
                "stub"
4291
            ],
4292
            "time": "2018-08-05T17:53:17+00:00"
4293
        },
4294
        {
4295
            "name": "phpunit/php-code-coverage",
4296
            "version": "4.0.8",
4297
            "source": {
4298
                "type": "git",
4299
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4300
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
4301
            },
4302
            "dist": {
4303
                "type": "zip",
4304
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4305
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
4306
                "shasum": ""
4307
            },
4308
            "require": {
4309
                "ext-dom": "*",
4310
                "ext-xmlwriter": "*",
4311
                "php": "^5.6 || ^7.0",
4312
                "phpunit/php-file-iterator": "^1.3",
4313
                "phpunit/php-text-template": "^1.2",
4314
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
4315
                "sebastian/code-unit-reverse-lookup": "^1.0",
4316
                "sebastian/environment": "^1.3.2 || ^2.0",
4317
                "sebastian/version": "^1.0 || ^2.0"
4318
            },
4319
            "require-dev": {
4320
                "ext-xdebug": "^2.1.4",
4321
                "phpunit/phpunit": "^5.7"
4322
            },
4323
            "suggest": {
4324
                "ext-xdebug": "^2.5.1"
4325
            },
4326
            "type": "library",
4327
            "extra": {
4328
                "branch-alias": {
4329
                    "dev-master": "4.0.x-dev"
4330
                }
4331
            },
4332
            "autoload": {
4333
                "classmap": [
4334
                    "src/"
4335
                ]
4336
            },
4337
            "notification-url": "https://packagist.org/downloads/",
4338
            "license": [
4339
                "BSD-3-Clause"
4340
            ],
4341
            "authors": [
4342
                {
4343
                    "name": "Sebastian Bergmann",
4344
                    "email": "[email protected]",
4345
                    "role": "lead"
4346
                }
4347
            ],
4348
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4349
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4350
            "keywords": [
4351
                "coverage",
4352
                "testing",
4353
                "xunit"
4354
            ],
4355
            "time": "2017-04-02T07:44:40+00:00"
4356
        },
4357
        {
4358
            "name": "phpunit/php-file-iterator",
4359
            "version": "1.4.5",
4360
            "source": {
4361
                "type": "git",
4362
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4363
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4364
            },
4365
            "dist": {
4366
                "type": "zip",
4367
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4368
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4369
                "shasum": ""
4370
            },
4371
            "require": {
4372
                "php": ">=5.3.3"
4373
            },
4374
            "type": "library",
4375
            "extra": {
4376
                "branch-alias": {
4377
                    "dev-master": "1.4.x-dev"
4378
                }
4379
            },
4380
            "autoload": {
4381
                "classmap": [
4382
                    "src/"
4383
                ]
4384
            },
4385
            "notification-url": "https://packagist.org/downloads/",
4386
            "license": [
4387
                "BSD-3-Clause"
4388
            ],
4389
            "authors": [
4390
                {
4391
                    "name": "Sebastian Bergmann",
4392
                    "email": "[email protected]",
4393
                    "role": "lead"
4394
                }
4395
            ],
4396
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4397
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4398
            "keywords": [
4399
                "filesystem",
4400
                "iterator"
4401
            ],
4402
            "time": "2017-11-27T13:52:08+00:00"
4403
        },
4404
        {
4405
            "name": "phpunit/php-text-template",
4406
            "version": "1.2.1",
4407
            "source": {
4408
                "type": "git",
4409
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4410
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4411
            },
4412
            "dist": {
4413
                "type": "zip",
4414
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4415
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4416
                "shasum": ""
4417
            },
4418
            "require": {
4419
                "php": ">=5.3.3"
4420
            },
4421
            "type": "library",
4422
            "autoload": {
4423
                "classmap": [
4424
                    "src/"
4425
                ]
4426
            },
4427
            "notification-url": "https://packagist.org/downloads/",
4428
            "license": [
4429
                "BSD-3-Clause"
4430
            ],
4431
            "authors": [
4432
                {
4433
                    "name": "Sebastian Bergmann",
4434
                    "email": "[email protected]",
4435
                    "role": "lead"
4436
                }
4437
            ],
4438
            "description": "Simple template engine.",
4439
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4440
            "keywords": [
4441
                "template"
4442
            ],
4443
            "time": "2015-06-21T13:50:34+00:00"
4444
        },
4445
        {
4446
            "name": "phpunit/php-timer",
4447
            "version": "1.0.9",
4448
            "source": {
4449
                "type": "git",
4450
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4451
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4452
            },
4453
            "dist": {
4454
                "type": "zip",
4455
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4456
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4457
                "shasum": ""
4458
            },
4459
            "require": {
4460
                "php": "^5.3.3 || ^7.0"
4461
            },
4462
            "require-dev": {
4463
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4464
            },
4465
            "type": "library",
4466
            "extra": {
4467
                "branch-alias": {
4468
                    "dev-master": "1.0-dev"
4469
                }
4470
            },
4471
            "autoload": {
4472
                "classmap": [
4473
                    "src/"
4474
                ]
4475
            },
4476
            "notification-url": "https://packagist.org/downloads/",
4477
            "license": [
4478
                "BSD-3-Clause"
4479
            ],
4480
            "authors": [
4481
                {
4482
                    "name": "Sebastian Bergmann",
4483
                    "email": "[email protected]",
4484
                    "role": "lead"
4485
                }
4486
            ],
4487
            "description": "Utility class for timing",
4488
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4489
            "keywords": [
4490
                "timer"
4491
            ],
4492
            "time": "2017-02-26T11:10:40+00:00"
4493
        },
4494
        {
4495
            "name": "phpunit/php-token-stream",
4496
            "version": "1.4.12",
4497
            "source": {
4498
                "type": "git",
4499
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4500
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
4501
            },
4502
            "dist": {
4503
                "type": "zip",
4504
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
4505
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
4506
                "shasum": ""
4507
            },
4508
            "require": {
4509
                "ext-tokenizer": "*",
4510
                "php": ">=5.3.3"
4511
            },
4512
            "require-dev": {
4513
                "phpunit/phpunit": "~4.2"
4514
            },
4515
            "type": "library",
4516
            "extra": {
4517
                "branch-alias": {
4518
                    "dev-master": "1.4-dev"
4519
                }
4520
            },
4521
            "autoload": {
4522
                "classmap": [
4523
                    "src/"
4524
                ]
4525
            },
4526
            "notification-url": "https://packagist.org/downloads/",
4527
            "license": [
4528
                "BSD-3-Clause"
4529
            ],
4530
            "authors": [
4531
                {
4532
                    "name": "Sebastian Bergmann",
4533
                    "email": "[email protected]"
4534
                }
4535
            ],
4536
            "description": "Wrapper around PHP's tokenizer extension.",
4537
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4538
            "keywords": [
4539
                "tokenizer"
4540
            ],
4541
            "time": "2017-12-04T08:55:13+00:00"
4542
        },
4543
        {
4544
            "name": "phpunit/phpunit",
4545
            "version": "5.7.27",
4546
            "source": {
4547
                "type": "git",
4548
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4549
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
4550
            },
4551
            "dist": {
4552
                "type": "zip",
4553
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4554
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
4555
                "shasum": ""
4556
            },
4557
            "require": {
4558
                "ext-dom": "*",
4559
                "ext-json": "*",
4560
                "ext-libxml": "*",
4561
                "ext-mbstring": "*",
4562
                "ext-xml": "*",
4563
                "myclabs/deep-copy": "~1.3",
4564
                "php": "^5.6 || ^7.0",
4565
                "phpspec/prophecy": "^1.6.2",
4566
                "phpunit/php-code-coverage": "^4.0.4",
4567
                "phpunit/php-file-iterator": "~1.4",
4568
                "phpunit/php-text-template": "~1.2",
4569
                "phpunit/php-timer": "^1.0.6",
4570
                "phpunit/phpunit-mock-objects": "^3.2",
4571
                "sebastian/comparator": "^1.2.4",
4572
                "sebastian/diff": "^1.4.3",
4573
                "sebastian/environment": "^1.3.4 || ^2.0",
4574
                "sebastian/exporter": "~2.0",
4575
                "sebastian/global-state": "^1.1",
4576
                "sebastian/object-enumerator": "~2.0",
4577
                "sebastian/resource-operations": "~1.0",
4578
                "sebastian/version": "^1.0.6|^2.0.1",
4579
                "symfony/yaml": "~2.1|~3.0|~4.0"
4580
            },
4581
            "conflict": {
4582
                "phpdocumentor/reflection-docblock": "3.0.2"
4583
            },
4584
            "require-dev": {
4585
                "ext-pdo": "*"
4586
            },
4587
            "suggest": {
4588
                "ext-xdebug": "*",
4589
                "phpunit/php-invoker": "~1.1"
4590
            },
4591
            "bin": [
4592
                "phpunit"
4593
            ],
4594
            "type": "library",
4595
            "extra": {
4596
                "branch-alias": {
4597
                    "dev-master": "5.7.x-dev"
4598
                }
4599
            },
4600
            "autoload": {
4601
                "classmap": [
4602
                    "src/"
4603
                ]
4604
            },
4605
            "notification-url": "https://packagist.org/downloads/",
4606
            "license": [
4607
                "BSD-3-Clause"
4608
            ],
4609
            "authors": [
4610
                {
4611
                    "name": "Sebastian Bergmann",
4612
                    "email": "[email protected]",
4613
                    "role": "lead"
4614
                }
4615
            ],
4616
            "description": "The PHP Unit Testing framework.",
4617
            "homepage": "https://phpunit.de/",
4618
            "keywords": [
4619
                "phpunit",
4620
                "testing",
4621
                "xunit"
4622
            ],
4623
            "time": "2018-02-01T05:50:59+00:00"
4624
        },
4625
        {
4626
            "name": "phpunit/phpunit-mock-objects",
4627
            "version": "3.4.4",
4628
            "source": {
4629
                "type": "git",
4630
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4631
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
4632
            },
4633
            "dist": {
4634
                "type": "zip",
4635
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
4636
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
4637
                "shasum": ""
4638
            },
4639
            "require": {
4640
                "doctrine/instantiator": "^1.0.2",
4641
                "php": "^5.6 || ^7.0",
4642
                "phpunit/php-text-template": "^1.2",
4643
                "sebastian/exporter": "^1.2 || ^2.0"
4644
            },
4645
            "conflict": {
4646
                "phpunit/phpunit": "<5.4.0"
4647
            },
4648
            "require-dev": {
4649
                "phpunit/phpunit": "^5.4"
4650
            },
4651
            "suggest": {
4652
                "ext-soap": "*"
4653
            },
4654
            "type": "library",
4655
            "extra": {
4656
                "branch-alias": {
4657
                    "dev-master": "3.2.x-dev"
4658
                }
4659
            },
4660
            "autoload": {
4661
                "classmap": [
4662
                    "src/"
4663
                ]
4664
            },
4665
            "notification-url": "https://packagist.org/downloads/",
4666
            "license": [
4667
                "BSD-3-Clause"
4668
            ],
4669
            "authors": [
4670
                {
4671
                    "name": "Sebastian Bergmann",
4672
                    "email": "[email protected]",
4673
                    "role": "lead"
4674
                }
4675
            ],
4676
            "description": "Mock Object library for PHPUnit",
4677
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4678
            "keywords": [
4679
                "mock",
4680
                "xunit"
4681
            ],
4682
            "time": "2017-06-30T09:13:00+00:00"
4683
        },
4684
        {
4685
            "name": "sebastian/code-unit-reverse-lookup",
4686
            "version": "1.0.1",
4687
            "source": {
4688
                "type": "git",
4689
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4690
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4691
            },
4692
            "dist": {
4693
                "type": "zip",
4694
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4695
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4696
                "shasum": ""
4697
            },
4698
            "require": {
4699
                "php": "^5.6 || ^7.0"
4700
            },
4701
            "require-dev": {
4702
                "phpunit/phpunit": "^5.7 || ^6.0"
4703
            },
4704
            "type": "library",
4705
            "extra": {
4706
                "branch-alias": {
4707
                    "dev-master": "1.0.x-dev"
4708
                }
4709
            },
4710
            "autoload": {
4711
                "classmap": [
4712
                    "src/"
4713
                ]
4714
            },
4715
            "notification-url": "https://packagist.org/downloads/",
4716
            "license": [
4717
                "BSD-3-Clause"
4718
            ],
4719
            "authors": [
4720
                {
4721
                    "name": "Sebastian Bergmann",
4722
                    "email": "[email protected]"
4723
                }
4724
            ],
4725
            "description": "Looks up which function or method a line of code belongs to",
4726
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4727
            "time": "2017-03-04T06:30:41+00:00"
4728
        },
4729
        {
4730
            "name": "sebastian/comparator",
4731
            "version": "1.2.4",
4732
            "source": {
4733
                "type": "git",
4734
                "url": "https://github.com/sebastianbergmann/comparator.git",
4735
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4736
            },
4737
            "dist": {
4738
                "type": "zip",
4739
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4740
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4741
                "shasum": ""
4742
            },
4743
            "require": {
4744
                "php": ">=5.3.3",
4745
                "sebastian/diff": "~1.2",
4746
                "sebastian/exporter": "~1.2 || ~2.0"
4747
            },
4748
            "require-dev": {
4749
                "phpunit/phpunit": "~4.4"
4750
            },
4751
            "type": "library",
4752
            "extra": {
4753
                "branch-alias": {
4754
                    "dev-master": "1.2.x-dev"
4755
                }
4756
            },
4757
            "autoload": {
4758
                "classmap": [
4759
                    "src/"
4760
                ]
4761
            },
4762
            "notification-url": "https://packagist.org/downloads/",
4763
            "license": [
4764
                "BSD-3-Clause"
4765
            ],
4766
            "authors": [
4767
                {
4768
                    "name": "Jeff Welch",
4769
                    "email": "[email protected]"
4770
                },
4771
                {
4772
                    "name": "Volker Dusch",
4773
                    "email": "[email protected]"
4774
                },
4775
                {
4776
                    "name": "Bernhard Schussek",
4777
                    "email": "[email protected]"
4778
                },
4779
                {
4780
                    "name": "Sebastian Bergmann",
4781
                    "email": "[email protected]"
4782
                }
4783
            ],
4784
            "description": "Provides the functionality to compare PHP values for equality",
4785
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4786
            "keywords": [
4787
                "comparator",
4788
                "compare",
4789
                "equality"
4790
            ],
4791
            "time": "2017-01-29T09:50:25+00:00"
4792
        },
4793
        {
4794
            "name": "sebastian/diff",
4795
            "version": "1.4.3",
4796
            "source": {
4797
                "type": "git",
4798
                "url": "https://github.com/sebastianbergmann/diff.git",
4799
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
4800
            },
4801
            "dist": {
4802
                "type": "zip",
4803
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4804
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
4805
                "shasum": ""
4806
            },
4807
            "require": {
4808
                "php": "^5.3.3 || ^7.0"
4809
            },
4810
            "require-dev": {
4811
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4812
            },
4813
            "type": "library",
4814
            "extra": {
4815
                "branch-alias": {
4816
                    "dev-master": "1.4-dev"
4817
                }
4818
            },
4819
            "autoload": {
4820
                "classmap": [
4821
                    "src/"
4822
                ]
4823
            },
4824
            "notification-url": "https://packagist.org/downloads/",
4825
            "license": [
4826
                "BSD-3-Clause"
4827
            ],
4828
            "authors": [
4829
                {
4830
                    "name": "Kore Nordmann",
4831
                    "email": "[email protected]"
4832
                },
4833
                {
4834
                    "name": "Sebastian Bergmann",
4835
                    "email": "[email protected]"
4836
                }
4837
            ],
4838
            "description": "Diff implementation",
4839
            "homepage": "https://github.com/sebastianbergmann/diff",
4840
            "keywords": [
4841
                "diff"
4842
            ],
4843
            "time": "2017-05-22T07:24:03+00:00"
4844
        },
4845
        {
4846
            "name": "sebastian/environment",
4847
            "version": "2.0.0",
4848
            "source": {
4849
                "type": "git",
4850
                "url": "https://github.com/sebastianbergmann/environment.git",
4851
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
4852
            },
4853
            "dist": {
4854
                "type": "zip",
4855
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4856
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
4857
                "shasum": ""
4858
            },
4859
            "require": {
4860
                "php": "^5.6 || ^7.0"
4861
            },
4862
            "require-dev": {
4863
                "phpunit/phpunit": "^5.0"
4864
            },
4865
            "type": "library",
4866
            "extra": {
4867
                "branch-alias": {
4868
                    "dev-master": "2.0.x-dev"
4869
                }
4870
            },
4871
            "autoload": {
4872
                "classmap": [
4873
                    "src/"
4874
                ]
4875
            },
4876
            "notification-url": "https://packagist.org/downloads/",
4877
            "license": [
4878
                "BSD-3-Clause"
4879
            ],
4880
            "authors": [
4881
                {
4882
                    "name": "Sebastian Bergmann",
4883
                    "email": "[email protected]"
4884
                }
4885
            ],
4886
            "description": "Provides functionality to handle HHVM/PHP environments",
4887
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4888
            "keywords": [
4889
                "Xdebug",
4890
                "environment",
4891
                "hhvm"
4892
            ],
4893
            "time": "2016-11-26T07:53:53+00:00"
4894
        },
4895
        {
4896
            "name": "sebastian/exporter",
4897
            "version": "2.0.0",
4898
            "source": {
4899
                "type": "git",
4900
                "url": "https://github.com/sebastianbergmann/exporter.git",
4901
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
4902
            },
4903
            "dist": {
4904
                "type": "zip",
4905
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4906
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
4907
                "shasum": ""
4908
            },
4909
            "require": {
4910
                "php": ">=5.3.3",
4911
                "sebastian/recursion-context": "~2.0"
4912
            },
4913
            "require-dev": {
4914
                "ext-mbstring": "*",
4915
                "phpunit/phpunit": "~4.4"
4916
            },
4917
            "type": "library",
4918
            "extra": {
4919
                "branch-alias": {
4920
                    "dev-master": "2.0.x-dev"
4921
                }
4922
            },
4923
            "autoload": {
4924
                "classmap": [
4925
                    "src/"
4926
                ]
4927
            },
4928
            "notification-url": "https://packagist.org/downloads/",
4929
            "license": [
4930
                "BSD-3-Clause"
4931
            ],
4932
            "authors": [
4933
                {
4934
                    "name": "Jeff Welch",
4935
                    "email": "[email protected]"
4936
                },
4937
                {
4938
                    "name": "Volker Dusch",
4939
                    "email": "[email protected]"
4940
                },
4941
                {
4942
                    "name": "Bernhard Schussek",
4943
                    "email": "[email protected]"
4944
                },
4945
                {
4946
                    "name": "Sebastian Bergmann",
4947
                    "email": "[email protected]"
4948
                },
4949
                {
4950
                    "name": "Adam Harvey",
4951
                    "email": "[email protected]"
4952
                }
4953
            ],
4954
            "description": "Provides the functionality to export PHP variables for visualization",
4955
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4956
            "keywords": [
4957
                "export",
4958
                "exporter"
4959
            ],
4960
            "time": "2016-11-19T08:54:04+00:00"
4961
        },
4962
        {
4963
            "name": "sebastian/finder-facade",
4964
            "version": "1.2.2",
4965
            "source": {
4966
                "type": "git",
4967
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4968
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
4969
            },
4970
            "dist": {
4971
                "type": "zip",
4972
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4973
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4974
                "shasum": ""
4975
            },
4976
            "require": {
4977
                "symfony/finder": "~2.3|~3.0|~4.0",
4978
                "theseer/fdomdocument": "~1.3"
4979
            },
4980
            "type": "library",
4981
            "autoload": {
4982
                "classmap": [
4983
                    "src/"
4984
                ]
4985
            },
4986
            "notification-url": "https://packagist.org/downloads/",
4987
            "license": [
4988
                "BSD-3-Clause"
4989
            ],
4990
            "authors": [
4991
                {
4992
                    "name": "Sebastian Bergmann",
4993
                    "email": "[email protected]",
4994
                    "role": "lead"
4995
                }
4996
            ],
4997
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4998
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4999
            "time": "2017-11-18T17:31:49+00:00"
5000
        },
5001
        {
5002
            "name": "sebastian/global-state",
5003
            "version": "1.1.1",
5004
            "source": {
5005
                "type": "git",
5006
                "url": "https://github.com/sebastianbergmann/global-state.git",
5007
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5008
            },
5009
            "dist": {
5010
                "type": "zip",
5011
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5012
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5013
                "shasum": ""
5014
            },
5015
            "require": {
5016
                "php": ">=5.3.3"
5017
            },
5018
            "require-dev": {
5019
                "phpunit/phpunit": "~4.2"
5020
            },
5021
            "suggest": {
5022
                "ext-uopz": "*"
5023
            },
5024
            "type": "library",
5025
            "extra": {
5026
                "branch-alias": {
5027
                    "dev-master": "1.0-dev"
5028
                }
5029
            },
5030
            "autoload": {
5031
                "classmap": [
5032
                    "src/"
5033
                ]
5034
            },
5035
            "notification-url": "https://packagist.org/downloads/",
5036
            "license": [
5037
                "BSD-3-Clause"
5038
            ],
5039
            "authors": [
5040
                {
5041
                    "name": "Sebastian Bergmann",
5042
                    "email": "[email protected]"
5043
                }
5044
            ],
5045
            "description": "Snapshotting of global state",
5046
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5047
            "keywords": [
5048
                "global state"
5049
            ],
5050
            "time": "2015-10-12T03:26:01+00:00"
5051
        },
5052
        {
5053
            "name": "sebastian/object-enumerator",
5054
            "version": "2.0.1",
5055
            "source": {
5056
                "type": "git",
5057
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5058
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
5059
            },
5060
            "dist": {
5061
                "type": "zip",
5062
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
5063
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
5064
                "shasum": ""
5065
            },
5066
            "require": {
5067
                "php": ">=5.6",
5068
                "sebastian/recursion-context": "~2.0"
5069
            },
5070
            "require-dev": {
5071
                "phpunit/phpunit": "~5"
5072
            },
5073
            "type": "library",
5074
            "extra": {
5075
                "branch-alias": {
5076
                    "dev-master": "2.0.x-dev"
5077
                }
5078
            },
5079
            "autoload": {
5080
                "classmap": [
5081
                    "src/"
5082
                ]
5083
            },
5084
            "notification-url": "https://packagist.org/downloads/",
5085
            "license": [
5086
                "BSD-3-Clause"
5087
            ],
5088
            "authors": [
5089
                {
5090
                    "name": "Sebastian Bergmann",
5091
                    "email": "[email protected]"
5092
                }
5093
            ],
5094
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5095
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5096
            "time": "2017-02-18T15:18:39+00:00"
5097
        },
5098
        {
5099
            "name": "sebastian/phpcpd",
5100
            "version": "2.0.4",
5101
            "source": {
5102
                "type": "git",
5103
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
5104
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
5105
            },
5106
            "dist": {
5107
                "type": "zip",
5108
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
5109
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
5110
                "shasum": ""
5111
            },
5112
            "require": {
5113
                "php": ">=5.3.3",
5114
                "phpunit/php-timer": ">=1.0.6",
5115
                "sebastian/finder-facade": "~1.1",
5116
                "sebastian/version": "~1.0|~2.0",
5117
                "symfony/console": "~2.7|^3.0",
5118
                "theseer/fdomdocument": "~1.4"
5119
            },
5120
            "bin": [
5121
                "phpcpd"
5122
            ],
5123
            "type": "library",
5124
            "extra": {
5125
                "branch-alias": {
5126
                    "dev-master": "2.0-dev"
5127
                }
5128
            },
5129
            "autoload": {
5130
                "classmap": [
5131
                    "src/"
5132
                ]
5133
            },
5134
            "notification-url": "https://packagist.org/downloads/",
5135
            "license": [
5136
                "BSD-3-Clause"
5137
            ],
5138
            "authors": [
5139
                {
5140
                    "name": "Sebastian Bergmann",
5141
                    "email": "[email protected]",
5142
                    "role": "lead"
5143
                }
5144
            ],
5145
            "description": "Copy/Paste Detector (CPD) for PHP code.",
5146
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
5147
            "time": "2016-04-17T19:32:49+00:00"
5148
        },
5149
        {
5150
            "name": "sebastian/recursion-context",
5151
            "version": "2.0.0",
5152
            "source": {
5153
                "type": "git",
5154
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5155
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
5156
            },
5157
            "dist": {
5158
                "type": "zip",
5159
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
5160
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
5161
                "shasum": ""
5162
            },
5163
            "require": {
5164
                "php": ">=5.3.3"
5165
            },
5166
            "require-dev": {
5167
                "phpunit/phpunit": "~4.4"
5168
            },
5169
            "type": "library",
5170
            "extra": {
5171
                "branch-alias": {
5172
                    "dev-master": "2.0.x-dev"
5173
                }
5174
            },
5175
            "autoload": {
5176
                "classmap": [
5177
                    "src/"
5178
                ]
5179
            },
5180
            "notification-url": "https://packagist.org/downloads/",
5181
            "license": [
5182
                "BSD-3-Clause"
5183
            ],
5184
            "authors": [
5185
                {
5186
                    "name": "Jeff Welch",
5187
                    "email": "[email protected]"
5188
                },
5189
                {
5190
                    "name": "Sebastian Bergmann",
5191
                    "email": "[email protected]"
5192
                },
5193
                {
5194
                    "name": "Adam Harvey",
5195
                    "email": "[email protected]"
5196
                }
5197
            ],
5198
            "description": "Provides functionality to recursively process PHP variables",
5199
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5200
            "time": "2016-11-19T07:33:16+00:00"
5201
        },
5202
        {
5203
            "name": "sebastian/resource-operations",
5204
            "version": "1.0.0",
5205
            "source": {
5206
                "type": "git",
5207
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5208
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5209
            },
5210
            "dist": {
5211
                "type": "zip",
5212
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5213
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5214
                "shasum": ""
5215
            },
5216
            "require": {
5217
                "php": ">=5.6.0"
5218
            },
5219
            "type": "library",
5220
            "extra": {
5221
                "branch-alias": {
5222
                    "dev-master": "1.0.x-dev"
5223
                }
5224
            },
5225
            "autoload": {
5226
                "classmap": [
5227
                    "src/"
5228
                ]
5229
            },
5230
            "notification-url": "https://packagist.org/downloads/",
5231
            "license": [
5232
                "BSD-3-Clause"
5233
            ],
5234
            "authors": [
5235
                {
5236
                    "name": "Sebastian Bergmann",
5237
                    "email": "[email protected]"
5238
                }
5239
            ],
5240
            "description": "Provides a list of PHP built-in functions that operate on resources",
5241
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5242
            "time": "2015-07-28T20:34:47+00:00"
5243
        },
5244
        {
5245
            "name": "sebastian/version",
5246
            "version": "2.0.1",
5247
            "source": {
5248
                "type": "git",
5249
                "url": "https://github.com/sebastianbergmann/version.git",
5250
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5251
            },
5252
            "dist": {
5253
                "type": "zip",
5254
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5255
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5256
                "shasum": ""
5257
            },
5258
            "require": {
5259
                "php": ">=5.6"
5260
            },
5261
            "type": "library",
5262
            "extra": {
5263
                "branch-alias": {
5264
                    "dev-master": "2.0.x-dev"
5265
                }
5266
            },
5267
            "autoload": {
5268
                "classmap": [
5269
                    "src/"
5270
                ]
5271
            },
5272
            "notification-url": "https://packagist.org/downloads/",
5273
            "license": [
5274
                "BSD-3-Clause"
5275
            ],
5276
            "authors": [
5277
                {
5278
                    "name": "Sebastian Bergmann",
5279
                    "email": "[email protected]",
5280
                    "role": "lead"
5281
                }
5282
            ],
5283
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5284
            "homepage": "https://github.com/sebastianbergmann/version",
5285
            "time": "2016-10-03T07:35:21+00:00"
5286
        },
5287
        {
5288
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
5289
            "version": "1.5.6",
5290
            "source": {
5291
                "type": "git",
5292
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5293
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
5294
            },
5295
            "dist": {
5296
                "type": "zip",
5297
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5298
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5299
                "shasum": ""
5300
            },
5301
            "require": {
5302
                "ext-tokenizer": "*",
5303
                "php": ">=5.1.2"
5304
            },
5305
            "suggest": {
5306
                "phpunit/php-timer": "dev-master"
5307
            },
5308
            "bin": [
5309
                "scripts/phpcs"
5310
            ],
5311
            "type": "library",
5312
            "extra": {
5313
                "branch-alias": {
5314
                    "dev-phpcs-fixer": "2.0.x-dev"
5315
                }
5316
            },
5317
            "autoload": {
5318
                "classmap": [
5319
                    "CodeSniffer.php",
5320
                    "CodeSniffer/CLI.php",
5321
                    "CodeSniffer/Exception.php",
5322
                    "CodeSniffer/File.php",
5323
                    "CodeSniffer/Report.php",
5324
                    "CodeSniffer/Reporting.php",
5325
                    "CodeSniffer/Sniff.php",
5326
                    "CodeSniffer/Tokens.php",
5327
                    "CodeSniffer/Reports/",
5328
                    "CodeSniffer/CommentParser/",
5329
                    "CodeSniffer/Tokenizers/",
5330
                    "CodeSniffer/DocGenerators/",
5331
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5332
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5333
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5334
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5335
                    "CodeSniffer/Standards/Generic/Sniffs/",
5336
                    "CodeSniffer/Standards/MySource/Sniffs/",
5337
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5338
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5339
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5340
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5341
                    "CodeSniffer/Standards/Zend/Sniffs/"
5342
                ]
5343
            },
5344
            "notification-url": "https://packagist.org/downloads/",
5345
            "license": [
5346
                "BSD-3-Clause"
5347
            ],
5348
            "authors": [
5349
                {
5350
                    "name": "Greg Sherwood",
5351
                    "role": "lead"
5352
                }
5353
            ],
5354
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5355
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5356
            "keywords": [
5357
                "phpcs",
5358
                "standards"
5359
            ],
5360
            "time": "2014-12-04T22:32:15+00:00"
5361
        },
5362
        {
5363
            "name": "symfony/phpunit-bridge",
5364
            "version": "v3.4.15",
5365
            "source": {
5366
                "type": "git",
5367
                "url": "https://github.com/symfony/phpunit-bridge.git",
5368
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed"
5369
            },
5370
            "dist": {
5371
                "type": "zip",
5372
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
5373
                "reference": "f4fde1ede82c7ca2a4f06cf48521a185b26c0fed",
5374
                "shasum": ""
5375
            },
5376
            "require": {
5377
                "php": ">=5.3.3"
5378
            },
5379
            "conflict": {
5380
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5381
            },
5382
            "suggest": {
5383
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
5384
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5385
            },
5386
            "bin": [
5387
                "bin/simple-phpunit"
5388
            ],
5389
            "type": "symfony-bridge",
5390
            "extra": {
5391
                "branch-alias": {
5392
                    "dev-master": "3.4-dev"
5393
                },
5394
                "thanks": {
5395
                    "name": "phpunit/phpunit",
5396
                    "url": "https://github.com/sebastianbergmann/phpunit"
5397
                }
5398
            },
5399
            "autoload": {
5400
                "files": [
5401
                    "bootstrap.php"
5402
                ],
5403
                "psr-4": {
5404
                    "Symfony\\Bridge\\PhpUnit\\": ""
5405
                },
5406
                "exclude-from-classmap": [
5407
                    "/Tests/"
5408
                ]
5409
            },
5410
            "notification-url": "https://packagist.org/downloads/",
5411
            "license": [
5412
                "MIT"
5413
            ],
5414
            "authors": [
5415
                {
5416
                    "name": "Nicolas Grekas",
5417
                    "email": "[email protected]"
5418
                },
5419
                {
5420
                    "name": "Symfony Community",
5421
                    "homepage": "https://symfony.com/contributors"
5422
                }
5423
            ],
5424
            "description": "Symfony PHPUnit Bridge",
5425
            "homepage": "https://symfony.com",
5426
            "time": "2018-08-27T15:17:06+00:00"
5427
        },
5428
        {
5429
            "name": "theseer/fdomdocument",
5430
            "version": "1.6.6",
5431
            "source": {
5432
                "type": "git",
5433
                "url": "https://github.com/theseer/fDOMDocument.git",
5434
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
5435
            },
5436
            "dist": {
5437
                "type": "zip",
5438
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5439
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5440
                "shasum": ""
5441
            },
5442
            "require": {
5443
                "ext-dom": "*",
5444
                "lib-libxml": "*",
5445
                "php": ">=5.3.3"
5446
            },
5447
            "type": "library",
5448
            "autoload": {
5449
                "classmap": [
5450
                    "src/"
5451
                ]
5452
            },
5453
            "notification-url": "https://packagist.org/downloads/",
5454
            "license": [
5455
                "BSD-3-Clause"
5456
            ],
5457
            "authors": [
5458
                {
5459
                    "name": "Arne Blankerts",
5460
                    "email": "[email protected]",
5461
                    "role": "lead"
5462
                }
5463
            ],
5464
            "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.",
5465
            "homepage": "https://github.com/theseer/fDOMDocument",
5466
            "time": "2017-06-30T11:53:12+00:00"
5467
        }
5468
    ],
5469
    "aliases": [],
5470
    "minimum-stability": "stable",
5471
    "stability-flags": [],
5472
    "prefer-stable": false,
5473
    "prefer-lowest": false,
5474
    "platform": {
5475
        "php": "^5.6|^7.0",
5476
        "ext-gmp": "*"
5477
    },
5478
    "platform-dev": []
5479
}
5480