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