Completed
Pull Request — develop (#230)
by Michiel
09:47 queued 05:16
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": "0446e4708b56e70dd137867fc65aad37",
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": "guzzlehttp/guzzle",
1083
            "version": "6.2.3",
1084
            "source": {
1085
                "type": "git",
1086
                "url": "https://github.com/guzzle/guzzle.git",
1087
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
1088
            },
1089
            "dist": {
1090
                "type": "zip",
1091
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1092
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1093
                "shasum": ""
1094
            },
1095
            "require": {
1096
                "guzzlehttp/promises": "^1.0",
1097
                "guzzlehttp/psr7": "^1.4",
1098
                "php": ">=5.5"
1099
            },
1100
            "require-dev": {
1101
                "ext-curl": "*",
1102
                "phpunit/phpunit": "^4.0",
1103
                "psr/log": "^1.0"
1104
            },
1105
            "type": "library",
1106
            "extra": {
1107
                "branch-alias": {
1108
                    "dev-master": "6.2-dev"
1109
                }
1110
            },
1111
            "autoload": {
1112
                "files": [
1113
                    "src/functions_include.php"
1114
                ],
1115
                "psr-4": {
1116
                    "GuzzleHttp\\": "src/"
1117
                }
1118
            },
1119
            "notification-url": "https://packagist.org/downloads/",
1120
            "license": [
1121
                "MIT"
1122
            ],
1123
            "authors": [
1124
                {
1125
                    "name": "Michael Dowling",
1126
                    "email": "[email protected]",
1127
                    "homepage": "https://github.com/mtdowling"
1128
                }
1129
            ],
1130
            "description": "Guzzle is a PHP HTTP client library",
1131
            "homepage": "http://guzzlephp.org/",
1132
            "keywords": [
1133
                "client",
1134
                "curl",
1135
                "framework",
1136
                "http",
1137
                "http client",
1138
                "rest",
1139
                "web service"
1140
            ],
1141
            "time": "2017-02-28T22:50:30+00:00"
1142
        },
1143
        {
1144
            "name": "guzzlehttp/promises",
1145
            "version": "v1.3.1",
1146
            "source": {
1147
                "type": "git",
1148
                "url": "https://github.com/guzzle/promises.git",
1149
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1150
            },
1151
            "dist": {
1152
                "type": "zip",
1153
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1154
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1155
                "shasum": ""
1156
            },
1157
            "require": {
1158
                "php": ">=5.5.0"
1159
            },
1160
            "require-dev": {
1161
                "phpunit/phpunit": "^4.0"
1162
            },
1163
            "type": "library",
1164
            "extra": {
1165
                "branch-alias": {
1166
                    "dev-master": "1.4-dev"
1167
                }
1168
            },
1169
            "autoload": {
1170
                "psr-4": {
1171
                    "GuzzleHttp\\Promise\\": "src/"
1172
                },
1173
                "files": [
1174
                    "src/functions_include.php"
1175
                ]
1176
            },
1177
            "notification-url": "https://packagist.org/downloads/",
1178
            "license": [
1179
                "MIT"
1180
            ],
1181
            "authors": [
1182
                {
1183
                    "name": "Michael Dowling",
1184
                    "email": "[email protected]",
1185
                    "homepage": "https://github.com/mtdowling"
1186
                }
1187
            ],
1188
            "description": "Guzzle promises library",
1189
            "keywords": [
1190
                "promise"
1191
            ],
1192
            "time": "2016-12-20T10:07:11+00:00"
1193
        },
1194
        {
1195
            "name": "guzzlehttp/psr7",
1196
            "version": "1.4.1",
1197
            "source": {
1198
                "type": "git",
1199
                "url": "https://github.com/guzzle/psr7.git",
1200
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
1201
            },
1202
            "dist": {
1203
                "type": "zip",
1204
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
1205
                "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
1206
                "shasum": ""
1207
            },
1208
            "require": {
1209
                "php": ">=5.4.0",
1210
                "psr/http-message": "~1.0"
1211
            },
1212
            "provide": {
1213
                "psr/http-message-implementation": "1.0"
1214
            },
1215
            "require-dev": {
1216
                "phpunit/phpunit": "~4.0"
1217
            },
1218
            "type": "library",
1219
            "extra": {
1220
                "branch-alias": {
1221
                    "dev-master": "1.4-dev"
1222
                }
1223
            },
1224
            "autoload": {
1225
                "psr-4": {
1226
                    "GuzzleHttp\\Psr7\\": "src/"
1227
                },
1228
                "files": [
1229
                    "src/functions_include.php"
1230
                ]
1231
            },
1232
            "notification-url": "https://packagist.org/downloads/",
1233
            "license": [
1234
                "MIT"
1235
            ],
1236
            "authors": [
1237
                {
1238
                    "name": "Michael Dowling",
1239
                    "email": "[email protected]",
1240
                    "homepage": "https://github.com/mtdowling"
1241
                },
1242
                {
1243
                    "name": "Tobias Schultze",
1244
                    "homepage": "https://github.com/Tobion"
1245
                }
1246
            ],
1247
            "description": "PSR-7 message implementation that also provides common utility methods",
1248
            "keywords": [
1249
                "http",
1250
                "message",
1251
                "request",
1252
                "response",
1253
                "stream",
1254
                "uri",
1255
                "url"
1256
            ],
1257
            "time": "2017-02-27T10:51:17+00:00"
1258
        },
1259
        {
1260
            "name": "incenteev/composer-parameter-handler",
1261
            "version": "v2.1.2",
1262
            "source": {
1263
                "type": "git",
1264
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1265
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1266
            },
1267
            "dist": {
1268
                "type": "zip",
1269
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1270
                "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1271
                "shasum": ""
1272
            },
1273
            "require": {
1274
                "php": ">=5.3.3",
1275
                "symfony/yaml": "~2.3|~3.0"
1276
            },
1277
            "require-dev": {
1278
                "composer/composer": "1.0.*@dev",
1279
                "phpspec/prophecy-phpunit": "~1.0",
1280
                "symfony/filesystem": "~2.2"
1281
            },
1282
            "type": "library",
1283
            "extra": {
1284
                "branch-alias": {
1285
                    "dev-master": "2.1.x-dev"
1286
                }
1287
            },
1288
            "autoload": {
1289
                "psr-4": {
1290
                    "Incenteev\\ParameterHandler\\": ""
1291
                }
1292
            },
1293
            "notification-url": "https://packagist.org/downloads/",
1294
            "license": [
1295
                "MIT"
1296
            ],
1297
            "authors": [
1298
                {
1299
                    "name": "Christophe Coevoet",
1300
                    "email": "[email protected]"
1301
                }
1302
            ],
1303
            "description": "Composer script handling your ignored parameter file",
1304
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1305
            "keywords": [
1306
                "parameters management"
1307
            ],
1308
            "time": "2015-11-10T17:04:01+00:00"
1309
        },
1310
        {
1311
            "name": "jdorn/sql-formatter",
1312
            "version": "v1.2.17",
1313
            "source": {
1314
                "type": "git",
1315
                "url": "https://github.com/jdorn/sql-formatter.git",
1316
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1317
            },
1318
            "dist": {
1319
                "type": "zip",
1320
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1321
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1322
                "shasum": ""
1323
            },
1324
            "require": {
1325
                "php": ">=5.2.4"
1326
            },
1327
            "require-dev": {
1328
                "phpunit/phpunit": "3.7.*"
1329
            },
1330
            "type": "library",
1331
            "extra": {
1332
                "branch-alias": {
1333
                    "dev-master": "1.3.x-dev"
1334
                }
1335
            },
1336
            "autoload": {
1337
                "classmap": [
1338
                    "lib"
1339
                ]
1340
            },
1341
            "notification-url": "https://packagist.org/downloads/",
1342
            "license": [
1343
                "MIT"
1344
            ],
1345
            "authors": [
1346
                {
1347
                    "name": "Jeremy Dorn",
1348
                    "email": "[email protected]",
1349
                    "homepage": "http://jeremydorn.com/"
1350
                }
1351
            ],
1352
            "description": "a PHP SQL highlighting library",
1353
            "homepage": "https://github.com/jdorn/sql-formatter/",
1354
            "keywords": [
1355
                "highlight",
1356
                "sql"
1357
            ],
1358
            "time": "2014-01-12T16:20:24+00:00"
1359
        },
1360
        {
1361
            "name": "jms/aop-bundle",
1362
            "version": "1.2.0",
1363
            "source": {
1364
                "type": "git",
1365
                "url": "https://github.com/schmittjoh/JMSAopBundle.git",
1366
                "reference": "78000d007e74283cc564a58e184d7f62548ad394"
1367
            },
1368
            "dist": {
1369
                "type": "zip",
1370
                "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
1371
                "reference": "78000d007e74283cc564a58e184d7f62548ad394",
1372
                "shasum": ""
1373
            },
1374
            "require": {
1375
                "jms/cg": "^1.1",
1376
                "php": ">=5.3.9",
1377
                "symfony/framework-bundle": "^2.3|^3.0"
1378
            },
1379
            "require-dev": {
1380
                "symfony/phpunit-bridge": "^2.7"
1381
            },
1382
            "type": "symfony-bundle",
1383
            "extra": {
1384
                "branch-alias": {
1385
                    "dev-master": "1.1.x-dev"
1386
                }
1387
            },
1388
            "autoload": {
1389
                "psr-4": {
1390
                    "JMS\\AopBundle\\": ""
1391
                }
1392
            },
1393
            "notification-url": "https://packagist.org/downloads/",
1394
            "license": [
1395
                "Apache-2.0"
1396
            ],
1397
            "authors": [
1398
                {
1399
                    "name": "Johannes M. Schmitt",
1400
                    "email": "[email protected]"
1401
                }
1402
            ],
1403
            "description": "Adds AOP capabilities to Symfony2",
1404
            "keywords": [
1405
                "annotations",
1406
                "aop"
1407
            ],
1408
            "time": "2015-12-09T16:30:46+00:00"
1409
        },
1410
        {
1411
            "name": "jms/cg",
1412
            "version": "1.1.0",
1413
            "source": {
1414
                "type": "git",
1415
                "url": "https://github.com/schmittjoh/cg-library.git",
1416
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c"
1417
            },
1418
            "dist": {
1419
                "type": "zip",
1420
                "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1421
                "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c",
1422
                "shasum": ""
1423
            },
1424
            "require": {
1425
                "php": ">=5.3.0"
1426
            },
1427
            "type": "library",
1428
            "extra": {
1429
                "branch-alias": {
1430
                    "dev-master": "1.1-dev"
1431
                }
1432
            },
1433
            "autoload": {
1434
                "psr-0": {
1435
                    "CG\\": "src/"
1436
                }
1437
            },
1438
            "notification-url": "https://packagist.org/downloads/",
1439
            "license": [
1440
                "Apache2"
1441
            ],
1442
            "authors": [
1443
                {
1444
                    "name": "Johannes M. Schmitt",
1445
                    "email": "[email protected]"
1446
                }
1447
            ],
1448
            "description": "Toolset for generating PHP code",
1449
            "keywords": [
1450
                "code generation"
1451
            ],
1452
            "time": "2015-09-13T08:54:43+00:00"
1453
        },
1454
        {
1455
            "name": "jms/di-extra-bundle",
1456
            "version": "1.7.1",
1457
            "source": {
1458
                "type": "git",
1459
                "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
1460
                "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d"
1461
            },
1462
            "dist": {
1463
                "type": "zip",
1464
                "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/27c3fc7150550ccc0731290b2c1ceb57449f909d",
1465
                "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d",
1466
                "shasum": ""
1467
            },
1468
            "require": {
1469
                "jms/aop-bundle": "~1.1",
1470
                "jms/metadata": "~1.0",
1471
                "php": "~5.3|~7.0",
1472
                "symfony/dependency-injection": "~2.3|~3.0",
1473
                "symfony/finder": "~2.3|~3.0",
1474
                "symfony/framework-bundle": "~2.3|~3.0",
1475
                "symfony/http-kernel": "^2.3.24|~3.0",
1476
                "symfony/process": "~2.3|~3.0",
1477
                "symfony/routing": "~2.3|~3.0"
1478
            },
1479
            "require-dev": {
1480
                "doctrine/doctrine-bundle": "~1.5",
1481
                "doctrine/orm": "~2.3",
1482
                "jms/security-extra-bundle": "~1.0",
1483
                "phpcollection/phpcollection": ">=0.2,<0.3-dev",
1484
                "sensio/framework-extra-bundle": "~2.0|~3.0",
1485
                "symfony/browser-kit": "~2.3|~3.0",
1486
                "symfony/class-loader": "~2.3|~3.0",
1487
                "symfony/form": "~2.3|~3.0",
1488
                "symfony/phpunit-bridge": "~2.7",
1489
                "symfony/security-bundle": "~2.3",
1490
                "symfony/twig-bundle": "~2.3|~3.0",
1491
                "symfony/validator": "~2.3|~3.0",
1492
                "symfony/yaml": "~2.3|~3.0"
1493
            },
1494
            "type": "symfony-bundle",
1495
            "extra": {
1496
                "branch-alias": {
1497
                    "dev-master": "1.7-dev"
1498
                }
1499
            },
1500
            "autoload": {
1501
                "psr-4": {
1502
                    "JMS\\DiExtraBundle\\": ""
1503
                }
1504
            },
1505
            "notification-url": "https://packagist.org/downloads/",
1506
            "license": [
1507
                "Apache-2.0"
1508
            ],
1509
            "authors": [
1510
                {
1511
                    "name": "Johannes M. Schmitt",
1512
                    "email": "[email protected]"
1513
                }
1514
            ],
1515
            "description": "Allows to configure dependency injection using annotations",
1516
            "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
1517
            "keywords": [
1518
                "annotations",
1519
                "dependency injection"
1520
            ],
1521
            "time": "2016-04-18T22:27:09+00:00"
1522
        },
1523
        {
1524
            "name": "jms/metadata",
1525
            "version": "1.5.1",
1526
            "source": {
1527
                "type": "git",
1528
                "url": "https://github.com/schmittjoh/metadata.git",
1529
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1530
            },
1531
            "dist": {
1532
                "type": "zip",
1533
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1534
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1535
                "shasum": ""
1536
            },
1537
            "require": {
1538
                "php": ">=5.3.0"
1539
            },
1540
            "require-dev": {
1541
                "doctrine/cache": "~1.0"
1542
            },
1543
            "type": "library",
1544
            "extra": {
1545
                "branch-alias": {
1546
                    "dev-master": "1.5.x-dev"
1547
                }
1548
            },
1549
            "autoload": {
1550
                "psr-0": {
1551
                    "Metadata\\": "src/"
1552
                }
1553
            },
1554
            "notification-url": "https://packagist.org/downloads/",
1555
            "license": [
1556
                "Apache"
1557
            ],
1558
            "authors": [
1559
                {
1560
                    "name": "Johannes Schmitt",
1561
                    "email": "[email protected]",
1562
                    "homepage": "https://github.com/schmittjoh",
1563
                    "role": "Developer of wrapped JMSSerializerBundle"
1564
                }
1565
            ],
1566
            "description": "Class/method/property metadata management in PHP",
1567
            "keywords": [
1568
                "annotations",
1569
                "metadata",
1570
                "xml",
1571
                "yaml"
1572
            ],
1573
            "time": "2014-07-12T07:13:19+00:00"
1574
        },
1575
        {
1576
            "name": "jms/translation-bundle",
1577
            "version": "1.3.2",
1578
            "target-dir": "JMS/TranslationBundle",
1579
            "source": {
1580
                "type": "git",
1581
                "url": "https://github.com/schmittjoh/JMSTranslationBundle.git",
1582
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805"
1583
            },
1584
            "dist": {
1585
                "type": "zip",
1586
                "url": "https://api.github.com/repos/schmittjoh/JMSTranslationBundle/zipball/08b8db92aa376b8e50ce4e779e849916abffd805",
1587
                "reference": "08b8db92aa376b8e50ce4e779e849916abffd805",
1588
                "shasum": ""
1589
            },
1590
            "require": {
1591
                "nikic/php-parser": "^1.4 || ^2.0 || ^3.0",
1592
                "php": "^5.3.3 || ^7.0",
1593
                "symfony/console": "^2.3 || ^3.0",
1594
                "symfony/framework-bundle": "^2.3 || ^3.0",
1595
                "twig/twig": "^1.27 || ^2.0"
1596
            },
1597
            "require-dev": {
1598
                "jms/di-extra-bundle": "^1.1",
1599
                "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
1600
                "nyholm/nsa": "^1.0.1",
1601
                "phpunit/phpunit": "4.8.27",
1602
                "psr/log": "^1.0",
1603
                "sensio/framework-extra-bundle": "^2.3 || ^3.0",
1604
                "symfony/expression-language": "^2.6 || ^3.0",
1605
                "symfony/symfony": "^2.3 || ^3.0"
1606
            },
1607
            "type": "symfony-bundle",
1608
            "extra": {
1609
                "branch-alias": {
1610
                    "dev-master": "1.4-dev"
1611
                }
1612
            },
1613
            "autoload": {
1614
                "psr-0": {
1615
                    "JMS\\TranslationBundle": ""
1616
                }
1617
            },
1618
            "notification-url": "https://packagist.org/downloads/",
1619
            "license": [
1620
                "Apache2"
1621
            ],
1622
            "authors": [
1623
                {
1624
                    "name": "Johannes M. Schmitt",
1625
                    "email": "[email protected]"
1626
                }
1627
            ],
1628
            "description": "Puts the Symfony Translation Component on steroids",
1629
            "homepage": "http://jmsyst.com/bundles/JMSTranslationBundle",
1630
            "keywords": [
1631
                "extract",
1632
                "extraction",
1633
                "i18n",
1634
                "interface",
1635
                "multilanguage",
1636
                "translation",
1637
                "ui",
1638
                "webinterface"
1639
            ],
1640
            "time": "2017-04-20T19:44:02+00:00"
1641
        },
1642
        {
1643
            "name": "monolog/monolog",
1644
            "version": "1.22.0",
1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/Seldaek/monolog.git",
1648
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
1649
            },
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
1653
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
1654
                "shasum": ""
1655
            },
1656
            "require": {
1657
                "php": ">=5.3.0",
1658
                "psr/log": "~1.0"
1659
            },
1660
            "provide": {
1661
                "psr/log-implementation": "1.0.0"
1662
            },
1663
            "require-dev": {
1664
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1665
                "doctrine/couchdb": "~1.0@dev",
1666
                "graylog2/gelf-php": "~1.0",
1667
                "jakub-onderka/php-parallel-lint": "0.9",
1668
                "php-amqplib/php-amqplib": "~2.4",
1669
                "php-console/php-console": "^3.1.3",
1670
                "phpunit/phpunit": "~4.5",
1671
                "phpunit/phpunit-mock-objects": "2.3.0",
1672
                "ruflin/elastica": ">=0.90 <3.0",
1673
                "sentry/sentry": "^0.13",
1674
                "swiftmailer/swiftmailer": "~5.3"
1675
            },
1676
            "suggest": {
1677
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1678
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1679
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1680
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1681
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1682
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1683
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1684
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1685
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1686
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1687
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1688
            },
1689
            "type": "library",
1690
            "extra": {
1691
                "branch-alias": {
1692
                    "dev-master": "2.0.x-dev"
1693
                }
1694
            },
1695
            "autoload": {
1696
                "psr-4": {
1697
                    "Monolog\\": "src/Monolog"
1698
                }
1699
            },
1700
            "notification-url": "https://packagist.org/downloads/",
1701
            "license": [
1702
                "MIT"
1703
            ],
1704
            "authors": [
1705
                {
1706
                    "name": "Jordi Boggiano",
1707
                    "email": "[email protected]",
1708
                    "homepage": "http://seld.be"
1709
                }
1710
            ],
1711
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1712
            "homepage": "http://github.com/Seldaek/monolog",
1713
            "keywords": [
1714
                "log",
1715
                "logging",
1716
                "psr-3"
1717
            ],
1718
            "time": "2016-11-26T00:15:39+00:00"
1719
        },
1720
        {
1721
            "name": "nelmio/security-bundle",
1722
            "version": "1.10.0",
1723
            "source": {
1724
                "type": "git",
1725
                "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
1726
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9"
1727
            },
1728
            "dist": {
1729
                "type": "zip",
1730
                "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1731
                "reference": "4be243f1fc85ff85f10aadcf88c8c11ba2096cd9",
1732
                "shasum": ""
1733
            },
1734
            "require": {
1735
                "symfony/framework-bundle": "~2.3|~3.0",
1736
                "symfony/security": "~2.3|~3.0"
1737
            },
1738
            "require-dev": {
1739
                "phpunit/phpunit": "^5.2"
1740
            },
1741
            "type": "symfony-bundle",
1742
            "extra": {
1743
                "branch-alias": {
1744
                    "dev-master": "1.10.x-dev"
1745
                }
1746
            },
1747
            "autoload": {
1748
                "psr-4": {
1749
                    "Nelmio\\SecurityBundle\\": ""
1750
                }
1751
            },
1752
            "notification-url": "https://packagist.org/downloads/",
1753
            "license": [
1754
                "MIT"
1755
            ],
1756
            "authors": [
1757
                {
1758
                    "name": "Nelmio",
1759
                    "homepage": "http://nelm.io"
1760
                },
1761
                {
1762
                    "name": "Symfony Community",
1763
                    "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
1764
                }
1765
            ],
1766
            "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
1767
            "keywords": [
1768
                "security"
1769
            ],
1770
            "time": "2016-02-23T10:42:13+00:00"
1771
        },
1772
        {
1773
            "name": "nikic/php-parser",
1774
            "version": "v3.1.3",
1775
            "source": {
1776
                "type": "git",
1777
                "url": "https://github.com/nikic/PHP-Parser.git",
1778
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
1779
            },
1780
            "dist": {
1781
                "type": "zip",
1782
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1783
                "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
1784
                "shasum": ""
1785
            },
1786
            "require": {
1787
                "ext-tokenizer": "*",
1788
                "php": ">=5.5"
1789
            },
1790
            "require-dev": {
1791
                "phpunit/phpunit": "~4.0|~5.0"
1792
            },
1793
            "bin": [
1794
                "bin/php-parse"
1795
            ],
1796
            "type": "library",
1797
            "extra": {
1798
                "branch-alias": {
1799
                    "dev-master": "3.0-dev"
1800
                }
1801
            },
1802
            "autoload": {
1803
                "psr-4": {
1804
                    "PhpParser\\": "lib/PhpParser"
1805
                }
1806
            },
1807
            "notification-url": "https://packagist.org/downloads/",
1808
            "license": [
1809
                "BSD-3-Clause"
1810
            ],
1811
            "authors": [
1812
                {
1813
                    "name": "Nikita Popov"
1814
                }
1815
            ],
1816
            "description": "A PHP parser written in PHP",
1817
            "keywords": [
1818
                "parser",
1819
                "php"
1820
            ],
1821
            "time": "2017-12-26T14:43:21+00:00"
1822
        },
1823
        {
1824
            "name": "openconext/monitor-bundle",
1825
            "version": "1.0.3",
1826
            "source": {
1827
                "type": "git",
1828
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1829
                "reference": "1455a292376a03e28465195202c572aa243f0ddb"
1830
            },
1831
            "dist": {
1832
                "type": "zip",
1833
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/1455a292376a03e28465195202c572aa243f0ddb",
1834
                "reference": "1455a292376a03e28465195202c572aa243f0ddb",
1835
                "shasum": ""
1836
            },
1837
            "require": {
1838
                "php": ">=5.4,<8.0-dev",
1839
                "symfony/dependency-injection": ">=2.7,<4",
1840
                "symfony/framework-bundle": ">=2.7,<4",
1841
                "webmozart/assert": "^1.2"
1842
            },
1843
            "require-dev": {
1844
                "jakub-onderka/php-parallel-lint": "^0.9.2",
1845
                "liip/rmt": "^1.1",
1846
                "malukenho/docheader": "^0.1.6",
1847
                "matthiasnoback/symfony-config-test": "^2.1",
1848
                "mockery/mockery": "~0.9",
1849
                "phpdocumentor/reflection-docblock": "3.3.*",
1850
                "phpmd/phpmd": "^2.6",
1851
                "phpunit/php-token-stream": "1.4.*",
1852
                "phpunit/phpunit": "^5.7",
1853
                "sebastian/phpcpd": "^3.0",
1854
                "squizlabs/php_codesniffer": "^3.1"
1855
            },
1856
            "type": "symfony-bundle",
1857
            "autoload": {
1858
                "psr-4": {
1859
                    "OpenConext\\MonitorBundle\\": "src"
1860
                }
1861
            },
1862
            "notification-url": "https://packagist.org/downloads/",
1863
            "license": [
1864
                "Apache-2.0"
1865
            ],
1866
            "description": "A Symfony 3 bundle that facilitates health and info endpoints to a Symfony application. The bundle is backwards compatible with Symfony 2 projects.",
1867
            "keywords": [
1868
                "OpenConext",
1869
                "health",
1870
                "monitoring",
1871
                "stepup",
1872
                "surfnet"
1873
            ],
1874
            "time": "2018-08-16T13:07:30+00:00"
1875
        },
1876
        {
1877
            "name": "pagerfanta/pagerfanta",
1878
            "version": "v1.0.3",
1879
            "source": {
1880
                "type": "git",
1881
                "url": "https://github.com/whiteoctober/Pagerfanta.git",
1882
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
1883
            },
1884
            "dist": {
1885
                "type": "zip",
1886
                "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
1887
                "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
1888
                "shasum": ""
1889
            },
1890
            "require": {
1891
                "php": ">=5.3.0"
1892
            },
1893
            "require-dev": {
1894
                "doctrine/orm": "~2.3",
1895
                "doctrine/phpcr-odm": "1.*",
1896
                "jackalope/jackalope-doctrine-dbal": "1.*",
1897
                "jmikola/geojson": "~1.0",
1898
                "mandango/mandango": "~1.0@dev",
1899
                "mandango/mondator": "~1.0@dev",
1900
                "phpunit/phpunit": "~4",
1901
                "propel/propel1": "~1.6",
1902
                "ruflin/elastica": "~1.3",
1903
                "solarium/solarium": "~3.1"
1904
            },
1905
            "suggest": {
1906
                "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
1907
                "doctrine/orm": "To use the DoctrineORMAdapter.",
1908
                "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
1909
                "mandango/mandango": "To use the MandangoAdapter.",
1910
                "propel/propel1": "To use the PropelAdapter",
1911
                "solarium/solarium": "To use the SolariumAdapter."
1912
            },
1913
            "type": "library",
1914
            "extra": {
1915
                "branch-alias": {
1916
                    "dev-master": "1.0.x-dev"
1917
                }
1918
            },
1919
            "autoload": {
1920
                "psr-0": {
1921
                    "Pagerfanta\\": "src/"
1922
                }
1923
            },
1924
            "notification-url": "https://packagist.org/downloads/",
1925
            "license": [
1926
                "MIT"
1927
            ],
1928
            "authors": [
1929
                {
1930
                    "name": "Pablo Díez",
1931
                    "email": "[email protected]"
1932
                }
1933
            ],
1934
            "description": "Pagination for PHP 5.3",
1935
            "keywords": [
1936
                "page",
1937
                "pagination",
1938
                "paginator",
1939
                "paging"
1940
            ],
1941
            "time": "2014-10-06T10:57:25+00:00"
1942
        },
1943
        {
1944
            "name": "paragonie/random_compat",
0 ignored issues
show
There is a security advisory for your installed version of paragonie/random_compat:

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