Completed
Pull Request — develop (#209)
by
unknown
14:37 queued 07:30
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

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