Completed
Push — master ( 64908a...328605 )
by
unknown
03:10
created

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

Uses insecure CSPRNG (openssl_random_pseudo_bytes())
Loading history...
2001
            "version": "v1.4.1",
2002
            "source": {
2003
                "type": "git",
2004
                "url": "https://github.com/paragonie/random_compat.git",
2005
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2006
            },
2007
            "dist": {
2008
                "type": "zip",
2009
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2010
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2011
                "shasum": ""
2012
            },
2013
            "require": {
2014
                "php": ">=5.2.0"
2015
            },
2016
            "require-dev": {
2017
                "phpunit/phpunit": "4.*|5.*"
2018
            },
2019
            "suggest": {
2020
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2021
            },
2022
            "type": "library",
2023
            "autoload": {
2024
                "files": [
2025
                    "lib/random.php"
2026
                ]
2027
            },
2028
            "notification-url": "https://packagist.org/downloads/",
2029
            "license": [
2030
                "MIT"
2031
            ],
2032
            "authors": [
2033
                {
2034
                    "name": "Paragon Initiative Enterprises",
2035
                    "email": "[email protected]",
2036
                    "homepage": "https://paragonie.com"
2037
                }
2038
            ],
2039
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2040
            "keywords": [
2041
                "csprng",
2042
                "pseudorandom",
2043
                "random"
2044
            ],
2045
            "time": "2016-03-18T20:34:03+00:00"
2046
        },
2047
        {
2048
            "name": "psr/http-message",
2049
            "version": "1.0.1",
2050
            "source": {
2051
                "type": "git",
2052
                "url": "https://github.com/php-fig/http-message.git",
2053
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2054
            },
2055
            "dist": {
2056
                "type": "zip",
2057
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2058
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2059
                "shasum": ""
2060
            },
2061
            "require": {
2062
                "php": ">=5.3.0"
2063
            },
2064
            "type": "library",
2065
            "extra": {
2066
                "branch-alias": {
2067
                    "dev-master": "1.0.x-dev"
2068
                }
2069
            },
2070
            "autoload": {
2071
                "psr-4": {
2072
                    "Psr\\Http\\Message\\": "src/"
2073
                }
2074
            },
2075
            "notification-url": "https://packagist.org/downloads/",
2076
            "license": [
2077
                "MIT"
2078
            ],
2079
            "authors": [
2080
                {
2081
                    "name": "PHP-FIG",
2082
                    "homepage": "http://www.php-fig.org/"
2083
                }
2084
            ],
2085
            "description": "Common interface for HTTP messages",
2086
            "homepage": "https://github.com/php-fig/http-message",
2087
            "keywords": [
2088
                "http",
2089
                "http-message",
2090
                "psr",
2091
                "psr-7",
2092
                "request",
2093
                "response"
2094
            ],
2095
            "time": "2016-08-06T14:39:51+00:00"
2096
        },
2097
        {
2098
            "name": "psr/log",
2099
            "version": "1.0.2",
2100
            "source": {
2101
                "type": "git",
2102
                "url": "https://github.com/php-fig/log.git",
2103
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2104
            },
2105
            "dist": {
2106
                "type": "zip",
2107
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2108
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2109
                "shasum": ""
2110
            },
2111
            "require": {
2112
                "php": ">=5.3.0"
2113
            },
2114
            "type": "library",
2115
            "extra": {
2116
                "branch-alias": {
2117
                    "dev-master": "1.0.x-dev"
2118
                }
2119
            },
2120
            "autoload": {
2121
                "psr-4": {
2122
                    "Psr\\Log\\": "Psr/Log/"
2123
                }
2124
            },
2125
            "notification-url": "https://packagist.org/downloads/",
2126
            "license": [
2127
                "MIT"
2128
            ],
2129
            "authors": [
2130
                {
2131
                    "name": "PHP-FIG",
2132
                    "homepage": "http://www.php-fig.org/"
2133
                }
2134
            ],
2135
            "description": "Common interface for logging libraries",
2136
            "homepage": "https://github.com/php-fig/log",
2137
            "keywords": [
2138
                "log",
2139
                "psr",
2140
                "psr-3"
2141
            ],
2142
            "time": "2016-10-10T12:19:37+00:00"
2143
        },
2144
        {
2145
            "name": "ramsey/uuid",
2146
            "version": "2.9.0",
2147
            "source": {
2148
                "type": "git",
2149
                "url": "https://github.com/ramsey/uuid.git",
2150
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a"
2151
            },
2152
            "dist": {
2153
                "type": "zip",
2154
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2155
                "reference": "b2ef4dd9584268d73f92f752a62bc24cd534dc9a",
2156
                "shasum": ""
2157
            },
2158
            "require": {
2159
                "paragonie/random_compat": "^1.0|^2.0",
2160
                "php": ">=5.3.3"
2161
            },
2162
            "replace": {
2163
                "rhumsaa/uuid": "self.version"
2164
            },
2165
            "require-dev": {
2166
                "doctrine/dbal": ">=2.3",
2167
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2168
                "moontoast/math": "~1.1",
2169
                "phpunit/phpunit": "~4.1|~5.0",
2170
                "satooshi/php-coveralls": "~0.6",
2171
                "squizlabs/php_codesniffer": "^2.3",
2172
                "symfony/console": "~2.3|~3.0"
2173
            },
2174
            "suggest": {
2175
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
2176
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
2177
                "symfony/console": "Support for use of the bin/uuid command line tool."
2178
            },
2179
            "bin": [
2180
                "bin/uuid"
2181
            ],
2182
            "type": "library",
2183
            "autoload": {
2184
                "psr-4": {
2185
                    "Rhumsaa\\Uuid\\": "src/"
2186
                }
2187
            },
2188
            "notification-url": "https://packagist.org/downloads/",
2189
            "license": [
2190
                "MIT"
2191
            ],
2192
            "authors": [
2193
                {
2194
                    "name": "Marijn Huizendveld",
2195
                    "email": "[email protected]"
2196
                },
2197
                {
2198
                    "name": "Ben Ramsey",
2199
                    "homepage": "http://benramsey.com"
2200
                }
2201
            ],
2202
            "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2203
            "homepage": "https://github.com/ramsey/uuid",
2204
            "keywords": [
2205
                "guid",
2206
                "identifier",
2207
                "uuid"
2208
            ],
2209
            "time": "2016-03-22T18:20:19+00:00"
2210
        },
2211
        {
2212
            "name": "sensio/distribution-bundle",
2213
            "version": "v3.0.30",
2214
            "target-dir": "Sensio/Bundle/DistributionBundle",
2215
            "source": {
2216
                "type": "git",
2217
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
2218
                "reference": "f1758b30096202aeede61f79a1dffd69da091517"
2219
            },
2220
            "dist": {
2221
                "type": "zip",
2222
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/f1758b30096202aeede61f79a1dffd69da091517",
2223
                "reference": "f1758b30096202aeede61f79a1dffd69da091517",
2224
                "shasum": ""
2225
            },
2226
            "require": {
2227
                "php": ">=5.3.3",
2228
                "sensiolabs/security-checker": "~2.0",
2229
                "symfony/class-loader": "~2.2",
2230
                "symfony/framework-bundle": "~2.3",
2231
                "symfony/process": "~2.2"
2232
            },
2233
            "require-dev": {
2234
                "symfony/form": "~2.2",
2235
                "symfony/validator": "~2.2",
2236
                "symfony/yaml": "~2.2"
2237
            },
2238
            "suggest": {
2239
                "symfony/form": "If you want to use the configurator",
2240
                "symfony/validator": "If you want to use the configurator",
2241
                "symfony/yaml": "If you want to use  the configurator"
2242
            },
2243
            "type": "symfony-bundle",
2244
            "extra": {
2245
                "branch-alias": {
2246
                    "dev-master": "3.0.x-dev"
2247
                }
2248
            },
2249
            "autoload": {
2250
                "psr-0": {
2251
                    "Sensio\\Bundle\\DistributionBundle": ""
2252
                }
2253
            },
2254
            "notification-url": "https://packagist.org/downloads/",
2255
            "license": [
2256
                "MIT"
2257
            ],
2258
            "authors": [
2259
                {
2260
                    "name": "Fabien Potencier",
2261
                    "email": "[email protected]"
2262
                }
2263
            ],
2264
            "description": "Base bundle for Symfony Distributions",
2265
            "keywords": [
2266
                "configuration",
2267
                "distribution"
2268
            ],
2269
            "time": "2015-06-05T22:32:22+00:00"
2270
        },
2271
        {
2272
            "name": "sensio/framework-extra-bundle",
2273
            "version": "v3.0.16",
2274
            "source": {
2275
                "type": "git",
2276
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2277
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
2278
            },
2279
            "dist": {
2280
                "type": "zip",
2281
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2282
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
2283
                "shasum": ""
2284
            },
2285
            "require": {
2286
                "doctrine/common": "~2.2",
2287
                "symfony/dependency-injection": "~2.3|~3.0",
2288
                "symfony/framework-bundle": "~2.3|~3.0"
2289
            },
2290
            "require-dev": {
2291
                "symfony/browser-kit": "~2.3|~3.0",
2292
                "symfony/dom-crawler": "~2.3|~3.0",
2293
                "symfony/expression-language": "~2.4|~3.0",
2294
                "symfony/finder": "~2.3|~3.0",
2295
                "symfony/phpunit-bridge": "~2.7|~3.0",
2296
                "symfony/security-bundle": "~2.4|~3.0",
2297
                "symfony/twig-bundle": "~2.3|~3.0",
2298
                "twig/twig": "~1.11|~2.0"
2299
            },
2300
            "suggest": {
2301
                "symfony/expression-language": "",
2302
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2303
                "symfony/security-bundle": ""
2304
            },
2305
            "type": "symfony-bundle",
2306
            "extra": {
2307
                "branch-alias": {
2308
                    "dev-master": "3.0.x-dev"
2309
                }
2310
            },
2311
            "autoload": {
2312
                "psr-4": {
2313
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2314
                }
2315
            },
2316
            "notification-url": "https://packagist.org/downloads/",
2317
            "license": [
2318
                "MIT"
2319
            ],
2320
            "authors": [
2321
                {
2322
                    "name": "Fabien Potencier",
2323
                    "email": "[email protected]"
2324
                }
2325
            ],
2326
            "description": "This bundle provides a way to configure your controllers with annotations",
2327
            "keywords": [
2328
                "annotations",
2329
                "controllers"
2330
            ],
2331
            "time": "2016-03-25T17:08:27+00:00"
2332
        },
2333
        {
2334
            "name": "sensio/generator-bundle",
2335
            "version": "v2.5.3",
2336
            "target-dir": "Sensio/Bundle/GeneratorBundle",
2337
            "source": {
2338
                "type": "git",
2339
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
2340
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
2341
            },
2342
            "dist": {
2343
                "type": "zip",
2344
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
2345
                "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
2346
                "shasum": ""
2347
            },
2348
            "require": {
2349
                "symfony/console": "~2.5",
2350
                "symfony/framework-bundle": "~2.2"
2351
            },
2352
            "require-dev": {
2353
                "doctrine/orm": "~2.2,>=2.2.3",
2354
                "symfony/doctrine-bridge": "~2.2",
2355
                "twig/twig": "~1.11"
2356
            },
2357
            "type": "symfony-bundle",
2358
            "extra": {
2359
                "branch-alias": {
2360
                    "dev-master": "2.5.x-dev"
2361
                }
2362
            },
2363
            "autoload": {
2364
                "psr-0": {
2365
                    "Sensio\\Bundle\\GeneratorBundle": ""
2366
                }
2367
            },
2368
            "notification-url": "https://packagist.org/downloads/",
2369
            "license": [
2370
                "MIT"
2371
            ],
2372
            "authors": [
2373
                {
2374
                    "name": "Fabien Potencier",
2375
                    "email": "[email protected]"
2376
                }
2377
            ],
2378
            "description": "This bundle generates code for you",
2379
            "time": "2015-03-17T06:36:52+00:00"
2380
        },
2381
        {
2382
            "name": "sensiolabs/security-checker",
2383
            "version": "v2.0.6",
2384
            "source": {
2385
                "type": "git",
2386
                "url": "https://github.com/sensiolabs/security-checker.git",
2387
                "reference": "7aa36d5986590e45badf052a96ee5d216043f06d"
2388
            },
2389
            "dist": {
2390
                "type": "zip",
2391
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7aa36d5986590e45badf052a96ee5d216043f06d",
2392
                "reference": "7aa36d5986590e45badf052a96ee5d216043f06d",
2393
                "shasum": ""
2394
            },
2395
            "require": {
2396
                "ext-curl": "*",
2397
                "symfony/console": "~2.0"
2398
            },
2399
            "bin": [
2400
                "security-checker"
2401
            ],
2402
            "type": "library",
2403
            "extra": {
2404
                "branch-alias": {
2405
                    "dev-master": "2.0-dev"
2406
                }
2407
            },
2408
            "autoload": {
2409
                "psr-0": {
2410
                    "SensioLabs\\Security": ""
2411
                }
2412
            },
2413
            "notification-url": "https://packagist.org/downloads/",
2414
            "license": [
2415
                "MIT"
2416
            ],
2417
            "authors": [
2418
                {
2419
                    "name": "Fabien Potencier",
2420
                    "email": "[email protected]"
2421
                }
2422
            ],
2423
            "description": "A security checker for your composer.lock",
2424
            "time": "2017-03-09T17:39:16+00:00"
2425
        },
2426
        {
2427
            "name": "surfnet/stepup-bundle",
2428
            "version": "3.0.0",
2429
            "source": {
2430
                "type": "git",
2431
                "url": "https://github.com/OpenConext/Stepup-bundle.git",
2432
                "reference": "4564d2b468a9a9a0bcfa6356e055aacbd3c4e4f0"
2433
            },
2434
            "dist": {
2435
                "type": "zip",
2436
                "url": "https://api.github.com/repos/OpenConext/Stepup-bundle/zipball/4564d2b468a9a9a0bcfa6356e055aacbd3c4e4f0",
2437
                "reference": "4564d2b468a9a9a0bcfa6356e055aacbd3c4e4f0",
2438
                "shasum": ""
2439
            },
2440
            "require": {
2441
                "ext-gmp": "*",
2442
                "ext-openssl": "*",
2443
                "graylog2/gelf-php": "^1.5",
2444
                "guzzlehttp/guzzle": "^6.0",
2445
                "monolog/monolog": "~1.11",
2446
                "php": "^5.6|^7.0",
2447
                "sensio/framework-extra-bundle": "~3",
2448
                "symfony/config": "^2.7",
2449
                "symfony/dependency-injection": "^2.7",
2450
                "symfony/form": "^2.7",
2451
                "symfony/framework-bundle": "^2.7",
2452
                "symfony/http-kernel": "^2.7",
2453
                "symfony/twig-bridge": "^2.7",
2454
                "symfony/validator": "^2.7"
2455
            },
2456
            "require-dev": {
2457
                "liip/rmt": "1.1.*",
2458
                "mockery/mockery": "0.9.*",
2459
                "phpmd/phpmd": "^2.0",
2460
                "phpunit/phpunit": "^4.0",
2461
                "sebastian/phpcpd": "^2.0",
2462
                "sensiolabs/security-checker": "^2.0",
2463
                "squizlabs/php_codesniffer": "^1.0"
2464
            },
2465
            "type": "library",
2466
            "autoload": {
2467
                "psr-4": {
2468
                    "Surfnet\\StepupBundle\\": "src"
2469
                }
2470
            },
2471
            "notification-url": "https://packagist.org/downloads/",
2472
            "license": [
2473
                "Apache-2.0"
2474
            ],
2475
            "description": "A Symfony2 bundle that holds shared code and framework integration for all Step-up applications.",
2476
            "keywords": [
2477
                "stepup",
2478
                "suaas",
2479
                "surfnet"
2480
            ],
2481
            "time": "2017-11-30T07:47:43+00:00"
2482
        },
2483
        {
2484
            "name": "swiftmailer/swiftmailer",
2485
            "version": "v5.4.8",
2486
            "source": {
2487
                "type": "git",
2488
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2489
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2490
            },
2491
            "dist": {
2492
                "type": "zip",
2493
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
2494
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2495
                "shasum": ""
2496
            },
2497
            "require": {
2498
                "php": ">=5.3.3"
2499
            },
2500
            "require-dev": {
2501
                "mockery/mockery": "~0.9.1",
2502
                "symfony/phpunit-bridge": "~3.2"
2503
            },
2504
            "type": "library",
2505
            "extra": {
2506
                "branch-alias": {
2507
                    "dev-master": "5.4-dev"
2508
                }
2509
            },
2510
            "autoload": {
2511
                "files": [
2512
                    "lib/swift_required.php"
2513
                ]
2514
            },
2515
            "notification-url": "https://packagist.org/downloads/",
2516
            "license": [
2517
                "MIT"
2518
            ],
2519
            "authors": [
2520
                {
2521
                    "name": "Chris Corbyn"
2522
                },
2523
                {
2524
                    "name": "Fabien Potencier",
2525
                    "email": "[email protected]"
2526
                }
2527
            ],
2528
            "description": "Swiftmailer, free feature-rich PHP mailer",
2529
            "homepage": "http://swiftmailer.org",
2530
            "keywords": [
2531
                "email",
2532
                "mail",
2533
                "mailer"
2534
            ],
2535
            "time": "2017-05-01T15:54:03+00:00"
2536
        },
2537
        {
2538
            "name": "symfony/monolog-bundle",
2539
            "version": "2.11.1",
2540
            "source": {
2541
                "type": "git",
2542
                "url": "https://github.com/symfony/monolog-bundle.git",
2543
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
2544
            },
2545
            "dist": {
2546
                "type": "zip",
2547
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2548
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
2549
                "shasum": ""
2550
            },
2551
            "require": {
2552
                "monolog/monolog": "~1.18",
2553
                "php": ">=5.3.2",
2554
                "symfony/config": "~2.3|~3.0",
2555
                "symfony/dependency-injection": "~2.3|~3.0",
2556
                "symfony/http-kernel": "~2.3|~3.0",
2557
                "symfony/monolog-bridge": "~2.3|~3.0"
2558
            },
2559
            "require-dev": {
2560
                "phpunit/phpunit": "^4.8",
2561
                "symfony/console": "~2.3|~3.0",
2562
                "symfony/yaml": "~2.3|~3.0"
2563
            },
2564
            "type": "symfony-bundle",
2565
            "extra": {
2566
                "branch-alias": {
2567
                    "dev-master": "2.x-dev"
2568
                }
2569
            },
2570
            "autoload": {
2571
                "psr-4": {
2572
                    "Symfony\\Bundle\\MonologBundle\\": ""
2573
                }
2574
            },
2575
            "notification-url": "https://packagist.org/downloads/",
2576
            "license": [
2577
                "MIT"
2578
            ],
2579
            "authors": [
2580
                {
2581
                    "name": "Symfony Community",
2582
                    "homepage": "http://symfony.com/contributors"
2583
                },
2584
                {
2585
                    "name": "Fabien Potencier",
2586
                    "email": "[email protected]"
2587
                }
2588
            ],
2589
            "description": "Symfony MonologBundle",
2590
            "homepage": "http://symfony.com",
2591
            "keywords": [
2592
                "log",
2593
                "logging"
2594
            ],
2595
            "time": "2016-04-13T16:21:01+00:00"
2596
        },
2597
        {
2598
            "name": "symfony/polyfill-apcu",
2599
            "version": "v1.2.0",
2600
            "source": {
2601
                "type": "git",
2602
                "url": "https://github.com/symfony/polyfill-apcu.git",
2603
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2604
            },
2605
            "dist": {
2606
                "type": "zip",
2607
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2608
                "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2609
                "shasum": ""
2610
            },
2611
            "require": {
2612
                "php": ">=5.3.3"
2613
            },
2614
            "type": "library",
2615
            "extra": {
2616
                "branch-alias": {
2617
                    "dev-master": "1.2-dev"
2618
                }
2619
            },
2620
            "autoload": {
2621
                "files": [
2622
                    "bootstrap.php"
2623
                ]
2624
            },
2625
            "notification-url": "https://packagist.org/downloads/",
2626
            "license": [
2627
                "MIT"
2628
            ],
2629
            "authors": [
2630
                {
2631
                    "name": "Nicolas Grekas",
2632
                    "email": "[email protected]"
2633
                },
2634
                {
2635
                    "name": "Symfony Community",
2636
                    "homepage": "https://symfony.com/contributors"
2637
                }
2638
            ],
2639
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2640
            "homepage": "https://symfony.com",
2641
            "keywords": [
2642
                "apcu",
2643
                "compatibility",
2644
                "polyfill",
2645
                "portable",
2646
                "shim"
2647
            ],
2648
            "time": "2016-05-18T14:26:46+00:00"
2649
        },
2650
        {
2651
            "name": "symfony/polyfill-mbstring",
2652
            "version": "v1.2.0",
2653
            "source": {
2654
                "type": "git",
2655
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2656
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2657
            },
2658
            "dist": {
2659
                "type": "zip",
2660
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2661
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2662
                "shasum": ""
2663
            },
2664
            "require": {
2665
                "php": ">=5.3.3"
2666
            },
2667
            "suggest": {
2668
                "ext-mbstring": "For best performance"
2669
            },
2670
            "type": "library",
2671
            "extra": {
2672
                "branch-alias": {
2673
                    "dev-master": "1.2-dev"
2674
                }
2675
            },
2676
            "autoload": {
2677
                "psr-4": {
2678
                    "Symfony\\Polyfill\\Mbstring\\": ""
2679
                },
2680
                "files": [
2681
                    "bootstrap.php"
2682
                ]
2683
            },
2684
            "notification-url": "https://packagist.org/downloads/",
2685
            "license": [
2686
                "MIT"
2687
            ],
2688
            "authors": [
2689
                {
2690
                    "name": "Nicolas Grekas",
2691
                    "email": "[email protected]"
2692
                },
2693
                {
2694
                    "name": "Symfony Community",
2695
                    "homepage": "https://symfony.com/contributors"
2696
                }
2697
            ],
2698
            "description": "Symfony polyfill for the Mbstring extension",
2699
            "homepage": "https://symfony.com",
2700
            "keywords": [
2701
                "compatibility",
2702
                "mbstring",
2703
                "polyfill",
2704
                "portable",
2705
                "shim"
2706
            ],
2707
            "time": "2016-05-18T14:26:46+00:00"
2708
        },
2709
        {
2710
            "name": "symfony/swiftmailer-bundle",
2711
            "version": "v2.3.11",
2712
            "source": {
2713
                "type": "git",
2714
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
2715
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
2716
            },
2717
            "dist": {
2718
                "type": "zip",
2719
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
2720
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
2721
                "shasum": ""
2722
            },
2723
            "require": {
2724
                "php": ">=5.3.2",
2725
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2726
                "symfony/config": "~2.3|~3.0",
2727
                "symfony/dependency-injection": "~2.3|~3.0",
2728
                "symfony/http-kernel": "~2.3|~3.0",
2729
                "symfony/yaml": "~2.3|~3.0"
2730
            },
2731
            "require-dev": {
2732
                "symfony/phpunit-bridge": "~2.7|~3.0"
2733
            },
2734
            "suggest": {
2735
                "psr/log": "Allows logging"
2736
            },
2737
            "type": "symfony-bundle",
2738
            "extra": {
2739
                "branch-alias": {
2740
                    "dev-master": "2.3-dev"
2741
                }
2742
            },
2743
            "autoload": {
2744
                "psr-4": {
2745
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
2746
                }
2747
            },
2748
            "notification-url": "https://packagist.org/downloads/",
2749
            "license": [
2750
                "MIT"
2751
            ],
2752
            "authors": [
2753
                {
2754
                    "name": "Symfony Community",
2755
                    "homepage": "http://symfony.com/contributors"
2756
                },
2757
                {
2758
                    "name": "Fabien Potencier",
2759
                    "email": "[email protected]"
2760
                }
2761
            ],
2762
            "description": "Symfony SwiftmailerBundle",
2763
            "homepage": "http://symfony.com",
2764
            "time": "2016-01-15T16:41:20+00:00"
2765
        },
2766
        {
2767
            "name": "symfony/symfony",
0 ignored issues
show
2768
            "version": "v2.7.16",
2769
            "source": {
2770
                "type": "git",
2771
                "url": "https://github.com/symfony/symfony.git",
2772
                "reference": "42199fef6e9b448947d395add058642975e59127"
2773
            },
2774
            "dist": {
2775
                "type": "zip",
2776
                "url": "https://api.github.com/repos/symfony/symfony/zipball/42199fef6e9b448947d395add058642975e59127",
2777
                "reference": "42199fef6e9b448947d395add058642975e59127",
2778
                "shasum": ""
2779
            },
2780
            "require": {
2781
                "doctrine/common": "~2.4",
2782
                "paragonie/random_compat": "~1.0",
2783
                "php": ">=5.3.9",
2784
                "psr/log": "~1.0",
2785
                "symfony/polyfill-apcu": "~1.1",
2786
                "symfony/polyfill-mbstring": "~1.1",
2787
                "twig/twig": "~1.23|~2.0"
2788
            },
2789
            "replace": {
2790
                "symfony/asset": "self.version",
2791
                "symfony/browser-kit": "self.version",
2792
                "symfony/class-loader": "self.version",
2793
                "symfony/config": "self.version",
2794
                "symfony/console": "self.version",
2795
                "symfony/css-selector": "self.version",
2796
                "symfony/debug": "self.version",
2797
                "symfony/debug-bundle": "self.version",
2798
                "symfony/dependency-injection": "self.version",
2799
                "symfony/doctrine-bridge": "self.version",
2800
                "symfony/dom-crawler": "self.version",
2801
                "symfony/event-dispatcher": "self.version",
2802
                "symfony/expression-language": "self.version",
2803
                "symfony/filesystem": "self.version",
2804
                "symfony/finder": "self.version",
2805
                "symfony/form": "self.version",
2806
                "symfony/framework-bundle": "self.version",
2807
                "symfony/http-foundation": "self.version",
2808
                "symfony/http-kernel": "self.version",
2809
                "symfony/intl": "self.version",
2810
                "symfony/locale": "self.version",
2811
                "symfony/monolog-bridge": "self.version",
2812
                "symfony/options-resolver": "self.version",
2813
                "symfony/process": "self.version",
2814
                "symfony/property-access": "self.version",
2815
                "symfony/proxy-manager-bridge": "self.version",
2816
                "symfony/routing": "self.version",
2817
                "symfony/security": "self.version",
2818
                "symfony/security-acl": "self.version",
2819
                "symfony/security-bundle": "self.version",
2820
                "symfony/security-core": "self.version",
2821
                "symfony/security-csrf": "self.version",
2822
                "symfony/security-http": "self.version",
2823
                "symfony/serializer": "self.version",
2824
                "symfony/stopwatch": "self.version",
2825
                "symfony/swiftmailer-bridge": "self.version",
2826
                "symfony/templating": "self.version",
2827
                "symfony/translation": "self.version",
2828
                "symfony/twig-bridge": "self.version",
2829
                "symfony/twig-bundle": "self.version",
2830
                "symfony/validator": "self.version",
2831
                "symfony/var-dumper": "self.version",
2832
                "symfony/web-profiler-bundle": "self.version",
2833
                "symfony/yaml": "self.version"
2834
            },
2835
            "require-dev": {
2836
                "doctrine/data-fixtures": "1.0.*",
2837
                "doctrine/dbal": "~2.4",
2838
                "doctrine/doctrine-bundle": "~1.2",
2839
                "doctrine/orm": "~2.4,>=2.4.5",
2840
                "egulias/email-validator": "~1.2,>=1.2.1",
2841
                "ircmaxell/password-compat": "~1.0",
2842
                "monolog/monolog": "~1.11",
2843
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0"
2844
            },
2845
            "type": "library",
2846
            "extra": {
2847
                "branch-alias": {
2848
                    "dev-master": "2.7-dev"
2849
                }
2850
            },
2851
            "autoload": {
2852
                "psr-4": {
2853
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2854
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2855
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2856
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2857
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2858
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2859
                    "Symfony\\Component\\": "src/Symfony/Component/"
2860
                },
2861
                "classmap": [
2862
                    "src/Symfony/Component/HttpFoundation/Resources/stubs",
2863
                    "src/Symfony/Component/Intl/Resources/stubs"
2864
                ],
2865
                "files": [
2866
                    "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2867
                ],
2868
                "exclude-from-classmap": [
2869
                    "**/Tests/"
2870
                ]
2871
            },
2872
            "notification-url": "https://packagist.org/downloads/",
2873
            "license": [
2874
                "MIT"
2875
            ],
2876
            "authors": [
2877
                {
2878
                    "name": "Fabien Potencier",
2879
                    "email": "[email protected]"
2880
                },
2881
                {
2882
                    "name": "Symfony Community",
2883
                    "homepage": "https://symfony.com/contributors"
2884
                }
2885
            ],
2886
            "description": "The Symfony PHP framework",
2887
            "homepage": "https://symfony.com",
2888
            "keywords": [
2889
                "framework"
2890
            ],
2891
            "time": "2016-07-30T08:15:52+00:00"
2892
        },
2893
        {
2894
            "name": "twig/extensions",
2895
            "version": "v1.3.0",
2896
            "source": {
2897
                "type": "git",
2898
                "url": "https://github.com/twigphp/Twig-extensions.git",
2899
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
2900
            },
2901
            "dist": {
2902
                "type": "zip",
2903
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
2904
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
2905
                "shasum": ""
2906
            },
2907
            "require": {
2908
                "twig/twig": "~1.20|~2.0"
2909
            },
2910
            "require-dev": {
2911
                "symfony/translation": "~2.3"
2912
            },
2913
            "suggest": {
2914
                "symfony/translation": "Allow the time_diff output to be translated"
2915
            },
2916
            "type": "library",
2917
            "extra": {
2918
                "branch-alias": {
2919
                    "dev-master": "1.3-dev"
2920
                }
2921
            },
2922
            "autoload": {
2923
                "psr-0": {
2924
                    "Twig_Extensions_": "lib/"
2925
                }
2926
            },
2927
            "notification-url": "https://packagist.org/downloads/",
2928
            "license": [
2929
                "MIT"
2930
            ],
2931
            "authors": [
2932
                {
2933
                    "name": "Fabien Potencier",
2934
                    "email": "[email protected]"
2935
                }
2936
            ],
2937
            "description": "Common additional features for Twig that do not directly belong in core",
2938
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
2939
            "keywords": [
2940
                "i18n",
2941
                "text"
2942
            ],
2943
            "time": "2015-08-22T16:38:35+00:00"
2944
        },
2945
        {
2946
            "name": "twig/twig",
2947
            "version": "v1.32.0",
2948
            "source": {
2949
                "type": "git",
2950
                "url": "https://github.com/twigphp/Twig.git",
2951
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f"
2952
            },
2953
            "dist": {
2954
                "type": "zip",
2955
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9935b662e24d6e634da88901ab534cc12e8c728f",
2956
                "reference": "9935b662e24d6e634da88901ab534cc12e8c728f",
2957
                "shasum": ""
2958
            },
2959
            "require": {
2960
                "php": ">=5.2.7"
2961
            },
2962
            "require-dev": {
2963
                "psr/container": "^1.0",
2964
                "symfony/debug": "~2.7",
2965
                "symfony/phpunit-bridge": "~3.2"
2966
            },
2967
            "type": "library",
2968
            "extra": {
2969
                "branch-alias": {
2970
                    "dev-master": "1.32-dev"
2971
                }
2972
            },
2973
            "autoload": {
2974
                "psr-0": {
2975
                    "Twig_": "lib/"
2976
                }
2977
            },
2978
            "notification-url": "https://packagist.org/downloads/",
2979
            "license": [
2980
                "BSD-3-Clause"
2981
            ],
2982
            "authors": [
2983
                {
2984
                    "name": "Fabien Potencier",
2985
                    "email": "[email protected]",
2986
                    "homepage": "http://fabien.potencier.org",
2987
                    "role": "Lead Developer"
2988
                },
2989
                {
2990
                    "name": "Armin Ronacher",
2991
                    "email": "[email protected]",
2992
                    "role": "Project Founder"
2993
                },
2994
                {
2995
                    "name": "Twig Team",
2996
                    "homepage": "http://twig.sensiolabs.org/contributors",
2997
                    "role": "Contributors"
2998
                }
2999
            ],
3000
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3001
            "homepage": "http://twig.sensiolabs.org",
3002
            "keywords": [
3003
                "templating"
3004
            ],
3005
            "time": "2017-02-27T00:07:03+00:00"
3006
        },
3007
        {
3008
            "name": "webmozart/assert",
3009
            "version": "1.2.0",
3010
            "source": {
3011
                "type": "git",
3012
                "url": "https://github.com/webmozart/assert.git",
3013
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3014
            },
3015
            "dist": {
3016
                "type": "zip",
3017
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3018
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3019
                "shasum": ""
3020
            },
3021
            "require": {
3022
                "php": "^5.3.3 || ^7.0"
3023
            },
3024
            "require-dev": {
3025
                "phpunit/phpunit": "^4.6",
3026
                "sebastian/version": "^1.0.1"
3027
            },
3028
            "type": "library",
3029
            "extra": {
3030
                "branch-alias": {
3031
                    "dev-master": "1.3-dev"
3032
                }
3033
            },
3034
            "autoload": {
3035
                "psr-4": {
3036
                    "Webmozart\\Assert\\": "src/"
3037
                }
3038
            },
3039
            "notification-url": "https://packagist.org/downloads/",
3040
            "license": [
3041
                "MIT"
3042
            ],
3043
            "authors": [
3044
                {
3045
                    "name": "Bernhard Schussek",
3046
                    "email": "[email protected]"
3047
                }
3048
            ],
3049
            "description": "Assertions to validate method input/output with nice error messages.",
3050
            "keywords": [
3051
                "assert",
3052
                "check",
3053
                "validate"
3054
            ],
3055
            "time": "2016-11-23T20:04:58+00:00"
3056
        }
3057
    ],
3058
    "packages-dev": [
3059
        {
3060
            "name": "doctrine/data-fixtures",
3061
            "version": "v1.2.1",
3062
            "source": {
3063
                "type": "git",
3064
                "url": "https://github.com/doctrine/data-fixtures.git",
3065
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4"
3066
            },
3067
            "dist": {
3068
                "type": "zip",
3069
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b3cae5efef97191a08d53d733260f7eb667c16e4",
3070
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4",
3071
                "shasum": ""
3072
            },
3073
            "require": {
3074
                "doctrine/common": "~2.2",
3075
                "php": "^5.6 || ^7.0"
3076
            },
3077
            "conflict": {
3078
                "doctrine/orm": "< 2.4"
3079
            },
3080
            "require-dev": {
3081
                "doctrine/dbal": "^2.5.4",
3082
                "doctrine/orm": "^2.5.4",
3083
                "phpunit/phpunit": "^5.4.6"
3084
            },
3085
            "suggest": {
3086
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3087
                "doctrine/orm": "For loading ORM fixtures",
3088
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3089
            },
3090
            "type": "library",
3091
            "extra": {
3092
                "branch-alias": {
3093
                    "dev-master": "1.3.x-dev"
3094
                }
3095
            },
3096
            "autoload": {
3097
                "psr-0": {
3098
                    "Doctrine\\Common\\DataFixtures": "lib/"
3099
                }
3100
            },
3101
            "notification-url": "https://packagist.org/downloads/",
3102
            "license": [
3103
                "MIT"
3104
            ],
3105
            "authors": [
3106
                {
3107
                    "name": "Jonathan Wage",
3108
                    "email": "[email protected]"
3109
                }
3110
            ],
3111
            "description": "Data Fixtures for all Doctrine Object Managers",
3112
            "homepage": "http://www.doctrine-project.org",
3113
            "keywords": [
3114
                "database"
3115
            ],
3116
            "time": "2016-06-20T18:08:26+00:00"
3117
        },
3118
        {
3119
            "name": "hamcrest/hamcrest-php",
3120
            "version": "v1.2.2",
3121
            "source": {
3122
                "type": "git",
3123
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3124
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3125
            },
3126
            "dist": {
3127
                "type": "zip",
3128
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3129
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3130
                "shasum": ""
3131
            },
3132
            "require": {
3133
                "php": ">=5.3.2"
3134
            },
3135
            "replace": {
3136
                "cordoval/hamcrest-php": "*",
3137
                "davedevelopment/hamcrest-php": "*",
3138
                "kodova/hamcrest-php": "*"
3139
            },
3140
            "require-dev": {
3141
                "phpunit/php-file-iterator": "1.3.3",
3142
                "satooshi/php-coveralls": "dev-master"
3143
            },
3144
            "type": "library",
3145
            "autoload": {
3146
                "classmap": [
3147
                    "hamcrest"
3148
                ],
3149
                "files": [
3150
                    "hamcrest/Hamcrest.php"
3151
                ]
3152
            },
3153
            "notification-url": "https://packagist.org/downloads/",
3154
            "license": [
3155
                "BSD"
3156
            ],
3157
            "description": "This is the PHP port of Hamcrest Matchers",
3158
            "keywords": [
3159
                "test"
3160
            ],
3161
            "time": "2015-05-11T14:41:42+00:00"
3162
        },
3163
        {
3164
            "name": "liip/functional-test-bundle",
3165
            "version": "1.6.3",
3166
            "source": {
3167
                "type": "git",
3168
                "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
3169
                "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e"
3170
            },
3171
            "dist": {
3172
                "type": "zip",
3173
                "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e",
3174
                "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e",
3175
                "shasum": ""
3176
            },
3177
            "require": {
3178
                "doctrine/common": "~2.0",
3179
                "php": "^5.3.9|^7.0",
3180
                "symfony/browser-kit": "~2.3|~3.0",
3181
                "symfony/framework-bundle": "2.3.*|~2.7|~3.0"
3182
            },
3183
            "require-dev": {
3184
                "brianium/paratest": "~0.12.0|~0.13.2",
3185
                "doctrine/doctrine-fixtures-bundle": "~2.3",
3186
                "doctrine/orm": "^2.4.8",
3187
                "doctrine/phpcr-bundle": "~1.3",
3188
                "doctrine/phpcr-odm": "~1.3",
3189
                "hautelook/alice-bundle": "~0.2|~1.2",
3190
                "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*",
3191
                "nelmio/alice": "~1.7|~2.0",
3192
                "phpunit/phpunit": "4.8.*|~5.2",
3193
                "symfony/assetic-bundle": "~2.3",
3194
                "symfony/monolog-bundle": "~2.4",
3195
                "symfony/symfony": "~2.3.1|~2.7|~3.0",
3196
                "twig/twig": "~1.12"
3197
            },
3198
            "suggest": {
3199
                "brianium/paratest": "Required when using paratest to parallelize tests",
3200
                "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
3201
                "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
3202
                "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite",
3203
                "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers",
3204
                "nelmio/alice": "Required when using loadFixtureFiles functionality",
3205
                "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5"
3206
            },
3207
            "type": "symfony-bundle",
3208
            "extra": {
3209
                "branch-alias": {
3210
                    "dev-master": "1.6.x-dev"
3211
                }
3212
            },
3213
            "autoload": {
3214
                "psr-4": {
3215
                    "Liip\\FunctionalTestBundle\\": ""
3216
                }
3217
            },
3218
            "notification-url": "https://packagist.org/downloads/",
3219
            "license": [
3220
                "MIT"
3221
            ],
3222
            "authors": [
3223
                {
3224
                    "name": "Liip AG",
3225
                    "homepage": "http://www.liip.ch/"
3226
                },
3227
                {
3228
                    "name": "Community contributions",
3229
                    "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
3230
                }
3231
            ],
3232
            "description": "This bundles provides additional functional test-cases for Symfony2 applications",
3233
            "keywords": [
3234
                "Symfony2"
3235
            ],
3236
            "time": "2016-05-10T22:04:27+00:00"
3237
        },
3238
        {
3239
            "name": "mockery/mockery",
3240
            "version": "0.9.5",
3241
            "source": {
3242
                "type": "git",
3243
                "url": "https://github.com/mockery/mockery.git",
3244
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3245
            },
3246
            "dist": {
3247
                "type": "zip",
3248
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3249
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3250
                "shasum": ""
3251
            },
3252
            "require": {
3253
                "hamcrest/hamcrest-php": "~1.1",
3254
                "lib-pcre": ">=7.0",
3255
                "php": ">=5.3.2"
3256
            },
3257
            "require-dev": {
3258
                "phpunit/phpunit": "~4.0"
3259
            },
3260
            "type": "library",
3261
            "extra": {
3262
                "branch-alias": {
3263
                    "dev-master": "0.9.x-dev"
3264
                }
3265
            },
3266
            "autoload": {
3267
                "psr-0": {
3268
                    "Mockery": "library/"
3269
                }
3270
            },
3271
            "notification-url": "https://packagist.org/downloads/",
3272
            "license": [
3273
                "BSD-3-Clause"
3274
            ],
3275
            "authors": [
3276
                {
3277
                    "name": "Pádraic Brady",
3278
                    "email": "[email protected]",
3279
                    "homepage": "http://blog.astrumfutura.com"
3280
                },
3281
                {
3282
                    "name": "Dave Marshall",
3283
                    "email": "[email protected]",
3284
                    "homepage": "http://davedevelopment.co.uk"
3285
                }
3286
            ],
3287
            "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.",
3288
            "homepage": "http://github.com/padraic/mockery",
3289
            "keywords": [
3290
                "BDD",
3291
                "TDD",
3292
                "library",
3293
                "mock",
3294
                "mock objects",
3295
                "mockery",
3296
                "stub",
3297
                "test",
3298
                "test double",
3299
                "testing"
3300
            ],
3301
            "time": "2016-05-22T21:52:33+00:00"
3302
        },
3303
        {
3304
            "name": "moontoast/math",
3305
            "version": "1.1.0",
3306
            "source": {
3307
                "type": "git",
3308
                "url": "https://github.com/ramsey/moontoast-math.git",
3309
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
3310
            },
3311
            "dist": {
3312
                "type": "zip",
3313
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
3314
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
3315
                "shasum": ""
3316
            },
3317
            "require": {
3318
                "ext-bcmath": "*",
3319
                "php": ">=5.3.3"
3320
            },
3321
            "type": "library",
3322
            "autoload": {
3323
                "psr-0": {
3324
                    "Moontoast\\Math": "src/"
3325
                }
3326
            },
3327
            "notification-url": "https://packagist.org/downloads/",
3328
            "license": [
3329
                "Apache-2.0"
3330
            ],
3331
            "description": "A mathematics library, providing functionality for large numbers",
3332
            "homepage": "https://github.com/moontoast/math",
3333
            "keywords": [
3334
                "bcmath",
3335
                "math"
3336
            ],
3337
            "time": "2013-01-19T17:42:34+00:00"
3338
        },
3339
        {
3340
            "name": "pdepend/pdepend",
3341
            "version": "2.5.0",
3342
            "source": {
3343
                "type": "git",
3344
                "url": "https://github.com/pdepend/pdepend.git",
3345
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3346
            },
3347
            "dist": {
3348
                "type": "zip",
3349
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3350
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3351
                "shasum": ""
3352
            },
3353
            "require": {
3354
                "php": ">=5.3.7",
3355
                "symfony/config": "^2.3.0|^3",
3356
                "symfony/dependency-injection": "^2.3.0|^3",
3357
                "symfony/filesystem": "^2.3.0|^3"
3358
            },
3359
            "require-dev": {
3360
                "phpunit/phpunit": "^4.4.0,<4.8",
3361
                "squizlabs/php_codesniffer": "^2.0.0"
3362
            },
3363
            "bin": [
3364
                "src/bin/pdepend"
3365
            ],
3366
            "type": "library",
3367
            "autoload": {
3368
                "psr-4": {
3369
                    "PDepend\\": "src/main/php/PDepend"
3370
                }
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "BSD-3-Clause"
3375
            ],
3376
            "description": "Official version of pdepend to be handled with Composer",
3377
            "time": "2017-01-19T14:23:36+00:00"
3378
        },
3379
        {
3380
            "name": "phpdocumentor/reflection-common",
3381
            "version": "1.0",
3382
            "source": {
3383
                "type": "git",
3384
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3385
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3386
            },
3387
            "dist": {
3388
                "type": "zip",
3389
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3390
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3391
                "shasum": ""
3392
            },
3393
            "require": {
3394
                "php": ">=5.5"
3395
            },
3396
            "require-dev": {
3397
                "phpunit/phpunit": "^4.6"
3398
            },
3399
            "type": "library",
3400
            "extra": {
3401
                "branch-alias": {
3402
                    "dev-master": "1.0.x-dev"
3403
                }
3404
            },
3405
            "autoload": {
3406
                "psr-4": {
3407
                    "phpDocumentor\\Reflection\\": [
3408
                        "src"
3409
                    ]
3410
                }
3411
            },
3412
            "notification-url": "https://packagist.org/downloads/",
3413
            "license": [
3414
                "MIT"
3415
            ],
3416
            "authors": [
3417
                {
3418
                    "name": "Jaap van Otterdijk",
3419
                    "email": "[email protected]"
3420
                }
3421
            ],
3422
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3423
            "homepage": "http://www.phpdoc.org",
3424
            "keywords": [
3425
                "FQSEN",
3426
                "phpDocumentor",
3427
                "phpdoc",
3428
                "reflection",
3429
                "static analysis"
3430
            ],
3431
            "time": "2015-12-27T11:43:31+00:00"
3432
        },
3433
        {
3434
            "name": "phpdocumentor/reflection-docblock",
3435
            "version": "3.1.1",
3436
            "source": {
3437
                "type": "git",
3438
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3439
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3440
            },
3441
            "dist": {
3442
                "type": "zip",
3443
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3444
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3445
                "shasum": ""
3446
            },
3447
            "require": {
3448
                "php": ">=5.5",
3449
                "phpdocumentor/reflection-common": "^1.0@dev",
3450
                "phpdocumentor/type-resolver": "^0.2.0",
3451
                "webmozart/assert": "^1.0"
3452
            },
3453
            "require-dev": {
3454
                "mockery/mockery": "^0.9.4",
3455
                "phpunit/phpunit": "^4.4"
3456
            },
3457
            "type": "library",
3458
            "autoload": {
3459
                "psr-4": {
3460
                    "phpDocumentor\\Reflection\\": [
3461
                        "src/"
3462
                    ]
3463
                }
3464
            },
3465
            "notification-url": "https://packagist.org/downloads/",
3466
            "license": [
3467
                "MIT"
3468
            ],
3469
            "authors": [
3470
                {
3471
                    "name": "Mike van Riel",
3472
                    "email": "[email protected]"
3473
                }
3474
            ],
3475
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3476
            "time": "2016-09-30T07:12:33+00:00"
3477
        },
3478
        {
3479
            "name": "phpdocumentor/type-resolver",
3480
            "version": "0.2.1",
3481
            "source": {
3482
                "type": "git",
3483
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3484
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3485
            },
3486
            "dist": {
3487
                "type": "zip",
3488
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3489
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3490
                "shasum": ""
3491
            },
3492
            "require": {
3493
                "php": ">=5.5",
3494
                "phpdocumentor/reflection-common": "^1.0"
3495
            },
3496
            "require-dev": {
3497
                "mockery/mockery": "^0.9.4",
3498
                "phpunit/phpunit": "^5.2||^4.8.24"
3499
            },
3500
            "type": "library",
3501
            "extra": {
3502
                "branch-alias": {
3503
                    "dev-master": "1.0.x-dev"
3504
                }
3505
            },
3506
            "autoload": {
3507
                "psr-4": {
3508
                    "phpDocumentor\\Reflection\\": [
3509
                        "src/"
3510
                    ]
3511
                }
3512
            },
3513
            "notification-url": "https://packagist.org/downloads/",
3514
            "license": [
3515
                "MIT"
3516
            ],
3517
            "authors": [
3518
                {
3519
                    "name": "Mike van Riel",
3520
                    "email": "[email protected]"
3521
                }
3522
            ],
3523
            "time": "2016-11-25T06:54:22+00:00"
3524
        },
3525
        {
3526
            "name": "phpmd/phpmd",
3527
            "version": "2.6.0",
3528
            "source": {
3529
                "type": "git",
3530
                "url": "https://github.com/phpmd/phpmd.git",
3531
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3532
            },
3533
            "dist": {
3534
                "type": "zip",
3535
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3536
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3537
                "shasum": ""
3538
            },
3539
            "require": {
3540
                "ext-xml": "*",
3541
                "pdepend/pdepend": "^2.5",
3542
                "php": ">=5.3.9"
3543
            },
3544
            "require-dev": {
3545
                "phpunit/phpunit": "^4.0",
3546
                "squizlabs/php_codesniffer": "^2.0"
3547
            },
3548
            "bin": [
3549
                "src/bin/phpmd"
3550
            ],
3551
            "type": "project",
3552
            "autoload": {
3553
                "psr-0": {
3554
                    "PHPMD\\": "src/main/php"
3555
                }
3556
            },
3557
            "notification-url": "https://packagist.org/downloads/",
3558
            "license": [
3559
                "BSD-3-Clause"
3560
            ],
3561
            "authors": [
3562
                {
3563
                    "name": "Manuel Pichler",
3564
                    "email": "[email protected]",
3565
                    "homepage": "https://github.com/manuelpichler",
3566
                    "role": "Project Founder"
3567
                },
3568
                {
3569
                    "name": "Other contributors",
3570
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3571
                    "role": "Contributors"
3572
                },
3573
                {
3574
                    "name": "Marc Würth",
3575
                    "email": "[email protected]",
3576
                    "homepage": "https://github.com/ravage84",
3577
                    "role": "Project Maintainer"
3578
                }
3579
            ],
3580
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3581
            "homepage": "http://phpmd.org/",
3582
            "keywords": [
3583
                "mess detection",
3584
                "mess detector",
3585
                "pdepend",
3586
                "phpmd",
3587
                "pmd"
3588
            ],
3589
            "time": "2017-01-20T14:41:10+00:00"
3590
        },
3591
        {
3592
            "name": "phpspec/prophecy",
3593
            "version": "v1.7.0",
3594
            "source": {
3595
                "type": "git",
3596
                "url": "https://github.com/phpspec/prophecy.git",
3597
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3598
            },
3599
            "dist": {
3600
                "type": "zip",
3601
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3602
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3603
                "shasum": ""
3604
            },
3605
            "require": {
3606
                "doctrine/instantiator": "^1.0.2",
3607
                "php": "^5.3|^7.0",
3608
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3609
                "sebastian/comparator": "^1.1|^2.0",
3610
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3611
            },
3612
            "require-dev": {
3613
                "phpspec/phpspec": "^2.5|^3.2",
3614
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3615
            },
3616
            "type": "library",
3617
            "extra": {
3618
                "branch-alias": {
3619
                    "dev-master": "1.6.x-dev"
3620
                }
3621
            },
3622
            "autoload": {
3623
                "psr-0": {
3624
                    "Prophecy\\": "src/"
3625
                }
3626
            },
3627
            "notification-url": "https://packagist.org/downloads/",
3628
            "license": [
3629
                "MIT"
3630
            ],
3631
            "authors": [
3632
                {
3633
                    "name": "Konstantin Kudryashov",
3634
                    "email": "[email protected]",
3635
                    "homepage": "http://everzet.com"
3636
                },
3637
                {
3638
                    "name": "Marcello Duarte",
3639
                    "email": "[email protected]"
3640
                }
3641
            ],
3642
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3643
            "homepage": "https://github.com/phpspec/prophecy",
3644
            "keywords": [
3645
                "Double",
3646
                "Dummy",
3647
                "fake",
3648
                "mock",
3649
                "spy",
3650
                "stub"
3651
            ],
3652
            "time": "2017-03-02T20:05:34+00:00"
3653
        },
3654
        {
3655
            "name": "phpunit/php-code-coverage",
3656
            "version": "2.2.4",
3657
            "source": {
3658
                "type": "git",
3659
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3660
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3661
            },
3662
            "dist": {
3663
                "type": "zip",
3664
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3665
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3666
                "shasum": ""
3667
            },
3668
            "require": {
3669
                "php": ">=5.3.3",
3670
                "phpunit/php-file-iterator": "~1.3",
3671
                "phpunit/php-text-template": "~1.2",
3672
                "phpunit/php-token-stream": "~1.3",
3673
                "sebastian/environment": "^1.3.2",
3674
                "sebastian/version": "~1.0"
3675
            },
3676
            "require-dev": {
3677
                "ext-xdebug": ">=2.1.4",
3678
                "phpunit/phpunit": "~4"
3679
            },
3680
            "suggest": {
3681
                "ext-dom": "*",
3682
                "ext-xdebug": ">=2.2.1",
3683
                "ext-xmlwriter": "*"
3684
            },
3685
            "type": "library",
3686
            "extra": {
3687
                "branch-alias": {
3688
                    "dev-master": "2.2.x-dev"
3689
                }
3690
            },
3691
            "autoload": {
3692
                "classmap": [
3693
                    "src/"
3694
                ]
3695
            },
3696
            "notification-url": "https://packagist.org/downloads/",
3697
            "license": [
3698
                "BSD-3-Clause"
3699
            ],
3700
            "authors": [
3701
                {
3702
                    "name": "Sebastian Bergmann",
3703
                    "email": "[email protected]",
3704
                    "role": "lead"
3705
                }
3706
            ],
3707
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3708
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3709
            "keywords": [
3710
                "coverage",
3711
                "testing",
3712
                "xunit"
3713
            ],
3714
            "time": "2015-10-06T15:47:00+00:00"
3715
        },
3716
        {
3717
            "name": "phpunit/php-file-iterator",
3718
            "version": "1.4.2",
3719
            "source": {
3720
                "type": "git",
3721
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3722
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3723
            },
3724
            "dist": {
3725
                "type": "zip",
3726
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3727
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3728
                "shasum": ""
3729
            },
3730
            "require": {
3731
                "php": ">=5.3.3"
3732
            },
3733
            "type": "library",
3734
            "extra": {
3735
                "branch-alias": {
3736
                    "dev-master": "1.4.x-dev"
3737
                }
3738
            },
3739
            "autoload": {
3740
                "classmap": [
3741
                    "src/"
3742
                ]
3743
            },
3744
            "notification-url": "https://packagist.org/downloads/",
3745
            "license": [
3746
                "BSD-3-Clause"
3747
            ],
3748
            "authors": [
3749
                {
3750
                    "name": "Sebastian Bergmann",
3751
                    "email": "[email protected]",
3752
                    "role": "lead"
3753
                }
3754
            ],
3755
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3756
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3757
            "keywords": [
3758
                "filesystem",
3759
                "iterator"
3760
            ],
3761
            "time": "2016-10-03T07:40:28+00:00"
3762
        },
3763
        {
3764
            "name": "phpunit/php-text-template",
3765
            "version": "1.2.1",
3766
            "source": {
3767
                "type": "git",
3768
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3769
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3770
            },
3771
            "dist": {
3772
                "type": "zip",
3773
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3774
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3775
                "shasum": ""
3776
            },
3777
            "require": {
3778
                "php": ">=5.3.3"
3779
            },
3780
            "type": "library",
3781
            "autoload": {
3782
                "classmap": [
3783
                    "src/"
3784
                ]
3785
            },
3786
            "notification-url": "https://packagist.org/downloads/",
3787
            "license": [
3788
                "BSD-3-Clause"
3789
            ],
3790
            "authors": [
3791
                {
3792
                    "name": "Sebastian Bergmann",
3793
                    "email": "[email protected]",
3794
                    "role": "lead"
3795
                }
3796
            ],
3797
            "description": "Simple template engine.",
3798
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3799
            "keywords": [
3800
                "template"
3801
            ],
3802
            "time": "2015-06-21T13:50:34+00:00"
3803
        },
3804
        {
3805
            "name": "phpunit/php-timer",
3806
            "version": "1.0.9",
3807
            "source": {
3808
                "type": "git",
3809
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3810
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3811
            },
3812
            "dist": {
3813
                "type": "zip",
3814
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3815
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3816
                "shasum": ""
3817
            },
3818
            "require": {
3819
                "php": "^5.3.3 || ^7.0"
3820
            },
3821
            "require-dev": {
3822
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3823
            },
3824
            "type": "library",
3825
            "extra": {
3826
                "branch-alias": {
3827
                    "dev-master": "1.0-dev"
3828
                }
3829
            },
3830
            "autoload": {
3831
                "classmap": [
3832
                    "src/"
3833
                ]
3834
            },
3835
            "notification-url": "https://packagist.org/downloads/",
3836
            "license": [
3837
                "BSD-3-Clause"
3838
            ],
3839
            "authors": [
3840
                {
3841
                    "name": "Sebastian Bergmann",
3842
                    "email": "[email protected]",
3843
                    "role": "lead"
3844
                }
3845
            ],
3846
            "description": "Utility class for timing",
3847
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3848
            "keywords": [
3849
                "timer"
3850
            ],
3851
            "time": "2017-02-26T11:10:40+00:00"
3852
        },
3853
        {
3854
            "name": "phpunit/php-token-stream",
3855
            "version": "1.4.11",
3856
            "source": {
3857
                "type": "git",
3858
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3859
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
3860
            },
3861
            "dist": {
3862
                "type": "zip",
3863
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
3864
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
3865
                "shasum": ""
3866
            },
3867
            "require": {
3868
                "ext-tokenizer": "*",
3869
                "php": ">=5.3.3"
3870
            },
3871
            "require-dev": {
3872
                "phpunit/phpunit": "~4.2"
3873
            },
3874
            "type": "library",
3875
            "extra": {
3876
                "branch-alias": {
3877
                    "dev-master": "1.4-dev"
3878
                }
3879
            },
3880
            "autoload": {
3881
                "classmap": [
3882
                    "src/"
3883
                ]
3884
            },
3885
            "notification-url": "https://packagist.org/downloads/",
3886
            "license": [
3887
                "BSD-3-Clause"
3888
            ],
3889
            "authors": [
3890
                {
3891
                    "name": "Sebastian Bergmann",
3892
                    "email": "[email protected]"
3893
                }
3894
            ],
3895
            "description": "Wrapper around PHP's tokenizer extension.",
3896
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3897
            "keywords": [
3898
                "tokenizer"
3899
            ],
3900
            "time": "2017-02-27T10:12:30+00:00"
3901
        },
3902
        {
3903
            "name": "phpunit/phpunit",
3904
            "version": "4.8.35",
3905
            "source": {
3906
                "type": "git",
3907
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3908
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
3909
            },
3910
            "dist": {
3911
                "type": "zip",
3912
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
3913
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
3914
                "shasum": ""
3915
            },
3916
            "require": {
3917
                "ext-dom": "*",
3918
                "ext-json": "*",
3919
                "ext-pcre": "*",
3920
                "ext-reflection": "*",
3921
                "ext-spl": "*",
3922
                "php": ">=5.3.3",
3923
                "phpspec/prophecy": "^1.3.1",
3924
                "phpunit/php-code-coverage": "~2.1",
3925
                "phpunit/php-file-iterator": "~1.4",
3926
                "phpunit/php-text-template": "~1.2",
3927
                "phpunit/php-timer": "^1.0.6",
3928
                "phpunit/phpunit-mock-objects": "~2.3",
3929
                "sebastian/comparator": "~1.2.2",
3930
                "sebastian/diff": "~1.2",
3931
                "sebastian/environment": "~1.3",
3932
                "sebastian/exporter": "~1.2",
3933
                "sebastian/global-state": "~1.0",
3934
                "sebastian/version": "~1.0",
3935
                "symfony/yaml": "~2.1|~3.0"
3936
            },
3937
            "suggest": {
3938
                "phpunit/php-invoker": "~1.1"
3939
            },
3940
            "bin": [
3941
                "phpunit"
3942
            ],
3943
            "type": "library",
3944
            "extra": {
3945
                "branch-alias": {
3946
                    "dev-master": "4.8.x-dev"
3947
                }
3948
            },
3949
            "autoload": {
3950
                "classmap": [
3951
                    "src/"
3952
                ]
3953
            },
3954
            "notification-url": "https://packagist.org/downloads/",
3955
            "license": [
3956
                "BSD-3-Clause"
3957
            ],
3958
            "authors": [
3959
                {
3960
                    "name": "Sebastian Bergmann",
3961
                    "email": "[email protected]",
3962
                    "role": "lead"
3963
                }
3964
            ],
3965
            "description": "The PHP Unit Testing framework.",
3966
            "homepage": "https://phpunit.de/",
3967
            "keywords": [
3968
                "phpunit",
3969
                "testing",
3970
                "xunit"
3971
            ],
3972
            "time": "2017-02-06T05:18:07+00:00"
3973
        },
3974
        {
3975
            "name": "phpunit/phpunit-mock-objects",
3976
            "version": "2.3.8",
3977
            "source": {
3978
                "type": "git",
3979
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3980
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3981
            },
3982
            "dist": {
3983
                "type": "zip",
3984
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3985
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3986
                "shasum": ""
3987
            },
3988
            "require": {
3989
                "doctrine/instantiator": "^1.0.2",
3990
                "php": ">=5.3.3",
3991
                "phpunit/php-text-template": "~1.2",
3992
                "sebastian/exporter": "~1.2"
3993
            },
3994
            "require-dev": {
3995
                "phpunit/phpunit": "~4.4"
3996
            },
3997
            "suggest": {
3998
                "ext-soap": "*"
3999
            },
4000
            "type": "library",
4001
            "extra": {
4002
                "branch-alias": {
4003
                    "dev-master": "2.3.x-dev"
4004
                }
4005
            },
4006
            "autoload": {
4007
                "classmap": [
4008
                    "src/"
4009
                ]
4010
            },
4011
            "notification-url": "https://packagist.org/downloads/",
4012
            "license": [
4013
                "BSD-3-Clause"
4014
            ],
4015
            "authors": [
4016
                {
4017
                    "name": "Sebastian Bergmann",
4018
                    "email": "[email protected]",
4019
                    "role": "lead"
4020
                }
4021
            ],
4022
            "description": "Mock Object library for PHPUnit",
4023
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4024
            "keywords": [
4025
                "mock",
4026
                "xunit"
4027
            ],
4028
            "time": "2015-10-02T06:51:40+00:00"
4029
        },
4030
        {
4031
            "name": "sebastian/comparator",
4032
            "version": "1.2.4",
4033
            "source": {
4034
                "type": "git",
4035
                "url": "https://github.com/sebastianbergmann/comparator.git",
4036
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4037
            },
4038
            "dist": {
4039
                "type": "zip",
4040
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4041
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4042
                "shasum": ""
4043
            },
4044
            "require": {
4045
                "php": ">=5.3.3",
4046
                "sebastian/diff": "~1.2",
4047
                "sebastian/exporter": "~1.2 || ~2.0"
4048
            },
4049
            "require-dev": {
4050
                "phpunit/phpunit": "~4.4"
4051
            },
4052
            "type": "library",
4053
            "extra": {
4054
                "branch-alias": {
4055
                    "dev-master": "1.2.x-dev"
4056
                }
4057
            },
4058
            "autoload": {
4059
                "classmap": [
4060
                    "src/"
4061
                ]
4062
            },
4063
            "notification-url": "https://packagist.org/downloads/",
4064
            "license": [
4065
                "BSD-3-Clause"
4066
            ],
4067
            "authors": [
4068
                {
4069
                    "name": "Jeff Welch",
4070
                    "email": "[email protected]"
4071
                },
4072
                {
4073
                    "name": "Volker Dusch",
4074
                    "email": "[email protected]"
4075
                },
4076
                {
4077
                    "name": "Bernhard Schussek",
4078
                    "email": "[email protected]"
4079
                },
4080
                {
4081
                    "name": "Sebastian Bergmann",
4082
                    "email": "[email protected]"
4083
                }
4084
            ],
4085
            "description": "Provides the functionality to compare PHP values for equality",
4086
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4087
            "keywords": [
4088
                "comparator",
4089
                "compare",
4090
                "equality"
4091
            ],
4092
            "time": "2017-01-29T09:50:25+00:00"
4093
        },
4094
        {
4095
            "name": "sebastian/diff",
4096
            "version": "1.4.1",
4097
            "source": {
4098
                "type": "git",
4099
                "url": "https://github.com/sebastianbergmann/diff.git",
4100
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4101
            },
4102
            "dist": {
4103
                "type": "zip",
4104
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4105
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4106
                "shasum": ""
4107
            },
4108
            "require": {
4109
                "php": ">=5.3.3"
4110
            },
4111
            "require-dev": {
4112
                "phpunit/phpunit": "~4.8"
4113
            },
4114
            "type": "library",
4115
            "extra": {
4116
                "branch-alias": {
4117
                    "dev-master": "1.4-dev"
4118
                }
4119
            },
4120
            "autoload": {
4121
                "classmap": [
4122
                    "src/"
4123
                ]
4124
            },
4125
            "notification-url": "https://packagist.org/downloads/",
4126
            "license": [
4127
                "BSD-3-Clause"
4128
            ],
4129
            "authors": [
4130
                {
4131
                    "name": "Kore Nordmann",
4132
                    "email": "[email protected]"
4133
                },
4134
                {
4135
                    "name": "Sebastian Bergmann",
4136
                    "email": "[email protected]"
4137
                }
4138
            ],
4139
            "description": "Diff implementation",
4140
            "homepage": "https://github.com/sebastianbergmann/diff",
4141
            "keywords": [
4142
                "diff"
4143
            ],
4144
            "time": "2015-12-08T07:14:41+00:00"
4145
        },
4146
        {
4147
            "name": "sebastian/environment",
4148
            "version": "1.3.8",
4149
            "source": {
4150
                "type": "git",
4151
                "url": "https://github.com/sebastianbergmann/environment.git",
4152
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4153
            },
4154
            "dist": {
4155
                "type": "zip",
4156
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4157
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4158
                "shasum": ""
4159
            },
4160
            "require": {
4161
                "php": "^5.3.3 || ^7.0"
4162
            },
4163
            "require-dev": {
4164
                "phpunit/phpunit": "^4.8 || ^5.0"
4165
            },
4166
            "type": "library",
4167
            "extra": {
4168
                "branch-alias": {
4169
                    "dev-master": "1.3.x-dev"
4170
                }
4171
            },
4172
            "autoload": {
4173
                "classmap": [
4174
                    "src/"
4175
                ]
4176
            },
4177
            "notification-url": "https://packagist.org/downloads/",
4178
            "license": [
4179
                "BSD-3-Clause"
4180
            ],
4181
            "authors": [
4182
                {
4183
                    "name": "Sebastian Bergmann",
4184
                    "email": "[email protected]"
4185
                }
4186
            ],
4187
            "description": "Provides functionality to handle HHVM/PHP environments",
4188
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4189
            "keywords": [
4190
                "Xdebug",
4191
                "environment",
4192
                "hhvm"
4193
            ],
4194
            "time": "2016-08-18T05:49:44+00:00"
4195
        },
4196
        {
4197
            "name": "sebastian/exporter",
4198
            "version": "1.2.2",
4199
            "source": {
4200
                "type": "git",
4201
                "url": "https://github.com/sebastianbergmann/exporter.git",
4202
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4203
            },
4204
            "dist": {
4205
                "type": "zip",
4206
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4207
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4208
                "shasum": ""
4209
            },
4210
            "require": {
4211
                "php": ">=5.3.3",
4212
                "sebastian/recursion-context": "~1.0"
4213
            },
4214
            "require-dev": {
4215
                "ext-mbstring": "*",
4216
                "phpunit/phpunit": "~4.4"
4217
            },
4218
            "type": "library",
4219
            "extra": {
4220
                "branch-alias": {
4221
                    "dev-master": "1.3.x-dev"
4222
                }
4223
            },
4224
            "autoload": {
4225
                "classmap": [
4226
                    "src/"
4227
                ]
4228
            },
4229
            "notification-url": "https://packagist.org/downloads/",
4230
            "license": [
4231
                "BSD-3-Clause"
4232
            ],
4233
            "authors": [
4234
                {
4235
                    "name": "Jeff Welch",
4236
                    "email": "[email protected]"
4237
                },
4238
                {
4239
                    "name": "Volker Dusch",
4240
                    "email": "[email protected]"
4241
                },
4242
                {
4243
                    "name": "Bernhard Schussek",
4244
                    "email": "[email protected]"
4245
                },
4246
                {
4247
                    "name": "Sebastian Bergmann",
4248
                    "email": "[email protected]"
4249
                },
4250
                {
4251
                    "name": "Adam Harvey",
4252
                    "email": "[email protected]"
4253
                }
4254
            ],
4255
            "description": "Provides the functionality to export PHP variables for visualization",
4256
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4257
            "keywords": [
4258
                "export",
4259
                "exporter"
4260
            ],
4261
            "time": "2016-06-17T09:04:28+00:00"
4262
        },
4263
        {
4264
            "name": "sebastian/finder-facade",
4265
            "version": "1.2.1",
4266
            "source": {
4267
                "type": "git",
4268
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4269
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4270
            },
4271
            "dist": {
4272
                "type": "zip",
4273
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4274
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4275
                "shasum": ""
4276
            },
4277
            "require": {
4278
                "symfony/finder": "~2.3|~3.0",
4279
                "theseer/fdomdocument": "~1.3"
4280
            },
4281
            "type": "library",
4282
            "autoload": {
4283
                "classmap": [
4284
                    "src/"
4285
                ]
4286
            },
4287
            "notification-url": "https://packagist.org/downloads/",
4288
            "license": [
4289
                "BSD-3-Clause"
4290
            ],
4291
            "authors": [
4292
                {
4293
                    "name": "Sebastian Bergmann",
4294
                    "email": "[email protected]",
4295
                    "role": "lead"
4296
                }
4297
            ],
4298
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4299
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4300
            "time": "2016-02-17T07:02:23+00:00"
4301
        },
4302
        {
4303
            "name": "sebastian/global-state",
4304
            "version": "1.1.1",
4305
            "source": {
4306
                "type": "git",
4307
                "url": "https://github.com/sebastianbergmann/global-state.git",
4308
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4309
            },
4310
            "dist": {
4311
                "type": "zip",
4312
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4313
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4314
                "shasum": ""
4315
            },
4316
            "require": {
4317
                "php": ">=5.3.3"
4318
            },
4319
            "require-dev": {
4320
                "phpunit/phpunit": "~4.2"
4321
            },
4322
            "suggest": {
4323
                "ext-uopz": "*"
4324
            },
4325
            "type": "library",
4326
            "extra": {
4327
                "branch-alias": {
4328
                    "dev-master": "1.0-dev"
4329
                }
4330
            },
4331
            "autoload": {
4332
                "classmap": [
4333
                    "src/"
4334
                ]
4335
            },
4336
            "notification-url": "https://packagist.org/downloads/",
4337
            "license": [
4338
                "BSD-3-Clause"
4339
            ],
4340
            "authors": [
4341
                {
4342
                    "name": "Sebastian Bergmann",
4343
                    "email": "[email protected]"
4344
                }
4345
            ],
4346
            "description": "Snapshotting of global state",
4347
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4348
            "keywords": [
4349
                "global state"
4350
            ],
4351
            "time": "2015-10-12T03:26:01+00:00"
4352
        },
4353
        {
4354
            "name": "sebastian/phpcpd",
4355
            "version": "2.0.4",
4356
            "source": {
4357
                "type": "git",
4358
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4359
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4360
            },
4361
            "dist": {
4362
                "type": "zip",
4363
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4364
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4365
                "shasum": ""
4366
            },
4367
            "require": {
4368
                "php": ">=5.3.3",
4369
                "phpunit/php-timer": ">=1.0.6",
4370
                "sebastian/finder-facade": "~1.1",
4371
                "sebastian/version": "~1.0|~2.0",
4372
                "symfony/console": "~2.7|^3.0",
4373
                "theseer/fdomdocument": "~1.4"
4374
            },
4375
            "bin": [
4376
                "phpcpd"
4377
            ],
4378
            "type": "library",
4379
            "extra": {
4380
                "branch-alias": {
4381
                    "dev-master": "2.0-dev"
4382
                }
4383
            },
4384
            "autoload": {
4385
                "classmap": [
4386
                    "src/"
4387
                ]
4388
            },
4389
            "notification-url": "https://packagist.org/downloads/",
4390
            "license": [
4391
                "BSD-3-Clause"
4392
            ],
4393
            "authors": [
4394
                {
4395
                    "name": "Sebastian Bergmann",
4396
                    "email": "[email protected]",
4397
                    "role": "lead"
4398
                }
4399
            ],
4400
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4401
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4402
            "time": "2016-04-17T19:32:49+00:00"
4403
        },
4404
        {
4405
            "name": "sebastian/recursion-context",
4406
            "version": "1.0.5",
4407
            "source": {
4408
                "type": "git",
4409
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4410
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
4411
            },
4412
            "dist": {
4413
                "type": "zip",
4414
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4415
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4416
                "shasum": ""
4417
            },
4418
            "require": {
4419
                "php": ">=5.3.3"
4420
            },
4421
            "require-dev": {
4422
                "phpunit/phpunit": "~4.4"
4423
            },
4424
            "type": "library",
4425
            "extra": {
4426
                "branch-alias": {
4427
                    "dev-master": "1.0.x-dev"
4428
                }
4429
            },
4430
            "autoload": {
4431
                "classmap": [
4432
                    "src/"
4433
                ]
4434
            },
4435
            "notification-url": "https://packagist.org/downloads/",
4436
            "license": [
4437
                "BSD-3-Clause"
4438
            ],
4439
            "authors": [
4440
                {
4441
                    "name": "Jeff Welch",
4442
                    "email": "[email protected]"
4443
                },
4444
                {
4445
                    "name": "Sebastian Bergmann",
4446
                    "email": "[email protected]"
4447
                },
4448
                {
4449
                    "name": "Adam Harvey",
4450
                    "email": "[email protected]"
4451
                }
4452
            ],
4453
            "description": "Provides functionality to recursively process PHP variables",
4454
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4455
            "time": "2016-10-03T07:41:43+00:00"
4456
        },
4457
        {
4458
            "name": "sebastian/version",
4459
            "version": "1.0.6",
4460
            "source": {
4461
                "type": "git",
4462
                "url": "https://github.com/sebastianbergmann/version.git",
4463
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4464
            },
4465
            "dist": {
4466
                "type": "zip",
4467
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4468
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4469
                "shasum": ""
4470
            },
4471
            "type": "library",
4472
            "autoload": {
4473
                "classmap": [
4474
                    "src/"
4475
                ]
4476
            },
4477
            "notification-url": "https://packagist.org/downloads/",
4478
            "license": [
4479
                "BSD-3-Clause"
4480
            ],
4481
            "authors": [
4482
                {
4483
                    "name": "Sebastian Bergmann",
4484
                    "email": "[email protected]",
4485
                    "role": "lead"
4486
                }
4487
            ],
4488
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4489
            "homepage": "https://github.com/sebastianbergmann/version",
4490
            "time": "2015-06-21T13:59:46+00:00"
4491
        },
4492
        {
4493
            "name": "squizlabs/php_codesniffer",
4494
            "version": "1.5.6",
4495
            "source": {
4496
                "type": "git",
4497
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4498
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4499
            },
4500
            "dist": {
4501
                "type": "zip",
4502
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4503
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4504
                "shasum": ""
4505
            },
4506
            "require": {
4507
                "ext-tokenizer": "*",
4508
                "php": ">=5.1.2"
4509
            },
4510
            "suggest": {
4511
                "phpunit/php-timer": "dev-master"
4512
            },
4513
            "bin": [
4514
                "scripts/phpcs"
4515
            ],
4516
            "type": "library",
4517
            "extra": {
4518
                "branch-alias": {
4519
                    "dev-phpcs-fixer": "2.0.x-dev"
4520
                }
4521
            },
4522
            "autoload": {
4523
                "classmap": [
4524
                    "CodeSniffer.php",
4525
                    "CodeSniffer/CLI.php",
4526
                    "CodeSniffer/Exception.php",
4527
                    "CodeSniffer/File.php",
4528
                    "CodeSniffer/Report.php",
4529
                    "CodeSniffer/Reporting.php",
4530
                    "CodeSniffer/Sniff.php",
4531
                    "CodeSniffer/Tokens.php",
4532
                    "CodeSniffer/Reports/",
4533
                    "CodeSniffer/CommentParser/",
4534
                    "CodeSniffer/Tokenizers/",
4535
                    "CodeSniffer/DocGenerators/",
4536
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4537
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4538
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4539
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4540
                    "CodeSniffer/Standards/Generic/Sniffs/",
4541
                    "CodeSniffer/Standards/MySource/Sniffs/",
4542
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4543
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4544
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4545
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4546
                    "CodeSniffer/Standards/Zend/Sniffs/"
4547
                ]
4548
            },
4549
            "notification-url": "https://packagist.org/downloads/",
4550
            "license": [
4551
                "BSD-3-Clause"
4552
            ],
4553
            "authors": [
4554
                {
4555
                    "name": "Greg Sherwood",
4556
                    "role": "lead"
4557
                }
4558
            ],
4559
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4560
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4561
            "keywords": [
4562
                "phpcs",
4563
                "standards"
4564
            ],
4565
            "time": "2014-12-04T22:32:15+00:00"
4566
        },
4567
        {
4568
            "name": "theseer/fdomdocument",
4569
            "version": "1.6.1",
4570
            "source": {
4571
                "type": "git",
4572
                "url": "https://github.com/theseer/fDOMDocument.git",
4573
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4574
            },
4575
            "dist": {
4576
                "type": "zip",
4577
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4578
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4579
                "shasum": ""
4580
            },
4581
            "require": {
4582
                "ext-dom": "*",
4583
                "lib-libxml": "*",
4584
                "php": ">=5.3.3"
4585
            },
4586
            "type": "library",
4587
            "autoload": {
4588
                "classmap": [
4589
                    "src/"
4590
                ]
4591
            },
4592
            "notification-url": "https://packagist.org/downloads/",
4593
            "license": [
4594
                "BSD-3-Clause"
4595
            ],
4596
            "authors": [
4597
                {
4598
                    "name": "Arne Blankerts",
4599
                    "email": "[email protected]",
4600
                    "role": "lead"
4601
                }
4602
            ],
4603
            "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.",
4604
            "homepage": "https://github.com/theseer/fDOMDocument",
4605
            "time": "2015-05-27T22:58:02+00:00"
4606
        }
4607
    ],
4608
    "aliases": [],
4609
    "minimum-stability": "stable",
4610
    "stability-flags": {
4611
        "doctrine/migrations": 15
4612
    },
4613
    "prefer-stable": false,
4614
    "prefer-lowest": false,
4615
    "platform": {
4616
        "php": "^5.6|^7.0",
4617
        "ext-gmp": "*"
4618
    },
4619
    "platform-dev": []
4620
}
4621