GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#8)
by
unknown
19:25 queued 17:25
created

composer.lock (1 issue)

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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "6b2034f9eb7916f39d15cf9e80f4fcf9",
8
    "packages": [
9
        {
10
            "name": "lcobucci/clock",
11
            "version": "1.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/lcobucci/clock.git",
15
                "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/lcobucci/clock/zipball/d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451",
20
                "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.1"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.1-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Lcobucci\\Clock\\": "src"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Luís Cobucci",
47
                    "email": "[email protected]"
48
                }
49
            ],
50
            "description": "Yet another clock abstraction",
51
            "time": "2018-01-19T15:38:44+00:00"
52
        },
53
        {
54
            "name": "lcobucci/jose-parsing",
55
            "version": "2.2.0",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/lcobucci/jose-parsing.git",
59
                "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/lcobucci/jose-parsing/zipball/ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4",
64
                "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "php": "^7.1"
69
            },
70
            "require-dev": {
71
                "phpmd/phpmd": "^2.3",
72
                "phpunit/phpunit": "^6.0",
73
                "squizlabs/php_codesniffer": "^2.3"
74
            },
75
            "type": "library",
76
            "extra": {
77
                "branch-alias": {
78
                    "dev-master": "2.2-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-4": {
83
                    "Lcobucci\\Jose\\Parsing\\": "src"
84
                }
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "BSD-3-Clause"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Luís Otávio Cobucci Oblonczyk",
93
                    "email": "[email protected]",
94
                    "role": "Developer"
95
                }
96
            ],
97
            "description": "A basic Base64Url and JSON encoding/decoding implementation",
98
            "keywords": [
99
                "JOSE",
100
                "base64url"
101
            ],
102
            "time": "2017-02-12T22:14:17+00:00"
103
        },
104
        {
105
            "name": "lcobucci/jwt",
106
            "version": "dev-master",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/lcobucci/jwt.git",
110
                "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3f75ff6140b13c305b6312881e4f9b1a56b9c8c6",
115
                "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "ext-openssl": "*",
120
                "lcobucci/clock": "^1.0",
121
                "lcobucci/jose-parsing": "~2.1",
122
                "php": "^7.1"
123
            },
124
            "require-dev": {
125
                "doctrine/coding-standard": "^4.0",
126
                "infection/infection": "^0.8",
127
                "mdanter/ecc": "^0.4",
128
                "mikey179/vfsstream": "^1.6",
129
                "phpbench/phpbench": "dev-master@dev",
130
                "phpmd/phpmd": "^2.5",
131
                "phpstan/phpstan": "^0.9",
132
                "phpstan/phpstan-phpunit": "^0.9",
133
                "phpstan/phpstan-strict-rules": "^0.9",
134
                "phpunit/php-invoker": "^1.1",
135
                "phpunit/phpunit": "^7.0",
136
                "squizlabs/php_codesniffer": "^3.2"
137
            },
138
            "suggest": {
139
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
140
            },
141
            "type": "library",
142
            "extra": {
143
                "branch-alias": {
144
                    "dev-master": "4.0-dev"
145
                }
146
            },
147
            "autoload": {
148
                "psr-4": {
149
                    "Lcobucci\\JWT\\": "src"
150
                }
151
            },
152
            "notification-url": "https://packagist.org/downloads/",
153
            "license": [
154
                "BSD-3-Clause"
155
            ],
156
            "authors": [
157
                {
158
                    "name": "Luís Cobucci",
159
                    "email": "[email protected]",
160
                    "role": "Developer"
161
                }
162
            ],
163
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
164
            "keywords": [
165
                "JWS",
166
                "jwt"
167
            ],
168
            "time": "2018-05-29T06:59:04+00:00"
169
        },
170
        {
171
            "name": "psr/container",
172
            "version": "1.0.0",
173
            "source": {
174
                "type": "git",
175
                "url": "https://github.com/php-fig/container.git",
176
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
177
            },
178
            "dist": {
179
                "type": "zip",
180
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
181
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
182
                "shasum": ""
183
            },
184
            "require": {
185
                "php": ">=5.3.0"
186
            },
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.0.x-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "Psr\\Container\\": "src/"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "PHP-FIG",
205
                    "homepage": "http://www.php-fig.org/"
206
                }
207
            ],
208
            "description": "Common Container Interface (PHP FIG PSR-11)",
209
            "homepage": "https://github.com/php-fig/container",
210
            "keywords": [
211
                "PSR-11",
212
                "container",
213
                "container-interface",
214
                "container-interop",
215
                "psr"
216
            ],
217
            "time": "2017-02-14T16:28:37+00:00"
218
        },
219
        {
220
            "name": "psr/log",
221
            "version": "1.0.2",
222
            "source": {
223
                "type": "git",
224
                "url": "https://github.com/php-fig/log.git",
225
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
226
            },
227
            "dist": {
228
                "type": "zip",
229
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
230
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
231
                "shasum": ""
232
            },
233
            "require": {
234
                "php": ">=5.3.0"
235
            },
236
            "type": "library",
237
            "extra": {
238
                "branch-alias": {
239
                    "dev-master": "1.0.x-dev"
240
                }
241
            },
242
            "autoload": {
243
                "psr-4": {
244
                    "Psr\\Log\\": "Psr/Log/"
245
                }
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "PHP-FIG",
254
                    "homepage": "http://www.php-fig.org/"
255
                }
256
            ],
257
            "description": "Common interface for logging libraries",
258
            "homepage": "https://github.com/php-fig/log",
259
            "keywords": [
260
                "log",
261
                "psr",
262
                "psr-3"
263
            ],
264
            "time": "2016-10-10T12:19:37+00:00"
265
        },
266
        {
267
            "name": "symfony/debug",
268
            "version": "v4.1.0",
269
            "source": {
270
                "type": "git",
271
                "url": "https://github.com/symfony/debug.git",
272
                "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b"
273
            },
274
            "dist": {
275
                "type": "zip",
276
                "url": "https://api.github.com/repos/symfony/debug/zipball/449f8b00b28ab6e6912c3e6b920406143b27193b",
277
                "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b",
278
                "shasum": ""
279
            },
280
            "require": {
281
                "php": "^7.1.3",
282
                "psr/log": "~1.0"
283
            },
284
            "conflict": {
285
                "symfony/http-kernel": "<3.4"
286
            },
287
            "require-dev": {
288
                "symfony/http-kernel": "~3.4|~4.0"
289
            },
290
            "type": "library",
291
            "extra": {
292
                "branch-alias": {
293
                    "dev-master": "4.1-dev"
294
                }
295
            },
296
            "autoload": {
297
                "psr-4": {
298
                    "Symfony\\Component\\Debug\\": ""
299
                },
300
                "exclude-from-classmap": [
301
                    "/Tests/"
302
                ]
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Fabien Potencier",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Symfony Community",
315
                    "homepage": "https://symfony.com/contributors"
316
                }
317
            ],
318
            "description": "Symfony Debug Component",
319
            "homepage": "https://symfony.com",
320
            "time": "2018-05-16T14:33:22+00:00"
321
        },
322
        {
323
            "name": "symfony/dependency-injection",
324
            "version": "v4.1.0",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/symfony/dependency-injection.git",
328
                "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00",
333
                "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00",
334
                "shasum": ""
335
            },
336
            "require": {
337
                "php": "^7.1.3",
338
                "psr/container": "^1.0"
339
            },
340
            "conflict": {
341
                "symfony/config": "<4.1",
342
                "symfony/finder": "<3.4",
343
                "symfony/proxy-manager-bridge": "<3.4",
344
                "symfony/yaml": "<3.4"
345
            },
346
            "provide": {
347
                "psr/container-implementation": "1.0"
348
            },
349
            "require-dev": {
350
                "symfony/config": "~4.1",
351
                "symfony/expression-language": "~3.4|~4.0",
352
                "symfony/yaml": "~3.4|~4.0"
353
            },
354
            "suggest": {
355
                "symfony/config": "",
356
                "symfony/expression-language": "For using expressions in service container configuration",
357
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
358
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
359
                "symfony/yaml": ""
360
            },
361
            "type": "library",
362
            "extra": {
363
                "branch-alias": {
364
                    "dev-master": "4.1-dev"
365
                }
366
            },
367
            "autoload": {
368
                "psr-4": {
369
                    "Symfony\\Component\\DependencyInjection\\": ""
370
                },
371
                "exclude-from-classmap": [
372
                    "/Tests/"
373
                ]
374
            },
375
            "notification-url": "https://packagist.org/downloads/",
376
            "license": [
377
                "MIT"
378
            ],
379
            "authors": [
380
                {
381
                    "name": "Fabien Potencier",
382
                    "email": "[email protected]"
383
                },
384
                {
385
                    "name": "Symfony Community",
386
                    "homepage": "https://symfony.com/contributors"
387
                }
388
            ],
389
            "description": "Symfony DependencyInjection Component",
390
            "homepage": "https://symfony.com",
391
            "time": "2018-05-25T14:55:38+00:00"
392
        },
393
        {
394
            "name": "symfony/event-dispatcher",
395
            "version": "v4.1.0",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/symfony/event-dispatcher.git",
399
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
404
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
405
                "shasum": ""
406
            },
407
            "require": {
408
                "php": "^7.1.3"
409
            },
410
            "conflict": {
411
                "symfony/dependency-injection": "<3.4"
412
            },
413
            "require-dev": {
414
                "psr/log": "~1.0",
415
                "symfony/config": "~3.4|~4.0",
416
                "symfony/dependency-injection": "~3.4|~4.0",
417
                "symfony/expression-language": "~3.4|~4.0",
418
                "symfony/stopwatch": "~3.4|~4.0"
419
            },
420
            "suggest": {
421
                "symfony/dependency-injection": "",
422
                "symfony/http-kernel": ""
423
            },
424
            "type": "library",
425
            "extra": {
426
                "branch-alias": {
427
                    "dev-master": "4.1-dev"
428
                }
429
            },
430
            "autoload": {
431
                "psr-4": {
432
                    "Symfony\\Component\\EventDispatcher\\": ""
433
                },
434
                "exclude-from-classmap": [
435
                    "/Tests/"
436
                ]
437
            },
438
            "notification-url": "https://packagist.org/downloads/",
439
            "license": [
440
                "MIT"
441
            ],
442
            "authors": [
443
                {
444
                    "name": "Fabien Potencier",
445
                    "email": "[email protected]"
446
                },
447
                {
448
                    "name": "Symfony Community",
449
                    "homepage": "https://symfony.com/contributors"
450
                }
451
            ],
452
            "description": "Symfony EventDispatcher Component",
453
            "homepage": "https://symfony.com",
454
            "time": "2018-04-06T07:35:57+00:00"
455
        },
456
        {
457
            "name": "symfony/http-foundation",
458
            "version": "v4.0.11",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/symfony/http-foundation.git",
462
                "reference": "277b757a2d3960170d99d372e171a8a18916467a"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/277b757a2d3960170d99d372e171a8a18916467a",
467
                "reference": "277b757a2d3960170d99d372e171a8a18916467a",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "php": "^7.1.3",
472
                "symfony/polyfill-mbstring": "~1.1"
473
            },
474
            "require-dev": {
475
                "symfony/expression-language": "~3.4|~4.0"
476
            },
477
            "type": "library",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "4.0-dev"
481
                }
482
            },
483
            "autoload": {
484
                "psr-4": {
485
                    "Symfony\\Component\\HttpFoundation\\": ""
486
                },
487
                "exclude-from-classmap": [
488
                    "/Tests/"
489
                ]
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Fabien Potencier",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Symfony Community",
502
                    "homepage": "https://symfony.com/contributors"
503
                }
504
            ],
505
            "description": "Symfony HttpFoundation Component",
506
            "homepage": "https://symfony.com",
507
            "time": "2018-05-25T11:08:56+00:00"
508
        },
509
        {
510
            "name": "symfony/http-kernel",
511
            "version": "v4.0.4",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/symfony/http-kernel.git",
515
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca",
520
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": "^7.1.3",
525
                "psr/log": "~1.0",
526
                "symfony/debug": "~3.4|~4.0",
527
                "symfony/event-dispatcher": "~3.4|~4.0",
528
                "symfony/http-foundation": "~3.4.4|~4.0.4"
529
            },
530
            "conflict": {
531
                "symfony/config": "<3.4",
532
                "symfony/dependency-injection": "<3.4",
533
                "symfony/var-dumper": "<3.4",
534
                "twig/twig": "<1.34|<2.4,>=2"
535
            },
536
            "provide": {
537
                "psr/log-implementation": "1.0"
538
            },
539
            "require-dev": {
540
                "psr/cache": "~1.0",
541
                "symfony/browser-kit": "~3.4|~4.0",
542
                "symfony/config": "~3.4|~4.0",
543
                "symfony/console": "~3.4|~4.0",
544
                "symfony/css-selector": "~3.4|~4.0",
545
                "symfony/dependency-injection": "~3.4|~4.0",
546
                "symfony/dom-crawler": "~3.4|~4.0",
547
                "symfony/expression-language": "~3.4|~4.0",
548
                "symfony/finder": "~3.4|~4.0",
549
                "symfony/process": "~3.4|~4.0",
550
                "symfony/routing": "~3.4|~4.0",
551
                "symfony/stopwatch": "~3.4|~4.0",
552
                "symfony/templating": "~3.4|~4.0",
553
                "symfony/translation": "~3.4|~4.0",
554
                "symfony/var-dumper": "~3.4|~4.0"
555
            },
556
            "suggest": {
557
                "symfony/browser-kit": "",
558
                "symfony/config": "",
559
                "symfony/console": "",
560
                "symfony/dependency-injection": "",
561
                "symfony/var-dumper": ""
562
            },
563
            "type": "library",
564
            "extra": {
565
                "branch-alias": {
566
                    "dev-master": "4.0-dev"
567
                }
568
            },
569
            "autoload": {
570
                "psr-4": {
571
                    "Symfony\\Component\\HttpKernel\\": ""
572
                },
573
                "exclude-from-classmap": [
574
                    "/Tests/"
575
                ]
576
            },
577
            "notification-url": "https://packagist.org/downloads/",
578
            "license": [
579
                "MIT"
580
            ],
581
            "authors": [
582
                {
583
                    "name": "Fabien Potencier",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Symfony Community",
588
                    "homepage": "https://symfony.com/contributors"
589
                }
590
            ],
591
            "description": "Symfony HttpKernel Component",
592
            "homepage": "https://symfony.com",
593
            "time": "2018-01-29T13:27:08+00:00"
594
        },
595
        {
596
            "name": "symfony/inflector",
597
            "version": "v4.1.0",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/symfony/inflector.git",
601
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
606
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "php": "^7.1.3",
611
                "symfony/polyfill-ctype": "~1.8"
612
            },
613
            "type": "library",
614
            "extra": {
615
                "branch-alias": {
616
                    "dev-master": "4.1-dev"
617
                }
618
            },
619
            "autoload": {
620
                "psr-4": {
621
                    "Symfony\\Component\\Inflector\\": ""
622
                },
623
                "exclude-from-classmap": [
624
                    "/Tests/"
625
                ]
626
            },
627
            "notification-url": "https://packagist.org/downloads/",
628
            "license": [
629
                "MIT"
630
            ],
631
            "authors": [
632
                {
633
                    "name": "Bernhard Schussek",
634
                    "email": "[email protected]"
635
                },
636
                {
637
                    "name": "Symfony Community",
638
                    "homepage": "https://symfony.com/contributors"
639
                }
640
            ],
641
            "description": "Symfony Inflector Component",
642
            "homepage": "https://symfony.com",
643
            "keywords": [
644
                "inflection",
645
                "pluralize",
646
                "singularize",
647
                "string",
648
                "symfony",
649
                "words"
650
            ],
651
            "time": "2018-05-01T23:02:13+00:00"
652
        },
653
        {
654
            "name": "symfony/polyfill-ctype",
655
            "version": "v1.8.0",
656
            "source": {
657
                "type": "git",
658
                "url": "https://github.com/symfony/polyfill-ctype.git",
659
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
660
            },
661
            "dist": {
662
                "type": "zip",
663
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
664
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
665
                "shasum": ""
666
            },
667
            "require": {
668
                "php": ">=5.3.3"
669
            },
670
            "type": "library",
671
            "extra": {
672
                "branch-alias": {
673
                    "dev-master": "1.8-dev"
674
                }
675
            },
676
            "autoload": {
677
                "psr-4": {
678
                    "Symfony\\Polyfill\\Ctype\\": ""
679
                },
680
                "files": [
681
                    "bootstrap.php"
682
                ]
683
            },
684
            "notification-url": "https://packagist.org/downloads/",
685
            "license": [
686
                "MIT"
687
            ],
688
            "authors": [
689
                {
690
                    "name": "Symfony Community",
691
                    "homepage": "https://symfony.com/contributors"
692
                },
693
                {
694
                    "name": "Gert de Pagter",
695
                    "email": "[email protected]"
696
                }
697
            ],
698
            "description": "Symfony polyfill for ctype functions",
699
            "homepage": "https://symfony.com",
700
            "keywords": [
701
                "compatibility",
702
                "ctype",
703
                "polyfill",
704
                "portable"
705
            ],
706
            "time": "2018-04-30T19:57:29+00:00"
707
        },
708
        {
709
            "name": "symfony/polyfill-mbstring",
710
            "version": "v1.8.0",
711
            "source": {
712
                "type": "git",
713
                "url": "https://github.com/symfony/polyfill-mbstring.git",
714
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
715
            },
716
            "dist": {
717
                "type": "zip",
718
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
719
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
720
                "shasum": ""
721
            },
722
            "require": {
723
                "php": ">=5.3.3"
724
            },
725
            "suggest": {
726
                "ext-mbstring": "For best performance"
727
            },
728
            "type": "library",
729
            "extra": {
730
                "branch-alias": {
731
                    "dev-master": "1.8-dev"
732
                }
733
            },
734
            "autoload": {
735
                "psr-4": {
736
                    "Symfony\\Polyfill\\Mbstring\\": ""
737
                },
738
                "files": [
739
                    "bootstrap.php"
740
                ]
741
            },
742
            "notification-url": "https://packagist.org/downloads/",
743
            "license": [
744
                "MIT"
745
            ],
746
            "authors": [
747
                {
748
                    "name": "Nicolas Grekas",
749
                    "email": "[email protected]"
750
                },
751
                {
752
                    "name": "Symfony Community",
753
                    "homepage": "https://symfony.com/contributors"
754
                }
755
            ],
756
            "description": "Symfony polyfill for the Mbstring extension",
757
            "homepage": "https://symfony.com",
758
            "keywords": [
759
                "compatibility",
760
                "mbstring",
761
                "polyfill",
762
                "portable",
763
                "shim"
764
            ],
765
            "time": "2018-04-26T10:06:28+00:00"
766
        },
767
        {
768
            "name": "symfony/property-access",
769
            "version": "v4.1.0",
770
            "source": {
771
                "type": "git",
772
                "url": "https://github.com/symfony/property-access.git",
773
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a"
774
            },
775
            "dist": {
776
                "type": "zip",
777
                "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
778
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
779
                "shasum": ""
780
            },
781
            "require": {
782
                "php": "^7.1.3",
783
                "symfony/inflector": "~3.4|~4.0"
784
            },
785
            "require-dev": {
786
                "symfony/cache": "~3.4|~4.0"
787
            },
788
            "suggest": {
789
                "psr/cache-implementation": "To cache access methods."
790
            },
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": {
794
                    "dev-master": "4.1-dev"
795
                }
796
            },
797
            "autoload": {
798
                "psr-4": {
799
                    "Symfony\\Component\\PropertyAccess\\": ""
800
                },
801
                "exclude-from-classmap": [
802
                    "/Tests/"
803
                ]
804
            },
805
            "notification-url": "https://packagist.org/downloads/",
806
            "license": [
807
                "MIT"
808
            ],
809
            "authors": [
810
                {
811
                    "name": "Fabien Potencier",
812
                    "email": "[email protected]"
813
                },
814
                {
815
                    "name": "Symfony Community",
816
                    "homepage": "https://symfony.com/contributors"
817
                }
818
            ],
819
            "description": "Symfony PropertyAccess Component",
820
            "homepage": "https://symfony.com",
821
            "keywords": [
822
                "access",
823
                "array",
824
                "extraction",
825
                "index",
826
                "injection",
827
                "object",
828
                "property",
829
                "property path",
830
                "reflection"
831
            ],
832
            "time": "2018-05-30T07:26:09+00:00"
833
        },
834
        {
835
            "name": "symfony/security",
836
            "version": "v4.1.0",
837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/symfony/security.git",
840
                "reference": "2ba804b4af205c060094c28cece0b42a26a67537"
841
            },
842
            "dist": {
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/symfony/security/zipball/2ba804b4af205c060094c28cece0b42a26a67537",
845
                "reference": "2ba804b4af205c060094c28cece0b42a26a67537",
846
                "shasum": ""
847
            },
848
            "require": {
849
                "php": "^7.1.3",
850
                "symfony/event-dispatcher": "~3.4|~4.0",
851
                "symfony/http-foundation": "~3.4|~4.0",
852
                "symfony/http-kernel": "~3.4|~4.0",
853
                "symfony/property-access": "~3.4|~4.0"
854
            },
855
            "replace": {
856
                "symfony/security-core": "self.version",
857
                "symfony/security-csrf": "self.version",
858
                "symfony/security-guard": "self.version",
859
                "symfony/security-http": "self.version"
860
            },
861
            "require-dev": {
862
                "psr/container": "^1.0",
863
                "psr/log": "~1.0",
864
                "symfony/expression-language": "~3.4|~4.0",
865
                "symfony/finder": "~3.4|~4.0",
866
                "symfony/ldap": "~3.4|~4.0",
867
                "symfony/polyfill-intl-icu": "~1.0",
868
                "symfony/routing": "~3.4|~4.0",
869
                "symfony/validator": "~3.4|~4.0"
870
            },
871
            "suggest": {
872
                "psr/container-implementation": "To instantiate the Security class",
873
                "symfony/expression-language": "For using the expression voter",
874
                "symfony/form": "",
875
                "symfony/ldap": "For using the LDAP user and authentication providers",
876
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
877
                "symfony/validator": "For using the user password constraint"
878
            },
879
            "type": "library",
880
            "extra": {
881
                "branch-alias": {
882
                    "dev-master": "4.1-dev"
883
                }
884
            },
885
            "autoload": {
886
                "psr-4": {
887
                    "Symfony\\Component\\Security\\": ""
888
                },
889
                "exclude-from-classmap": [
890
                    "/Tests/"
891
                ]
892
            },
893
            "notification-url": "https://packagist.org/downloads/",
894
            "license": [
895
                "MIT"
896
            ],
897
            "authors": [
898
                {
899
                    "name": "Fabien Potencier",
900
                    "email": "[email protected]"
901
                },
902
                {
903
                    "name": "Symfony Community",
904
                    "homepage": "https://symfony.com/contributors"
905
                }
906
            ],
907
            "description": "Symfony Security Component",
908
            "homepage": "https://symfony.com",
909
            "time": "2018-05-30T07:26:09+00:00"
910
        },
911
        {
912
            "name": "symfony/security-bundle",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/security-bundle:

- CVE-2018-11406: CSRF Token Fixation
- CVE-2018-11408: Open redirect vulnerability on security handlers
Loading history...
913
            "version": "v4.0.4",
914
            "source": {
915
                "type": "git",
916
                "url": "https://github.com/symfony/security-bundle.git",
917
                "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b"
918
            },
919
            "dist": {
920
                "type": "zip",
921
                "url": "https://api.github.com/repos/symfony/security-bundle/zipball/2d65eb4f72e89cf9ee710a64be14922e81229d7b",
922
                "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b",
923
                "shasum": ""
924
            },
925
            "require": {
926
                "ext-xml": "*",
927
                "php": "^7.1.3",
928
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
929
                "symfony/http-kernel": "~3.4|~4.0",
930
                "symfony/security": "~3.4|~4.0"
931
            },
932
            "conflict": {
933
                "symfony/console": "<3.4",
934
                "symfony/event-dispatcher": "<3.4",
935
                "symfony/framework-bundle": "<3.4",
936
                "symfony/var-dumper": "<3.4"
937
            },
938
            "require-dev": {
939
                "doctrine/doctrine-bundle": "~1.5",
940
                "symfony/asset": "~3.4|~4.0",
941
                "symfony/browser-kit": "~3.4|~4.0",
942
                "symfony/console": "~3.4|~4.0",
943
                "symfony/css-selector": "~3.4|~4.0",
944
                "symfony/dom-crawler": "~3.4|~4.0",
945
                "symfony/event-dispatcher": "~3.4|~4.0",
946
                "symfony/expression-language": "~3.4|~4.0",
947
                "symfony/form": "~3.4|~4.0",
948
                "symfony/framework-bundle": "~3.4|~4.0",
949
                "symfony/http-foundation": "~3.4|~4.0",
950
                "symfony/process": "~3.4|~4.0",
951
                "symfony/translation": "~3.4|~4.0",
952
                "symfony/twig-bridge": "~3.4|~4.0",
953
                "symfony/twig-bundle": "~3.4|~4.0",
954
                "symfony/validator": "~3.4|~4.0",
955
                "symfony/var-dumper": "~3.4|~4.0",
956
                "symfony/yaml": "~3.4|~4.0",
957
                "twig/twig": "~1.34|~2.4"
958
            },
959
            "type": "symfony-bundle",
960
            "extra": {
961
                "branch-alias": {
962
                    "dev-master": "4.0-dev"
963
                }
964
            },
965
            "autoload": {
966
                "psr-4": {
967
                    "Symfony\\Bundle\\SecurityBundle\\": ""
968
                },
969
                "exclude-from-classmap": [
970
                    "/Tests/"
971
                ]
972
            },
973
            "notification-url": "https://packagist.org/downloads/",
974
            "license": [
975
                "MIT"
976
            ],
977
            "authors": [
978
                {
979
                    "name": "Fabien Potencier",
980
                    "email": "[email protected]"
981
                },
982
                {
983
                    "name": "Symfony Community",
984
                    "homepage": "https://symfony.com/contributors"
985
                }
986
            ],
987
            "description": "Symfony SecurityBundle",
988
            "homepage": "https://symfony.com",
989
            "time": "2018-01-29T09:06:29+00:00"
990
        }
991
    ],
992
    "packages-dev": [
993
        {
994
            "name": "composer/semver",
995
            "version": "1.4.2",
996
            "source": {
997
                "type": "git",
998
                "url": "https://github.com/composer/semver.git",
999
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1000
            },
1001
            "dist": {
1002
                "type": "zip",
1003
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1004
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1005
                "shasum": ""
1006
            },
1007
            "require": {
1008
                "php": "^5.3.2 || ^7.0"
1009
            },
1010
            "require-dev": {
1011
                "phpunit/phpunit": "^4.5 || ^5.0.5",
1012
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1013
            },
1014
            "type": "library",
1015
            "extra": {
1016
                "branch-alias": {
1017
                    "dev-master": "1.x-dev"
1018
                }
1019
            },
1020
            "autoload": {
1021
                "psr-4": {
1022
                    "Composer\\Semver\\": "src"
1023
                }
1024
            },
1025
            "notification-url": "https://packagist.org/downloads/",
1026
            "license": [
1027
                "MIT"
1028
            ],
1029
            "authors": [
1030
                {
1031
                    "name": "Nils Adermann",
1032
                    "email": "[email protected]",
1033
                    "homepage": "http://www.naderman.de"
1034
                },
1035
                {
1036
                    "name": "Jordi Boggiano",
1037
                    "email": "[email protected]",
1038
                    "homepage": "http://seld.be"
1039
                },
1040
                {
1041
                    "name": "Rob Bast",
1042
                    "email": "[email protected]",
1043
                    "homepage": "http://robbast.nl"
1044
                }
1045
            ],
1046
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
1047
            "keywords": [
1048
                "semantic",
1049
                "semver",
1050
                "validation",
1051
                "versioning"
1052
            ],
1053
            "time": "2016-08-30T16:08:34+00:00"
1054
        },
1055
        {
1056
            "name": "doctrine/annotations",
1057
            "version": "v1.6.0",
1058
            "source": {
1059
                "type": "git",
1060
                "url": "https://github.com/doctrine/annotations.git",
1061
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
1062
            },
1063
            "dist": {
1064
                "type": "zip",
1065
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1066
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1067
                "shasum": ""
1068
            },
1069
            "require": {
1070
                "doctrine/lexer": "1.*",
1071
                "php": "^7.1"
1072
            },
1073
            "require-dev": {
1074
                "doctrine/cache": "1.*",
1075
                "phpunit/phpunit": "^6.4"
1076
            },
1077
            "type": "library",
1078
            "extra": {
1079
                "branch-alias": {
1080
                    "dev-master": "1.6.x-dev"
1081
                }
1082
            },
1083
            "autoload": {
1084
                "psr-4": {
1085
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1086
                }
1087
            },
1088
            "notification-url": "https://packagist.org/downloads/",
1089
            "license": [
1090
                "MIT"
1091
            ],
1092
            "authors": [
1093
                {
1094
                    "name": "Roman Borschel",
1095
                    "email": "[email protected]"
1096
                },
1097
                {
1098
                    "name": "Benjamin Eberlei",
1099
                    "email": "[email protected]"
1100
                },
1101
                {
1102
                    "name": "Guilherme Blanco",
1103
                    "email": "[email protected]"
1104
                },
1105
                {
1106
                    "name": "Jonathan Wage",
1107
                    "email": "[email protected]"
1108
                },
1109
                {
1110
                    "name": "Johannes Schmitt",
1111
                    "email": "[email protected]"
1112
                }
1113
            ],
1114
            "description": "Docblock Annotations Parser",
1115
            "homepage": "http://www.doctrine-project.org",
1116
            "keywords": [
1117
                "annotations",
1118
                "docblock",
1119
                "parser"
1120
            ],
1121
            "time": "2017-12-06T07:11:42+00:00"
1122
        },
1123
        {
1124
            "name": "doctrine/lexer",
1125
            "version": "v1.0.1",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/doctrine/lexer.git",
1129
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1134
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1135
                "shasum": ""
1136
            },
1137
            "require": {
1138
                "php": ">=5.3.2"
1139
            },
1140
            "type": "library",
1141
            "extra": {
1142
                "branch-alias": {
1143
                    "dev-master": "1.0.x-dev"
1144
                }
1145
            },
1146
            "autoload": {
1147
                "psr-0": {
1148
                    "Doctrine\\Common\\Lexer\\": "lib/"
1149
                }
1150
            },
1151
            "notification-url": "https://packagist.org/downloads/",
1152
            "license": [
1153
                "MIT"
1154
            ],
1155
            "authors": [
1156
                {
1157
                    "name": "Roman Borschel",
1158
                    "email": "[email protected]"
1159
                },
1160
                {
1161
                    "name": "Guilherme Blanco",
1162
                    "email": "[email protected]"
1163
                },
1164
                {
1165
                    "name": "Johannes Schmitt",
1166
                    "email": "[email protected]"
1167
                }
1168
            ],
1169
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1170
            "homepage": "http://www.doctrine-project.org",
1171
            "keywords": [
1172
                "lexer",
1173
                "parser"
1174
            ],
1175
            "time": "2014-09-09T13:34:57+00:00"
1176
        },
1177
        {
1178
            "name": "friendsofphp/php-cs-fixer",
1179
            "version": "v2.11.1",
1180
            "source": {
1181
                "type": "git",
1182
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1183
                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8"
1184
            },
1185
            "dist": {
1186
                "type": "zip",
1187
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8",
1188
                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8",
1189
                "shasum": ""
1190
            },
1191
            "require": {
1192
                "composer/semver": "^1.4",
1193
                "doctrine/annotations": "^1.2",
1194
                "ext-json": "*",
1195
                "ext-tokenizer": "*",
1196
                "php": "^5.6 || >=7.0 <7.3",
1197
                "php-cs-fixer/diff": "^1.3",
1198
                "symfony/console": "^3.2 || ^4.0",
1199
                "symfony/event-dispatcher": "^3.0 || ^4.0",
1200
                "symfony/filesystem": "^3.0 || ^4.0",
1201
                "symfony/finder": "^3.0 || ^4.0",
1202
                "symfony/options-resolver": "^3.0 || ^4.0",
1203
                "symfony/polyfill-php70": "^1.0",
1204
                "symfony/polyfill-php72": "^1.4",
1205
                "symfony/process": "^3.0 || ^4.0",
1206
                "symfony/stopwatch": "^3.0 || ^4.0"
1207
            },
1208
            "conflict": {
1209
                "hhvm": "*"
1210
            },
1211
            "require-dev": {
1212
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
1213
                "justinrainbow/json-schema": "^5.0",
1214
                "keradus/cli-executor": "^1.0",
1215
                "mikey179/vfsstream": "^1.6",
1216
                "php-coveralls/php-coveralls": "^2.0",
1217
                "php-cs-fixer/accessible-object": "^1.0",
1218
                "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
1219
                "phpunitgoodpractices/traits": "^1.3.1",
1220
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
1221
            },
1222
            "suggest": {
1223
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
1224
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1225
            },
1226
            "bin": [
1227
                "php-cs-fixer"
1228
            ],
1229
            "type": "application",
1230
            "extra": {
1231
                "branch-alias": {
1232
                    "dev-master": "2.11-dev"
1233
                }
1234
            },
1235
            "autoload": {
1236
                "psr-4": {
1237
                    "PhpCsFixer\\": "src/"
1238
                },
1239
                "classmap": [
1240
                    "tests/Test/AbstractFixerTestCase.php",
1241
                    "tests/Test/AbstractIntegrationCaseFactory.php",
1242
                    "tests/Test/AbstractIntegrationTestCase.php",
1243
                    "tests/Test/Assert/AssertTokensTrait.php",
1244
                    "tests/Test/Constraint/SameStringsConstraint.php",
1245
                    "tests/Test/Constraint/SameStringsConstraintForV5.php",
1246
                    "tests/Test/Constraint/SameStringsConstraintForV7.php",
1247
                    "tests/Test/IntegrationCase.php",
1248
                    "tests/Test/IntegrationCaseFactory.php",
1249
                    "tests/Test/IntegrationCaseFactoryInterface.php",
1250
                    "tests/Test/InternalIntegrationCaseFactory.php",
1251
                    "tests/TestCase.php"
1252
                ]
1253
            },
1254
            "notification-url": "https://packagist.org/downloads/",
1255
            "license": [
1256
                "MIT"
1257
            ],
1258
            "authors": [
1259
                {
1260
                    "name": "Dariusz Rumiński",
1261
                    "email": "[email protected]"
1262
                },
1263
                {
1264
                    "name": "Fabien Potencier",
1265
                    "email": "[email protected]"
1266
                }
1267
            ],
1268
            "description": "A tool to automatically fix PHP code style",
1269
            "time": "2018-03-21T17:41:26+00:00"
1270
        },
1271
        {
1272
            "name": "guzzlehttp/guzzle",
1273
            "version": "6.3.3",
1274
            "source": {
1275
                "type": "git",
1276
                "url": "https://github.com/guzzle/guzzle.git",
1277
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
1278
            },
1279
            "dist": {
1280
                "type": "zip",
1281
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1282
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1283
                "shasum": ""
1284
            },
1285
            "require": {
1286
                "guzzlehttp/promises": "^1.0",
1287
                "guzzlehttp/psr7": "^1.4",
1288
                "php": ">=5.5"
1289
            },
1290
            "require-dev": {
1291
                "ext-curl": "*",
1292
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1293
                "psr/log": "^1.0"
1294
            },
1295
            "suggest": {
1296
                "psr/log": "Required for using the Log middleware"
1297
            },
1298
            "type": "library",
1299
            "extra": {
1300
                "branch-alias": {
1301
                    "dev-master": "6.3-dev"
1302
                }
1303
            },
1304
            "autoload": {
1305
                "files": [
1306
                    "src/functions_include.php"
1307
                ],
1308
                "psr-4": {
1309
                    "GuzzleHttp\\": "src/"
1310
                }
1311
            },
1312
            "notification-url": "https://packagist.org/downloads/",
1313
            "license": [
1314
                "MIT"
1315
            ],
1316
            "authors": [
1317
                {
1318
                    "name": "Michael Dowling",
1319
                    "email": "[email protected]",
1320
                    "homepage": "https://github.com/mtdowling"
1321
                }
1322
            ],
1323
            "description": "Guzzle is a PHP HTTP client library",
1324
            "homepage": "http://guzzlephp.org/",
1325
            "keywords": [
1326
                "client",
1327
                "curl",
1328
                "framework",
1329
                "http",
1330
                "http client",
1331
                "rest",
1332
                "web service"
1333
            ],
1334
            "time": "2018-04-22T15:46:56+00:00"
1335
        },
1336
        {
1337
            "name": "guzzlehttp/promises",
1338
            "version": "v1.3.1",
1339
            "source": {
1340
                "type": "git",
1341
                "url": "https://github.com/guzzle/promises.git",
1342
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1343
            },
1344
            "dist": {
1345
                "type": "zip",
1346
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1347
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1348
                "shasum": ""
1349
            },
1350
            "require": {
1351
                "php": ">=5.5.0"
1352
            },
1353
            "require-dev": {
1354
                "phpunit/phpunit": "^4.0"
1355
            },
1356
            "type": "library",
1357
            "extra": {
1358
                "branch-alias": {
1359
                    "dev-master": "1.4-dev"
1360
                }
1361
            },
1362
            "autoload": {
1363
                "psr-4": {
1364
                    "GuzzleHttp\\Promise\\": "src/"
1365
                },
1366
                "files": [
1367
                    "src/functions_include.php"
1368
                ]
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "MIT"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Michael Dowling",
1377
                    "email": "[email protected]",
1378
                    "homepage": "https://github.com/mtdowling"
1379
                }
1380
            ],
1381
            "description": "Guzzle promises library",
1382
            "keywords": [
1383
                "promise"
1384
            ],
1385
            "time": "2016-12-20T10:07:11+00:00"
1386
        },
1387
        {
1388
            "name": "guzzlehttp/psr7",
1389
            "version": "1.4.2",
1390
            "source": {
1391
                "type": "git",
1392
                "url": "https://github.com/guzzle/psr7.git",
1393
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1394
            },
1395
            "dist": {
1396
                "type": "zip",
1397
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1398
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1399
                "shasum": ""
1400
            },
1401
            "require": {
1402
                "php": ">=5.4.0",
1403
                "psr/http-message": "~1.0"
1404
            },
1405
            "provide": {
1406
                "psr/http-message-implementation": "1.0"
1407
            },
1408
            "require-dev": {
1409
                "phpunit/phpunit": "~4.0"
1410
            },
1411
            "type": "library",
1412
            "extra": {
1413
                "branch-alias": {
1414
                    "dev-master": "1.4-dev"
1415
                }
1416
            },
1417
            "autoload": {
1418
                "psr-4": {
1419
                    "GuzzleHttp\\Psr7\\": "src/"
1420
                },
1421
                "files": [
1422
                    "src/functions_include.php"
1423
                ]
1424
            },
1425
            "notification-url": "https://packagist.org/downloads/",
1426
            "license": [
1427
                "MIT"
1428
            ],
1429
            "authors": [
1430
                {
1431
                    "name": "Michael Dowling",
1432
                    "email": "[email protected]",
1433
                    "homepage": "https://github.com/mtdowling"
1434
                },
1435
                {
1436
                    "name": "Tobias Schultze",
1437
                    "homepage": "https://github.com/Tobion"
1438
                }
1439
            ],
1440
            "description": "PSR-7 message implementation that also provides common utility methods",
1441
            "keywords": [
1442
                "http",
1443
                "message",
1444
                "request",
1445
                "response",
1446
                "stream",
1447
                "uri",
1448
                "url"
1449
            ],
1450
            "time": "2017-03-20T17:10:46+00:00"
1451
        },
1452
        {
1453
            "name": "matthiasnoback/symfony-config-test",
1454
            "version": "4.0.0",
1455
            "source": {
1456
                "type": "git",
1457
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
1458
                "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1"
1459
            },
1460
            "dist": {
1461
                "type": "zip",
1462
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/d69210afc4aca99038d522f59ccf5074aff2f2e1",
1463
                "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1",
1464
                "shasum": ""
1465
            },
1466
            "require": {
1467
                "php": "^7.1",
1468
                "symfony/config": "^2.7 || ^3.4 || ^4.0"
1469
            },
1470
            "conflict": {
1471
                "phpunit/phpunit": "<7.0"
1472
            },
1473
            "require-dev": {
1474
                "phpunit/phpunit": "^7.0"
1475
            },
1476
            "type": "library",
1477
            "extra": {
1478
                "branch-alias": {
1479
                    "dev-master": "4.0.x-dev"
1480
                }
1481
            },
1482
            "autoload": {
1483
                "psr-4": {
1484
                    "Matthias\\SymfonyConfigTest\\": ""
1485
                }
1486
            },
1487
            "notification-url": "https://packagist.org/downloads/",
1488
            "license": [
1489
                "MIT"
1490
            ],
1491
            "authors": [
1492
                {
1493
                    "name": "Matthias Noback",
1494
                    "email": "[email protected]",
1495
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1496
                }
1497
            ],
1498
            "description": "Library for testing user classes related to the Symfony Config Component",
1499
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
1500
            "keywords": [
1501
                "config",
1502
                "phpunit",
1503
                "symfony"
1504
            ],
1505
            "time": "2018-03-05T09:21:43+00:00"
1506
        },
1507
        {
1508
            "name": "matthiasnoback/symfony-dependency-injection-test",
1509
            "version": "v3.0.0",
1510
            "source": {
1511
                "type": "git",
1512
                "url": "https://github.com/SymfonyTest/SymfonyDependencyInjectionTest.git",
1513
                "reference": "17e93d791c39849edce452723928b8172691e9c9"
1514
            },
1515
            "dist": {
1516
                "type": "zip",
1517
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyDependencyInjectionTest/zipball/17e93d791c39849edce452723928b8172691e9c9",
1518
                "reference": "17e93d791c39849edce452723928b8172691e9c9",
1519
                "shasum": ""
1520
            },
1521
            "require": {
1522
                "matthiasnoback/symfony-config-test": "^4.0",
1523
                "php": "^7.1",
1524
                "symfony/config": "^2.7 || ^3.3 || ^4.0",
1525
                "symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0",
1526
                "symfony/yaml": "^2.7 || ^3.3 || ^4.0"
1527
            },
1528
            "conflict": {
1529
                "phpunit/phpunit": "<7.0"
1530
            },
1531
            "require-dev": {
1532
                "phpunit/phpunit": "^7.0"
1533
            },
1534
            "type": "library",
1535
            "autoload": {
1536
                "psr-4": {
1537
                    "Matthias\\SymfonyDependencyInjectionTest\\": ""
1538
                }
1539
            },
1540
            "notification-url": "https://packagist.org/downloads/",
1541
            "license": [
1542
                "MIT"
1543
            ],
1544
            "authors": [
1545
                {
1546
                    "name": "Matthias Noback",
1547
                    "email": "[email protected]",
1548
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1549
                }
1550
            ],
1551
            "description": "Library for testing user classes related to the Symfony Dependency Injection Component",
1552
            "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
1553
            "keywords": [
1554
                "Symfony2",
1555
                "dependency injection",
1556
                "phpunit"
1557
            ],
1558
            "time": "2018-03-06T08:36:41+00:00"
1559
        },
1560
        {
1561
            "name": "paragonie/random_compat",
1562
            "version": "v2.0.12",
1563
            "source": {
1564
                "type": "git",
1565
                "url": "https://github.com/paragonie/random_compat.git",
1566
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
1567
            },
1568
            "dist": {
1569
                "type": "zip",
1570
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1571
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1572
                "shasum": ""
1573
            },
1574
            "require": {
1575
                "php": ">=5.2.0"
1576
            },
1577
            "require-dev": {
1578
                "phpunit/phpunit": "4.*|5.*"
1579
            },
1580
            "suggest": {
1581
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1582
            },
1583
            "type": "library",
1584
            "autoload": {
1585
                "files": [
1586
                    "lib/random.php"
1587
                ]
1588
            },
1589
            "notification-url": "https://packagist.org/downloads/",
1590
            "license": [
1591
                "MIT"
1592
            ],
1593
            "authors": [
1594
                {
1595
                    "name": "Paragon Initiative Enterprises",
1596
                    "email": "[email protected]",
1597
                    "homepage": "https://paragonie.com"
1598
                }
1599
            ],
1600
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1601
            "keywords": [
1602
                "csprng",
1603
                "pseudorandom",
1604
                "random"
1605
            ],
1606
            "time": "2018-04-04T21:24:14+00:00"
1607
        },
1608
        {
1609
            "name": "php-coveralls/php-coveralls",
1610
            "version": "v2.1.0",
1611
            "source": {
1612
                "type": "git",
1613
                "url": "https://github.com/php-coveralls/php-coveralls.git",
1614
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
1615
            },
1616
            "dist": {
1617
                "type": "zip",
1618
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
1619
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
1620
                "shasum": ""
1621
            },
1622
            "require": {
1623
                "ext-json": "*",
1624
                "ext-simplexml": "*",
1625
                "guzzlehttp/guzzle": "^6.0",
1626
                "php": "^5.5 || ^7.0",
1627
                "psr/log": "^1.0",
1628
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
1629
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
1630
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
1631
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
1632
            },
1633
            "require-dev": {
1634
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
1635
            },
1636
            "suggest": {
1637
                "symfony/http-kernel": "Allows Symfony integration"
1638
            },
1639
            "bin": [
1640
                "bin/php-coveralls"
1641
            ],
1642
            "type": "library",
1643
            "extra": {
1644
                "branch-alias": {
1645
                    "dev-master": "2.1-dev"
1646
                }
1647
            },
1648
            "autoload": {
1649
                "psr-4": {
1650
                    "PhpCoveralls\\": "src/"
1651
                }
1652
            },
1653
            "notification-url": "https://packagist.org/downloads/",
1654
            "license": [
1655
                "MIT"
1656
            ],
1657
            "authors": [
1658
                {
1659
                    "name": "Kitamura Satoshi",
1660
                    "email": "[email protected]",
1661
                    "homepage": "https://www.facebook.com/satooshi.jp",
1662
                    "role": "Original creator"
1663
                },
1664
                {
1665
                    "name": "Takashi Matsuo",
1666
                    "email": "[email protected]"
1667
                },
1668
                {
1669
                    "name": "Google Inc"
1670
                },
1671
                {
1672
                    "name": "Dariusz Ruminski",
1673
                    "email": "[email protected]",
1674
                    "homepage": "https://github.com/keradus"
1675
                },
1676
                {
1677
                    "name": "Contributors",
1678
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
1679
                }
1680
            ],
1681
            "description": "PHP client library for Coveralls API",
1682
            "homepage": "https://github.com/php-coveralls/php-coveralls",
1683
            "keywords": [
1684
                "ci",
1685
                "coverage",
1686
                "github",
1687
                "test"
1688
            ],
1689
            "time": "2018-05-22T23:11:08+00:00"
1690
        },
1691
        {
1692
            "name": "php-cs-fixer/diff",
1693
            "version": "v1.3.0",
1694
            "source": {
1695
                "type": "git",
1696
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
1697
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
1698
            },
1699
            "dist": {
1700
                "type": "zip",
1701
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
1702
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
1703
                "shasum": ""
1704
            },
1705
            "require": {
1706
                "php": "^5.6 || ^7.0"
1707
            },
1708
            "require-dev": {
1709
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1710
                "symfony/process": "^3.3"
1711
            },
1712
            "type": "library",
1713
            "autoload": {
1714
                "classmap": [
1715
                    "src/"
1716
                ]
1717
            },
1718
            "notification-url": "https://packagist.org/downloads/",
1719
            "license": [
1720
                "BSD-3-Clause"
1721
            ],
1722
            "authors": [
1723
                {
1724
                    "name": "Kore Nordmann",
1725
                    "email": "[email protected]"
1726
                },
1727
                {
1728
                    "name": "Sebastian Bergmann",
1729
                    "email": "[email protected]"
1730
                },
1731
                {
1732
                    "name": "SpacePossum"
1733
                }
1734
            ],
1735
            "description": "sebastian/diff v2 backport support for PHP5.6",
1736
            "homepage": "https://github.com/PHP-CS-Fixer",
1737
            "keywords": [
1738
                "diff"
1739
            ],
1740
            "time": "2018-02-15T16:58:55+00:00"
1741
        },
1742
        {
1743
            "name": "psr/http-message",
1744
            "version": "1.0.1",
1745
            "source": {
1746
                "type": "git",
1747
                "url": "https://github.com/php-fig/http-message.git",
1748
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1749
            },
1750
            "dist": {
1751
                "type": "zip",
1752
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1753
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1754
                "shasum": ""
1755
            },
1756
            "require": {
1757
                "php": ">=5.3.0"
1758
            },
1759
            "type": "library",
1760
            "extra": {
1761
                "branch-alias": {
1762
                    "dev-master": "1.0.x-dev"
1763
                }
1764
            },
1765
            "autoload": {
1766
                "psr-4": {
1767
                    "Psr\\Http\\Message\\": "src/"
1768
                }
1769
            },
1770
            "notification-url": "https://packagist.org/downloads/",
1771
            "license": [
1772
                "MIT"
1773
            ],
1774
            "authors": [
1775
                {
1776
                    "name": "PHP-FIG",
1777
                    "homepage": "http://www.php-fig.org/"
1778
                }
1779
            ],
1780
            "description": "Common interface for HTTP messages",
1781
            "homepage": "https://github.com/php-fig/http-message",
1782
            "keywords": [
1783
                "http",
1784
                "http-message",
1785
                "psr",
1786
                "psr-7",
1787
                "request",
1788
                "response"
1789
            ],
1790
            "time": "2016-08-06T14:39:51+00:00"
1791
        },
1792
        {
1793
            "name": "symfony/config",
1794
            "version": "v4.1.0",
1795
            "source": {
1796
                "type": "git",
1797
                "url": "https://github.com/symfony/config.git",
1798
                "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4"
1799
            },
1800
            "dist": {
1801
                "type": "zip",
1802
                "url": "https://api.github.com/repos/symfony/config/zipball/5ceefc256caecc3e25147c4e5b933de71d0020c4",
1803
                "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4",
1804
                "shasum": ""
1805
            },
1806
            "require": {
1807
                "php": "^7.1.3",
1808
                "symfony/filesystem": "~3.4|~4.0",
1809
                "symfony/polyfill-ctype": "~1.8"
1810
            },
1811
            "conflict": {
1812
                "symfony/finder": "<3.4"
1813
            },
1814
            "require-dev": {
1815
                "symfony/dependency-injection": "~3.4|~4.0",
1816
                "symfony/event-dispatcher": "~3.4|~4.0",
1817
                "symfony/finder": "~3.4|~4.0",
1818
                "symfony/yaml": "~3.4|~4.0"
1819
            },
1820
            "suggest": {
1821
                "symfony/yaml": "To use the yaml reference dumper"
1822
            },
1823
            "type": "library",
1824
            "extra": {
1825
                "branch-alias": {
1826
                    "dev-master": "4.1-dev"
1827
                }
1828
            },
1829
            "autoload": {
1830
                "psr-4": {
1831
                    "Symfony\\Component\\Config\\": ""
1832
                },
1833
                "exclude-from-classmap": [
1834
                    "/Tests/"
1835
                ]
1836
            },
1837
            "notification-url": "https://packagist.org/downloads/",
1838
            "license": [
1839
                "MIT"
1840
            ],
1841
            "authors": [
1842
                {
1843
                    "name": "Fabien Potencier",
1844
                    "email": "[email protected]"
1845
                },
1846
                {
1847
                    "name": "Symfony Community",
1848
                    "homepage": "https://symfony.com/contributors"
1849
                }
1850
            ],
1851
            "description": "Symfony Config Component",
1852
            "homepage": "https://symfony.com",
1853
            "time": "2018-05-16T14:33:22+00:00"
1854
        },
1855
        {
1856
            "name": "symfony/console",
1857
            "version": "v4.1.0",
1858
            "source": {
1859
                "type": "git",
1860
                "url": "https://github.com/symfony/console.git",
1861
                "reference": "2d5d973bf9933d46802b01010bd25c800c87c242"
1862
            },
1863
            "dist": {
1864
                "type": "zip",
1865
                "url": "https://api.github.com/repos/symfony/console/zipball/2d5d973bf9933d46802b01010bd25c800c87c242",
1866
                "reference": "2d5d973bf9933d46802b01010bd25c800c87c242",
1867
                "shasum": ""
1868
            },
1869
            "require": {
1870
                "php": "^7.1.3",
1871
                "symfony/polyfill-mbstring": "~1.0"
1872
            },
1873
            "conflict": {
1874
                "symfony/dependency-injection": "<3.4",
1875
                "symfony/process": "<3.3"
1876
            },
1877
            "require-dev": {
1878
                "psr/log": "~1.0",
1879
                "symfony/config": "~3.4|~4.0",
1880
                "symfony/dependency-injection": "~3.4|~4.0",
1881
                "symfony/event-dispatcher": "~3.4|~4.0",
1882
                "symfony/lock": "~3.4|~4.0",
1883
                "symfony/process": "~3.4|~4.0"
1884
            },
1885
            "suggest": {
1886
                "psr/log-implementation": "For using the console logger",
1887
                "symfony/event-dispatcher": "",
1888
                "symfony/lock": "",
1889
                "symfony/process": ""
1890
            },
1891
            "type": "library",
1892
            "extra": {
1893
                "branch-alias": {
1894
                    "dev-master": "4.1-dev"
1895
                }
1896
            },
1897
            "autoload": {
1898
                "psr-4": {
1899
                    "Symfony\\Component\\Console\\": ""
1900
                },
1901
                "exclude-from-classmap": [
1902
                    "/Tests/"
1903
                ]
1904
            },
1905
            "notification-url": "https://packagist.org/downloads/",
1906
            "license": [
1907
                "MIT"
1908
            ],
1909
            "authors": [
1910
                {
1911
                    "name": "Fabien Potencier",
1912
                    "email": "[email protected]"
1913
                },
1914
                {
1915
                    "name": "Symfony Community",
1916
                    "homepage": "https://symfony.com/contributors"
1917
                }
1918
            ],
1919
            "description": "Symfony Console Component",
1920
            "homepage": "https://symfony.com",
1921
            "time": "2018-05-30T07:26:09+00:00"
1922
        },
1923
        {
1924
            "name": "symfony/filesystem",
1925
            "version": "v4.1.0",
1926
            "source": {
1927
                "type": "git",
1928
                "url": "https://github.com/symfony/filesystem.git",
1929
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
1930
            },
1931
            "dist": {
1932
                "type": "zip",
1933
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1934
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1935
                "shasum": ""
1936
            },
1937
            "require": {
1938
                "php": "^7.1.3",
1939
                "symfony/polyfill-ctype": "~1.8"
1940
            },
1941
            "type": "library",
1942
            "extra": {
1943
                "branch-alias": {
1944
                    "dev-master": "4.1-dev"
1945
                }
1946
            },
1947
            "autoload": {
1948
                "psr-4": {
1949
                    "Symfony\\Component\\Filesystem\\": ""
1950
                },
1951
                "exclude-from-classmap": [
1952
                    "/Tests/"
1953
                ]
1954
            },
1955
            "notification-url": "https://packagist.org/downloads/",
1956
            "license": [
1957
                "MIT"
1958
            ],
1959
            "authors": [
1960
                {
1961
                    "name": "Fabien Potencier",
1962
                    "email": "[email protected]"
1963
                },
1964
                {
1965
                    "name": "Symfony Community",
1966
                    "homepage": "https://symfony.com/contributors"
1967
                }
1968
            ],
1969
            "description": "Symfony Filesystem Component",
1970
            "homepage": "https://symfony.com",
1971
            "time": "2018-05-30T07:26:09+00:00"
1972
        },
1973
        {
1974
            "name": "symfony/finder",
1975
            "version": "v4.1.0",
1976
            "source": {
1977
                "type": "git",
1978
                "url": "https://github.com/symfony/finder.git",
1979
                "reference": "087e2ee0d74464a4c6baac4e90417db7477dc238"
1980
            },
1981
            "dist": {
1982
                "type": "zip",
1983
                "url": "https://api.github.com/repos/symfony/finder/zipball/087e2ee0d74464a4c6baac4e90417db7477dc238",
1984
                "reference": "087e2ee0d74464a4c6baac4e90417db7477dc238",
1985
                "shasum": ""
1986
            },
1987
            "require": {
1988
                "php": "^7.1.3"
1989
            },
1990
            "type": "library",
1991
            "extra": {
1992
                "branch-alias": {
1993
                    "dev-master": "4.1-dev"
1994
                }
1995
            },
1996
            "autoload": {
1997
                "psr-4": {
1998
                    "Symfony\\Component\\Finder\\": ""
1999
                },
2000
                "exclude-from-classmap": [
2001
                    "/Tests/"
2002
                ]
2003
            },
2004
            "notification-url": "https://packagist.org/downloads/",
2005
            "license": [
2006
                "MIT"
2007
            ],
2008
            "authors": [
2009
                {
2010
                    "name": "Fabien Potencier",
2011
                    "email": "[email protected]"
2012
                },
2013
                {
2014
                    "name": "Symfony Community",
2015
                    "homepage": "https://symfony.com/contributors"
2016
                }
2017
            ],
2018
            "description": "Symfony Finder Component",
2019
            "homepage": "https://symfony.com",
2020
            "time": "2018-05-16T14:33:22+00:00"
2021
        },
2022
        {
2023
            "name": "symfony/options-resolver",
2024
            "version": "v4.1.0",
2025
            "source": {
2026
                "type": "git",
2027
                "url": "https://github.com/symfony/options-resolver.git",
2028
                "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589"
2029
            },
2030
            "dist": {
2031
                "type": "zip",
2032
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9b9ab6043c57c8c5571bc846e6ebfd27dff3b589",
2033
                "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589",
2034
                "shasum": ""
2035
            },
2036
            "require": {
2037
                "php": "^7.1.3"
2038
            },
2039
            "type": "library",
2040
            "extra": {
2041
                "branch-alias": {
2042
                    "dev-master": "4.1-dev"
2043
                }
2044
            },
2045
            "autoload": {
2046
                "psr-4": {
2047
                    "Symfony\\Component\\OptionsResolver\\": ""
2048
                },
2049
                "exclude-from-classmap": [
2050
                    "/Tests/"
2051
                ]
2052
            },
2053
            "notification-url": "https://packagist.org/downloads/",
2054
            "license": [
2055
                "MIT"
2056
            ],
2057
            "authors": [
2058
                {
2059
                    "name": "Fabien Potencier",
2060
                    "email": "[email protected]"
2061
                },
2062
                {
2063
                    "name": "Symfony Community",
2064
                    "homepage": "https://symfony.com/contributors"
2065
                }
2066
            ],
2067
            "description": "Symfony OptionsResolver Component",
2068
            "homepage": "https://symfony.com",
2069
            "keywords": [
2070
                "config",
2071
                "configuration",
2072
                "options"
2073
            ],
2074
            "time": "2018-05-30T07:26:09+00:00"
2075
        },
2076
        {
2077
            "name": "symfony/phpunit-bridge",
2078
            "version": "v4.1.0",
2079
            "source": {
2080
                "type": "git",
2081
                "url": "https://github.com/symfony/phpunit-bridge.git",
2082
                "reference": "b3451fc442baaf9169e50491a059ef17582c4424"
2083
            },
2084
            "dist": {
2085
                "type": "zip",
2086
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b3451fc442baaf9169e50491a059ef17582c4424",
2087
                "reference": "b3451fc442baaf9169e50491a059ef17582c4424",
2088
                "shasum": ""
2089
            },
2090
            "require": {
2091
                "php": ">=5.3.3"
2092
            },
2093
            "conflict": {
2094
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2095
            },
2096
            "suggest": {
2097
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
2098
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2099
            },
2100
            "bin": [
2101
                "bin/simple-phpunit"
2102
            ],
2103
            "type": "symfony-bridge",
2104
            "extra": {
2105
                "branch-alias": {
2106
                    "dev-master": "4.1-dev"
2107
                },
2108
                "thanks": {
2109
                    "name": "phpunit/phpunit",
2110
                    "url": "https://github.com/sebastianbergmann/phpunit"
2111
                }
2112
            },
2113
            "autoload": {
2114
                "files": [
2115
                    "bootstrap.php"
2116
                ],
2117
                "psr-4": {
2118
                    "Symfony\\Bridge\\PhpUnit\\": ""
2119
                },
2120
                "exclude-from-classmap": [
2121
                    "/Tests/"
2122
                ]
2123
            },
2124
            "notification-url": "https://packagist.org/downloads/",
2125
            "license": [
2126
                "MIT"
2127
            ],
2128
            "authors": [
2129
                {
2130
                    "name": "Nicolas Grekas",
2131
                    "email": "[email protected]"
2132
                },
2133
                {
2134
                    "name": "Symfony Community",
2135
                    "homepage": "https://symfony.com/contributors"
2136
                }
2137
            ],
2138
            "description": "Symfony PHPUnit Bridge",
2139
            "homepage": "https://symfony.com",
2140
            "time": "2018-05-25T14:55:38+00:00"
2141
        },
2142
        {
2143
            "name": "symfony/polyfill-ctype",
2144
            "version": "v1.8.0",
2145
            "source": {
2146
                "type": "git",
2147
                "url": "https://github.com/symfony/polyfill-ctype.git",
2148
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
2149
            },
2150
            "dist": {
2151
                "type": "zip",
2152
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2153
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2154
                "shasum": ""
2155
            },
2156
            "require": {
2157
                "php": ">=5.3.3"
2158
            },
2159
            "type": "library",
2160
            "extra": {
2161
                "branch-alias": {
2162
                    "dev-master": "1.8-dev"
2163
                }
2164
            },
2165
            "autoload": {
2166
                "psr-4": {
2167
                    "Symfony\\Polyfill\\Ctype\\": ""
2168
                },
2169
                "files": [
2170
                    "bootstrap.php"
2171
                ]
2172
            },
2173
            "notification-url": "https://packagist.org/downloads/",
2174
            "license": [
2175
                "MIT"
2176
            ],
2177
            "authors": [
2178
                {
2179
                    "name": "Symfony Community",
2180
                    "homepage": "https://symfony.com/contributors"
2181
                },
2182
                {
2183
                    "name": "Gert de Pagter",
2184
                    "email": "[email protected]"
2185
                }
2186
            ],
2187
            "description": "Symfony polyfill for ctype functions",
2188
            "homepage": "https://symfony.com",
2189
            "keywords": [
2190
                "compatibility",
2191
                "ctype",
2192
                "polyfill",
2193
                "portable"
2194
            ],
2195
            "time": "2018-04-30T19:57:29+00:00"
2196
        },
2197
        {
2198
            "name": "symfony/polyfill-ctype",
2199
            "version": "v1.8.0",
2200
            "source": {
2201
                "type": "git",
2202
                "url": "https://github.com/symfony/polyfill-ctype.git",
2203
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
2204
            },
2205
            "dist": {
2206
                "type": "zip",
2207
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2208
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2209
                "shasum": ""
2210
            },
2211
            "require": {
2212
                "php": ">=5.3.3"
2213
            },
2214
            "type": "library",
2215
            "extra": {
2216
                "branch-alias": {
2217
                    "dev-master": "1.8-dev"
2218
                }
2219
            },
2220
            "autoload": {
2221
                "psr-4": {
2222
                    "Symfony\\Polyfill\\Ctype\\": ""
2223
                },
2224
                "files": [
2225
                    "bootstrap.php"
2226
                ]
2227
            },
2228
            "notification-url": "https://packagist.org/downloads/",
2229
            "license": [
2230
                "MIT"
2231
            ],
2232
            "authors": [
2233
                {
2234
                    "name": "Symfony Community",
2235
                    "homepage": "https://symfony.com/contributors"
2236
                },
2237
                {
2238
                    "name": "Gert de Pagter",
2239
                    "email": "[email protected]"
2240
                }
2241
            ],
2242
            "description": "Symfony polyfill for ctype functions",
2243
            "homepage": "https://symfony.com",
2244
            "keywords": [
2245
                "compatibility",
2246
                "ctype",
2247
                "polyfill",
2248
                "portable"
2249
            ],
2250
            "time": "2018-04-30T19:57:29+00:00"
2251
        },
2252
        {
2253
            "name": "symfony/polyfill-ctype",
2254
            "version": "v1.8.0",
2255
            "source": {
2256
                "type": "git",
2257
                "url": "https://github.com/symfony/polyfill-ctype.git",
2258
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
2259
            },
2260
            "dist": {
2261
                "type": "zip",
2262
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2263
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2264
                "shasum": ""
2265
            },
2266
            "require": {
2267
                "php": ">=5.3.3"
2268
            },
2269
            "type": "library",
2270
            "extra": {
2271
                "branch-alias": {
2272
                    "dev-master": "1.8-dev"
2273
                }
2274
            },
2275
            "autoload": {
2276
                "psr-4": {
2277
                    "Symfony\\Polyfill\\Ctype\\": ""
2278
                },
2279
                "files": [
2280
                    "bootstrap.php"
2281
                ]
2282
            },
2283
            "notification-url": "https://packagist.org/downloads/",
2284
            "license": [
2285
                "MIT"
2286
            ],
2287
            "authors": [
2288
                {
2289
                    "name": "Symfony Community",
2290
                    "homepage": "https://symfony.com/contributors"
2291
                },
2292
                {
2293
                    "name": "Gert de Pagter",
2294
                    "email": "[email protected]"
2295
                }
2296
            ],
2297
            "description": "Symfony polyfill for ctype functions",
2298
            "homepage": "https://symfony.com",
2299
            "keywords": [
2300
                "compatibility",
2301
                "ctype",
2302
                "polyfill",
2303
                "portable"
2304
            ],
2305
            "time": "2018-04-30T19:57:29+00:00"
2306
        },
2307
        {
2308
            "name": "symfony/polyfill-php70",
2309
            "version": "v1.8.0",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/symfony/polyfill-php70.git",
2313
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
2318
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "paragonie/random_compat": "~1.0|~2.0",
2323
                "php": ">=5.3.3"
2324
            },
2325
            "type": "library",
2326
            "extra": {
2327
                "branch-alias": {
2328
                    "dev-master": "1.8-dev"
2329
                }
2330
            },
2331
            "autoload": {
2332
                "psr-4": {
2333
                    "Symfony\\Polyfill\\Php70\\": ""
2334
                },
2335
                "files": [
2336
                    "bootstrap.php"
2337
                ],
2338
                "classmap": [
2339
                    "Resources/stubs"
2340
                ]
2341
            },
2342
            "notification-url": "https://packagist.org/downloads/",
2343
            "license": [
2344
                "MIT"
2345
            ],
2346
            "authors": [
2347
                {
2348
                    "name": "Nicolas Grekas",
2349
                    "email": "[email protected]"
2350
                },
2351
                {
2352
                    "name": "Symfony Community",
2353
                    "homepage": "https://symfony.com/contributors"
2354
                }
2355
            ],
2356
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2357
            "homepage": "https://symfony.com",
2358
            "keywords": [
2359
                "compatibility",
2360
                "polyfill",
2361
                "portable",
2362
                "shim"
2363
            ],
2364
            "time": "2018-04-26T10:06:28+00:00"
2365
        },
2366
        {
2367
            "name": "symfony/polyfill-php72",
2368
            "version": "v1.8.0",
2369
            "source": {
2370
                "type": "git",
2371
                "url": "https://github.com/symfony/polyfill-php72.git",
2372
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
2373
            },
2374
            "dist": {
2375
                "type": "zip",
2376
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2377
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2378
                "shasum": ""
2379
            },
2380
            "require": {
2381
                "php": ">=5.3.3"
2382
            },
2383
            "type": "library",
2384
            "extra": {
2385
                "branch-alias": {
2386
                    "dev-master": "1.8-dev"
2387
                }
2388
            },
2389
            "autoload": {
2390
                "psr-4": {
2391
                    "Symfony\\Polyfill\\Php72\\": ""
2392
                },
2393
                "files": [
2394
                    "bootstrap.php"
2395
                ]
2396
            },
2397
            "notification-url": "https://packagist.org/downloads/",
2398
            "license": [
2399
                "MIT"
2400
            ],
2401
            "authors": [
2402
                {
2403
                    "name": "Nicolas Grekas",
2404
                    "email": "[email protected]"
2405
                },
2406
                {
2407
                    "name": "Symfony Community",
2408
                    "homepage": "https://symfony.com/contributors"
2409
                }
2410
            ],
2411
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2412
            "homepage": "https://symfony.com",
2413
            "keywords": [
2414
                "compatibility",
2415
                "polyfill",
2416
                "portable",
2417
                "shim"
2418
            ],
2419
            "time": "2018-04-26T10:06:28+00:00"
2420
        },
2421
        {
2422
            "name": "symfony/process",
2423
            "version": "v4.1.0",
2424
            "source": {
2425
                "type": "git",
2426
                "url": "https://github.com/symfony/process.git",
2427
                "reference": "73445bd33b0d337c060eef9652b94df72b6b3434"
2428
            },
2429
            "dist": {
2430
                "type": "zip",
2431
                "url": "https://api.github.com/repos/symfony/process/zipball/73445bd33b0d337c060eef9652b94df72b6b3434",
2432
                "reference": "73445bd33b0d337c060eef9652b94df72b6b3434",
2433
                "shasum": ""
2434
            },
2435
            "require": {
2436
                "php": "^7.1.3"
2437
            },
2438
            "type": "library",
2439
            "extra": {
2440
                "branch-alias": {
2441
                    "dev-master": "4.1-dev"
2442
                }
2443
            },
2444
            "autoload": {
2445
                "psr-4": {
2446
                    "Symfony\\Component\\Process\\": ""
2447
                },
2448
                "exclude-from-classmap": [
2449
                    "/Tests/"
2450
                ]
2451
            },
2452
            "notification-url": "https://packagist.org/downloads/",
2453
            "license": [
2454
                "MIT"
2455
            ],
2456
            "authors": [
2457
                {
2458
                    "name": "Fabien Potencier",
2459
                    "email": "[email protected]"
2460
                },
2461
                {
2462
                    "name": "Symfony Community",
2463
                    "homepage": "https://symfony.com/contributors"
2464
                }
2465
            ],
2466
            "description": "Symfony Process Component",
2467
            "homepage": "https://symfony.com",
2468
            "time": "2018-05-30T07:26:09+00:00"
2469
        },
2470
        {
2471
            "name": "symfony/stopwatch",
2472
            "version": "v4.1.0",
2473
            "source": {
2474
                "type": "git",
2475
                "url": "https://github.com/symfony/stopwatch.git",
2476
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784"
2477
            },
2478
            "dist": {
2479
                "type": "zip",
2480
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/07463bbbbbfe119045a24c4a516f92ebd2752784",
2481
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784",
2482
                "shasum": ""
2483
            },
2484
            "require": {
2485
                "php": "^7.1.3"
2486
            },
2487
            "type": "library",
2488
            "extra": {
2489
                "branch-alias": {
2490
                    "dev-master": "4.1-dev"
2491
                }
2492
            },
2493
            "autoload": {
2494
                "psr-4": {
2495
                    "Symfony\\Component\\Stopwatch\\": ""
2496
                },
2497
                "exclude-from-classmap": [
2498
                    "/Tests/"
2499
                ]
2500
            },
2501
            "notification-url": "https://packagist.org/downloads/",
2502
            "license": [
2503
                "MIT"
2504
            ],
2505
            "authors": [
2506
                {
2507
                    "name": "Fabien Potencier",
2508
                    "email": "[email protected]"
2509
                },
2510
                {
2511
                    "name": "Symfony Community",
2512
                    "homepage": "https://symfony.com/contributors"
2513
                }
2514
            ],
2515
            "description": "Symfony Stopwatch Component",
2516
            "homepage": "https://symfony.com",
2517
            "time": "2018-02-19T16:51:42+00:00"
2518
        },
2519
        {
2520
            "name": "symfony/yaml",
2521
            "version": "v4.1.0",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/symfony/yaml.git",
2525
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2530
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "php": "^7.1.3",
2535
                "symfony/polyfill-ctype": "~1.8"
2536
            },
2537
            "conflict": {
2538
                "symfony/console": "<3.4"
2539
            },
2540
            "require-dev": {
2541
                "symfony/console": "~3.4|~4.0"
2542
            },
2543
            "suggest": {
2544
                "symfony/console": "For validating YAML files using the lint command"
2545
            },
2546
            "type": "library",
2547
            "extra": {
2548
                "branch-alias": {
2549
                    "dev-master": "4.1-dev"
2550
                }
2551
            },
2552
            "autoload": {
2553
                "psr-4": {
2554
                    "Symfony\\Component\\Yaml\\": ""
2555
                },
2556
                "exclude-from-classmap": [
2557
                    "/Tests/"
2558
                ]
2559
            },
2560
            "notification-url": "https://packagist.org/downloads/",
2561
            "license": [
2562
                "MIT"
2563
            ],
2564
            "authors": [
2565
                {
2566
                    "name": "Fabien Potencier",
2567
                    "email": "[email protected]"
2568
                },
2569
                {
2570
                    "name": "Symfony Community",
2571
                    "homepage": "https://symfony.com/contributors"
2572
                }
2573
            ],
2574
            "description": "Symfony Yaml Component",
2575
            "homepage": "https://symfony.com",
2576
            "time": "2018-05-30T07:26:09+00:00"
2577
        }
2578
    ],
2579
    "aliases": [],
2580
    "minimum-stability": "stable",
2581
    "stability-flags": {
2582
        "lcobucci/jwt": 20
2583
    },
2584
    "prefer-stable": false,
2585
    "prefer-lowest": false,
2586
    "platform": {
2587
        "php": "^7.1"
2588
    },
2589
    "platform-dev": []
2590
}
2591