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 (#5)
by
unknown
10:25 queued 08:39
created

composer.lock (1 issue)

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "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.1.0",
269
            "source": {
270
                "type": "git",
271
                "url": "https://github.com/symfony/debug.git",
272
                "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b"
273
            },
274
            "dist": {
275
                "type": "zip",
276
                "url": "https://api.github.com/repos/symfony/debug/zipball/449f8b00b28ab6e6912c3e6b920406143b27193b",
277
                "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b",
278
                "shasum": ""
279
            },
280
            "require": {
281
                "php": "^7.1.3",
282
                "psr/log": "~1.0"
283
            },
284
            "conflict": {
285
                "symfony/http-kernel": "<3.4"
286
            },
287
            "require-dev": {
288
                "symfony/http-kernel": "~3.4|~4.0"
289
            },
290
            "type": "library",
291
            "extra": {
292
                "branch-alias": {
293
                    "dev-master": "4.1-dev"
294
                }
295
            },
296
            "autoload": {
297
                "psr-4": {
298
                    "Symfony\\Component\\Debug\\": ""
299
                },
300
                "exclude-from-classmap": [
301
                    "/Tests/"
302
                ]
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Fabien Potencier",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Symfony Community",
315
                    "homepage": "https://symfony.com/contributors"
316
                }
317
            ],
318
            "description": "Symfony Debug Component",
319
            "homepage": "https://symfony.com",
320
            "time": "2018-05-16T14:33:22+00:00"
321
        },
322
        {
323
            "name": "symfony/dependency-injection",
324
            "version": "v4.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.1.0",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/symfony/event-dispatcher.git",
399
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
404
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
405
                "shasum": ""
406
            },
407
            "require": {
408
                "php": "^7.1.3"
409
            },
410
            "conflict": {
411
                "symfony/dependency-injection": "<3.4"
412
            },
413
            "require-dev": {
414
                "psr/log": "~1.0",
415
                "symfony/config": "~3.4|~4.0",
416
                "symfony/dependency-injection": "~3.4|~4.0",
417
                "symfony/expression-language": "~3.4|~4.0",
418
                "symfony/stopwatch": "~3.4|~4.0"
419
            },
420
            "suggest": {
421
                "symfony/dependency-injection": "",
422
                "symfony/http-kernel": ""
423
            },
424
            "type": "library",
425
            "extra": {
426
                "branch-alias": {
427
                    "dev-master": "4.1-dev"
428
                }
429
            },
430
            "autoload": {
431
                "psr-4": {
432
                    "Symfony\\Component\\EventDispatcher\\": ""
433
                },
434
                "exclude-from-classmap": [
435
                    "/Tests/"
436
                ]
437
            },
438
            "notification-url": "https://packagist.org/downloads/",
439
            "license": [
440
                "MIT"
441
            ],
442
            "authors": [
443
                {
444
                    "name": "Fabien Potencier",
445
                    "email": "[email protected]"
446
                },
447
                {
448
                    "name": "Symfony Community",
449
                    "homepage": "https://symfony.com/contributors"
450
                }
451
            ],
452
            "description": "Symfony EventDispatcher Component",
453
            "homepage": "https://symfony.com",
454
            "time": "2018-04-06T07:35:57+00:00"
455
        },
456
        {
457
            "name": "symfony/http-foundation",
458
            "version": "v4.0.11",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/symfony/http-foundation.git",
462
                "reference": "277b757a2d3960170d99d372e171a8a18916467a"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/277b757a2d3960170d99d372e171a8a18916467a",
467
                "reference": "277b757a2d3960170d99d372e171a8a18916467a",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "php": "^7.1.3",
472
                "symfony/polyfill-mbstring": "~1.1"
473
            },
474
            "require-dev": {
475
                "symfony/expression-language": "~3.4|~4.0"
476
            },
477
            "type": "library",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "4.0-dev"
481
                }
482
            },
483
            "autoload": {
484
                "psr-4": {
485
                    "Symfony\\Component\\HttpFoundation\\": ""
486
                },
487
                "exclude-from-classmap": [
488
                    "/Tests/"
489
                ]
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Fabien Potencier",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Symfony Community",
502
                    "homepage": "https://symfony.com/contributors"
503
                }
504
            ],
505
            "description": "Symfony HttpFoundation Component",
506
            "homepage": "https://symfony.com",
507
            "time": "2018-05-25T11:08:56+00:00"
508
        },
509
        {
510
            "name": "symfony/http-kernel",
511
            "version": "v4.0.4",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/symfony/http-kernel.git",
515
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca",
520
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": "^7.1.3",
525
                "psr/log": "~1.0",
526
                "symfony/debug": "~3.4|~4.0",
527
                "symfony/event-dispatcher": "~3.4|~4.0",
528
                "symfony/http-foundation": "~3.4.4|~4.0.4"
529
            },
530
            "conflict": {
531
                "symfony/config": "<3.4",
532
                "symfony/dependency-injection": "<3.4",
533
                "symfony/var-dumper": "<3.4",
534
                "twig/twig": "<1.34|<2.4,>=2"
535
            },
536
            "provide": {
537
                "psr/log-implementation": "1.0"
538
            },
539
            "require-dev": {
540
                "psr/cache": "~1.0",
541
                "symfony/browser-kit": "~3.4|~4.0",
542
                "symfony/config": "~3.4|~4.0",
543
                "symfony/console": "~3.4|~4.0",
544
                "symfony/css-selector": "~3.4|~4.0",
545
                "symfony/dependency-injection": "~3.4|~4.0",
546
                "symfony/dom-crawler": "~3.4|~4.0",
547
                "symfony/expression-language": "~3.4|~4.0",
548
                "symfony/finder": "~3.4|~4.0",
549
                "symfony/process": "~3.4|~4.0",
550
                "symfony/routing": "~3.4|~4.0",
551
                "symfony/stopwatch": "~3.4|~4.0",
552
                "symfony/templating": "~3.4|~4.0",
553
                "symfony/translation": "~3.4|~4.0",
554
                "symfony/var-dumper": "~3.4|~4.0"
555
            },
556
            "suggest": {
557
                "symfony/browser-kit": "",
558
                "symfony/config": "",
559
                "symfony/console": "",
560
                "symfony/dependency-injection": "",
561
                "symfony/var-dumper": ""
562
            },
563
            "type": "library",
564
            "extra": {
565
                "branch-alias": {
566
                    "dev-master": "4.0-dev"
567
                }
568
            },
569
            "autoload": {
570
                "psr-4": {
571
                    "Symfony\\Component\\HttpKernel\\": ""
572
                },
573
                "exclude-from-classmap": [
574
                    "/Tests/"
575
                ]
576
            },
577
            "notification-url": "https://packagist.org/downloads/",
578
            "license": [
579
                "MIT"
580
            ],
581
            "authors": [
582
                {
583
                    "name": "Fabien Potencier",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Symfony Community",
588
                    "homepage": "https://symfony.com/contributors"
589
                }
590
            ],
591
            "description": "Symfony HttpKernel Component",
592
            "homepage": "https://symfony.com",
593
            "time": "2018-01-29T13:27:08+00:00"
594
        },
595
        {
596
            "name": "symfony/inflector",
597
            "version": "v4.1.0",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/symfony/inflector.git",
601
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
606
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "php": "^7.1.3",
611
                "symfony/polyfill-ctype": "~1.8"
612
            },
613
            "type": "library",
614
            "extra": {
615
                "branch-alias": {
616
                    "dev-master": "4.1-dev"
617
                }
618
            },
619
            "autoload": {
620
                "psr-4": {
621
                    "Symfony\\Component\\Inflector\\": ""
622
                },
623
                "exclude-from-classmap": [
624
                    "/Tests/"
625
                ]
626
            },
627
            "notification-url": "https://packagist.org/downloads/",
628
            "license": [
629
                "MIT"
630
            ],
631
            "authors": [
632
                {
633
                    "name": "Bernhard Schussek",
634
                    "email": "[email protected]"
635
                },
636
                {
637
                    "name": "Symfony Community",
638
                    "homepage": "https://symfony.com/contributors"
639
                }
640
            ],
641
            "description": "Symfony Inflector Component",
642
            "homepage": "https://symfony.com",
643
            "keywords": [
644
                "inflection",
645
                "pluralize",
646
                "singularize",
647
                "string",
648
                "symfony",
649
                "words"
650
            ],
651
            "time": "2018-05-01T23:02:13+00:00"
652
        },
653
        {
654
            "name": "symfony/polyfill-ctype",
655
            "version": "v1.8.0",
656
            "source": {
657
                "type": "git",
658
                "url": "https://github.com/symfony/polyfill-ctype.git",
659
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
660
            },
661
            "dist": {
662
                "type": "zip",
663
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
664
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
665
                "shasum": ""
666
            },
667
            "require": {
668
                "php": ">=5.3.3"
669
            },
670
            "type": "library",
671
            "extra": {
672
                "branch-alias": {
673
                    "dev-master": "1.8-dev"
674
                }
675
            },
676
            "autoload": {
677
                "psr-4": {
678
                    "Symfony\\Polyfill\\Ctype\\": ""
679
                },
680
                "files": [
681
                    "bootstrap.php"
682
                ]
683
            },
684
            "notification-url": "https://packagist.org/downloads/",
685
            "license": [
686
                "MIT"
687
            ],
688
            "authors": [
689
                {
690
                    "name": "Symfony Community",
691
                    "homepage": "https://symfony.com/contributors"
692
                },
693
                {
694
                    "name": "Gert de Pagter",
695
                    "email": "[email protected]"
696
                }
697
            ],
698
            "description": "Symfony polyfill for ctype functions",
699
            "homepage": "https://symfony.com",
700
            "keywords": [
701
                "compatibility",
702
                "ctype",
703
                "polyfill",
704
                "portable"
705
            ],
706
            "time": "2018-04-30T19:57:29+00:00"
707
        },
708
        {
709
            "name": "symfony/polyfill-mbstring",
710
            "version": "v1.8.0",
711
            "source": {
712
                "type": "git",
713
                "url": "https://github.com/symfony/polyfill-mbstring.git",
714
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
715
            },
716
            "dist": {
717
                "type": "zip",
718
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
719
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
720
                "shasum": ""
721
            },
722
            "require": {
723
                "php": ">=5.3.3"
724
            },
725
            "suggest": {
726
                "ext-mbstring": "For best performance"
727
            },
728
            "type": "library",
729
            "extra": {
730
                "branch-alias": {
731
                    "dev-master": "1.8-dev"
732
                }
733
            },
734
            "autoload": {
735
                "psr-4": {
736
                    "Symfony\\Polyfill\\Mbstring\\": ""
737
                },
738
                "files": [
739
                    "bootstrap.php"
740
                ]
741
            },
742
            "notification-url": "https://packagist.org/downloads/",
743
            "license": [
744
                "MIT"
745
            ],
746
            "authors": [
747
                {
748
                    "name": "Nicolas Grekas",
749
                    "email": "[email protected]"
750
                },
751
                {
752
                    "name": "Symfony Community",
753
                    "homepage": "https://symfony.com/contributors"
754
                }
755
            ],
756
            "description": "Symfony polyfill for the Mbstring extension",
757
            "homepage": "https://symfony.com",
758
            "keywords": [
759
                "compatibility",
760
                "mbstring",
761
                "polyfill",
762
                "portable",
763
                "shim"
764
            ],
765
            "time": "2018-04-26T10:06:28+00:00"
766
        },
767
        {
768
            "name": "symfony/property-access",
769
            "version": "v4.1.0",
770
            "source": {
771
                "type": "git",
772
                "url": "https://github.com/symfony/property-access.git",
773
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a"
774
            },
775
            "dist": {
776
                "type": "zip",
777
                "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
778
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
779
                "shasum": ""
780
            },
781
            "require": {
782
                "php": "^7.1.3",
783
                "symfony/inflector": "~3.4|~4.0"
784
            },
785
            "require-dev": {
786
                "symfony/cache": "~3.4|~4.0"
787
            },
788
            "suggest": {
789
                "psr/cache-implementation": "To cache access methods."
790
            },
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": {
794
                    "dev-master": "4.1-dev"
795
                }
796
            },
797
            "autoload": {
798
                "psr-4": {
799
                    "Symfony\\Component\\PropertyAccess\\": ""
800
                },
801
                "exclude-from-classmap": [
802
                    "/Tests/"
803
                ]
804
            },
805
            "notification-url": "https://packagist.org/downloads/",
806
            "license": [
807
                "MIT"
808
            ],
809
            "authors": [
810
                {
811
                    "name": "Fabien Potencier",
812
                    "email": "[email protected]"
813
                },
814
                {
815
                    "name": "Symfony Community",
816
                    "homepage": "https://symfony.com/contributors"
817
                }
818
            ],
819
            "description": "Symfony PropertyAccess Component",
820
            "homepage": "https://symfony.com",
821
            "keywords": [
822
                "access",
823
                "array",
824
                "extraction",
825
                "index",
826
                "injection",
827
                "object",
828
                "property",
829
                "property path",
830
                "reflection"
831
            ],
832
            "time": "2018-05-30T07:26:09+00:00"
833
        },
834
        {
835
            "name": "symfony/security",
836
            "version": "v4.1.0",
837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/symfony/security.git",
840
                "reference": "2ba804b4af205c060094c28cece0b42a26a67537"
841
            },
842
            "dist": {
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/symfony/security/zipball/2ba804b4af205c060094c28cece0b42a26a67537",
845
                "reference": "2ba804b4af205c060094c28cece0b42a26a67537",
846
                "shasum": ""
847
            },
848
            "require": {
849
                "php": "^7.1.3",
850
                "symfony/event-dispatcher": "~3.4|~4.0",
851
                "symfony/http-foundation": "~3.4|~4.0",
852
                "symfony/http-kernel": "~3.4|~4.0",
853
                "symfony/property-access": "~3.4|~4.0"
854
            },
855
            "replace": {
856
                "symfony/security-core": "self.version",
857
                "symfony/security-csrf": "self.version",
858
                "symfony/security-guard": "self.version",
859
                "symfony/security-http": "self.version"
860
            },
861
            "require-dev": {
862
                "psr/container": "^1.0",
863
                "psr/log": "~1.0",
864
                "symfony/expression-language": "~3.4|~4.0",
865
                "symfony/finder": "~3.4|~4.0",
866
                "symfony/ldap": "~3.4|~4.0",
867
                "symfony/polyfill-intl-icu": "~1.0",
868
                "symfony/routing": "~3.4|~4.0",
869
                "symfony/validator": "~3.4|~4.0"
870
            },
871
            "suggest": {
872
                "psr/container-implementation": "To instantiate the Security class",
873
                "symfony/expression-language": "For using the expression voter",
874
                "symfony/form": "",
875
                "symfony/ldap": "For using the LDAP user and authentication providers",
876
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
877
                "symfony/validator": "For using the user password constraint"
878
            },
879
            "type": "library",
880
            "extra": {
881
                "branch-alias": {
882
                    "dev-master": "4.1-dev"
883
                }
884
            },
885
            "autoload": {
886
                "psr-4": {
887
                    "Symfony\\Component\\Security\\": ""
888
                },
889
                "exclude-from-classmap": [
890
                    "/Tests/"
891
                ]
892
            },
893
            "notification-url": "https://packagist.org/downloads/",
894
            "license": [
895
                "MIT"
896
            ],
897
            "authors": [
898
                {
899
                    "name": "Fabien Potencier",
900
                    "email": "[email protected]"
901
                },
902
                {
903
                    "name": "Symfony Community",
904
                    "homepage": "https://symfony.com/contributors"
905
                }
906
            ],
907
            "description": "Symfony Security Component",
908
            "homepage": "https://symfony.com",
909
            "time": "2018-05-30T07:26:09+00:00"
910
        },
911
        {
912
            "name": "symfony/security-bundle",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/security-bundle:

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