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
Push — master ( 840085...cd982e )
by Dmitri
08:02 queued 06:06
created

composer.lock (3 issues)

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.0.4",
269
            "source": {
270
                "type": "git",
271
                "url": "https://github.com/symfony/debug.git",
272
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54"
273
            },
274
            "dist": {
275
                "type": "zip",
276
                "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54",
277
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54",
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.0-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-01-18T22:19:33+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.0.4",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/symfony/event-dispatcher.git",
399
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb",
404
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb",
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.0-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-01-03T07:38:00+00:00"
455
        },
456
        {
457
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
458
            "version": "v4.0.4",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/symfony/http-foundation.git",
462
                "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
467
                "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
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-01-29T09:06:29+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.0.4",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/symfony/inflector.git",
601
                "reference": "da634a9968162f7c5c94f8d6949a4ede86085304"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/symfony/inflector/zipball/da634a9968162f7c5c94f8d6949a4ede86085304",
606
                "reference": "da634a9968162f7c5c94f8d6949a4ede86085304",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "php": "^7.1.3"
611
            },
612
            "type": "library",
613
            "extra": {
614
                "branch-alias": {
615
                    "dev-master": "4.0-dev"
616
                }
617
            },
618
            "autoload": {
619
                "psr-4": {
620
                    "Symfony\\Component\\Inflector\\": ""
621
                },
622
                "exclude-from-classmap": [
623
                    "/Tests/"
624
                ]
625
            },
626
            "notification-url": "https://packagist.org/downloads/",
627
            "license": [
628
                "MIT"
629
            ],
630
            "authors": [
631
                {
632
                    "name": "Bernhard Schussek",
633
                    "email": "[email protected]"
634
                },
635
                {
636
                    "name": "Symfony Community",
637
                    "homepage": "https://symfony.com/contributors"
638
                }
639
            ],
640
            "description": "Symfony Inflector Component",
641
            "homepage": "https://symfony.com",
642
            "keywords": [
643
                "inflection",
644
                "pluralize",
645
                "singularize",
646
                "string",
647
                "symfony",
648
                "words"
649
            ],
650
            "time": "2018-01-03T17:15:19+00:00"
651
        },
652
        {
653
            "name": "symfony/polyfill-mbstring",
654
            "version": "v1.7.0",
655
            "source": {
656
                "type": "git",
657
                "url": "https://github.com/symfony/polyfill-mbstring.git",
658
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
659
            },
660
            "dist": {
661
                "type": "zip",
662
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
663
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
664
                "shasum": ""
665
            },
666
            "require": {
667
                "php": ">=5.3.3"
668
            },
669
            "suggest": {
670
                "ext-mbstring": "For best performance"
671
            },
672
            "type": "library",
673
            "extra": {
674
                "branch-alias": {
675
                    "dev-master": "1.7-dev"
676
                }
677
            },
678
            "autoload": {
679
                "psr-4": {
680
                    "Symfony\\Polyfill\\Mbstring\\": ""
681
                },
682
                "files": [
683
                    "bootstrap.php"
684
                ]
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "MIT"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Nicolas Grekas",
693
                    "email": "[email protected]"
694
                },
695
                {
696
                    "name": "Symfony Community",
697
                    "homepage": "https://symfony.com/contributors"
698
                }
699
            ],
700
            "description": "Symfony polyfill for the Mbstring extension",
701
            "homepage": "https://symfony.com",
702
            "keywords": [
703
                "compatibility",
704
                "mbstring",
705
                "polyfill",
706
                "portable",
707
                "shim"
708
            ],
709
            "time": "2018-01-30T19:27:44+00:00"
710
        },
711
        {
712
            "name": "symfony/property-access",
713
            "version": "v4.0.4",
714
            "source": {
715
                "type": "git",
716
                "url": "https://github.com/symfony/property-access.git",
717
                "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7"
718
            },
719
            "dist": {
720
                "type": "zip",
721
                "url": "https://api.github.com/repos/symfony/property-access/zipball/e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
722
                "reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7",
723
                "shasum": ""
724
            },
725
            "require": {
726
                "php": "^7.1.3",
727
                "symfony/inflector": "~3.4|~4.0"
728
            },
729
            "require-dev": {
730
                "symfony/cache": "~3.4|~4.0"
731
            },
732
            "suggest": {
733
                "psr/cache-implementation": "To cache access methods."
734
            },
735
            "type": "library",
736
            "extra": {
737
                "branch-alias": {
738
                    "dev-master": "4.0-dev"
739
                }
740
            },
741
            "autoload": {
742
                "psr-4": {
743
                    "Symfony\\Component\\PropertyAccess\\": ""
744
                },
745
                "exclude-from-classmap": [
746
                    "/Tests/"
747
                ]
748
            },
749
            "notification-url": "https://packagist.org/downloads/",
750
            "license": [
751
                "MIT"
752
            ],
753
            "authors": [
754
                {
755
                    "name": "Fabien Potencier",
756
                    "email": "[email protected]"
757
                },
758
                {
759
                    "name": "Symfony Community",
760
                    "homepage": "https://symfony.com/contributors"
761
                }
762
            ],
763
            "description": "Symfony PropertyAccess Component",
764
            "homepage": "https://symfony.com",
765
            "keywords": [
766
                "access",
767
                "array",
768
                "extraction",
769
                "index",
770
                "injection",
771
                "object",
772
                "property",
773
                "property path",
774
                "reflection"
775
            ],
776
            "time": "2018-01-03T07:38:00+00:00"
777
        },
778
        {
779
            "name": "symfony/security",
0 ignored issues
show
780
            "version": "v4.0.4",
781
            "source": {
782
                "type": "git",
783
                "url": "https://github.com/symfony/security.git",
784
                "reference": "08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79"
785
            },
786
            "dist": {
787
                "type": "zip",
788
                "url": "https://api.github.com/repos/symfony/security/zipball/08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79",
789
                "reference": "08ab1dee6c1f9b9be78ff32d80829a3f6cd43d79",
790
                "shasum": ""
791
            },
792
            "require": {
793
                "php": "^7.1.3",
794
                "symfony/event-dispatcher": "~3.4|~4.0",
795
                "symfony/http-foundation": "~3.4|~4.0",
796
                "symfony/http-kernel": "~3.4|~4.0",
797
                "symfony/property-access": "~3.4|~4.0"
798
            },
799
            "replace": {
800
                "symfony/security-core": "self.version",
801
                "symfony/security-csrf": "self.version",
802
                "symfony/security-guard": "self.version",
803
                "symfony/security-http": "self.version"
804
            },
805
            "require-dev": {
806
                "psr/container": "^1.0",
807
                "psr/log": "~1.0",
808
                "symfony/expression-language": "~3.4|~4.0",
809
                "symfony/finder": "~3.4|~4.0",
810
                "symfony/ldap": "~3.4|~4.0",
811
                "symfony/polyfill-intl-icu": "~1.0",
812
                "symfony/routing": "~3.4|~4.0",
813
                "symfony/validator": "~3.4|~4.0"
814
            },
815
            "suggest": {
816
                "psr/container": "To instantiate the Security class",
817
                "symfony/expression-language": "For using the expression voter",
818
                "symfony/form": "",
819
                "symfony/ldap": "For using the LDAP user and authentication providers",
820
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
821
                "symfony/validator": "For using the user password constraint"
822
            },
823
            "type": "library",
824
            "extra": {
825
                "branch-alias": {
826
                    "dev-master": "4.0-dev"
827
                }
828
            },
829
            "autoload": {
830
                "psr-4": {
831
                    "Symfony\\Component\\Security\\": ""
832
                },
833
                "exclude-from-classmap": [
834
                    "/Tests/"
835
                ]
836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "MIT"
840
            ],
841
            "authors": [
842
                {
843
                    "name": "Fabien Potencier",
844
                    "email": "[email protected]"
845
                },
846
                {
847
                    "name": "Symfony Community",
848
                    "homepage": "https://symfony.com/contributors"
849
                }
850
            ],
851
            "description": "Symfony Security Component",
852
            "homepage": "https://symfony.com",
853
            "time": "2018-01-29T09:06:29+00:00"
854
        },
855
        {
856
            "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...
857
            "version": "v4.0.4",
858
            "source": {
859
                "type": "git",
860
                "url": "https://github.com/symfony/security-bundle.git",
861
                "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b"
862
            },
863
            "dist": {
864
                "type": "zip",
865
                "url": "https://api.github.com/repos/symfony/security-bundle/zipball/2d65eb4f72e89cf9ee710a64be14922e81229d7b",
866
                "reference": "2d65eb4f72e89cf9ee710a64be14922e81229d7b",
867
                "shasum": ""
868
            },
869
            "require": {
870
                "ext-xml": "*",
871
                "php": "^7.1.3",
872
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
873
                "symfony/http-kernel": "~3.4|~4.0",
874
                "symfony/security": "~3.4|~4.0"
875
            },
876
            "conflict": {
877
                "symfony/console": "<3.4",
878
                "symfony/event-dispatcher": "<3.4",
879
                "symfony/framework-bundle": "<3.4",
880
                "symfony/var-dumper": "<3.4"
881
            },
882
            "require-dev": {
883
                "doctrine/doctrine-bundle": "~1.5",
884
                "symfony/asset": "~3.4|~4.0",
885
                "symfony/browser-kit": "~3.4|~4.0",
886
                "symfony/console": "~3.4|~4.0",
887
                "symfony/css-selector": "~3.4|~4.0",
888
                "symfony/dom-crawler": "~3.4|~4.0",
889
                "symfony/event-dispatcher": "~3.4|~4.0",
890
                "symfony/expression-language": "~3.4|~4.0",
891
                "symfony/form": "~3.4|~4.0",
892
                "symfony/framework-bundle": "~3.4|~4.0",
893
                "symfony/http-foundation": "~3.4|~4.0",
894
                "symfony/process": "~3.4|~4.0",
895
                "symfony/translation": "~3.4|~4.0",
896
                "symfony/twig-bridge": "~3.4|~4.0",
897
                "symfony/twig-bundle": "~3.4|~4.0",
898
                "symfony/validator": "~3.4|~4.0",
899
                "symfony/var-dumper": "~3.4|~4.0",
900
                "symfony/yaml": "~3.4|~4.0",
901
                "twig/twig": "~1.34|~2.4"
902
            },
903
            "type": "symfony-bundle",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-master": "4.0-dev"
907
                }
908
            },
909
            "autoload": {
910
                "psr-4": {
911
                    "Symfony\\Bundle\\SecurityBundle\\": ""
912
                },
913
                "exclude-from-classmap": [
914
                    "/Tests/"
915
                ]
916
            },
917
            "notification-url": "https://packagist.org/downloads/",
918
            "license": [
919
                "MIT"
920
            ],
921
            "authors": [
922
                {
923
                    "name": "Fabien Potencier",
924
                    "email": "[email protected]"
925
                },
926
                {
927
                    "name": "Symfony Community",
928
                    "homepage": "https://symfony.com/contributors"
929
                }
930
            ],
931
            "description": "Symfony SecurityBundle",
932
            "homepage": "https://symfony.com",
933
            "time": "2018-01-29T09:06:29+00:00"
934
        }
935
    ],
936
    "packages-dev": [
937
        {
938
            "name": "composer/semver",
939
            "version": "1.4.2",
940
            "source": {
941
                "type": "git",
942
                "url": "https://github.com/composer/semver.git",
943
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
944
            },
945
            "dist": {
946
                "type": "zip",
947
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
948
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
949
                "shasum": ""
950
            },
951
            "require": {
952
                "php": "^5.3.2 || ^7.0"
953
            },
954
            "require-dev": {
955
                "phpunit/phpunit": "^4.5 || ^5.0.5",
956
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
957
            },
958
            "type": "library",
959
            "extra": {
960
                "branch-alias": {
961
                    "dev-master": "1.x-dev"
962
                }
963
            },
964
            "autoload": {
965
                "psr-4": {
966
                    "Composer\\Semver\\": "src"
967
                }
968
            },
969
            "notification-url": "https://packagist.org/downloads/",
970
            "license": [
971
                "MIT"
972
            ],
973
            "authors": [
974
                {
975
                    "name": "Nils Adermann",
976
                    "email": "[email protected]",
977
                    "homepage": "http://www.naderman.de"
978
                },
979
                {
980
                    "name": "Jordi Boggiano",
981
                    "email": "[email protected]",
982
                    "homepage": "http://seld.be"
983
                },
984
                {
985
                    "name": "Rob Bast",
986
                    "email": "[email protected]",
987
                    "homepage": "http://robbast.nl"
988
                }
989
            ],
990
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
991
            "keywords": [
992
                "semantic",
993
                "semver",
994
                "validation",
995
                "versioning"
996
            ],
997
            "time": "2016-08-30T16:08:34+00:00"
998
        },
999
        {
1000
            "name": "doctrine/annotations",
1001
            "version": "v1.6.0",
1002
            "source": {
1003
                "type": "git",
1004
                "url": "https://github.com/doctrine/annotations.git",
1005
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
1006
            },
1007
            "dist": {
1008
                "type": "zip",
1009
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1010
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1011
                "shasum": ""
1012
            },
1013
            "require": {
1014
                "doctrine/lexer": "1.*",
1015
                "php": "^7.1"
1016
            },
1017
            "require-dev": {
1018
                "doctrine/cache": "1.*",
1019
                "phpunit/phpunit": "^6.4"
1020
            },
1021
            "type": "library",
1022
            "extra": {
1023
                "branch-alias": {
1024
                    "dev-master": "1.6.x-dev"
1025
                }
1026
            },
1027
            "autoload": {
1028
                "psr-4": {
1029
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1030
                }
1031
            },
1032
            "notification-url": "https://packagist.org/downloads/",
1033
            "license": [
1034
                "MIT"
1035
            ],
1036
            "authors": [
1037
                {
1038
                    "name": "Roman Borschel",
1039
                    "email": "[email protected]"
1040
                },
1041
                {
1042
                    "name": "Benjamin Eberlei",
1043
                    "email": "[email protected]"
1044
                },
1045
                {
1046
                    "name": "Guilherme Blanco",
1047
                    "email": "[email protected]"
1048
                },
1049
                {
1050
                    "name": "Jonathan Wage",
1051
                    "email": "[email protected]"
1052
                },
1053
                {
1054
                    "name": "Johannes Schmitt",
1055
                    "email": "[email protected]"
1056
                }
1057
            ],
1058
            "description": "Docblock Annotations Parser",
1059
            "homepage": "http://www.doctrine-project.org",
1060
            "keywords": [
1061
                "annotations",
1062
                "docblock",
1063
                "parser"
1064
            ],
1065
            "time": "2017-12-06T07:11:42+00:00"
1066
        },
1067
        {
1068
            "name": "doctrine/lexer",
1069
            "version": "v1.0.1",
1070
            "source": {
1071
                "type": "git",
1072
                "url": "https://github.com/doctrine/lexer.git",
1073
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1074
            },
1075
            "dist": {
1076
                "type": "zip",
1077
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1078
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1079
                "shasum": ""
1080
            },
1081
            "require": {
1082
                "php": ">=5.3.2"
1083
            },
1084
            "type": "library",
1085
            "extra": {
1086
                "branch-alias": {
1087
                    "dev-master": "1.0.x-dev"
1088
                }
1089
            },
1090
            "autoload": {
1091
                "psr-0": {
1092
                    "Doctrine\\Common\\Lexer\\": "lib/"
1093
                }
1094
            },
1095
            "notification-url": "https://packagist.org/downloads/",
1096
            "license": [
1097
                "MIT"
1098
            ],
1099
            "authors": [
1100
                {
1101
                    "name": "Roman Borschel",
1102
                    "email": "[email protected]"
1103
                },
1104
                {
1105
                    "name": "Guilherme Blanco",
1106
                    "email": "[email protected]"
1107
                },
1108
                {
1109
                    "name": "Johannes Schmitt",
1110
                    "email": "[email protected]"
1111
                }
1112
            ],
1113
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1114
            "homepage": "http://www.doctrine-project.org",
1115
            "keywords": [
1116
                "lexer",
1117
                "parser"
1118
            ],
1119
            "time": "2014-09-09T13:34:57+00:00"
1120
        },
1121
        {
1122
            "name": "friendsofphp/php-cs-fixer",
1123
            "version": "v2.10.2",
1124
            "source": {
1125
                "type": "git",
1126
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1127
                "reference": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1"
1128
            },
1129
            "dist": {
1130
                "type": "zip",
1131
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1",
1132
                "reference": "74e4682a4073bc8bc2d4ff2b30a4873ac76cc1f1",
1133
                "shasum": ""
1134
            },
1135
            "require": {
1136
                "composer/semver": "^1.4",
1137
                "doctrine/annotations": "^1.2",
1138
                "ext-json": "*",
1139
                "ext-tokenizer": "*",
1140
                "gecko-packages/gecko-php-unit": "^2.0 || ^3.0",
1141
                "php": "^5.6 || >=7.0 <7.3",
1142
                "php-cs-fixer/diff": "^1.2",
1143
                "symfony/console": "^3.2 || ^4.0",
1144
                "symfony/event-dispatcher": "^3.0 || ^4.0",
1145
                "symfony/filesystem": "^3.0 || ^4.0",
1146
                "symfony/finder": "^3.0 || ^4.0",
1147
                "symfony/options-resolver": "^3.0 || ^4.0",
1148
                "symfony/polyfill-php70": "^1.0",
1149
                "symfony/polyfill-php72": "^1.4",
1150
                "symfony/process": "^3.0 || ^4.0",
1151
                "symfony/stopwatch": "^3.0 || ^4.0"
1152
            },
1153
            "conflict": {
1154
                "hhvm": "*"
1155
            },
1156
            "require-dev": {
1157
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
1158
                "justinrainbow/json-schema": "^5.0",
1159
                "keradus/cli-executor": "^1.0",
1160
                "mikey179/vfsstream": "^1.6",
1161
                "php-coveralls/php-coveralls": "^2.0",
1162
                "php-cs-fixer/accessible-object": "^1.0",
1163
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1164
                "phpunitgoodpractices/traits": "^1.0",
1165
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
1166
            },
1167
            "suggest": {
1168
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
1169
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1170
            },
1171
            "bin": [
1172
                "php-cs-fixer"
1173
            ],
1174
            "type": "application",
1175
            "autoload": {
1176
                "psr-4": {
1177
                    "PhpCsFixer\\": "src/"
1178
                },
1179
                "classmap": [
1180
                    "tests/Test/AbstractFixerTestCase.php",
1181
                    "tests/Test/AbstractIntegrationCaseFactory.php",
1182
                    "tests/Test/AbstractIntegrationTestCase.php",
1183
                    "tests/Test/Assert/AssertTokensTrait.php",
1184
                    "tests/Test/IntegrationCase.php",
1185
                    "tests/Test/IntegrationCaseFactory.php",
1186
                    "tests/Test/IntegrationCaseFactoryInterface.php",
1187
                    "tests/Test/InternalIntegrationCaseFactory.php",
1188
                    "tests/TestCase.php"
1189
                ]
1190
            },
1191
            "notification-url": "https://packagist.org/downloads/",
1192
            "license": [
1193
                "MIT"
1194
            ],
1195
            "authors": [
1196
                {
1197
                    "name": "Dariusz Rumiński",
1198
                    "email": "[email protected]"
1199
                },
1200
                {
1201
                    "name": "Fabien Potencier",
1202
                    "email": "[email protected]"
1203
                }
1204
            ],
1205
            "description": "A tool to automatically fix PHP code style",
1206
            "time": "2018-02-03T08:30:06+00:00"
1207
        },
1208
        {
1209
            "name": "gecko-packages/gecko-php-unit",
1210
            "version": "v3.1.1",
1211
            "source": {
1212
                "type": "git",
1213
                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
1214
                "reference": "8b0320158e34c3d85e5133c341d55c4d6ec5e927"
1215
            },
1216
            "dist": {
1217
                "type": "zip",
1218
                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/8b0320158e34c3d85e5133c341d55c4d6ec5e927",
1219
                "reference": "8b0320158e34c3d85e5133c341d55c4d6ec5e927",
1220
                "shasum": ""
1221
            },
1222
            "require": {
1223
                "php": "^7.0"
1224
            },
1225
            "conflict": {
1226
                "phpunit/phpunit": "<6.0 || >6.5"
1227
            },
1228
            "require-dev": {
1229
                "phpunit/phpunit": "^6.0"
1230
            },
1231
            "suggest": {
1232
                "ext-dom": "When testing with xml.",
1233
                "ext-libxml": "When testing with xml.",
1234
                "phpunit/phpunit": "This is an extension for PHPUnit so make sure you have that in some way."
1235
            },
1236
            "type": "library",
1237
            "extra": {
1238
                "branch-alias": {
1239
                    "dev-master": "3.0-dev"
1240
                }
1241
            },
1242
            "autoload": {
1243
                "psr-4": {
1244
                    "GeckoPackages\\PHPUnit\\": "src/PHPUnit"
1245
                }
1246
            },
1247
            "notification-url": "https://packagist.org/downloads/",
1248
            "license": [
1249
                "MIT"
1250
            ],
1251
            "description": "Additional PHPUnit asserts and constraints.",
1252
            "homepage": "https://github.com/GeckoPackages",
1253
            "keywords": [
1254
                "extension",
1255
                "filesystem",
1256
                "phpunit"
1257
            ],
1258
            "time": "2018-02-05T09:18:39+00:00"
1259
        },
1260
        {
1261
            "name": "guzzlehttp/guzzle",
1262
            "version": "6.3.0",
1263
            "source": {
1264
                "type": "git",
1265
                "url": "https://github.com/guzzle/guzzle.git",
1266
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1267
            },
1268
            "dist": {
1269
                "type": "zip",
1270
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1271
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1272
                "shasum": ""
1273
            },
1274
            "require": {
1275
                "guzzlehttp/promises": "^1.0",
1276
                "guzzlehttp/psr7": "^1.4",
1277
                "php": ">=5.5"
1278
            },
1279
            "require-dev": {
1280
                "ext-curl": "*",
1281
                "phpunit/phpunit": "^4.0 || ^5.0",
1282
                "psr/log": "^1.0"
1283
            },
1284
            "suggest": {
1285
                "psr/log": "Required for using the Log middleware"
1286
            },
1287
            "type": "library",
1288
            "extra": {
1289
                "branch-alias": {
1290
                    "dev-master": "6.2-dev"
1291
                }
1292
            },
1293
            "autoload": {
1294
                "files": [
1295
                    "src/functions_include.php"
1296
                ],
1297
                "psr-4": {
1298
                    "GuzzleHttp\\": "src/"
1299
                }
1300
            },
1301
            "notification-url": "https://packagist.org/downloads/",
1302
            "license": [
1303
                "MIT"
1304
            ],
1305
            "authors": [
1306
                {
1307
                    "name": "Michael Dowling",
1308
                    "email": "[email protected]",
1309
                    "homepage": "https://github.com/mtdowling"
1310
                }
1311
            ],
1312
            "description": "Guzzle is a PHP HTTP client library",
1313
            "homepage": "http://guzzlephp.org/",
1314
            "keywords": [
1315
                "client",
1316
                "curl",
1317
                "framework",
1318
                "http",
1319
                "http client",
1320
                "rest",
1321
                "web service"
1322
            ],
1323
            "time": "2017-06-22T18:50:49+00:00"
1324
        },
1325
        {
1326
            "name": "guzzlehttp/promises",
1327
            "version": "v1.3.1",
1328
            "source": {
1329
                "type": "git",
1330
                "url": "https://github.com/guzzle/promises.git",
1331
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1332
            },
1333
            "dist": {
1334
                "type": "zip",
1335
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1336
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1337
                "shasum": ""
1338
            },
1339
            "require": {
1340
                "php": ">=5.5.0"
1341
            },
1342
            "require-dev": {
1343
                "phpunit/phpunit": "^4.0"
1344
            },
1345
            "type": "library",
1346
            "extra": {
1347
                "branch-alias": {
1348
                    "dev-master": "1.4-dev"
1349
                }
1350
            },
1351
            "autoload": {
1352
                "psr-4": {
1353
                    "GuzzleHttp\\Promise\\": "src/"
1354
                },
1355
                "files": [
1356
                    "src/functions_include.php"
1357
                ]
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "MIT"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Michael Dowling",
1366
                    "email": "[email protected]",
1367
                    "homepage": "https://github.com/mtdowling"
1368
                }
1369
            ],
1370
            "description": "Guzzle promises library",
1371
            "keywords": [
1372
                "promise"
1373
            ],
1374
            "time": "2016-12-20T10:07:11+00:00"
1375
        },
1376
        {
1377
            "name": "guzzlehttp/psr7",
1378
            "version": "1.4.2",
1379
            "source": {
1380
                "type": "git",
1381
                "url": "https://github.com/guzzle/psr7.git",
1382
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1383
            },
1384
            "dist": {
1385
                "type": "zip",
1386
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1387
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1388
                "shasum": ""
1389
            },
1390
            "require": {
1391
                "php": ">=5.4.0",
1392
                "psr/http-message": "~1.0"
1393
            },
1394
            "provide": {
1395
                "psr/http-message-implementation": "1.0"
1396
            },
1397
            "require-dev": {
1398
                "phpunit/phpunit": "~4.0"
1399
            },
1400
            "type": "library",
1401
            "extra": {
1402
                "branch-alias": {
1403
                    "dev-master": "1.4-dev"
1404
                }
1405
            },
1406
            "autoload": {
1407
                "psr-4": {
1408
                    "GuzzleHttp\\Psr7\\": "src/"
1409
                },
1410
                "files": [
1411
                    "src/functions_include.php"
1412
                ]
1413
            },
1414
            "notification-url": "https://packagist.org/downloads/",
1415
            "license": [
1416
                "MIT"
1417
            ],
1418
            "authors": [
1419
                {
1420
                    "name": "Michael Dowling",
1421
                    "email": "[email protected]",
1422
                    "homepage": "https://github.com/mtdowling"
1423
                },
1424
                {
1425
                    "name": "Tobias Schultze",
1426
                    "homepage": "https://github.com/Tobion"
1427
                }
1428
            ],
1429
            "description": "PSR-7 message implementation that also provides common utility methods",
1430
            "keywords": [
1431
                "http",
1432
                "message",
1433
                "request",
1434
                "response",
1435
                "stream",
1436
                "uri",
1437
                "url"
1438
            ],
1439
            "time": "2017-03-20T17:10:46+00:00"
1440
        },
1441
        {
1442
            "name": "matthiasnoback/symfony-config-test",
1443
            "version": "4.0.0",
1444
            "source": {
1445
                "type": "git",
1446
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
1447
                "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1"
1448
            },
1449
            "dist": {
1450
                "type": "zip",
1451
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/d69210afc4aca99038d522f59ccf5074aff2f2e1",
1452
                "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1",
1453
                "shasum": ""
1454
            },
1455
            "require": {
1456
                "php": "^7.1",
1457
                "symfony/config": "^2.7 || ^3.4 || ^4.0"
1458
            },
1459
            "conflict": {
1460
                "phpunit/phpunit": "<7.0"
1461
            },
1462
            "require-dev": {
1463
                "phpunit/phpunit": "^7.0"
1464
            },
1465
            "type": "library",
1466
            "extra": {
1467
                "branch-alias": {
1468
                    "dev-master": "4.0.x-dev"
1469
                }
1470
            },
1471
            "autoload": {
1472
                "psr-4": {
1473
                    "Matthias\\SymfonyConfigTest\\": ""
1474
                }
1475
            },
1476
            "notification-url": "https://packagist.org/downloads/",
1477
            "license": [
1478
                "MIT"
1479
            ],
1480
            "authors": [
1481
                {
1482
                    "name": "Matthias Noback",
1483
                    "email": "[email protected]",
1484
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1485
                }
1486
            ],
1487
            "description": "Library for testing user classes related to the Symfony Config Component",
1488
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
1489
            "keywords": [
1490
                "config",
1491
                "phpunit",
1492
                "symfony"
1493
            ],
1494
            "time": "2018-03-05T09:21:43+00:00"
1495
        },
1496
        {
1497
            "name": "matthiasnoback/symfony-dependency-injection-test",
1498
            "version": "v3.0.0",
1499
            "source": {
1500
                "type": "git",
1501
                "url": "https://github.com/SymfonyTest/SymfonyDependencyInjectionTest.git",
1502
                "reference": "17e93d791c39849edce452723928b8172691e9c9"
1503
            },
1504
            "dist": {
1505
                "type": "zip",
1506
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyDependencyInjectionTest/zipball/17e93d791c39849edce452723928b8172691e9c9",
1507
                "reference": "17e93d791c39849edce452723928b8172691e9c9",
1508
                "shasum": ""
1509
            },
1510
            "require": {
1511
                "matthiasnoback/symfony-config-test": "^4.0",
1512
                "php": "^7.1",
1513
                "symfony/config": "^2.7 || ^3.3 || ^4.0",
1514
                "symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0",
1515
                "symfony/yaml": "^2.7 || ^3.3 || ^4.0"
1516
            },
1517
            "conflict": {
1518
                "phpunit/phpunit": "<7.0"
1519
            },
1520
            "require-dev": {
1521
                "phpunit/phpunit": "^7.0"
1522
            },
1523
            "type": "library",
1524
            "autoload": {
1525
                "psr-4": {
1526
                    "Matthias\\SymfonyDependencyInjectionTest\\": ""
1527
                }
1528
            },
1529
            "notification-url": "https://packagist.org/downloads/",
1530
            "license": [
1531
                "MIT"
1532
            ],
1533
            "authors": [
1534
                {
1535
                    "name": "Matthias Noback",
1536
                    "email": "[email protected]",
1537
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1538
                }
1539
            ],
1540
            "description": "Library for testing user classes related to the Symfony Dependency Injection Component",
1541
            "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
1542
            "keywords": [
1543
                "Symfony2",
1544
                "dependency injection",
1545
                "phpunit"
1546
            ],
1547
            "time": "2018-03-06T08:36:41+00:00"
1548
        },
1549
        {
1550
            "name": "paragonie/random_compat",
1551
            "version": "v2.0.11",
1552
            "source": {
1553
                "type": "git",
1554
                "url": "https://github.com/paragonie/random_compat.git",
1555
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
1556
            },
1557
            "dist": {
1558
                "type": "zip",
1559
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
1560
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
1561
                "shasum": ""
1562
            },
1563
            "require": {
1564
                "php": ">=5.2.0"
1565
            },
1566
            "require-dev": {
1567
                "phpunit/phpunit": "4.*|5.*"
1568
            },
1569
            "suggest": {
1570
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1571
            },
1572
            "type": "library",
1573
            "autoload": {
1574
                "files": [
1575
                    "lib/random.php"
1576
                ]
1577
            },
1578
            "notification-url": "https://packagist.org/downloads/",
1579
            "license": [
1580
                "MIT"
1581
            ],
1582
            "authors": [
1583
                {
1584
                    "name": "Paragon Initiative Enterprises",
1585
                    "email": "[email protected]",
1586
                    "homepage": "https://paragonie.com"
1587
                }
1588
            ],
1589
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1590
            "keywords": [
1591
                "csprng",
1592
                "pseudorandom",
1593
                "random"
1594
            ],
1595
            "time": "2017-09-27T21:40:39+00:00"
1596
        },
1597
        {
1598
            "name": "php-coveralls/php-coveralls",
1599
            "version": "v2.0.0",
1600
            "source": {
1601
                "type": "git",
1602
                "url": "https://github.com/php-coveralls/php-coveralls.git",
1603
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
1604
            },
1605
            "dist": {
1606
                "type": "zip",
1607
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
1608
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
1609
                "shasum": ""
1610
            },
1611
            "require": {
1612
                "ext-json": "*",
1613
                "ext-simplexml": "*",
1614
                "guzzlehttp/guzzle": "^6.0",
1615
                "php": "^5.5 || ^7.0",
1616
                "psr/log": "^1.0",
1617
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
1618
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
1619
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
1620
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
1621
            },
1622
            "require-dev": {
1623
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
1624
            },
1625
            "suggest": {
1626
                "symfony/http-kernel": "Allows Symfony integration"
1627
            },
1628
            "bin": [
1629
                "bin/php-coveralls"
1630
            ],
1631
            "type": "library",
1632
            "extra": {
1633
                "branch-alias": {
1634
                    "dev-master": "2.0-dev"
1635
                }
1636
            },
1637
            "autoload": {
1638
                "psr-4": {
1639
                    "PhpCoveralls\\": "src/"
1640
                }
1641
            },
1642
            "notification-url": "https://packagist.org/downloads/",
1643
            "license": [
1644
                "MIT"
1645
            ],
1646
            "authors": [
1647
                {
1648
                    "name": "Kitamura Satoshi",
1649
                    "email": "[email protected]",
1650
                    "homepage": "https://www.facebook.com/satooshi.jp",
1651
                    "role": "Original creator"
1652
                },
1653
                {
1654
                    "name": "Takashi Matsuo",
1655
                    "email": "[email protected]"
1656
                },
1657
                {
1658
                    "name": "Google Inc"
1659
                },
1660
                {
1661
                    "name": "Dariusz Ruminski",
1662
                    "email": "[email protected]",
1663
                    "homepage": "https://github.com/keradus"
1664
                },
1665
                {
1666
                    "name": "Contributors",
1667
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
1668
                }
1669
            ],
1670
            "description": "PHP client library for Coveralls API",
1671
            "homepage": "https://github.com/php-coveralls/php-coveralls",
1672
            "keywords": [
1673
                "ci",
1674
                "coverage",
1675
                "github",
1676
                "test"
1677
            ],
1678
            "time": "2017-12-08T14:28:16+00:00"
1679
        },
1680
        {
1681
            "name": "php-cs-fixer/diff",
1682
            "version": "v1.2.1",
1683
            "source": {
1684
                "type": "git",
1685
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
1686
                "reference": "b95b8c02c58670b15612cfc60873f3f7f5290484"
1687
            },
1688
            "dist": {
1689
                "type": "zip",
1690
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/b95b8c02c58670b15612cfc60873f3f7f5290484",
1691
                "reference": "b95b8c02c58670b15612cfc60873f3f7f5290484",
1692
                "shasum": ""
1693
            },
1694
            "require": {
1695
                "php": "^5.6 || ^7.0"
1696
            },
1697
            "require-dev": {
1698
                "phpunit/phpunit": "^4.8.35 || ^5.4.3",
1699
                "symfony/process": "^3.3"
1700
            },
1701
            "type": "library",
1702
            "autoload": {
1703
                "classmap": [
1704
                    "src/"
1705
                ]
1706
            },
1707
            "notification-url": "https://packagist.org/downloads/",
1708
            "license": [
1709
                "BSD-3-Clause"
1710
            ],
1711
            "authors": [
1712
                {
1713
                    "name": "Kore Nordmann",
1714
                    "email": "[email protected]"
1715
                },
1716
                {
1717
                    "name": "Sebastian Bergmann",
1718
                    "email": "[email protected]"
1719
                },
1720
                {
1721
                    "name": "SpacePossum"
1722
                }
1723
            ],
1724
            "description": "sebastian/diff v2 backport support for PHP5.6",
1725
            "homepage": "https://github.com/PHP-CS-Fixer",
1726
            "keywords": [
1727
                "diff"
1728
            ],
1729
            "time": "2017-10-21T10:28:17+00:00"
1730
        },
1731
        {
1732
            "name": "psr/http-message",
1733
            "version": "1.0.1",
1734
            "source": {
1735
                "type": "git",
1736
                "url": "https://github.com/php-fig/http-message.git",
1737
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1738
            },
1739
            "dist": {
1740
                "type": "zip",
1741
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1742
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1743
                "shasum": ""
1744
            },
1745
            "require": {
1746
                "php": ">=5.3.0"
1747
            },
1748
            "type": "library",
1749
            "extra": {
1750
                "branch-alias": {
1751
                    "dev-master": "1.0.x-dev"
1752
                }
1753
            },
1754
            "autoload": {
1755
                "psr-4": {
1756
                    "Psr\\Http\\Message\\": "src/"
1757
                }
1758
            },
1759
            "notification-url": "https://packagist.org/downloads/",
1760
            "license": [
1761
                "MIT"
1762
            ],
1763
            "authors": [
1764
                {
1765
                    "name": "PHP-FIG",
1766
                    "homepage": "http://www.php-fig.org/"
1767
                }
1768
            ],
1769
            "description": "Common interface for HTTP messages",
1770
            "homepage": "https://github.com/php-fig/http-message",
1771
            "keywords": [
1772
                "http",
1773
                "http-message",
1774
                "psr",
1775
                "psr-7",
1776
                "request",
1777
                "response"
1778
            ],
1779
            "time": "2016-08-06T14:39:51+00:00"
1780
        },
1781
        {
1782
            "name": "symfony/config",
1783
            "version": "v4.1.0",
1784
            "source": {
1785
                "type": "git",
1786
                "url": "https://github.com/symfony/config.git",
1787
                "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4"
1788
            },
1789
            "dist": {
1790
                "type": "zip",
1791
                "url": "https://api.github.com/repos/symfony/config/zipball/5ceefc256caecc3e25147c4e5b933de71d0020c4",
1792
                "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4",
1793
                "shasum": ""
1794
            },
1795
            "require": {
1796
                "php": "^7.1.3",
1797
                "symfony/filesystem": "~3.4|~4.0",
1798
                "symfony/polyfill-ctype": "~1.8"
1799
            },
1800
            "conflict": {
1801
                "symfony/finder": "<3.4"
1802
            },
1803
            "require-dev": {
1804
                "symfony/dependency-injection": "~3.4|~4.0",
1805
                "symfony/event-dispatcher": "~3.4|~4.0",
1806
                "symfony/finder": "~3.4|~4.0",
1807
                "symfony/yaml": "~3.4|~4.0"
1808
            },
1809
            "suggest": {
1810
                "symfony/yaml": "To use the yaml reference dumper"
1811
            },
1812
            "type": "library",
1813
            "extra": {
1814
                "branch-alias": {
1815
                    "dev-master": "4.1-dev"
1816
                }
1817
            },
1818
            "autoload": {
1819
                "psr-4": {
1820
                    "Symfony\\Component\\Config\\": ""
1821
                },
1822
                "exclude-from-classmap": [
1823
                    "/Tests/"
1824
                ]
1825
            },
1826
            "notification-url": "https://packagist.org/downloads/",
1827
            "license": [
1828
                "MIT"
1829
            ],
1830
            "authors": [
1831
                {
1832
                    "name": "Fabien Potencier",
1833
                    "email": "[email protected]"
1834
                },
1835
                {
1836
                    "name": "Symfony Community",
1837
                    "homepage": "https://symfony.com/contributors"
1838
                }
1839
            ],
1840
            "description": "Symfony Config Component",
1841
            "homepage": "https://symfony.com",
1842
            "time": "2018-05-16T14:33:22+00:00"
1843
        },
1844
        {
1845
            "name": "symfony/console",
1846
            "version": "v4.0.4",
1847
            "source": {
1848
                "type": "git",
1849
                "url": "https://github.com/symfony/console.git",
1850
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488"
1851
            },
1852
            "dist": {
1853
                "type": "zip",
1854
                "url": "https://api.github.com/repos/symfony/console/zipball/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
1855
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
1856
                "shasum": ""
1857
            },
1858
            "require": {
1859
                "php": "^7.1.3",
1860
                "symfony/polyfill-mbstring": "~1.0"
1861
            },
1862
            "conflict": {
1863
                "symfony/dependency-injection": "<3.4",
1864
                "symfony/process": "<3.3"
1865
            },
1866
            "require-dev": {
1867
                "psr/log": "~1.0",
1868
                "symfony/config": "~3.4|~4.0",
1869
                "symfony/dependency-injection": "~3.4|~4.0",
1870
                "symfony/event-dispatcher": "~3.4|~4.0",
1871
                "symfony/lock": "~3.4|~4.0",
1872
                "symfony/process": "~3.4|~4.0"
1873
            },
1874
            "suggest": {
1875
                "psr/log": "For using the console logger",
1876
                "symfony/event-dispatcher": "",
1877
                "symfony/lock": "",
1878
                "symfony/process": ""
1879
            },
1880
            "type": "library",
1881
            "extra": {
1882
                "branch-alias": {
1883
                    "dev-master": "4.0-dev"
1884
                }
1885
            },
1886
            "autoload": {
1887
                "psr-4": {
1888
                    "Symfony\\Component\\Console\\": ""
1889
                },
1890
                "exclude-from-classmap": [
1891
                    "/Tests/"
1892
                ]
1893
            },
1894
            "notification-url": "https://packagist.org/downloads/",
1895
            "license": [
1896
                "MIT"
1897
            ],
1898
            "authors": [
1899
                {
1900
                    "name": "Fabien Potencier",
1901
                    "email": "[email protected]"
1902
                },
1903
                {
1904
                    "name": "Symfony Community",
1905
                    "homepage": "https://symfony.com/contributors"
1906
                }
1907
            ],
1908
            "description": "Symfony Console Component",
1909
            "homepage": "https://symfony.com",
1910
            "time": "2018-01-29T09:06:29+00:00"
1911
        },
1912
        {
1913
            "name": "symfony/filesystem",
1914
            "version": "v4.1.0",
1915
            "source": {
1916
                "type": "git",
1917
                "url": "https://github.com/symfony/filesystem.git",
1918
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
1919
            },
1920
            "dist": {
1921
                "type": "zip",
1922
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1923
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
1924
                "shasum": ""
1925
            },
1926
            "require": {
1927
                "php": "^7.1.3",
1928
                "symfony/polyfill-ctype": "~1.8"
1929
            },
1930
            "type": "library",
1931
            "extra": {
1932
                "branch-alias": {
1933
                    "dev-master": "4.1-dev"
1934
                }
1935
            },
1936
            "autoload": {
1937
                "psr-4": {
1938
                    "Symfony\\Component\\Filesystem\\": ""
1939
                },
1940
                "exclude-from-classmap": [
1941
                    "/Tests/"
1942
                ]
1943
            },
1944
            "notification-url": "https://packagist.org/downloads/",
1945
            "license": [
1946
                "MIT"
1947
            ],
1948
            "authors": [
1949
                {
1950
                    "name": "Fabien Potencier",
1951
                    "email": "[email protected]"
1952
                },
1953
                {
1954
                    "name": "Symfony Community",
1955
                    "homepage": "https://symfony.com/contributors"
1956
                }
1957
            ],
1958
            "description": "Symfony Filesystem Component",
1959
            "homepage": "https://symfony.com",
1960
            "time": "2018-05-30T07:26:09+00:00"
1961
        },
1962
        {
1963
            "name": "symfony/finder",
1964
            "version": "v4.0.4",
1965
            "source": {
1966
                "type": "git",
1967
                "url": "https://github.com/symfony/finder.git",
1968
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601"
1969
            },
1970
            "dist": {
1971
                "type": "zip",
1972
                "url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
1973
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
1974
                "shasum": ""
1975
            },
1976
            "require": {
1977
                "php": "^7.1.3"
1978
            },
1979
            "type": "library",
1980
            "extra": {
1981
                "branch-alias": {
1982
                    "dev-master": "4.0-dev"
1983
                }
1984
            },
1985
            "autoload": {
1986
                "psr-4": {
1987
                    "Symfony\\Component\\Finder\\": ""
1988
                },
1989
                "exclude-from-classmap": [
1990
                    "/Tests/"
1991
                ]
1992
            },
1993
            "notification-url": "https://packagist.org/downloads/",
1994
            "license": [
1995
                "MIT"
1996
            ],
1997
            "authors": [
1998
                {
1999
                    "name": "Fabien Potencier",
2000
                    "email": "[email protected]"
2001
                },
2002
                {
2003
                    "name": "Symfony Community",
2004
                    "homepage": "https://symfony.com/contributors"
2005
                }
2006
            ],
2007
            "description": "Symfony Finder Component",
2008
            "homepage": "https://symfony.com",
2009
            "time": "2018-01-03T07:38:00+00:00"
2010
        },
2011
        {
2012
            "name": "symfony/options-resolver",
2013
            "version": "v4.0.4",
2014
            "source": {
2015
                "type": "git",
2016
                "url": "https://github.com/symfony/options-resolver.git",
2017
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0"
2018
            },
2019
            "dist": {
2020
                "type": "zip",
2021
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0",
2022
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0",
2023
                "shasum": ""
2024
            },
2025
            "require": {
2026
                "php": "^7.1.3"
2027
            },
2028
            "type": "library",
2029
            "extra": {
2030
                "branch-alias": {
2031
                    "dev-master": "4.0-dev"
2032
                }
2033
            },
2034
            "autoload": {
2035
                "psr-4": {
2036
                    "Symfony\\Component\\OptionsResolver\\": ""
2037
                },
2038
                "exclude-from-classmap": [
2039
                    "/Tests/"
2040
                ]
2041
            },
2042
            "notification-url": "https://packagist.org/downloads/",
2043
            "license": [
2044
                "MIT"
2045
            ],
2046
            "authors": [
2047
                {
2048
                    "name": "Fabien Potencier",
2049
                    "email": "[email protected]"
2050
                },
2051
                {
2052
                    "name": "Symfony Community",
2053
                    "homepage": "https://symfony.com/contributors"
2054
                }
2055
            ],
2056
            "description": "Symfony OptionsResolver Component",
2057
            "homepage": "https://symfony.com",
2058
            "keywords": [
2059
                "config",
2060
                "configuration",
2061
                "options"
2062
            ],
2063
            "time": "2018-01-18T22:19:33+00:00"
2064
        },
2065
        {
2066
            "name": "symfony/phpunit-bridge",
2067
            "version": "v4.0.4",
2068
            "source": {
2069
                "type": "git",
2070
                "url": "https://github.com/symfony/phpunit-bridge.git",
2071
                "reference": "c12fc01946942723ee824b5f09d241f5de15c037"
2072
            },
2073
            "dist": {
2074
                "type": "zip",
2075
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c12fc01946942723ee824b5f09d241f5de15c037",
2076
                "reference": "c12fc01946942723ee824b5f09d241f5de15c037",
2077
                "shasum": ""
2078
            },
2079
            "require": {
2080
                "php": ">=5.3.3"
2081
            },
2082
            "conflict": {
2083
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2084
            },
2085
            "suggest": {
2086
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
2087
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2088
            },
2089
            "bin": [
2090
                "bin/simple-phpunit"
2091
            ],
2092
            "type": "symfony-bridge",
2093
            "extra": {
2094
                "branch-alias": {
2095
                    "dev-master": "4.0-dev"
2096
                },
2097
                "thanks": {
2098
                    "name": "phpunit/phpunit",
2099
                    "url": "https://github.com/sebastianbergmann/phpunit"
2100
                }
2101
            },
2102
            "autoload": {
2103
                "files": [
2104
                    "bootstrap.php"
2105
                ],
2106
                "psr-4": {
2107
                    "Symfony\\Bridge\\PhpUnit\\": ""
2108
                },
2109
                "exclude-from-classmap": [
2110
                    "/Tests/"
2111
                ]
2112
            },
2113
            "notification-url": "https://packagist.org/downloads/",
2114
            "license": [
2115
                "MIT"
2116
            ],
2117
            "authors": [
2118
                {
2119
                    "name": "Nicolas Grekas",
2120
                    "email": "[email protected]"
2121
                },
2122
                {
2123
                    "name": "Symfony Community",
2124
                    "homepage": "https://symfony.com/contributors"
2125
                }
2126
            ],
2127
            "description": "Symfony PHPUnit Bridge",
2128
            "homepage": "https://symfony.com",
2129
            "time": "2018-01-21T19:06:11+00:00"
2130
        },
2131
        {
2132
            "name": "symfony/polyfill-ctype",
2133
            "version": "v1.8.0",
2134
            "source": {
2135
                "type": "git",
2136
                "url": "https://github.com/symfony/polyfill-ctype.git",
2137
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
2138
            },
2139
            "dist": {
2140
                "type": "zip",
2141
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2142
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2143
                "shasum": ""
2144
            },
2145
            "require": {
2146
                "php": ">=5.3.3"
2147
            },
2148
            "type": "library",
2149
            "extra": {
2150
                "branch-alias": {
2151
                    "dev-master": "1.8-dev"
2152
                }
2153
            },
2154
            "autoload": {
2155
                "psr-4": {
2156
                    "Symfony\\Polyfill\\Ctype\\": ""
2157
                },
2158
                "files": [
2159
                    "bootstrap.php"
2160
                ]
2161
            },
2162
            "notification-url": "https://packagist.org/downloads/",
2163
            "license": [
2164
                "MIT"
2165
            ],
2166
            "authors": [
2167
                {
2168
                    "name": "Symfony Community",
2169
                    "homepage": "https://symfony.com/contributors"
2170
                },
2171
                {
2172
                    "name": "Gert de Pagter",
2173
                    "email": "[email protected]"
2174
                }
2175
            ],
2176
            "description": "Symfony polyfill for ctype functions",
2177
            "homepage": "https://symfony.com",
2178
            "keywords": [
2179
                "compatibility",
2180
                "ctype",
2181
                "polyfill",
2182
                "portable"
2183
            ],
2184
            "time": "2018-04-30T19:57:29+00:00"
2185
        },
2186
        {
2187
            "name": "symfony/polyfill-php70",
2188
            "version": "v1.7.0",
2189
            "source": {
2190
                "type": "git",
2191
                "url": "https://github.com/symfony/polyfill-php70.git",
2192
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
2193
            },
2194
            "dist": {
2195
                "type": "zip",
2196
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
2197
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
2198
                "shasum": ""
2199
            },
2200
            "require": {
2201
                "paragonie/random_compat": "~1.0|~2.0",
2202
                "php": ">=5.3.3"
2203
            },
2204
            "type": "library",
2205
            "extra": {
2206
                "branch-alias": {
2207
                    "dev-master": "1.7-dev"
2208
                }
2209
            },
2210
            "autoload": {
2211
                "psr-4": {
2212
                    "Symfony\\Polyfill\\Php70\\": ""
2213
                },
2214
                "files": [
2215
                    "bootstrap.php"
2216
                ],
2217
                "classmap": [
2218
                    "Resources/stubs"
2219
                ]
2220
            },
2221
            "notification-url": "https://packagist.org/downloads/",
2222
            "license": [
2223
                "MIT"
2224
            ],
2225
            "authors": [
2226
                {
2227
                    "name": "Nicolas Grekas",
2228
                    "email": "[email protected]"
2229
                },
2230
                {
2231
                    "name": "Symfony Community",
2232
                    "homepage": "https://symfony.com/contributors"
2233
                }
2234
            ],
2235
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2236
            "homepage": "https://symfony.com",
2237
            "keywords": [
2238
                "compatibility",
2239
                "polyfill",
2240
                "portable",
2241
                "shim"
2242
            ],
2243
            "time": "2018-01-30T19:27:44+00:00"
2244
        },
2245
        {
2246
            "name": "symfony/polyfill-php72",
2247
            "version": "v1.7.0",
2248
            "source": {
2249
                "type": "git",
2250
                "url": "https://github.com/symfony/polyfill-php72.git",
2251
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
2252
            },
2253
            "dist": {
2254
                "type": "zip",
2255
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
2256
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
2257
                "shasum": ""
2258
            },
2259
            "require": {
2260
                "php": ">=5.3.3"
2261
            },
2262
            "type": "library",
2263
            "extra": {
2264
                "branch-alias": {
2265
                    "dev-master": "1.7-dev"
2266
                }
2267
            },
2268
            "autoload": {
2269
                "psr-4": {
2270
                    "Symfony\\Polyfill\\Php72\\": ""
2271
                },
2272
                "files": [
2273
                    "bootstrap.php"
2274
                ]
2275
            },
2276
            "notification-url": "https://packagist.org/downloads/",
2277
            "license": [
2278
                "MIT"
2279
            ],
2280
            "authors": [
2281
                {
2282
                    "name": "Nicolas Grekas",
2283
                    "email": "[email protected]"
2284
                },
2285
                {
2286
                    "name": "Symfony Community",
2287
                    "homepage": "https://symfony.com/contributors"
2288
                }
2289
            ],
2290
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2291
            "homepage": "https://symfony.com",
2292
            "keywords": [
2293
                "compatibility",
2294
                "polyfill",
2295
                "portable",
2296
                "shim"
2297
            ],
2298
            "time": "2018-01-31T17:43:24+00:00"
2299
        },
2300
        {
2301
            "name": "symfony/process",
2302
            "version": "v4.0.4",
2303
            "source": {
2304
                "type": "git",
2305
                "url": "https://github.com/symfony/process.git",
2306
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4"
2307
            },
2308
            "dist": {
2309
                "type": "zip",
2310
                "url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
2311
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
2312
                "shasum": ""
2313
            },
2314
            "require": {
2315
                "php": "^7.1.3"
2316
            },
2317
            "type": "library",
2318
            "extra": {
2319
                "branch-alias": {
2320
                    "dev-master": "4.0-dev"
2321
                }
2322
            },
2323
            "autoload": {
2324
                "psr-4": {
2325
                    "Symfony\\Component\\Process\\": ""
2326
                },
2327
                "exclude-from-classmap": [
2328
                    "/Tests/"
2329
                ]
2330
            },
2331
            "notification-url": "https://packagist.org/downloads/",
2332
            "license": [
2333
                "MIT"
2334
            ],
2335
            "authors": [
2336
                {
2337
                    "name": "Fabien Potencier",
2338
                    "email": "[email protected]"
2339
                },
2340
                {
2341
                    "name": "Symfony Community",
2342
                    "homepage": "https://symfony.com/contributors"
2343
                }
2344
            ],
2345
            "description": "Symfony Process Component",
2346
            "homepage": "https://symfony.com",
2347
            "time": "2018-01-29T09:06:29+00:00"
2348
        },
2349
        {
2350
            "name": "symfony/stopwatch",
2351
            "version": "v4.0.4",
2352
            "source": {
2353
                "type": "git",
2354
                "url": "https://github.com/symfony/stopwatch.git",
2355
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704"
2356
            },
2357
            "dist": {
2358
                "type": "zip",
2359
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d52321f0e2b596bd03b5d1dd6eebe71caa925704",
2360
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704",
2361
                "shasum": ""
2362
            },
2363
            "require": {
2364
                "php": "^7.1.3"
2365
            },
2366
            "type": "library",
2367
            "extra": {
2368
                "branch-alias": {
2369
                    "dev-master": "4.0-dev"
2370
                }
2371
            },
2372
            "autoload": {
2373
                "psr-4": {
2374
                    "Symfony\\Component\\Stopwatch\\": ""
2375
                },
2376
                "exclude-from-classmap": [
2377
                    "/Tests/"
2378
                ]
2379
            },
2380
            "notification-url": "https://packagist.org/downloads/",
2381
            "license": [
2382
                "MIT"
2383
            ],
2384
            "authors": [
2385
                {
2386
                    "name": "Fabien Potencier",
2387
                    "email": "[email protected]"
2388
                },
2389
                {
2390
                    "name": "Symfony Community",
2391
                    "homepage": "https://symfony.com/contributors"
2392
                }
2393
            ],
2394
            "description": "Symfony Stopwatch Component",
2395
            "homepage": "https://symfony.com",
2396
            "time": "2018-01-03T07:38:00+00:00"
2397
        },
2398
        {
2399
            "name": "symfony/yaml",
2400
            "version": "v4.1.0",
2401
            "source": {
2402
                "type": "git",
2403
                "url": "https://github.com/symfony/yaml.git",
2404
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
2405
            },
2406
            "dist": {
2407
                "type": "zip",
2408
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2409
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
2410
                "shasum": ""
2411
            },
2412
            "require": {
2413
                "php": "^7.1.3",
2414
                "symfony/polyfill-ctype": "~1.8"
2415
            },
2416
            "conflict": {
2417
                "symfony/console": "<3.4"
2418
            },
2419
            "require-dev": {
2420
                "symfony/console": "~3.4|~4.0"
2421
            },
2422
            "suggest": {
2423
                "symfony/console": "For validating YAML files using the lint command"
2424
            },
2425
            "type": "library",
2426
            "extra": {
2427
                "branch-alias": {
2428
                    "dev-master": "4.1-dev"
2429
                }
2430
            },
2431
            "autoload": {
2432
                "psr-4": {
2433
                    "Symfony\\Component\\Yaml\\": ""
2434
                },
2435
                "exclude-from-classmap": [
2436
                    "/Tests/"
2437
                ]
2438
            },
2439
            "notification-url": "https://packagist.org/downloads/",
2440
            "license": [
2441
                "MIT"
2442
            ],
2443
            "authors": [
2444
                {
2445
                    "name": "Fabien Potencier",
2446
                    "email": "[email protected]"
2447
                },
2448
                {
2449
                    "name": "Symfony Community",
2450
                    "homepage": "https://symfony.com/contributors"
2451
                }
2452
            ],
2453
            "description": "Symfony Yaml Component",
2454
            "homepage": "https://symfony.com",
2455
            "time": "2018-05-30T07:26:09+00:00"
2456
        }
2457
    ],
2458
    "aliases": [],
2459
    "minimum-stability": "stable",
2460
    "stability-flags": {
2461
        "lcobucci/jwt": 20
2462
    },
2463
    "prefer-stable": false,
2464
    "prefer-lowest": false,
2465
    "platform": {
2466
        "php": "^7.1"
2467
    },
2468
    "platform-dev": []
2469
}
2470