GitHub Access Token became invalid

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

composer.lock (2 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": "e6a58569de87dc4f30ded2f4c34e097b",
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.0.4",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/symfony/dependency-injection.git",
328
                "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f78ca49c6360c710ca8e316511e71a23b10e3bf2",
333
                "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2",
334
                "shasum": ""
335
            },
336
            "require": {
337
                "php": "^7.1.3",
338
                "psr/container": "^1.0"
339
            },
340
            "conflict": {
341
                "symfony/config": "<3.4",
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": "~3.4|~4.0",
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.0-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-01-29T09:29:16+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",
458
            "version": "v4.0.11",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/symfony/http-foundation.git",
462
                "reference": "277b757a2d3960170d99d372e171a8a18916467a"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/277b757a2d3960170d99d372e171a8a18916467a",
467
                "reference": "277b757a2d3960170d99d372e171a8a18916467a",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "php": "^7.1.3",
472
                "symfony/polyfill-mbstring": "~1.1"
473
            },
474
            "require-dev": {
475
                "symfony/expression-language": "~3.4|~4.0"
476
            },
477
            "type": "library",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "4.0-dev"
481
                }
482
            },
483
            "autoload": {
484
                "psr-4": {
485
                    "Symfony\\Component\\HttpFoundation\\": ""
486
                },
487
                "exclude-from-classmap": [
488
                    "/Tests/"
489
                ]
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Fabien Potencier",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Symfony Community",
502
                    "homepage": "https://symfony.com/contributors"
503
                }
504
            ],
505
            "description": "Symfony HttpFoundation Component",
506
            "homepage": "https://symfony.com",
507
            "time": "2018-05-25T11:08:56+00:00"
508
        },
509
        {
510
            "name": "symfony/http-kernel",
511
            "version": "v4.0.4",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/symfony/http-kernel.git",
515
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca",
520
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": "^7.1.3",
525
                "psr/log": "~1.0",
526
                "symfony/debug": "~3.4|~4.0",
527
                "symfony/event-dispatcher": "~3.4|~4.0",
528
                "symfony/http-foundation": "~3.4.4|~4.0.4"
529
            },
530
            "conflict": {
531
                "symfony/config": "<3.4",
532
                "symfony/dependency-injection": "<3.4",
533
                "symfony/var-dumper": "<3.4",
534
                "twig/twig": "<1.34|<2.4,>=2"
535
            },
536
            "provide": {
537
                "psr/log-implementation": "1.0"
538
            },
539
            "require-dev": {
540
                "psr/cache": "~1.0",
541
                "symfony/browser-kit": "~3.4|~4.0",
542
                "symfony/config": "~3.4|~4.0",
543
                "symfony/console": "~3.4|~4.0",
544
                "symfony/css-selector": "~3.4|~4.0",
545
                "symfony/dependency-injection": "~3.4|~4.0",
546
                "symfony/dom-crawler": "~3.4|~4.0",
547
                "symfony/expression-language": "~3.4|~4.0",
548
                "symfony/finder": "~3.4|~4.0",
549
                "symfony/process": "~3.4|~4.0",
550
                "symfony/routing": "~3.4|~4.0",
551
                "symfony/stopwatch": "~3.4|~4.0",
552
                "symfony/templating": "~3.4|~4.0",
553
                "symfony/translation": "~3.4|~4.0",
554
                "symfony/var-dumper": "~3.4|~4.0"
555
            },
556
            "suggest": {
557
                "symfony/browser-kit": "",
558
                "symfony/config": "",
559
                "symfony/console": "",
560
                "symfony/dependency-injection": "",
561
                "symfony/var-dumper": ""
562
            },
563
            "type": "library",
564
            "extra": {
565
                "branch-alias": {
566
                    "dev-master": "4.0-dev"
567
                }
568
            },
569
            "autoload": {
570
                "psr-4": {
571
                    "Symfony\\Component\\HttpKernel\\": ""
572
                },
573
                "exclude-from-classmap": [
574
                    "/Tests/"
575
                ]
576
            },
577
            "notification-url": "https://packagist.org/downloads/",
578
            "license": [
579
                "MIT"
580
            ],
581
            "authors": [
582
                {
583
                    "name": "Fabien Potencier",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Symfony Community",
588
                    "homepage": "https://symfony.com/contributors"
589
                }
590
            ],
591
            "description": "Symfony HttpKernel Component",
592
            "homepage": "https://symfony.com",
593
            "time": "2018-01-29T13:27:08+00:00"
594
        },
595
        {
596
            "name": "symfony/inflector",
597
            "version": "v4.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.8.0",
655
            "source": {
656
                "type": "git",
657
                "url": "https://github.com/symfony/polyfill-mbstring.git",
658
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
659
            },
660
            "dist": {
661
                "type": "zip",
662
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
663
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
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.8-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-04-26T10:06:28+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": "v3.1.0",
1444
            "source": {
1445
                "type": "git",
1446
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
1447
                "reference": "581ccd2757ec07a356485fbe22939e8a65b70491"
1448
            },
1449
            "dist": {
1450
                "type": "zip",
1451
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/581ccd2757ec07a356485fbe22939e8a65b70491",
1452
                "reference": "581ccd2757ec07a356485fbe22939e8a65b70491",
1453
                "shasum": ""
1454
            },
1455
            "require": {
1456
                "php": "^7.0",
1457
                "symfony/config": "^2.3 || ^3.0 || ^4.0"
1458
            },
1459
            "require-dev": {
1460
                "phpunit/phpunit": "^6.0"
1461
            },
1462
            "type": "library",
1463
            "autoload": {
1464
                "psr-4": {
1465
                    "Matthias\\SymfonyConfigTest\\": ""
1466
                }
1467
            },
1468
            "notification-url": "https://packagist.org/downloads/",
1469
            "license": [
1470
                "MIT"
1471
            ],
1472
            "authors": [
1473
                {
1474
                    "name": "Matthias Noback",
1475
                    "email": "[email protected]",
1476
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1477
                }
1478
            ],
1479
            "description": "Library for testing user classes related to the Symfony Config Component",
1480
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
1481
            "keywords": [
1482
                "config",
1483
                "phpunit",
1484
                "symfony"
1485
            ],
1486
            "time": "2017-11-30T08:22:14+00:00"
1487
        },
1488
        {
1489
            "name": "matthiasnoback/symfony-dependency-injection-test",
1490
            "version": "v2.3.0",
1491
            "source": {
1492
                "type": "git",
1493
                "url": "https://github.com/SymfonyTest/SymfonyDependencyInjectionTest.git",
1494
                "reference": "9744ea44fc801d629c795bf0ae598ff5172fad67"
1495
            },
1496
            "dist": {
1497
                "type": "zip",
1498
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyDependencyInjectionTest/zipball/9744ea44fc801d629c795bf0ae598ff5172fad67",
1499
                "reference": "9744ea44fc801d629c795bf0ae598ff5172fad67",
1500
                "shasum": ""
1501
            },
1502
            "require": {
1503
                "matthiasnoback/symfony-config-test": "^3.0",
1504
                "php": "^7.0",
1505
                "symfony/config": "^2.7 || ^3.3 || ^4.0",
1506
                "symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0",
1507
                "symfony/yaml": "^2.7 || ^3.3 || ^4.0"
1508
            },
1509
            "require-dev": {
1510
                "phpunit/phpunit": "^6.0"
1511
            },
1512
            "type": "library",
1513
            "autoload": {
1514
                "psr-4": {
1515
                    "Matthias\\SymfonyDependencyInjectionTest\\": ""
1516
                }
1517
            },
1518
            "notification-url": "https://packagist.org/downloads/",
1519
            "license": [
1520
                "MIT"
1521
            ],
1522
            "authors": [
1523
                {
1524
                    "name": "Matthias Noback",
1525
                    "email": "[email protected]",
1526
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1527
                }
1528
            ],
1529
            "description": "Library for testing user classes related to the Symfony Dependency Injection Component",
1530
            "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
1531
            "keywords": [
1532
                "Symfony2",
1533
                "dependency injection",
1534
                "phpunit"
1535
            ],
1536
            "time": "2017-11-30T12:31:50+00:00"
1537
        },
1538
        {
1539
            "name": "paragonie/random_compat",
1540
            "version": "v2.0.11",
1541
            "source": {
1542
                "type": "git",
1543
                "url": "https://github.com/paragonie/random_compat.git",
1544
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
1545
            },
1546
            "dist": {
1547
                "type": "zip",
1548
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
1549
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
1550
                "shasum": ""
1551
            },
1552
            "require": {
1553
                "php": ">=5.2.0"
1554
            },
1555
            "require-dev": {
1556
                "phpunit/phpunit": "4.*|5.*"
1557
            },
1558
            "suggest": {
1559
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1560
            },
1561
            "type": "library",
1562
            "autoload": {
1563
                "files": [
1564
                    "lib/random.php"
1565
                ]
1566
            },
1567
            "notification-url": "https://packagist.org/downloads/",
1568
            "license": [
1569
                "MIT"
1570
            ],
1571
            "authors": [
1572
                {
1573
                    "name": "Paragon Initiative Enterprises",
1574
                    "email": "[email protected]",
1575
                    "homepage": "https://paragonie.com"
1576
                }
1577
            ],
1578
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1579
            "keywords": [
1580
                "csprng",
1581
                "pseudorandom",
1582
                "random"
1583
            ],
1584
            "time": "2017-09-27T21:40:39+00:00"
1585
        },
1586
        {
1587
            "name": "php-coveralls/php-coveralls",
1588
            "version": "v2.0.0",
1589
            "source": {
1590
                "type": "git",
1591
                "url": "https://github.com/php-coveralls/php-coveralls.git",
1592
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
1593
            },
1594
            "dist": {
1595
                "type": "zip",
1596
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
1597
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
1598
                "shasum": ""
1599
            },
1600
            "require": {
1601
                "ext-json": "*",
1602
                "ext-simplexml": "*",
1603
                "guzzlehttp/guzzle": "^6.0",
1604
                "php": "^5.5 || ^7.0",
1605
                "psr/log": "^1.0",
1606
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
1607
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
1608
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
1609
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
1610
            },
1611
            "require-dev": {
1612
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
1613
            },
1614
            "suggest": {
1615
                "symfony/http-kernel": "Allows Symfony integration"
1616
            },
1617
            "bin": [
1618
                "bin/php-coveralls"
1619
            ],
1620
            "type": "library",
1621
            "extra": {
1622
                "branch-alias": {
1623
                    "dev-master": "2.0-dev"
1624
                }
1625
            },
1626
            "autoload": {
1627
                "psr-4": {
1628
                    "PhpCoveralls\\": "src/"
1629
                }
1630
            },
1631
            "notification-url": "https://packagist.org/downloads/",
1632
            "license": [
1633
                "MIT"
1634
            ],
1635
            "authors": [
1636
                {
1637
                    "name": "Kitamura Satoshi",
1638
                    "email": "[email protected]",
1639
                    "homepage": "https://www.facebook.com/satooshi.jp",
1640
                    "role": "Original creator"
1641
                },
1642
                {
1643
                    "name": "Takashi Matsuo",
1644
                    "email": "[email protected]"
1645
                },
1646
                {
1647
                    "name": "Google Inc"
1648
                },
1649
                {
1650
                    "name": "Dariusz Ruminski",
1651
                    "email": "[email protected]",
1652
                    "homepage": "https://github.com/keradus"
1653
                },
1654
                {
1655
                    "name": "Contributors",
1656
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
1657
                }
1658
            ],
1659
            "description": "PHP client library for Coveralls API",
1660
            "homepage": "https://github.com/php-coveralls/php-coveralls",
1661
            "keywords": [
1662
                "ci",
1663
                "coverage",
1664
                "github",
1665
                "test"
1666
            ],
1667
            "time": "2017-12-08T14:28:16+00:00"
1668
        },
1669
        {
1670
            "name": "php-cs-fixer/diff",
1671
            "version": "v1.2.1",
1672
            "source": {
1673
                "type": "git",
1674
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
1675
                "reference": "b95b8c02c58670b15612cfc60873f3f7f5290484"
1676
            },
1677
            "dist": {
1678
                "type": "zip",
1679
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/b95b8c02c58670b15612cfc60873f3f7f5290484",
1680
                "reference": "b95b8c02c58670b15612cfc60873f3f7f5290484",
1681
                "shasum": ""
1682
            },
1683
            "require": {
1684
                "php": "^5.6 || ^7.0"
1685
            },
1686
            "require-dev": {
1687
                "phpunit/phpunit": "^4.8.35 || ^5.4.3",
1688
                "symfony/process": "^3.3"
1689
            },
1690
            "type": "library",
1691
            "autoload": {
1692
                "classmap": [
1693
                    "src/"
1694
                ]
1695
            },
1696
            "notification-url": "https://packagist.org/downloads/",
1697
            "license": [
1698
                "BSD-3-Clause"
1699
            ],
1700
            "authors": [
1701
                {
1702
                    "name": "Kore Nordmann",
1703
                    "email": "[email protected]"
1704
                },
1705
                {
1706
                    "name": "Sebastian Bergmann",
1707
                    "email": "[email protected]"
1708
                },
1709
                {
1710
                    "name": "SpacePossum"
1711
                }
1712
            ],
1713
            "description": "sebastian/diff v2 backport support for PHP5.6",
1714
            "homepage": "https://github.com/PHP-CS-Fixer",
1715
            "keywords": [
1716
                "diff"
1717
            ],
1718
            "time": "2017-10-21T10:28:17+00:00"
1719
        },
1720
        {
1721
            "name": "psr/http-message",
1722
            "version": "1.0.1",
1723
            "source": {
1724
                "type": "git",
1725
                "url": "https://github.com/php-fig/http-message.git",
1726
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1727
            },
1728
            "dist": {
1729
                "type": "zip",
1730
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1731
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1732
                "shasum": ""
1733
            },
1734
            "require": {
1735
                "php": ">=5.3.0"
1736
            },
1737
            "type": "library",
1738
            "extra": {
1739
                "branch-alias": {
1740
                    "dev-master": "1.0.x-dev"
1741
                }
1742
            },
1743
            "autoload": {
1744
                "psr-4": {
1745
                    "Psr\\Http\\Message\\": "src/"
1746
                }
1747
            },
1748
            "notification-url": "https://packagist.org/downloads/",
1749
            "license": [
1750
                "MIT"
1751
            ],
1752
            "authors": [
1753
                {
1754
                    "name": "PHP-FIG",
1755
                    "homepage": "http://www.php-fig.org/"
1756
                }
1757
            ],
1758
            "description": "Common interface for HTTP messages",
1759
            "homepage": "https://github.com/php-fig/http-message",
1760
            "keywords": [
1761
                "http",
1762
                "http-message",
1763
                "psr",
1764
                "psr-7",
1765
                "request",
1766
                "response"
1767
            ],
1768
            "time": "2016-08-06T14:39:51+00:00"
1769
        },
1770
        {
1771
            "name": "symfony/config",
1772
            "version": "v4.0.4",
1773
            "source": {
1774
                "type": "git",
1775
                "url": "https://github.com/symfony/config.git",
1776
                "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2"
1777
            },
1778
            "dist": {
1779
                "type": "zip",
1780
                "url": "https://api.github.com/repos/symfony/config/zipball/ecd917899167922086ddb3247aa43eb1c418fcb2",
1781
                "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2",
1782
                "shasum": ""
1783
            },
1784
            "require": {
1785
                "php": "^7.1.3",
1786
                "symfony/filesystem": "~3.4|~4.0"
1787
            },
1788
            "conflict": {
1789
                "symfony/finder": "<3.4"
1790
            },
1791
            "require-dev": {
1792
                "symfony/finder": "~3.4|~4.0",
1793
                "symfony/yaml": "~3.4|~4.0"
1794
            },
1795
            "suggest": {
1796
                "symfony/yaml": "To use the yaml reference dumper"
1797
            },
1798
            "type": "library",
1799
            "extra": {
1800
                "branch-alias": {
1801
                    "dev-master": "4.0-dev"
1802
                }
1803
            },
1804
            "autoload": {
1805
                "psr-4": {
1806
                    "Symfony\\Component\\Config\\": ""
1807
                },
1808
                "exclude-from-classmap": [
1809
                    "/Tests/"
1810
                ]
1811
            },
1812
            "notification-url": "https://packagist.org/downloads/",
1813
            "license": [
1814
                "MIT"
1815
            ],
1816
            "authors": [
1817
                {
1818
                    "name": "Fabien Potencier",
1819
                    "email": "[email protected]"
1820
                },
1821
                {
1822
                    "name": "Symfony Community",
1823
                    "homepage": "https://symfony.com/contributors"
1824
                }
1825
            ],
1826
            "description": "Symfony Config Component",
1827
            "homepage": "https://symfony.com",
1828
            "time": "2018-01-21T19:06:11+00:00"
1829
        },
1830
        {
1831
            "name": "symfony/console",
1832
            "version": "v4.0.4",
1833
            "source": {
1834
                "type": "git",
1835
                "url": "https://github.com/symfony/console.git",
1836
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488"
1837
            },
1838
            "dist": {
1839
                "type": "zip",
1840
                "url": "https://api.github.com/repos/symfony/console/zipball/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
1841
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
1842
                "shasum": ""
1843
            },
1844
            "require": {
1845
                "php": "^7.1.3",
1846
                "symfony/polyfill-mbstring": "~1.0"
1847
            },
1848
            "conflict": {
1849
                "symfony/dependency-injection": "<3.4",
1850
                "symfony/process": "<3.3"
1851
            },
1852
            "require-dev": {
1853
                "psr/log": "~1.0",
1854
                "symfony/config": "~3.4|~4.0",
1855
                "symfony/dependency-injection": "~3.4|~4.0",
1856
                "symfony/event-dispatcher": "~3.4|~4.0",
1857
                "symfony/lock": "~3.4|~4.0",
1858
                "symfony/process": "~3.4|~4.0"
1859
            },
1860
            "suggest": {
1861
                "psr/log": "For using the console logger",
1862
                "symfony/event-dispatcher": "",
1863
                "symfony/lock": "",
1864
                "symfony/process": ""
1865
            },
1866
            "type": "library",
1867
            "extra": {
1868
                "branch-alias": {
1869
                    "dev-master": "4.0-dev"
1870
                }
1871
            },
1872
            "autoload": {
1873
                "psr-4": {
1874
                    "Symfony\\Component\\Console\\": ""
1875
                },
1876
                "exclude-from-classmap": [
1877
                    "/Tests/"
1878
                ]
1879
            },
1880
            "notification-url": "https://packagist.org/downloads/",
1881
            "license": [
1882
                "MIT"
1883
            ],
1884
            "authors": [
1885
                {
1886
                    "name": "Fabien Potencier",
1887
                    "email": "[email protected]"
1888
                },
1889
                {
1890
                    "name": "Symfony Community",
1891
                    "homepage": "https://symfony.com/contributors"
1892
                }
1893
            ],
1894
            "description": "Symfony Console Component",
1895
            "homepage": "https://symfony.com",
1896
            "time": "2018-01-29T09:06:29+00:00"
1897
        },
1898
        {
1899
            "name": "symfony/filesystem",
1900
            "version": "v4.0.4",
1901
            "source": {
1902
                "type": "git",
1903
                "url": "https://github.com/symfony/filesystem.git",
1904
                "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed"
1905
            },
1906
            "dist": {
1907
                "type": "zip",
1908
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
1909
                "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
1910
                "shasum": ""
1911
            },
1912
            "require": {
1913
                "php": "^7.1.3"
1914
            },
1915
            "type": "library",
1916
            "extra": {
1917
                "branch-alias": {
1918
                    "dev-master": "4.0-dev"
1919
                }
1920
            },
1921
            "autoload": {
1922
                "psr-4": {
1923
                    "Symfony\\Component\\Filesystem\\": ""
1924
                },
1925
                "exclude-from-classmap": [
1926
                    "/Tests/"
1927
                ]
1928
            },
1929
            "notification-url": "https://packagist.org/downloads/",
1930
            "license": [
1931
                "MIT"
1932
            ],
1933
            "authors": [
1934
                {
1935
                    "name": "Fabien Potencier",
1936
                    "email": "[email protected]"
1937
                },
1938
                {
1939
                    "name": "Symfony Community",
1940
                    "homepage": "https://symfony.com/contributors"
1941
                }
1942
            ],
1943
            "description": "Symfony Filesystem Component",
1944
            "homepage": "https://symfony.com",
1945
            "time": "2018-01-03T07:38:00+00:00"
1946
        },
1947
        {
1948
            "name": "symfony/finder",
1949
            "version": "v4.0.4",
1950
            "source": {
1951
                "type": "git",
1952
                "url": "https://github.com/symfony/finder.git",
1953
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601"
1954
            },
1955
            "dist": {
1956
                "type": "zip",
1957
                "url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
1958
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
1959
                "shasum": ""
1960
            },
1961
            "require": {
1962
                "php": "^7.1.3"
1963
            },
1964
            "type": "library",
1965
            "extra": {
1966
                "branch-alias": {
1967
                    "dev-master": "4.0-dev"
1968
                }
1969
            },
1970
            "autoload": {
1971
                "psr-4": {
1972
                    "Symfony\\Component\\Finder\\": ""
1973
                },
1974
                "exclude-from-classmap": [
1975
                    "/Tests/"
1976
                ]
1977
            },
1978
            "notification-url": "https://packagist.org/downloads/",
1979
            "license": [
1980
                "MIT"
1981
            ],
1982
            "authors": [
1983
                {
1984
                    "name": "Fabien Potencier",
1985
                    "email": "[email protected]"
1986
                },
1987
                {
1988
                    "name": "Symfony Community",
1989
                    "homepage": "https://symfony.com/contributors"
1990
                }
1991
            ],
1992
            "description": "Symfony Finder Component",
1993
            "homepage": "https://symfony.com",
1994
            "time": "2018-01-03T07:38:00+00:00"
1995
        },
1996
        {
1997
            "name": "symfony/options-resolver",
1998
            "version": "v4.0.4",
1999
            "source": {
2000
                "type": "git",
2001
                "url": "https://github.com/symfony/options-resolver.git",
2002
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0"
2003
            },
2004
            "dist": {
2005
                "type": "zip",
2006
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0",
2007
                "reference": "371532a2cfe932f7a3766dd4c45364566def1dd0",
2008
                "shasum": ""
2009
            },
2010
            "require": {
2011
                "php": "^7.1.3"
2012
            },
2013
            "type": "library",
2014
            "extra": {
2015
                "branch-alias": {
2016
                    "dev-master": "4.0-dev"
2017
                }
2018
            },
2019
            "autoload": {
2020
                "psr-4": {
2021
                    "Symfony\\Component\\OptionsResolver\\": ""
2022
                },
2023
                "exclude-from-classmap": [
2024
                    "/Tests/"
2025
                ]
2026
            },
2027
            "notification-url": "https://packagist.org/downloads/",
2028
            "license": [
2029
                "MIT"
2030
            ],
2031
            "authors": [
2032
                {
2033
                    "name": "Fabien Potencier",
2034
                    "email": "[email protected]"
2035
                },
2036
                {
2037
                    "name": "Symfony Community",
2038
                    "homepage": "https://symfony.com/contributors"
2039
                }
2040
            ],
2041
            "description": "Symfony OptionsResolver Component",
2042
            "homepage": "https://symfony.com",
2043
            "keywords": [
2044
                "config",
2045
                "configuration",
2046
                "options"
2047
            ],
2048
            "time": "2018-01-18T22:19:33+00:00"
2049
        },
2050
        {
2051
            "name": "symfony/phpunit-bridge",
2052
            "version": "v4.0.4",
2053
            "source": {
2054
                "type": "git",
2055
                "url": "https://github.com/symfony/phpunit-bridge.git",
2056
                "reference": "c12fc01946942723ee824b5f09d241f5de15c037"
2057
            },
2058
            "dist": {
2059
                "type": "zip",
2060
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c12fc01946942723ee824b5f09d241f5de15c037",
2061
                "reference": "c12fc01946942723ee824b5f09d241f5de15c037",
2062
                "shasum": ""
2063
            },
2064
            "require": {
2065
                "php": ">=5.3.3"
2066
            },
2067
            "conflict": {
2068
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2069
            },
2070
            "suggest": {
2071
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
2072
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2073
            },
2074
            "bin": [
2075
                "bin/simple-phpunit"
2076
            ],
2077
            "type": "symfony-bridge",
2078
            "extra": {
2079
                "branch-alias": {
2080
                    "dev-master": "4.0-dev"
2081
                },
2082
                "thanks": {
2083
                    "name": "phpunit/phpunit",
2084
                    "url": "https://github.com/sebastianbergmann/phpunit"
2085
                }
2086
            },
2087
            "autoload": {
2088
                "files": [
2089
                    "bootstrap.php"
2090
                ],
2091
                "psr-4": {
2092
                    "Symfony\\Bridge\\PhpUnit\\": ""
2093
                },
2094
                "exclude-from-classmap": [
2095
                    "/Tests/"
2096
                ]
2097
            },
2098
            "notification-url": "https://packagist.org/downloads/",
2099
            "license": [
2100
                "MIT"
2101
            ],
2102
            "authors": [
2103
                {
2104
                    "name": "Nicolas Grekas",
2105
                    "email": "[email protected]"
2106
                },
2107
                {
2108
                    "name": "Symfony Community",
2109
                    "homepage": "https://symfony.com/contributors"
2110
                }
2111
            ],
2112
            "description": "Symfony PHPUnit Bridge",
2113
            "homepage": "https://symfony.com",
2114
            "time": "2018-01-21T19:06:11+00:00"
2115
        },
2116
        {
2117
            "name": "symfony/polyfill-php70",
2118
            "version": "v1.7.0",
2119
            "source": {
2120
                "type": "git",
2121
                "url": "https://github.com/symfony/polyfill-php70.git",
2122
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
2123
            },
2124
            "dist": {
2125
                "type": "zip",
2126
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
2127
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
2128
                "shasum": ""
2129
            },
2130
            "require": {
2131
                "paragonie/random_compat": "~1.0|~2.0",
2132
                "php": ">=5.3.3"
2133
            },
2134
            "type": "library",
2135
            "extra": {
2136
                "branch-alias": {
2137
                    "dev-master": "1.7-dev"
2138
                }
2139
            },
2140
            "autoload": {
2141
                "psr-4": {
2142
                    "Symfony\\Polyfill\\Php70\\": ""
2143
                },
2144
                "files": [
2145
                    "bootstrap.php"
2146
                ],
2147
                "classmap": [
2148
                    "Resources/stubs"
2149
                ]
2150
            },
2151
            "notification-url": "https://packagist.org/downloads/",
2152
            "license": [
2153
                "MIT"
2154
            ],
2155
            "authors": [
2156
                {
2157
                    "name": "Nicolas Grekas",
2158
                    "email": "[email protected]"
2159
                },
2160
                {
2161
                    "name": "Symfony Community",
2162
                    "homepage": "https://symfony.com/contributors"
2163
                }
2164
            ],
2165
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2166
            "homepage": "https://symfony.com",
2167
            "keywords": [
2168
                "compatibility",
2169
                "polyfill",
2170
                "portable",
2171
                "shim"
2172
            ],
2173
            "time": "2018-01-30T19:27:44+00:00"
2174
        },
2175
        {
2176
            "name": "symfony/polyfill-php72",
2177
            "version": "v1.7.0",
2178
            "source": {
2179
                "type": "git",
2180
                "url": "https://github.com/symfony/polyfill-php72.git",
2181
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
2182
            },
2183
            "dist": {
2184
                "type": "zip",
2185
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
2186
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
2187
                "shasum": ""
2188
            },
2189
            "require": {
2190
                "php": ">=5.3.3"
2191
            },
2192
            "type": "library",
2193
            "extra": {
2194
                "branch-alias": {
2195
                    "dev-master": "1.7-dev"
2196
                }
2197
            },
2198
            "autoload": {
2199
                "psr-4": {
2200
                    "Symfony\\Polyfill\\Php72\\": ""
2201
                },
2202
                "files": [
2203
                    "bootstrap.php"
2204
                ]
2205
            },
2206
            "notification-url": "https://packagist.org/downloads/",
2207
            "license": [
2208
                "MIT"
2209
            ],
2210
            "authors": [
2211
                {
2212
                    "name": "Nicolas Grekas",
2213
                    "email": "[email protected]"
2214
                },
2215
                {
2216
                    "name": "Symfony Community",
2217
                    "homepage": "https://symfony.com/contributors"
2218
                }
2219
            ],
2220
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2221
            "homepage": "https://symfony.com",
2222
            "keywords": [
2223
                "compatibility",
2224
                "polyfill",
2225
                "portable",
2226
                "shim"
2227
            ],
2228
            "time": "2018-01-31T17:43:24+00:00"
2229
        },
2230
        {
2231
            "name": "symfony/process",
2232
            "version": "v4.0.4",
2233
            "source": {
2234
                "type": "git",
2235
                "url": "https://github.com/symfony/process.git",
2236
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4"
2237
            },
2238
            "dist": {
2239
                "type": "zip",
2240
                "url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
2241
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
2242
                "shasum": ""
2243
            },
2244
            "require": {
2245
                "php": "^7.1.3"
2246
            },
2247
            "type": "library",
2248
            "extra": {
2249
                "branch-alias": {
2250
                    "dev-master": "4.0-dev"
2251
                }
2252
            },
2253
            "autoload": {
2254
                "psr-4": {
2255
                    "Symfony\\Component\\Process\\": ""
2256
                },
2257
                "exclude-from-classmap": [
2258
                    "/Tests/"
2259
                ]
2260
            },
2261
            "notification-url": "https://packagist.org/downloads/",
2262
            "license": [
2263
                "MIT"
2264
            ],
2265
            "authors": [
2266
                {
2267
                    "name": "Fabien Potencier",
2268
                    "email": "[email protected]"
2269
                },
2270
                {
2271
                    "name": "Symfony Community",
2272
                    "homepage": "https://symfony.com/contributors"
2273
                }
2274
            ],
2275
            "description": "Symfony Process Component",
2276
            "homepage": "https://symfony.com",
2277
            "time": "2018-01-29T09:06:29+00:00"
2278
        },
2279
        {
2280
            "name": "symfony/stopwatch",
2281
            "version": "v4.0.4",
2282
            "source": {
2283
                "type": "git",
2284
                "url": "https://github.com/symfony/stopwatch.git",
2285
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704"
2286
            },
2287
            "dist": {
2288
                "type": "zip",
2289
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d52321f0e2b596bd03b5d1dd6eebe71caa925704",
2290
                "reference": "d52321f0e2b596bd03b5d1dd6eebe71caa925704",
2291
                "shasum": ""
2292
            },
2293
            "require": {
2294
                "php": "^7.1.3"
2295
            },
2296
            "type": "library",
2297
            "extra": {
2298
                "branch-alias": {
2299
                    "dev-master": "4.0-dev"
2300
                }
2301
            },
2302
            "autoload": {
2303
                "psr-4": {
2304
                    "Symfony\\Component\\Stopwatch\\": ""
2305
                },
2306
                "exclude-from-classmap": [
2307
                    "/Tests/"
2308
                ]
2309
            },
2310
            "notification-url": "https://packagist.org/downloads/",
2311
            "license": [
2312
                "MIT"
2313
            ],
2314
            "authors": [
2315
                {
2316
                    "name": "Fabien Potencier",
2317
                    "email": "[email protected]"
2318
                },
2319
                {
2320
                    "name": "Symfony Community",
2321
                    "homepage": "https://symfony.com/contributors"
2322
                }
2323
            ],
2324
            "description": "Symfony Stopwatch Component",
2325
            "homepage": "https://symfony.com",
2326
            "time": "2018-01-03T07:38:00+00:00"
2327
        },
2328
        {
2329
            "name": "symfony/yaml",
2330
            "version": "v4.0.4",
2331
            "source": {
2332
                "type": "git",
2333
                "url": "https://github.com/symfony/yaml.git",
2334
                "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028"
2335
            },
2336
            "dist": {
2337
                "type": "zip",
2338
                "url": "https://api.github.com/repos/symfony/yaml/zipball/ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
2339
                "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
2340
                "shasum": ""
2341
            },
2342
            "require": {
2343
                "php": "^7.1.3"
2344
            },
2345
            "conflict": {
2346
                "symfony/console": "<3.4"
2347
            },
2348
            "require-dev": {
2349
                "symfony/console": "~3.4|~4.0"
2350
            },
2351
            "suggest": {
2352
                "symfony/console": "For validating YAML files using the lint command"
2353
            },
2354
            "type": "library",
2355
            "extra": {
2356
                "branch-alias": {
2357
                    "dev-master": "4.0-dev"
2358
                }
2359
            },
2360
            "autoload": {
2361
                "psr-4": {
2362
                    "Symfony\\Component\\Yaml\\": ""
2363
                },
2364
                "exclude-from-classmap": [
2365
                    "/Tests/"
2366
                ]
2367
            },
2368
            "notification-url": "https://packagist.org/downloads/",
2369
            "license": [
2370
                "MIT"
2371
            ],
2372
            "authors": [
2373
                {
2374
                    "name": "Fabien Potencier",
2375
                    "email": "[email protected]"
2376
                },
2377
                {
2378
                    "name": "Symfony Community",
2379
                    "homepage": "https://symfony.com/contributors"
2380
                }
2381
            ],
2382
            "description": "Symfony Yaml Component",
2383
            "homepage": "https://symfony.com",
2384
            "time": "2018-01-21T19:06:11+00:00"
2385
        }
2386
    ],
2387
    "aliases": [],
2388
    "minimum-stability": "stable",
2389
    "stability-flags": {
2390
        "lcobucci/jwt": 20
2391
    },
2392
    "prefer-stable": false,
2393
    "prefer-lowest": false,
2394
    "platform": {
2395
        "php": "^7.1"
2396
    },
2397
    "platform-dev": []
2398
}
2399