GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 27ad9d...a3243f )
by Dmitri
13:25 queued 11:22
created

composer.lock (2 issues)

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "6b2034f9eb7916f39d15cf9e80f4fcf9",
8
    "packages": [
9
        {
10
            "name": "lcobucci/clock",
11
            "version": "1.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/lcobucci/clock.git",
15
                "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/lcobucci/clock/zipball/d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451",
20
                "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.1"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.1-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Lcobucci\\Clock\\": "src"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Luís Cobucci",
47
                    "email": "[email protected]"
48
                }
49
            ],
50
            "description": "Yet another clock abstraction",
51
            "time": "2018-01-19T15:38:44+00:00"
52
        },
53
        {
54
            "name": "lcobucci/jose-parsing",
55
            "version": "2.2.0",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/lcobucci/jose-parsing.git",
59
                "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/lcobucci/jose-parsing/zipball/ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4",
64
                "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "php": "^7.1"
69
            },
70
            "require-dev": {
71
                "phpmd/phpmd": "^2.3",
72
                "phpunit/phpunit": "^6.0",
73
                "squizlabs/php_codesniffer": "^2.3"
74
            },
75
            "type": "library",
76
            "extra": {
77
                "branch-alias": {
78
                    "dev-master": "2.2-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-4": {
83
                    "Lcobucci\\Jose\\Parsing\\": "src"
84
                }
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "BSD-3-Clause"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Luís Otávio Cobucci Oblonczyk",
93
                    "email": "[email protected]",
94
                    "role": "Developer"
95
                }
96
            ],
97
            "description": "A basic Base64Url and JSON encoding/decoding implementation",
98
            "keywords": [
99
                "JOSE",
100
                "base64url"
101
            ],
102
            "time": "2017-02-12T22:14:17+00:00"
103
        },
104
        {
105
            "name": "lcobucci/jwt",
106
            "version": "dev-master",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/lcobucci/jwt.git",
110
                "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3f75ff6140b13c305b6312881e4f9b1a56b9c8c6",
115
                "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "ext-openssl": "*",
120
                "lcobucci/clock": "^1.0",
121
                "lcobucci/jose-parsing": "~2.1",
122
                "php": "^7.1"
123
            },
124
            "require-dev": {
125
                "doctrine/coding-standard": "^4.0",
126
                "infection/infection": "^0.8",
127
                "mdanter/ecc": "^0.4",
128
                "mikey179/vfsstream": "^1.6",
129
                "phpbench/phpbench": "dev-master@dev",
130
                "phpmd/phpmd": "^2.5",
131
                "phpstan/phpstan": "^0.9",
132
                "phpstan/phpstan-phpunit": "^0.9",
133
                "phpstan/phpstan-strict-rules": "^0.9",
134
                "phpunit/php-invoker": "^1.1",
135
                "phpunit/phpunit": "^7.0",
136
                "squizlabs/php_codesniffer": "^3.2"
137
            },
138
            "suggest": {
139
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
140
            },
141
            "type": "library",
142
            "extra": {
143
                "branch-alias": {
144
                    "dev-master": "4.0-dev"
145
                }
146
            },
147
            "autoload": {
148
                "psr-4": {
149
                    "Lcobucci\\JWT\\": "src"
150
                }
151
            },
152
            "notification-url": "https://packagist.org/downloads/",
153
            "license": [
154
                "BSD-3-Clause"
155
            ],
156
            "authors": [
157
                {
158
                    "name": "Luís Cobucci",
159
                    "email": "[email protected]",
160
                    "role": "Developer"
161
                }
162
            ],
163
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
164
            "keywords": [
165
                "JWS",
166
                "jwt"
167
            ],
168
            "time": "2018-05-29T06:59:04+00:00"
169
        },
170
        {
171
            "name": "psr/container",
172
            "version": "1.0.0",
173
            "source": {
174
                "type": "git",
175
                "url": "https://github.com/php-fig/container.git",
176
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
177
            },
178
            "dist": {
179
                "type": "zip",
180
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
181
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
182
                "shasum": ""
183
            },
184
            "require": {
185
                "php": ">=5.3.0"
186
            },
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.0.x-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "Psr\\Container\\": "src/"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "PHP-FIG",
205
                    "homepage": "http://www.php-fig.org/"
206
                }
207
            ],
208
            "description": "Common Container Interface (PHP FIG PSR-11)",
209
            "homepage": "https://github.com/php-fig/container",
210
            "keywords": [
211
                "PSR-11",
212
                "container",
213
                "container-interface",
214
                "container-interop",
215
                "psr"
216
            ],
217
            "time": "2017-02-14T16:28:37+00:00"
218
        },
219
        {
220
            "name": "psr/log",
221
            "version": "1.0.2",
222
            "source": {
223
                "type": "git",
224
                "url": "https://github.com/php-fig/log.git",
225
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
226
            },
227
            "dist": {
228
                "type": "zip",
229
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
230
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
231
                "shasum": ""
232
            },
233
            "require": {
234
                "php": ">=5.3.0"
235
            },
236
            "type": "library",
237
            "extra": {
238
                "branch-alias": {
239
                    "dev-master": "1.0.x-dev"
240
                }
241
            },
242
            "autoload": {
243
                "psr-4": {
244
                    "Psr\\Log\\": "Psr/Log/"
245
                }
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "PHP-FIG",
254
                    "homepage": "http://www.php-fig.org/"
255
                }
256
            ],
257
            "description": "Common interface for logging libraries",
258
            "homepage": "https://github.com/php-fig/log",
259
            "keywords": [
260
                "log",
261
                "psr",
262
                "psr-3"
263
            ],
264
            "time": "2016-10-10T12:19:37+00:00"
265
        },
266
        {
267
            "name": "symfony/debug",
268
            "version": "v4.0.4",
269
            "source": {
270
                "type": "git",
271
                "url": "https://github.com/symfony/debug.git",
272
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54"
273
            },
274
            "dist": {
275
                "type": "zip",
276
                "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54",
277
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54",
278
                "shasum": ""
279
            },
280
            "require": {
281
                "php": "^7.1.3",
282
                "psr/log": "~1.0"
283
            },
284
            "conflict": {
285
                "symfony/http-kernel": "<3.4"
286
            },
287
            "require-dev": {
288
                "symfony/http-kernel": "~3.4|~4.0"
289
            },
290
            "type": "library",
291
            "extra": {
292
                "branch-alias": {
293
                    "dev-master": "4.0-dev"
294
                }
295
            },
296
            "autoload": {
297
                "psr-4": {
298
                    "Symfony\\Component\\Debug\\": ""
299
                },
300
                "exclude-from-classmap": [
301
                    "/Tests/"
302
                ]
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Fabien Potencier",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Symfony Community",
315
                    "homepage": "https://symfony.com/contributors"
316
                }
317
            ],
318
            "description": "Symfony Debug Component",
319
            "homepage": "https://symfony.com",
320
            "time": "2018-01-18T22:19:33+00:00"
321
        },
322
        {
323
            "name": "symfony/dependency-injection",
324
            "version": "v4.1.0",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/symfony/dependency-injection.git",
328
                "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00",
333
                "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00",
334
                "shasum": ""
335
            },
336
            "require": {
337
                "php": "^7.1.3",
338
                "psr/container": "^1.0"
339
            },
340
            "conflict": {
341
                "symfony/config": "<4.1",
342
                "symfony/finder": "<3.4",
343
                "symfony/proxy-manager-bridge": "<3.4",
344
                "symfony/yaml": "<3.4"
345
            },
346
            "provide": {
347
                "psr/container-implementation": "1.0"
348
            },
349
            "require-dev": {
350
                "symfony/config": "~4.1",
351
                "symfony/expression-language": "~3.4|~4.0",
352
                "symfony/yaml": "~3.4|~4.0"
353
            },
354
            "suggest": {
355
                "symfony/config": "",
356
                "symfony/expression-language": "For using expressions in service container configuration",
357
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
358
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
359
                "symfony/yaml": ""
360
            },
361
            "type": "library",
362
            "extra": {
363
                "branch-alias": {
364
                    "dev-master": "4.1-dev"
365
                }
366
            },
367
            "autoload": {
368
                "psr-4": {
369
                    "Symfony\\Component\\DependencyInjection\\": ""
370
                },
371
                "exclude-from-classmap": [
372
                    "/Tests/"
373
                ]
374
            },
375
            "notification-url": "https://packagist.org/downloads/",
376
            "license": [
377
                "MIT"
378
            ],
379
            "authors": [
380
                {
381
                    "name": "Fabien Potencier",
382
                    "email": "[email protected]"
383
                },
384
                {
385
                    "name": "Symfony Community",
386
                    "homepage": "https://symfony.com/contributors"
387
                }
388
            ],
389
            "description": "Symfony DependencyInjection Component",
390
            "homepage": "https://symfony.com",
391
            "time": "2018-05-25T14:55:38+00:00"
392
        },
393
        {
394
            "name": "symfony/event-dispatcher",
395
            "version": "v4.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",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

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