Completed
Push — develop ( 2de583...6bcc6e )
by
unknown
24:32
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.0",
1826
            "source": {
1827
                "type": "git",
1828
                "url": "https://github.com/OpenConext/Monitor-bundle.git",
1829
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58"
1830
            },
1831
            "dist": {
1832
                "type": "zip",
1833
                "url": "https://api.github.com/repos/OpenConext/Monitor-bundle/zipball/b9be093828385e857ff23a106b4429155d7f8d58",
1834
                "reference": "b9be093828385e857ff23a106b4429155d7f8d58",
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 Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
1867
            "keywords": [
1868
                "OpenConext",
1869
                "health",
1870
                "monitoring",
1871
                "stepup",
1872
                "surfnet"
1873
            ],
1874
            "time": "2017-12-07T14:41:46+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": "v2.5.0",
3099
            "source": {
3100
                "type": "git",
3101
                "url": "https://github.com/twigphp/Twig.git",
3102
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
3103
            },
3104
            "dist": {
3105
                "type": "zip",
3106
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
3107
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
3108
                "shasum": ""
3109
            },
3110
            "require": {
3111
                "php": "^7.0",
3112
                "symfony/polyfill-ctype": "^1.8",
3113
                "symfony/polyfill-mbstring": "~1.0"
3114
            },
3115
            "require-dev": {
3116
                "psr/container": "^1.0",
3117
                "symfony/debug": "^2.7",
3118
                "symfony/phpunit-bridge": "^3.3"
3119
            },
3120
            "type": "library",
3121
            "extra": {
3122
                "branch-alias": {
3123
                    "dev-master": "2.5-dev"
3124
                }
3125
            },
3126
            "autoload": {
3127
                "psr-0": {
3128
                    "Twig_": "lib/"
3129
                },
3130
                "psr-4": {
3131
                    "Twig\\": "src/"
3132
                }
3133
            },
3134
            "notification-url": "https://packagist.org/downloads/",
3135
            "license": [
3136
                "BSD-3-Clause"
3137
            ],
3138
            "authors": [
3139
                {
3140
                    "name": "Fabien Potencier",
3141
                    "email": "[email protected]",
3142
                    "homepage": "http://fabien.potencier.org",
3143
                    "role": "Lead Developer"
3144
                },
3145
                {
3146
                    "name": "Armin Ronacher",
3147
                    "email": "[email protected]",
3148
                    "role": "Project Founder"
3149
                },
3150
                {
3151
                    "name": "Twig Team",
3152
                    "homepage": "https://twig.symfony.com/contributors",
3153
                    "role": "Contributors"
3154
                }
3155
            ],
3156
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3157
            "homepage": "https://twig.symfony.com",
3158
            "keywords": [
3159
                "templating"
3160
            ],
3161
            "time": "2018-07-13T07:18:09+00:00"
3162
        },
3163
        {
3164
            "name": "webmozart/assert",
3165
            "version": "1.2.0",
3166
            "source": {
3167
                "type": "git",
3168
                "url": "https://github.com/webmozart/assert.git",
3169
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3170
            },
3171
            "dist": {
3172
                "type": "zip",
3173
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3174
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3175
                "shasum": ""
3176
            },
3177
            "require": {
3178
                "php": "^5.3.3 || ^7.0"
3179
            },
3180
            "require-dev": {
3181
                "phpunit/phpunit": "^4.6",
3182
                "sebastian/version": "^1.0.1"
3183
            },
3184
            "type": "library",
3185
            "extra": {
3186
                "branch-alias": {
3187
                    "dev-master": "1.3-dev"
3188
                }
3189
            },
3190
            "autoload": {
3191
                "psr-4": {
3192
                    "Webmozart\\Assert\\": "src/"
3193
                }
3194
            },
3195
            "notification-url": "https://packagist.org/downloads/",
3196
            "license": [
3197
                "MIT"
3198
            ],
3199
            "authors": [
3200
                {
3201
                    "name": "Bernhard Schussek",
3202
                    "email": "[email protected]"
3203
                }
3204
            ],
3205
            "description": "Assertions to validate method input/output with nice error messages.",
3206
            "keywords": [
3207
                "assert",
3208
                "check",
3209
                "validate"
3210
            ],
3211
            "time": "2016-11-23T20:04:58+00:00"
3212
        }
3213
    ],
3214
    "packages-dev": [
3215
        {
3216
            "name": "doctrine/data-fixtures",
3217
            "version": "v1.2.1",
3218
            "source": {
3219
                "type": "git",
3220
                "url": "https://github.com/doctrine/data-fixtures.git",
3221
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4"
3222
            },
3223
            "dist": {
3224
                "type": "zip",
3225
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b3cae5efef97191a08d53d733260f7eb667c16e4",
3226
                "reference": "b3cae5efef97191a08d53d733260f7eb667c16e4",
3227
                "shasum": ""
3228
            },
3229
            "require": {
3230
                "doctrine/common": "~2.2",
3231
                "php": "^5.6 || ^7.0"
3232
            },
3233
            "conflict": {
3234
                "doctrine/orm": "< 2.4"
3235
            },
3236
            "require-dev": {
3237
                "doctrine/dbal": "^2.5.4",
3238
                "doctrine/orm": "^2.5.4",
3239
                "phpunit/phpunit": "^5.4.6"
3240
            },
3241
            "suggest": {
3242
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3243
                "doctrine/orm": "For loading ORM fixtures",
3244
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3245
            },
3246
            "type": "library",
3247
            "extra": {
3248
                "branch-alias": {
3249
                    "dev-master": "1.3.x-dev"
3250
                }
3251
            },
3252
            "autoload": {
3253
                "psr-0": {
3254
                    "Doctrine\\Common\\DataFixtures": "lib/"
3255
                }
3256
            },
3257
            "notification-url": "https://packagist.org/downloads/",
3258
            "license": [
3259
                "MIT"
3260
            ],
3261
            "authors": [
3262
                {
3263
                    "name": "Jonathan Wage",
3264
                    "email": "[email protected]"
3265
                }
3266
            ],
3267
            "description": "Data Fixtures for all Doctrine Object Managers",
3268
            "homepage": "http://www.doctrine-project.org",
3269
            "keywords": [
3270
                "database"
3271
            ],
3272
            "time": "2016-06-20T18:08:26+00:00"
3273
        },
3274
        {
3275
            "name": "hamcrest/hamcrest-php",
3276
            "version": "v1.2.2",
3277
            "source": {
3278
                "type": "git",
3279
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3280
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3281
            },
3282
            "dist": {
3283
                "type": "zip",
3284
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3285
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3286
                "shasum": ""
3287
            },
3288
            "require": {
3289
                "php": ">=5.3.2"
3290
            },
3291
            "replace": {
3292
                "cordoval/hamcrest-php": "*",
3293
                "davedevelopment/hamcrest-php": "*",
3294
                "kodova/hamcrest-php": "*"
3295
            },
3296
            "require-dev": {
3297
                "phpunit/php-file-iterator": "1.3.3",
3298
                "satooshi/php-coveralls": "dev-master"
3299
            },
3300
            "type": "library",
3301
            "autoload": {
3302
                "classmap": [
3303
                    "hamcrest"
3304
                ],
3305
                "files": [
3306
                    "hamcrest/Hamcrest.php"
3307
                ]
3308
            },
3309
            "notification-url": "https://packagist.org/downloads/",
3310
            "license": [
3311
                "BSD"
3312
            ],
3313
            "description": "This is the PHP port of Hamcrest Matchers",
3314
            "keywords": [
3315
                "test"
3316
            ],
3317
            "time": "2015-05-11T14:41:42+00:00"
3318
        },
3319
        {
3320
            "name": "liip/functional-test-bundle",
3321
            "version": "1.6.3",
3322
            "source": {
3323
                "type": "git",
3324
                "url": "https://github.com/liip/LiipFunctionalTestBundle.git",
3325
                "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e"
3326
            },
3327
            "dist": {
3328
                "type": "zip",
3329
                "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e",
3330
                "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e",
3331
                "shasum": ""
3332
            },
3333
            "require": {
3334
                "doctrine/common": "~2.0",
3335
                "php": "^5.3.9|^7.0",
3336
                "symfony/browser-kit": "~2.3|~3.0",
3337
                "symfony/framework-bundle": "2.3.*|~2.7|~3.0"
3338
            },
3339
            "require-dev": {
3340
                "brianium/paratest": "~0.12.0|~0.13.2",
3341
                "doctrine/doctrine-fixtures-bundle": "~2.3",
3342
                "doctrine/orm": "^2.4.8",
3343
                "doctrine/phpcr-bundle": "~1.3",
3344
                "doctrine/phpcr-odm": "~1.3",
3345
                "hautelook/alice-bundle": "~0.2|~1.2",
3346
                "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*",
3347
                "nelmio/alice": "~1.7|~2.0",
3348
                "phpunit/phpunit": "4.8.*|~5.2",
3349
                "symfony/assetic-bundle": "~2.3",
3350
                "symfony/monolog-bundle": "~2.4",
3351
                "symfony/symfony": "~2.3.1|~2.7|~3.0",
3352
                "twig/twig": "~1.12"
3353
            },
3354
            "suggest": {
3355
                "brianium/paratest": "Required when using paratest to parallelize tests",
3356
                "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite",
3357
                "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality",
3358
                "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite",
3359
                "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers",
3360
                "nelmio/alice": "Required when using loadFixtureFiles functionality",
3361
                "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5"
3362
            },
3363
            "type": "symfony-bundle",
3364
            "extra": {
3365
                "branch-alias": {
3366
                    "dev-master": "1.6.x-dev"
3367
                }
3368
            },
3369
            "autoload": {
3370
                "psr-4": {
3371
                    "Liip\\FunctionalTestBundle\\": ""
3372
                }
3373
            },
3374
            "notification-url": "https://packagist.org/downloads/",
3375
            "license": [
3376
                "MIT"
3377
            ],
3378
            "authors": [
3379
                {
3380
                    "name": "Liip AG",
3381
                    "homepage": "http://www.liip.ch/"
3382
                },
3383
                {
3384
                    "name": "Community contributions",
3385
                    "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors"
3386
                }
3387
            ],
3388
            "description": "This bundles provides additional functional test-cases for Symfony2 applications",
3389
            "keywords": [
3390
                "Symfony2"
3391
            ],
3392
            "time": "2016-05-10T22:04:27+00:00"
3393
        },
3394
        {
3395
            "name": "mockery/mockery",
3396
            "version": "0.9.5",
3397
            "source": {
3398
                "type": "git",
3399
                "url": "https://github.com/mockery/mockery.git",
3400
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3401
            },
3402
            "dist": {
3403
                "type": "zip",
3404
                "url": "https://api.github.com/repos/mockery/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3405
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3406
                "shasum": ""
3407
            },
3408
            "require": {
3409
                "hamcrest/hamcrest-php": "~1.1",
3410
                "lib-pcre": ">=7.0",
3411
                "php": ">=5.3.2"
3412
            },
3413
            "require-dev": {
3414
                "phpunit/phpunit": "~4.0"
3415
            },
3416
            "type": "library",
3417
            "extra": {
3418
                "branch-alias": {
3419
                    "dev-master": "0.9.x-dev"
3420
                }
3421
            },
3422
            "autoload": {
3423
                "psr-0": {
3424
                    "Mockery": "library/"
3425
                }
3426
            },
3427
            "notification-url": "https://packagist.org/downloads/",
3428
            "license": [
3429
                "BSD-3-Clause"
3430
            ],
3431
            "authors": [
3432
                {
3433
                    "name": "Pádraic Brady",
3434
                    "email": "[email protected]",
3435
                    "homepage": "http://blog.astrumfutura.com"
3436
                },
3437
                {
3438
                    "name": "Dave Marshall",
3439
                    "email": "[email protected]",
3440
                    "homepage": "http://davedevelopment.co.uk"
3441
                }
3442
            ],
3443
            "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.",
3444
            "homepage": "http://github.com/padraic/mockery",
3445
            "keywords": [
3446
                "BDD",
3447
                "TDD",
3448
                "library",
3449
                "mock",
3450
                "mock objects",
3451
                "mockery",
3452
                "stub",
3453
                "test",
3454
                "test double",
3455
                "testing"
3456
            ],
3457
            "time": "2016-05-22T21:52:33+00:00"
3458
        },
3459
        {
3460
            "name": "moontoast/math",
3461
            "version": "1.1.0",
3462
            "source": {
3463
                "type": "git",
3464
                "url": "https://github.com/ramsey/moontoast-math.git",
3465
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
3466
            },
3467
            "dist": {
3468
                "type": "zip",
3469
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
3470
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
3471
                "shasum": ""
3472
            },
3473
            "require": {
3474
                "ext-bcmath": "*",
3475
                "php": ">=5.3.3"
3476
            },
3477
            "type": "library",
3478
            "autoload": {
3479
                "psr-0": {
3480
                    "Moontoast\\Math": "src/"
3481
                }
3482
            },
3483
            "notification-url": "https://packagist.org/downloads/",
3484
            "license": [
3485
                "Apache-2.0"
3486
            ],
3487
            "description": "A mathematics library, providing functionality for large numbers",
3488
            "homepage": "https://github.com/moontoast/math",
3489
            "keywords": [
3490
                "bcmath",
3491
                "math"
3492
            ],
3493
            "time": "2013-01-19T17:42:34+00:00"
3494
        },
3495
        {
3496
            "name": "pdepend/pdepend",
3497
            "version": "2.5.0",
3498
            "source": {
3499
                "type": "git",
3500
                "url": "https://github.com/pdepend/pdepend.git",
3501
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
3502
            },
3503
            "dist": {
3504
                "type": "zip",
3505
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
3506
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
3507
                "shasum": ""
3508
            },
3509
            "require": {
3510
                "php": ">=5.3.7",
3511
                "symfony/config": "^2.3.0|^3",
3512
                "symfony/dependency-injection": "^2.3.0|^3",
3513
                "symfony/filesystem": "^2.3.0|^3"
3514
            },
3515
            "require-dev": {
3516
                "phpunit/phpunit": "^4.4.0,<4.8",
3517
                "squizlabs/php_codesniffer": "^2.0.0"
3518
            },
3519
            "bin": [
3520
                "src/bin/pdepend"
3521
            ],
3522
            "type": "library",
3523
            "autoload": {
3524
                "psr-4": {
3525
                    "PDepend\\": "src/main/php/PDepend"
3526
                }
3527
            },
3528
            "notification-url": "https://packagist.org/downloads/",
3529
            "license": [
3530
                "BSD-3-Clause"
3531
            ],
3532
            "description": "Official version of pdepend to be handled with Composer",
3533
            "time": "2017-01-19T14:23:36+00:00"
3534
        },
3535
        {
3536
            "name": "phpdocumentor/reflection-common",
3537
            "version": "1.0",
3538
            "source": {
3539
                "type": "git",
3540
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3541
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
3542
            },
3543
            "dist": {
3544
                "type": "zip",
3545
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3546
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
3547
                "shasum": ""
3548
            },
3549
            "require": {
3550
                "php": ">=5.5"
3551
            },
3552
            "require-dev": {
3553
                "phpunit/phpunit": "^4.6"
3554
            },
3555
            "type": "library",
3556
            "extra": {
3557
                "branch-alias": {
3558
                    "dev-master": "1.0.x-dev"
3559
                }
3560
            },
3561
            "autoload": {
3562
                "psr-4": {
3563
                    "phpDocumentor\\Reflection\\": [
3564
                        "src"
3565
                    ]
3566
                }
3567
            },
3568
            "notification-url": "https://packagist.org/downloads/",
3569
            "license": [
3570
                "MIT"
3571
            ],
3572
            "authors": [
3573
                {
3574
                    "name": "Jaap van Otterdijk",
3575
                    "email": "[email protected]"
3576
                }
3577
            ],
3578
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3579
            "homepage": "http://www.phpdoc.org",
3580
            "keywords": [
3581
                "FQSEN",
3582
                "phpDocumentor",
3583
                "phpdoc",
3584
                "reflection",
3585
                "static analysis"
3586
            ],
3587
            "time": "2015-12-27T11:43:31+00:00"
3588
        },
3589
        {
3590
            "name": "phpdocumentor/reflection-docblock",
3591
            "version": "3.1.1",
3592
            "source": {
3593
                "type": "git",
3594
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3595
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
3596
            },
3597
            "dist": {
3598
                "type": "zip",
3599
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3600
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
3601
                "shasum": ""
3602
            },
3603
            "require": {
3604
                "php": ">=5.5",
3605
                "phpdocumentor/reflection-common": "^1.0@dev",
3606
                "phpdocumentor/type-resolver": "^0.2.0",
3607
                "webmozart/assert": "^1.0"
3608
            },
3609
            "require-dev": {
3610
                "mockery/mockery": "^0.9.4",
3611
                "phpunit/phpunit": "^4.4"
3612
            },
3613
            "type": "library",
3614
            "autoload": {
3615
                "psr-4": {
3616
                    "phpDocumentor\\Reflection\\": [
3617
                        "src/"
3618
                    ]
3619
                }
3620
            },
3621
            "notification-url": "https://packagist.org/downloads/",
3622
            "license": [
3623
                "MIT"
3624
            ],
3625
            "authors": [
3626
                {
3627
                    "name": "Mike van Riel",
3628
                    "email": "[email protected]"
3629
                }
3630
            ],
3631
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3632
            "time": "2016-09-30T07:12:33+00:00"
3633
        },
3634
        {
3635
            "name": "phpdocumentor/type-resolver",
3636
            "version": "0.2.1",
3637
            "source": {
3638
                "type": "git",
3639
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3640
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
3641
            },
3642
            "dist": {
3643
                "type": "zip",
3644
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3645
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
3646
                "shasum": ""
3647
            },
3648
            "require": {
3649
                "php": ">=5.5",
3650
                "phpdocumentor/reflection-common": "^1.0"
3651
            },
3652
            "require-dev": {
3653
                "mockery/mockery": "^0.9.4",
3654
                "phpunit/phpunit": "^5.2||^4.8.24"
3655
            },
3656
            "type": "library",
3657
            "extra": {
3658
                "branch-alias": {
3659
                    "dev-master": "1.0.x-dev"
3660
                }
3661
            },
3662
            "autoload": {
3663
                "psr-4": {
3664
                    "phpDocumentor\\Reflection\\": [
3665
                        "src/"
3666
                    ]
3667
                }
3668
            },
3669
            "notification-url": "https://packagist.org/downloads/",
3670
            "license": [
3671
                "MIT"
3672
            ],
3673
            "authors": [
3674
                {
3675
                    "name": "Mike van Riel",
3676
                    "email": "[email protected]"
3677
                }
3678
            ],
3679
            "time": "2016-11-25T06:54:22+00:00"
3680
        },
3681
        {
3682
            "name": "phpmd/phpmd",
3683
            "version": "2.6.0",
3684
            "source": {
3685
                "type": "git",
3686
                "url": "https://github.com/phpmd/phpmd.git",
3687
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
3688
            },
3689
            "dist": {
3690
                "type": "zip",
3691
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
3692
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
3693
                "shasum": ""
3694
            },
3695
            "require": {
3696
                "ext-xml": "*",
3697
                "pdepend/pdepend": "^2.5",
3698
                "php": ">=5.3.9"
3699
            },
3700
            "require-dev": {
3701
                "phpunit/phpunit": "^4.0",
3702
                "squizlabs/php_codesniffer": "^2.0"
3703
            },
3704
            "bin": [
3705
                "src/bin/phpmd"
3706
            ],
3707
            "type": "project",
3708
            "autoload": {
3709
                "psr-0": {
3710
                    "PHPMD\\": "src/main/php"
3711
                }
3712
            },
3713
            "notification-url": "https://packagist.org/downloads/",
3714
            "license": [
3715
                "BSD-3-Clause"
3716
            ],
3717
            "authors": [
3718
                {
3719
                    "name": "Manuel Pichler",
3720
                    "email": "[email protected]",
3721
                    "homepage": "https://github.com/manuelpichler",
3722
                    "role": "Project Founder"
3723
                },
3724
                {
3725
                    "name": "Other contributors",
3726
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3727
                    "role": "Contributors"
3728
                },
3729
                {
3730
                    "name": "Marc Würth",
3731
                    "email": "[email protected]",
3732
                    "homepage": "https://github.com/ravage84",
3733
                    "role": "Project Maintainer"
3734
                }
3735
            ],
3736
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3737
            "homepage": "http://phpmd.org/",
3738
            "keywords": [
3739
                "mess detection",
3740
                "mess detector",
3741
                "pdepend",
3742
                "phpmd",
3743
                "pmd"
3744
            ],
3745
            "time": "2017-01-20T14:41:10+00:00"
3746
        },
3747
        {
3748
            "name": "phpspec/prophecy",
3749
            "version": "v1.7.0",
3750
            "source": {
3751
                "type": "git",
3752
                "url": "https://github.com/phpspec/prophecy.git",
3753
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
3754
            },
3755
            "dist": {
3756
                "type": "zip",
3757
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
3758
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
3759
                "shasum": ""
3760
            },
3761
            "require": {
3762
                "doctrine/instantiator": "^1.0.2",
3763
                "php": "^5.3|^7.0",
3764
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
3765
                "sebastian/comparator": "^1.1|^2.0",
3766
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3767
            },
3768
            "require-dev": {
3769
                "phpspec/phpspec": "^2.5|^3.2",
3770
                "phpunit/phpunit": "^4.8 || ^5.6.5"
3771
            },
3772
            "type": "library",
3773
            "extra": {
3774
                "branch-alias": {
3775
                    "dev-master": "1.6.x-dev"
3776
                }
3777
            },
3778
            "autoload": {
3779
                "psr-0": {
3780
                    "Prophecy\\": "src/"
3781
                }
3782
            },
3783
            "notification-url": "https://packagist.org/downloads/",
3784
            "license": [
3785
                "MIT"
3786
            ],
3787
            "authors": [
3788
                {
3789
                    "name": "Konstantin Kudryashov",
3790
                    "email": "[email protected]",
3791
                    "homepage": "http://everzet.com"
3792
                },
3793
                {
3794
                    "name": "Marcello Duarte",
3795
                    "email": "[email protected]"
3796
                }
3797
            ],
3798
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3799
            "homepage": "https://github.com/phpspec/prophecy",
3800
            "keywords": [
3801
                "Double",
3802
                "Dummy",
3803
                "fake",
3804
                "mock",
3805
                "spy",
3806
                "stub"
3807
            ],
3808
            "time": "2017-03-02T20:05:34+00:00"
3809
        },
3810
        {
3811
            "name": "phpunit/php-code-coverage",
3812
            "version": "2.2.4",
3813
            "source": {
3814
                "type": "git",
3815
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3816
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3817
            },
3818
            "dist": {
3819
                "type": "zip",
3820
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3821
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3822
                "shasum": ""
3823
            },
3824
            "require": {
3825
                "php": ">=5.3.3",
3826
                "phpunit/php-file-iterator": "~1.3",
3827
                "phpunit/php-text-template": "~1.2",
3828
                "phpunit/php-token-stream": "~1.3",
3829
                "sebastian/environment": "^1.3.2",
3830
                "sebastian/version": "~1.0"
3831
            },
3832
            "require-dev": {
3833
                "ext-xdebug": ">=2.1.4",
3834
                "phpunit/phpunit": "~4"
3835
            },
3836
            "suggest": {
3837
                "ext-dom": "*",
3838
                "ext-xdebug": ">=2.2.1",
3839
                "ext-xmlwriter": "*"
3840
            },
3841
            "type": "library",
3842
            "extra": {
3843
                "branch-alias": {
3844
                    "dev-master": "2.2.x-dev"
3845
                }
3846
            },
3847
            "autoload": {
3848
                "classmap": [
3849
                    "src/"
3850
                ]
3851
            },
3852
            "notification-url": "https://packagist.org/downloads/",
3853
            "license": [
3854
                "BSD-3-Clause"
3855
            ],
3856
            "authors": [
3857
                {
3858
                    "name": "Sebastian Bergmann",
3859
                    "email": "[email protected]",
3860
                    "role": "lead"
3861
                }
3862
            ],
3863
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3864
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3865
            "keywords": [
3866
                "coverage",
3867
                "testing",
3868
                "xunit"
3869
            ],
3870
            "time": "2015-10-06T15:47:00+00:00"
3871
        },
3872
        {
3873
            "name": "phpunit/php-file-iterator",
3874
            "version": "1.4.2",
3875
            "source": {
3876
                "type": "git",
3877
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3878
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
3879
            },
3880
            "dist": {
3881
                "type": "zip",
3882
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3883
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
3884
                "shasum": ""
3885
            },
3886
            "require": {
3887
                "php": ">=5.3.3"
3888
            },
3889
            "type": "library",
3890
            "extra": {
3891
                "branch-alias": {
3892
                    "dev-master": "1.4.x-dev"
3893
                }
3894
            },
3895
            "autoload": {
3896
                "classmap": [
3897
                    "src/"
3898
                ]
3899
            },
3900
            "notification-url": "https://packagist.org/downloads/",
3901
            "license": [
3902
                "BSD-3-Clause"
3903
            ],
3904
            "authors": [
3905
                {
3906
                    "name": "Sebastian Bergmann",
3907
                    "email": "[email protected]",
3908
                    "role": "lead"
3909
                }
3910
            ],
3911
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3912
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3913
            "keywords": [
3914
                "filesystem",
3915
                "iterator"
3916
            ],
3917
            "time": "2016-10-03T07:40:28+00:00"
3918
        },
3919
        {
3920
            "name": "phpunit/php-text-template",
3921
            "version": "1.2.1",
3922
            "source": {
3923
                "type": "git",
3924
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3925
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3926
            },
3927
            "dist": {
3928
                "type": "zip",
3929
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3930
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3931
                "shasum": ""
3932
            },
3933
            "require": {
3934
                "php": ">=5.3.3"
3935
            },
3936
            "type": "library",
3937
            "autoload": {
3938
                "classmap": [
3939
                    "src/"
3940
                ]
3941
            },
3942
            "notification-url": "https://packagist.org/downloads/",
3943
            "license": [
3944
                "BSD-3-Clause"
3945
            ],
3946
            "authors": [
3947
                {
3948
                    "name": "Sebastian Bergmann",
3949
                    "email": "[email protected]",
3950
                    "role": "lead"
3951
                }
3952
            ],
3953
            "description": "Simple template engine.",
3954
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3955
            "keywords": [
3956
                "template"
3957
            ],
3958
            "time": "2015-06-21T13:50:34+00:00"
3959
        },
3960
        {
3961
            "name": "phpunit/php-timer",
3962
            "version": "1.0.9",
3963
            "source": {
3964
                "type": "git",
3965
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3966
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3967
            },
3968
            "dist": {
3969
                "type": "zip",
3970
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3971
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3972
                "shasum": ""
3973
            },
3974
            "require": {
3975
                "php": "^5.3.3 || ^7.0"
3976
            },
3977
            "require-dev": {
3978
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3979
            },
3980
            "type": "library",
3981
            "extra": {
3982
                "branch-alias": {
3983
                    "dev-master": "1.0-dev"
3984
                }
3985
            },
3986
            "autoload": {
3987
                "classmap": [
3988
                    "src/"
3989
                ]
3990
            },
3991
            "notification-url": "https://packagist.org/downloads/",
3992
            "license": [
3993
                "BSD-3-Clause"
3994
            ],
3995
            "authors": [
3996
                {
3997
                    "name": "Sebastian Bergmann",
3998
                    "email": "[email protected]",
3999
                    "role": "lead"
4000
                }
4001
            ],
4002
            "description": "Utility class for timing",
4003
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4004
            "keywords": [
4005
                "timer"
4006
            ],
4007
            "time": "2017-02-26T11:10:40+00:00"
4008
        },
4009
        {
4010
            "name": "phpunit/php-token-stream",
4011
            "version": "1.4.11",
4012
            "source": {
4013
                "type": "git",
4014
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4015
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
4016
            },
4017
            "dist": {
4018
                "type": "zip",
4019
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
4020
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
4021
                "shasum": ""
4022
            },
4023
            "require": {
4024
                "ext-tokenizer": "*",
4025
                "php": ">=5.3.3"
4026
            },
4027
            "require-dev": {
4028
                "phpunit/phpunit": "~4.2"
4029
            },
4030
            "type": "library",
4031
            "extra": {
4032
                "branch-alias": {
4033
                    "dev-master": "1.4-dev"
4034
                }
4035
            },
4036
            "autoload": {
4037
                "classmap": [
4038
                    "src/"
4039
                ]
4040
            },
4041
            "notification-url": "https://packagist.org/downloads/",
4042
            "license": [
4043
                "BSD-3-Clause"
4044
            ],
4045
            "authors": [
4046
                {
4047
                    "name": "Sebastian Bergmann",
4048
                    "email": "[email protected]"
4049
                }
4050
            ],
4051
            "description": "Wrapper around PHP's tokenizer extension.",
4052
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4053
            "keywords": [
4054
                "tokenizer"
4055
            ],
4056
            "time": "2017-02-27T10:12:30+00:00"
4057
        },
4058
        {
4059
            "name": "phpunit/phpunit",
4060
            "version": "4.8.35",
4061
            "source": {
4062
                "type": "git",
4063
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4064
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
4065
            },
4066
            "dist": {
4067
                "type": "zip",
4068
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
4069
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
4070
                "shasum": ""
4071
            },
4072
            "require": {
4073
                "ext-dom": "*",
4074
                "ext-json": "*",
4075
                "ext-pcre": "*",
4076
                "ext-reflection": "*",
4077
                "ext-spl": "*",
4078
                "php": ">=5.3.3",
4079
                "phpspec/prophecy": "^1.3.1",
4080
                "phpunit/php-code-coverage": "~2.1",
4081
                "phpunit/php-file-iterator": "~1.4",
4082
                "phpunit/php-text-template": "~1.2",
4083
                "phpunit/php-timer": "^1.0.6",
4084
                "phpunit/phpunit-mock-objects": "~2.3",
4085
                "sebastian/comparator": "~1.2.2",
4086
                "sebastian/diff": "~1.2",
4087
                "sebastian/environment": "~1.3",
4088
                "sebastian/exporter": "~1.2",
4089
                "sebastian/global-state": "~1.0",
4090
                "sebastian/version": "~1.0",
4091
                "symfony/yaml": "~2.1|~3.0"
4092
            },
4093
            "suggest": {
4094
                "phpunit/php-invoker": "~1.1"
4095
            },
4096
            "bin": [
4097
                "phpunit"
4098
            ],
4099
            "type": "library",
4100
            "extra": {
4101
                "branch-alias": {
4102
                    "dev-master": "4.8.x-dev"
4103
                }
4104
            },
4105
            "autoload": {
4106
                "classmap": [
4107
                    "src/"
4108
                ]
4109
            },
4110
            "notification-url": "https://packagist.org/downloads/",
4111
            "license": [
4112
                "BSD-3-Clause"
4113
            ],
4114
            "authors": [
4115
                {
4116
                    "name": "Sebastian Bergmann",
4117
                    "email": "[email protected]",
4118
                    "role": "lead"
4119
                }
4120
            ],
4121
            "description": "The PHP Unit Testing framework.",
4122
            "homepage": "https://phpunit.de/",
4123
            "keywords": [
4124
                "phpunit",
4125
                "testing",
4126
                "xunit"
4127
            ],
4128
            "time": "2017-02-06T05:18:07+00:00"
4129
        },
4130
        {
4131
            "name": "phpunit/phpunit-mock-objects",
4132
            "version": "2.3.8",
4133
            "source": {
4134
                "type": "git",
4135
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4136
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4137
            },
4138
            "dist": {
4139
                "type": "zip",
4140
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4141
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4142
                "shasum": ""
4143
            },
4144
            "require": {
4145
                "doctrine/instantiator": "^1.0.2",
4146
                "php": ">=5.3.3",
4147
                "phpunit/php-text-template": "~1.2",
4148
                "sebastian/exporter": "~1.2"
4149
            },
4150
            "require-dev": {
4151
                "phpunit/phpunit": "~4.4"
4152
            },
4153
            "suggest": {
4154
                "ext-soap": "*"
4155
            },
4156
            "type": "library",
4157
            "extra": {
4158
                "branch-alias": {
4159
                    "dev-master": "2.3.x-dev"
4160
                }
4161
            },
4162
            "autoload": {
4163
                "classmap": [
4164
                    "src/"
4165
                ]
4166
            },
4167
            "notification-url": "https://packagist.org/downloads/",
4168
            "license": [
4169
                "BSD-3-Clause"
4170
            ],
4171
            "authors": [
4172
                {
4173
                    "name": "Sebastian Bergmann",
4174
                    "email": "[email protected]",
4175
                    "role": "lead"
4176
                }
4177
            ],
4178
            "description": "Mock Object library for PHPUnit",
4179
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4180
            "keywords": [
4181
                "mock",
4182
                "xunit"
4183
            ],
4184
            "time": "2015-10-02T06:51:40+00:00"
4185
        },
4186
        {
4187
            "name": "sebastian/comparator",
4188
            "version": "1.2.4",
4189
            "source": {
4190
                "type": "git",
4191
                "url": "https://github.com/sebastianbergmann/comparator.git",
4192
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
4193
            },
4194
            "dist": {
4195
                "type": "zip",
4196
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4197
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
4198
                "shasum": ""
4199
            },
4200
            "require": {
4201
                "php": ">=5.3.3",
4202
                "sebastian/diff": "~1.2",
4203
                "sebastian/exporter": "~1.2 || ~2.0"
4204
            },
4205
            "require-dev": {
4206
                "phpunit/phpunit": "~4.4"
4207
            },
4208
            "type": "library",
4209
            "extra": {
4210
                "branch-alias": {
4211
                    "dev-master": "1.2.x-dev"
4212
                }
4213
            },
4214
            "autoload": {
4215
                "classmap": [
4216
                    "src/"
4217
                ]
4218
            },
4219
            "notification-url": "https://packagist.org/downloads/",
4220
            "license": [
4221
                "BSD-3-Clause"
4222
            ],
4223
            "authors": [
4224
                {
4225
                    "name": "Jeff Welch",
4226
                    "email": "[email protected]"
4227
                },
4228
                {
4229
                    "name": "Volker Dusch",
4230
                    "email": "[email protected]"
4231
                },
4232
                {
4233
                    "name": "Bernhard Schussek",
4234
                    "email": "[email protected]"
4235
                },
4236
                {
4237
                    "name": "Sebastian Bergmann",
4238
                    "email": "[email protected]"
4239
                }
4240
            ],
4241
            "description": "Provides the functionality to compare PHP values for equality",
4242
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4243
            "keywords": [
4244
                "comparator",
4245
                "compare",
4246
                "equality"
4247
            ],
4248
            "time": "2017-01-29T09:50:25+00:00"
4249
        },
4250
        {
4251
            "name": "sebastian/diff",
4252
            "version": "1.4.1",
4253
            "source": {
4254
                "type": "git",
4255
                "url": "https://github.com/sebastianbergmann/diff.git",
4256
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4257
            },
4258
            "dist": {
4259
                "type": "zip",
4260
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4261
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4262
                "shasum": ""
4263
            },
4264
            "require": {
4265
                "php": ">=5.3.3"
4266
            },
4267
            "require-dev": {
4268
                "phpunit/phpunit": "~4.8"
4269
            },
4270
            "type": "library",
4271
            "extra": {
4272
                "branch-alias": {
4273
                    "dev-master": "1.4-dev"
4274
                }
4275
            },
4276
            "autoload": {
4277
                "classmap": [
4278
                    "src/"
4279
                ]
4280
            },
4281
            "notification-url": "https://packagist.org/downloads/",
4282
            "license": [
4283
                "BSD-3-Clause"
4284
            ],
4285
            "authors": [
4286
                {
4287
                    "name": "Kore Nordmann",
4288
                    "email": "[email protected]"
4289
                },
4290
                {
4291
                    "name": "Sebastian Bergmann",
4292
                    "email": "[email protected]"
4293
                }
4294
            ],
4295
            "description": "Diff implementation",
4296
            "homepage": "https://github.com/sebastianbergmann/diff",
4297
            "keywords": [
4298
                "diff"
4299
            ],
4300
            "time": "2015-12-08T07:14:41+00:00"
4301
        },
4302
        {
4303
            "name": "sebastian/environment",
4304
            "version": "1.3.8",
4305
            "source": {
4306
                "type": "git",
4307
                "url": "https://github.com/sebastianbergmann/environment.git",
4308
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
4309
            },
4310
            "dist": {
4311
                "type": "zip",
4312
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4313
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
4314
                "shasum": ""
4315
            },
4316
            "require": {
4317
                "php": "^5.3.3 || ^7.0"
4318
            },
4319
            "require-dev": {
4320
                "phpunit/phpunit": "^4.8 || ^5.0"
4321
            },
4322
            "type": "library",
4323
            "extra": {
4324
                "branch-alias": {
4325
                    "dev-master": "1.3.x-dev"
4326
                }
4327
            },
4328
            "autoload": {
4329
                "classmap": [
4330
                    "src/"
4331
                ]
4332
            },
4333
            "notification-url": "https://packagist.org/downloads/",
4334
            "license": [
4335
                "BSD-3-Clause"
4336
            ],
4337
            "authors": [
4338
                {
4339
                    "name": "Sebastian Bergmann",
4340
                    "email": "[email protected]"
4341
                }
4342
            ],
4343
            "description": "Provides functionality to handle HHVM/PHP environments",
4344
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4345
            "keywords": [
4346
                "Xdebug",
4347
                "environment",
4348
                "hhvm"
4349
            ],
4350
            "time": "2016-08-18T05:49:44+00:00"
4351
        },
4352
        {
4353
            "name": "sebastian/exporter",
4354
            "version": "1.2.2",
4355
            "source": {
4356
                "type": "git",
4357
                "url": "https://github.com/sebastianbergmann/exporter.git",
4358
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
4359
            },
4360
            "dist": {
4361
                "type": "zip",
4362
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
4363
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
4364
                "shasum": ""
4365
            },
4366
            "require": {
4367
                "php": ">=5.3.3",
4368
                "sebastian/recursion-context": "~1.0"
4369
            },
4370
            "require-dev": {
4371
                "ext-mbstring": "*",
4372
                "phpunit/phpunit": "~4.4"
4373
            },
4374
            "type": "library",
4375
            "extra": {
4376
                "branch-alias": {
4377
                    "dev-master": "1.3.x-dev"
4378
                }
4379
            },
4380
            "autoload": {
4381
                "classmap": [
4382
                    "src/"
4383
                ]
4384
            },
4385
            "notification-url": "https://packagist.org/downloads/",
4386
            "license": [
4387
                "BSD-3-Clause"
4388
            ],
4389
            "authors": [
4390
                {
4391
                    "name": "Jeff Welch",
4392
                    "email": "[email protected]"
4393
                },
4394
                {
4395
                    "name": "Volker Dusch",
4396
                    "email": "[email protected]"
4397
                },
4398
                {
4399
                    "name": "Bernhard Schussek",
4400
                    "email": "[email protected]"
4401
                },
4402
                {
4403
                    "name": "Sebastian Bergmann",
4404
                    "email": "[email protected]"
4405
                },
4406
                {
4407
                    "name": "Adam Harvey",
4408
                    "email": "[email protected]"
4409
                }
4410
            ],
4411
            "description": "Provides the functionality to export PHP variables for visualization",
4412
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4413
            "keywords": [
4414
                "export",
4415
                "exporter"
4416
            ],
4417
            "time": "2016-06-17T09:04:28+00:00"
4418
        },
4419
        {
4420
            "name": "sebastian/finder-facade",
4421
            "version": "1.2.1",
4422
            "source": {
4423
                "type": "git",
4424
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4425
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
4426
            },
4427
            "dist": {
4428
                "type": "zip",
4429
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4430
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
4431
                "shasum": ""
4432
            },
4433
            "require": {
4434
                "symfony/finder": "~2.3|~3.0",
4435
                "theseer/fdomdocument": "~1.3"
4436
            },
4437
            "type": "library",
4438
            "autoload": {
4439
                "classmap": [
4440
                    "src/"
4441
                ]
4442
            },
4443
            "notification-url": "https://packagist.org/downloads/",
4444
            "license": [
4445
                "BSD-3-Clause"
4446
            ],
4447
            "authors": [
4448
                {
4449
                    "name": "Sebastian Bergmann",
4450
                    "email": "[email protected]",
4451
                    "role": "lead"
4452
                }
4453
            ],
4454
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4455
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4456
            "time": "2016-02-17T07:02:23+00:00"
4457
        },
4458
        {
4459
            "name": "sebastian/global-state",
4460
            "version": "1.1.1",
4461
            "source": {
4462
                "type": "git",
4463
                "url": "https://github.com/sebastianbergmann/global-state.git",
4464
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4465
            },
4466
            "dist": {
4467
                "type": "zip",
4468
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4469
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4470
                "shasum": ""
4471
            },
4472
            "require": {
4473
                "php": ">=5.3.3"
4474
            },
4475
            "require-dev": {
4476
                "phpunit/phpunit": "~4.2"
4477
            },
4478
            "suggest": {
4479
                "ext-uopz": "*"
4480
            },
4481
            "type": "library",
4482
            "extra": {
4483
                "branch-alias": {
4484
                    "dev-master": "1.0-dev"
4485
                }
4486
            },
4487
            "autoload": {
4488
                "classmap": [
4489
                    "src/"
4490
                ]
4491
            },
4492
            "notification-url": "https://packagist.org/downloads/",
4493
            "license": [
4494
                "BSD-3-Clause"
4495
            ],
4496
            "authors": [
4497
                {
4498
                    "name": "Sebastian Bergmann",
4499
                    "email": "[email protected]"
4500
                }
4501
            ],
4502
            "description": "Snapshotting of global state",
4503
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4504
            "keywords": [
4505
                "global state"
4506
            ],
4507
            "time": "2015-10-12T03:26:01+00:00"
4508
        },
4509
        {
4510
            "name": "sebastian/phpcpd",
4511
            "version": "2.0.4",
4512
            "source": {
4513
                "type": "git",
4514
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
4515
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
4516
            },
4517
            "dist": {
4518
                "type": "zip",
4519
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
4520
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
4521
                "shasum": ""
4522
            },
4523
            "require": {
4524
                "php": ">=5.3.3",
4525
                "phpunit/php-timer": ">=1.0.6",
4526
                "sebastian/finder-facade": "~1.1",
4527
                "sebastian/version": "~1.0|~2.0",
4528
                "symfony/console": "~2.7|^3.0",
4529
                "theseer/fdomdocument": "~1.4"
4530
            },
4531
            "bin": [
4532
                "phpcpd"
4533
            ],
4534
            "type": "library",
4535
            "extra": {
4536
                "branch-alias": {
4537
                    "dev-master": "2.0-dev"
4538
                }
4539
            },
4540
            "autoload": {
4541
                "classmap": [
4542
                    "src/"
4543
                ]
4544
            },
4545
            "notification-url": "https://packagist.org/downloads/",
4546
            "license": [
4547
                "BSD-3-Clause"
4548
            ],
4549
            "authors": [
4550
                {
4551
                    "name": "Sebastian Bergmann",
4552
                    "email": "[email protected]",
4553
                    "role": "lead"
4554
                }
4555
            ],
4556
            "description": "Copy/Paste Detector (CPD) for PHP code.",
4557
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
4558
            "time": "2016-04-17T19:32:49+00:00"
4559
        },
4560
        {
4561
            "name": "sebastian/recursion-context",
4562
            "version": "1.0.5",
4563
            "source": {
4564
                "type": "git",
4565
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4566
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
4567
            },
4568
            "dist": {
4569
                "type": "zip",
4570
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4571
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
4572
                "shasum": ""
4573
            },
4574
            "require": {
4575
                "php": ">=5.3.3"
4576
            },
4577
            "require-dev": {
4578
                "phpunit/phpunit": "~4.4"
4579
            },
4580
            "type": "library",
4581
            "extra": {
4582
                "branch-alias": {
4583
                    "dev-master": "1.0.x-dev"
4584
                }
4585
            },
4586
            "autoload": {
4587
                "classmap": [
4588
                    "src/"
4589
                ]
4590
            },
4591
            "notification-url": "https://packagist.org/downloads/",
4592
            "license": [
4593
                "BSD-3-Clause"
4594
            ],
4595
            "authors": [
4596
                {
4597
                    "name": "Jeff Welch",
4598
                    "email": "[email protected]"
4599
                },
4600
                {
4601
                    "name": "Sebastian Bergmann",
4602
                    "email": "[email protected]"
4603
                },
4604
                {
4605
                    "name": "Adam Harvey",
4606
                    "email": "[email protected]"
4607
                }
4608
            ],
4609
            "description": "Provides functionality to recursively process PHP variables",
4610
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4611
            "time": "2016-10-03T07:41:43+00:00"
4612
        },
4613
        {
4614
            "name": "sebastian/version",
4615
            "version": "1.0.6",
4616
            "source": {
4617
                "type": "git",
4618
                "url": "https://github.com/sebastianbergmann/version.git",
4619
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4620
            },
4621
            "dist": {
4622
                "type": "zip",
4623
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4624
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4625
                "shasum": ""
4626
            },
4627
            "type": "library",
4628
            "autoload": {
4629
                "classmap": [
4630
                    "src/"
4631
                ]
4632
            },
4633
            "notification-url": "https://packagist.org/downloads/",
4634
            "license": [
4635
                "BSD-3-Clause"
4636
            ],
4637
            "authors": [
4638
                {
4639
                    "name": "Sebastian Bergmann",
4640
                    "email": "[email protected]",
4641
                    "role": "lead"
4642
                }
4643
            ],
4644
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4645
            "homepage": "https://github.com/sebastianbergmann/version",
4646
            "time": "2015-06-21T13:59:46+00:00"
4647
        },
4648
        {
4649
            "name": "squizlabs/php_codesniffer",
4650
            "version": "1.5.6",
4651
            "source": {
4652
                "type": "git",
4653
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4654
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4655
            },
4656
            "dist": {
4657
                "type": "zip",
4658
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4659
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4660
                "shasum": ""
4661
            },
4662
            "require": {
4663
                "ext-tokenizer": "*",
4664
                "php": ">=5.1.2"
4665
            },
4666
            "suggest": {
4667
                "phpunit/php-timer": "dev-master"
4668
            },
4669
            "bin": [
4670
                "scripts/phpcs"
4671
            ],
4672
            "type": "library",
4673
            "extra": {
4674
                "branch-alias": {
4675
                    "dev-phpcs-fixer": "2.0.x-dev"
4676
                }
4677
            },
4678
            "autoload": {
4679
                "classmap": [
4680
                    "CodeSniffer.php",
4681
                    "CodeSniffer/CLI.php",
4682
                    "CodeSniffer/Exception.php",
4683
                    "CodeSniffer/File.php",
4684
                    "CodeSniffer/Report.php",
4685
                    "CodeSniffer/Reporting.php",
4686
                    "CodeSniffer/Sniff.php",
4687
                    "CodeSniffer/Tokens.php",
4688
                    "CodeSniffer/Reports/",
4689
                    "CodeSniffer/CommentParser/",
4690
                    "CodeSniffer/Tokenizers/",
4691
                    "CodeSniffer/DocGenerators/",
4692
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4693
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4694
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4695
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4696
                    "CodeSniffer/Standards/Generic/Sniffs/",
4697
                    "CodeSniffer/Standards/MySource/Sniffs/",
4698
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4699
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4700
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4701
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4702
                    "CodeSniffer/Standards/Zend/Sniffs/"
4703
                ]
4704
            },
4705
            "notification-url": "https://packagist.org/downloads/",
4706
            "license": [
4707
                "BSD-3-Clause"
4708
            ],
4709
            "authors": [
4710
                {
4711
                    "name": "Greg Sherwood",
4712
                    "role": "lead"
4713
                }
4714
            ],
4715
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4716
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4717
            "keywords": [
4718
                "phpcs",
4719
                "standards"
4720
            ],
4721
            "time": "2014-12-04T22:32:15+00:00"
4722
        },
4723
        {
4724
            "name": "theseer/fdomdocument",
4725
            "version": "1.6.1",
4726
            "source": {
4727
                "type": "git",
4728
                "url": "https://github.com/theseer/fDOMDocument.git",
4729
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4730
            },
4731
            "dist": {
4732
                "type": "zip",
4733
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4734
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4735
                "shasum": ""
4736
            },
4737
            "require": {
4738
                "ext-dom": "*",
4739
                "lib-libxml": "*",
4740
                "php": ">=5.3.3"
4741
            },
4742
            "type": "library",
4743
            "autoload": {
4744
                "classmap": [
4745
                    "src/"
4746
                ]
4747
            },
4748
            "notification-url": "https://packagist.org/downloads/",
4749
            "license": [
4750
                "BSD-3-Clause"
4751
            ],
4752
            "authors": [
4753
                {
4754
                    "name": "Arne Blankerts",
4755
                    "email": "[email protected]",
4756
                    "role": "lead"
4757
                }
4758
            ],
4759
            "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.",
4760
            "homepage": "https://github.com/theseer/fDOMDocument",
4761
            "time": "2015-05-27T22:58:02+00:00"
4762
        }
4763
    ],
4764
    "aliases": [],
4765
    "minimum-stability": "stable",
4766
    "stability-flags": {
4767
        "doctrine/migrations": 15
4768
    },
4769
    "prefer-stable": false,
4770
    "prefer-lowest": false,
4771
    "platform": {
4772
        "php": "^5.6|^7.0",
4773
        "ext-gmp": "*"
4774
    },
4775
    "platform-dev": []
4776
}
4777