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.
Passed
Push — master ( 58e720...588140 )
by Dmitri
02:19
created

composer.lock (1 issue)

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "0401504418ea5e3bc7346ff64fb1a425",
8
    "packages": [
9
        {
10
            "name": "lcobucci/clock",
11
            "version": "1.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/lcobucci/clock.git",
15
                "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/lcobucci/clock/zipball/d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451",
20
                "reference": "d11d20b6a3df872d34f3b18d5bf4cbe5a01a2451",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.1"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.1-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Lcobucci\\Clock\\": "src"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Luís Cobucci",
47
                    "email": "[email protected]"
48
                }
49
            ],
50
            "description": "Yet another clock abstraction",
51
            "time": "2018-01-19T15:38:44+00:00"
52
        },
53
        {
54
            "name": "lcobucci/jose-parsing",
55
            "version": "2.2.0",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/lcobucci/jose-parsing.git",
59
                "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/lcobucci/jose-parsing/zipball/ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4",
64
                "reference": "ea0eaed79c3a5ca9ece3f824ecfe1e798fd1e1f4",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "php": "^7.1"
69
            },
70
            "require-dev": {
71
                "phpmd/phpmd": "^2.3",
72
                "phpunit/phpunit": "^6.0",
73
                "squizlabs/php_codesniffer": "^2.3"
74
            },
75
            "type": "library",
76
            "extra": {
77
                "branch-alias": {
78
                    "dev-master": "2.2-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-4": {
83
                    "Lcobucci\\Jose\\Parsing\\": "src"
84
                }
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "BSD-3-Clause"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Luís Otávio Cobucci Oblonczyk",
93
                    "email": "[email protected]",
94
                    "role": "Developer"
95
                }
96
            ],
97
            "description": "A basic Base64Url and JSON encoding/decoding implementation",
98
            "keywords": [
99
                "JOSE",
100
                "base64url"
101
            ],
102
            "time": "2017-02-12T22:14:17+00:00"
103
        },
104
        {
105
            "name": "lcobucci/jwt",
106
            "version": "dev-master",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/lcobucci/jwt.git",
110
                "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3f75ff6140b13c305b6312881e4f9b1a56b9c8c6",
115
                "reference": "3f75ff6140b13c305b6312881e4f9b1a56b9c8c6",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "ext-openssl": "*",
120
                "lcobucci/clock": "^1.0",
121
                "lcobucci/jose-parsing": "~2.1",
122
                "php": "^7.1"
123
            },
124
            "require-dev": {
125
                "doctrine/coding-standard": "^4.0",
126
                "infection/infection": "^0.8",
127
                "mdanter/ecc": "^0.4",
128
                "mikey179/vfsstream": "^1.6",
129
                "phpbench/phpbench": "dev-master@dev",
130
                "phpmd/phpmd": "^2.5",
131
                "phpstan/phpstan": "^0.9",
132
                "phpstan/phpstan-phpunit": "^0.9",
133
                "phpstan/phpstan-strict-rules": "^0.9",
134
                "phpunit/php-invoker": "^1.1",
135
                "phpunit/phpunit": "^7.0",
136
                "squizlabs/php_codesniffer": "^3.2"
137
            },
138
            "suggest": {
139
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
140
            },
141
            "type": "library",
142
            "extra": {
143
                "branch-alias": {
144
                    "dev-master": "4.0-dev"
145
                }
146
            },
147
            "autoload": {
148
                "psr-4": {
149
                    "Lcobucci\\JWT\\": "src"
150
                }
151
            },
152
            "notification-url": "https://packagist.org/downloads/",
153
            "license": [
154
                "BSD-3-Clause"
155
            ],
156
            "authors": [
157
                {
158
                    "name": "Luís Cobucci",
159
                    "email": "[email protected]",
160
                    "role": "Developer"
161
                }
162
            ],
163
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
164
            "keywords": [
165
                "JWS",
166
                "jwt"
167
            ],
168
            "time": "2018-05-29T06:59:04+00:00"
169
        },
170
        {
171
            "name": "psr/container",
172
            "version": "1.0.0",
173
            "source": {
174
                "type": "git",
175
                "url": "https://github.com/php-fig/container.git",
176
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
177
            },
178
            "dist": {
179
                "type": "zip",
180
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
181
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
182
                "shasum": ""
183
            },
184
            "require": {
185
                "php": ">=5.3.0"
186
            },
187
            "type": "library",
188
            "extra": {
189
                "branch-alias": {
190
                    "dev-master": "1.0.x-dev"
191
                }
192
            },
193
            "autoload": {
194
                "psr-4": {
195
                    "Psr\\Container\\": "src/"
196
                }
197
            },
198
            "notification-url": "https://packagist.org/downloads/",
199
            "license": [
200
                "MIT"
201
            ],
202
            "authors": [
203
                {
204
                    "name": "PHP-FIG",
205
                    "homepage": "http://www.php-fig.org/"
206
                }
207
            ],
208
            "description": "Common Container Interface (PHP FIG PSR-11)",
209
            "homepage": "https://github.com/php-fig/container",
210
            "keywords": [
211
                "PSR-11",
212
                "container",
213
                "container-interface",
214
                "container-interop",
215
                "psr"
216
            ],
217
            "time": "2017-02-14T16:28:37+00:00"
218
        },
219
        {
220
            "name": "psr/log",
221
            "version": "1.0.2",
222
            "source": {
223
                "type": "git",
224
                "url": "https://github.com/php-fig/log.git",
225
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
226
            },
227
            "dist": {
228
                "type": "zip",
229
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
230
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
231
                "shasum": ""
232
            },
233
            "require": {
234
                "php": ">=5.3.0"
235
            },
236
            "type": "library",
237
            "extra": {
238
                "branch-alias": {
239
                    "dev-master": "1.0.x-dev"
240
                }
241
            },
242
            "autoload": {
243
                "psr-4": {
244
                    "Psr\\Log\\": "Psr/Log/"
245
                }
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "PHP-FIG",
254
                    "homepage": "http://www.php-fig.org/"
255
                }
256
            ],
257
            "description": "Common interface for logging libraries",
258
            "homepage": "https://github.com/php-fig/log",
259
            "keywords": [
260
                "log",
261
                "psr",
262
                "psr-3"
263
            ],
264
            "time": "2016-10-10T12:19:37+00:00"
265
        },
266
        {
267
            "name": "symfony/debug",
268
            "version": "v4.1.1",
269
            "source": {
270
                "type": "git",
271
                "url": "https://github.com/symfony/debug.git",
272
                "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d"
273
            },
274
            "dist": {
275
                "type": "zip",
276
                "url": "https://api.github.com/repos/symfony/debug/zipball/dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
277
                "reference": "dbe0fad88046a755dcf9379f2964c61a02f5ae3d",
278
                "shasum": ""
279
            },
280
            "require": {
281
                "php": "^7.1.3",
282
                "psr/log": "~1.0"
283
            },
284
            "conflict": {
285
                "symfony/http-kernel": "<3.4"
286
            },
287
            "require-dev": {
288
                "symfony/http-kernel": "~3.4|~4.0"
289
            },
290
            "type": "library",
291
            "extra": {
292
                "branch-alias": {
293
                    "dev-master": "4.1-dev"
294
                }
295
            },
296
            "autoload": {
297
                "psr-4": {
298
                    "Symfony\\Component\\Debug\\": ""
299
                },
300
                "exclude-from-classmap": [
301
                    "/Tests/"
302
                ]
303
            },
304
            "notification-url": "https://packagist.org/downloads/",
305
            "license": [
306
                "MIT"
307
            ],
308
            "authors": [
309
                {
310
                    "name": "Fabien Potencier",
311
                    "email": "[email protected]"
312
                },
313
                {
314
                    "name": "Symfony Community",
315
                    "homepage": "https://symfony.com/contributors"
316
                }
317
            ],
318
            "description": "Symfony Debug Component",
319
            "homepage": "https://symfony.com",
320
            "time": "2018-06-08T09:39:36+00:00"
321
        },
322
        {
323
            "name": "symfony/dependency-injection",
324
            "version": "v4.1.1",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/symfony/dependency-injection.git",
328
                "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e761828a85d7dfc00b927f94ccbe1851ce0b6535",
333
                "reference": "e761828a85d7dfc00b927f94ccbe1851ce0b6535",
334
                "shasum": ""
335
            },
336
            "require": {
337
                "php": "^7.1.3",
338
                "psr/container": "^1.0"
339
            },
340
            "conflict": {
341
                "symfony/config": "<4.1.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-06-25T11:12:43+00:00"
392
        },
393
        {
394
            "name": "symfony/event-dispatcher",
395
            "version": "v4.1.1",
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-14773: Remove support for legacy and risky HTTP headers
Loading history...
458
            "version": "v4.1.1",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/symfony/http-foundation.git",
462
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
467
                "reference": "4f9c7cf962e635b0b26b14500ac046e07dbef7f3",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "php": "^7.1.3",
472
                "symfony/polyfill-mbstring": "~1.1"
473
            },
474
            "require-dev": {
475
                "predis/predis": "~1.0",
476
                "symfony/expression-language": "~3.4|~4.0"
477
            },
478
            "type": "library",
479
            "extra": {
480
                "branch-alias": {
481
                    "dev-master": "4.1-dev"
482
                }
483
            },
484
            "autoload": {
485
                "psr-4": {
486
                    "Symfony\\Component\\HttpFoundation\\": ""
487
                },
488
                "exclude-from-classmap": [
489
                    "/Tests/"
490
                ]
491
            },
492
            "notification-url": "https://packagist.org/downloads/",
493
            "license": [
494
                "MIT"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Fabien Potencier",
499
                    "email": "[email protected]"
500
                },
501
                {
502
                    "name": "Symfony Community",
503
                    "homepage": "https://symfony.com/contributors"
504
                }
505
            ],
506
            "description": "Symfony HttpFoundation Component",
507
            "homepage": "https://symfony.com",
508
            "time": "2018-06-19T21:38:16+00:00"
509
        },
510
        {
511
            "name": "symfony/http-kernel",
512
            "version": "v4.1.1",
513
            "source": {
514
                "type": "git",
515
                "url": "https://github.com/symfony/http-kernel.git",
516
                "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955"
517
            },
518
            "dist": {
519
                "type": "zip",
520
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/29c094a1c4f8209b7e033f612cbbd69029e38955",
521
                "reference": "29c094a1c4f8209b7e033f612cbbd69029e38955",
522
                "shasum": ""
523
            },
524
            "require": {
525
                "php": "^7.1.3",
526
                "psr/log": "~1.0",
527
                "symfony/debug": "~3.4|~4.0",
528
                "symfony/event-dispatcher": "~4.1",
529
                "symfony/http-foundation": "^4.1.1",
530
                "symfony/polyfill-ctype": "~1.8"
531
            },
532
            "conflict": {
533
                "symfony/config": "<3.4",
534
                "symfony/dependency-injection": "<4.1",
535
                "symfony/var-dumper": "<4.1.1",
536
                "twig/twig": "<1.34|<2.4,>=2"
537
            },
538
            "provide": {
539
                "psr/log-implementation": "1.0"
540
            },
541
            "require-dev": {
542
                "psr/cache": "~1.0",
543
                "symfony/browser-kit": "~3.4|~4.0",
544
                "symfony/config": "~3.4|~4.0",
545
                "symfony/console": "~3.4|~4.0",
546
                "symfony/css-selector": "~3.4|~4.0",
547
                "symfony/dependency-injection": "^4.1",
548
                "symfony/dom-crawler": "~3.4|~4.0",
549
                "symfony/expression-language": "~3.4|~4.0",
550
                "symfony/finder": "~3.4|~4.0",
551
                "symfony/process": "~3.4|~4.0",
552
                "symfony/routing": "~3.4|~4.0",
553
                "symfony/stopwatch": "~3.4|~4.0",
554
                "symfony/templating": "~3.4|~4.0",
555
                "symfony/translation": "~3.4|~4.0",
556
                "symfony/var-dumper": "^4.1.1"
557
            },
558
            "suggest": {
559
                "symfony/browser-kit": "",
560
                "symfony/config": "",
561
                "symfony/console": "",
562
                "symfony/dependency-injection": "",
563
                "symfony/var-dumper": ""
564
            },
565
            "type": "library",
566
            "extra": {
567
                "branch-alias": {
568
                    "dev-master": "4.1-dev"
569
                }
570
            },
571
            "autoload": {
572
                "psr-4": {
573
                    "Symfony\\Component\\HttpKernel\\": ""
574
                },
575
                "exclude-from-classmap": [
576
                    "/Tests/"
577
                ]
578
            },
579
            "notification-url": "https://packagist.org/downloads/",
580
            "license": [
581
                "MIT"
582
            ],
583
            "authors": [
584
                {
585
                    "name": "Fabien Potencier",
586
                    "email": "[email protected]"
587
                },
588
                {
589
                    "name": "Symfony Community",
590
                    "homepage": "https://symfony.com/contributors"
591
                }
592
            ],
593
            "description": "Symfony HttpKernel Component",
594
            "homepage": "https://symfony.com",
595
            "time": "2018-06-25T13:06:45+00:00"
596
        },
597
        {
598
            "name": "symfony/inflector",
599
            "version": "v4.1.1",
600
            "source": {
601
                "type": "git",
602
                "url": "https://github.com/symfony/inflector.git",
603
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8"
604
            },
605
            "dist": {
606
                "type": "zip",
607
                "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
608
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
609
                "shasum": ""
610
            },
611
            "require": {
612
                "php": "^7.1.3",
613
                "symfony/polyfill-ctype": "~1.8"
614
            },
615
            "type": "library",
616
            "extra": {
617
                "branch-alias": {
618
                    "dev-master": "4.1-dev"
619
                }
620
            },
621
            "autoload": {
622
                "psr-4": {
623
                    "Symfony\\Component\\Inflector\\": ""
624
                },
625
                "exclude-from-classmap": [
626
                    "/Tests/"
627
                ]
628
            },
629
            "notification-url": "https://packagist.org/downloads/",
630
            "license": [
631
                "MIT"
632
            ],
633
            "authors": [
634
                {
635
                    "name": "Bernhard Schussek",
636
                    "email": "[email protected]"
637
                },
638
                {
639
                    "name": "Symfony Community",
640
                    "homepage": "https://symfony.com/contributors"
641
                }
642
            ],
643
            "description": "Symfony Inflector Component",
644
            "homepage": "https://symfony.com",
645
            "keywords": [
646
                "inflection",
647
                "pluralize",
648
                "singularize",
649
                "string",
650
                "symfony",
651
                "words"
652
            ],
653
            "time": "2018-05-01T23:02:13+00:00"
654
        },
655
        {
656
            "name": "symfony/polyfill-ctype",
657
            "version": "v1.8.0",
658
            "source": {
659
                "type": "git",
660
                "url": "https://github.com/symfony/polyfill-ctype.git",
661
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
662
            },
663
            "dist": {
664
                "type": "zip",
665
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
666
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
667
                "shasum": ""
668
            },
669
            "require": {
670
                "php": ">=5.3.3"
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\\Ctype\\": ""
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": "Symfony Community",
693
                    "homepage": "https://symfony.com/contributors"
694
                },
695
                {
696
                    "name": "Gert de Pagter",
697
                    "email": "[email protected]"
698
                }
699
            ],
700
            "description": "Symfony polyfill for ctype functions",
701
            "homepage": "https://symfony.com",
702
            "keywords": [
703
                "compatibility",
704
                "ctype",
705
                "polyfill",
706
                "portable"
707
            ],
708
            "time": "2018-04-30T19:57:29+00:00"
709
        },
710
        {
711
            "name": "symfony/polyfill-mbstring",
712
            "version": "v1.8.0",
713
            "source": {
714
                "type": "git",
715
                "url": "https://github.com/symfony/polyfill-mbstring.git",
716
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
717
            },
718
            "dist": {
719
                "type": "zip",
720
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
721
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
722
                "shasum": ""
723
            },
724
            "require": {
725
                "php": ">=5.3.3"
726
            },
727
            "suggest": {
728
                "ext-mbstring": "For best performance"
729
            },
730
            "type": "library",
731
            "extra": {
732
                "branch-alias": {
733
                    "dev-master": "1.8-dev"
734
                }
735
            },
736
            "autoload": {
737
                "psr-4": {
738
                    "Symfony\\Polyfill\\Mbstring\\": ""
739
                },
740
                "files": [
741
                    "bootstrap.php"
742
                ]
743
            },
744
            "notification-url": "https://packagist.org/downloads/",
745
            "license": [
746
                "MIT"
747
            ],
748
            "authors": [
749
                {
750
                    "name": "Nicolas Grekas",
751
                    "email": "[email protected]"
752
                },
753
                {
754
                    "name": "Symfony Community",
755
                    "homepage": "https://symfony.com/contributors"
756
                }
757
            ],
758
            "description": "Symfony polyfill for the Mbstring extension",
759
            "homepage": "https://symfony.com",
760
            "keywords": [
761
                "compatibility",
762
                "mbstring",
763
                "polyfill",
764
                "portable",
765
                "shim"
766
            ],
767
            "time": "2018-04-26T10:06:28+00:00"
768
        },
769
        {
770
            "name": "symfony/property-access",
771
            "version": "v4.1.1",
772
            "source": {
773
                "type": "git",
774
                "url": "https://github.com/symfony/property-access.git",
775
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a"
776
            },
777
            "dist": {
778
                "type": "zip",
779
                "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
780
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
781
                "shasum": ""
782
            },
783
            "require": {
784
                "php": "^7.1.3",
785
                "symfony/inflector": "~3.4|~4.0"
786
            },
787
            "require-dev": {
788
                "symfony/cache": "~3.4|~4.0"
789
            },
790
            "suggest": {
791
                "psr/cache-implementation": "To cache access methods."
792
            },
793
            "type": "library",
794
            "extra": {
795
                "branch-alias": {
796
                    "dev-master": "4.1-dev"
797
                }
798
            },
799
            "autoload": {
800
                "psr-4": {
801
                    "Symfony\\Component\\PropertyAccess\\": ""
802
                },
803
                "exclude-from-classmap": [
804
                    "/Tests/"
805
                ]
806
            },
807
            "notification-url": "https://packagist.org/downloads/",
808
            "license": [
809
                "MIT"
810
            ],
811
            "authors": [
812
                {
813
                    "name": "Fabien Potencier",
814
                    "email": "[email protected]"
815
                },
816
                {
817
                    "name": "Symfony Community",
818
                    "homepage": "https://symfony.com/contributors"
819
                }
820
            ],
821
            "description": "Symfony PropertyAccess Component",
822
            "homepage": "https://symfony.com",
823
            "keywords": [
824
                "access",
825
                "array",
826
                "extraction",
827
                "index",
828
                "injection",
829
                "object",
830
                "property",
831
                "property path",
832
                "reflection"
833
            ],
834
            "time": "2018-05-30T07:26:09+00:00"
835
        },
836
        {
837
            "name": "symfony/security",
838
            "version": "v4.1.1",
839
            "source": {
840
                "type": "git",
841
                "url": "https://github.com/symfony/security.git",
842
                "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a"
843
            },
844
            "dist": {
845
                "type": "zip",
846
                "url": "https://api.github.com/repos/symfony/security/zipball/fa46e38ff4dea2d3949630efd33ed73e2ac0850a",
847
                "reference": "fa46e38ff4dea2d3949630efd33ed73e2ac0850a",
848
                "shasum": ""
849
            },
850
            "require": {
851
                "php": "^7.1.3",
852
                "symfony/event-dispatcher": "~3.4|~4.0",
853
                "symfony/http-foundation": "~3.4|~4.0",
854
                "symfony/http-kernel": "~3.4|~4.0",
855
                "symfony/property-access": "~3.4|~4.0"
856
            },
857
            "replace": {
858
                "symfony/security-core": "self.version",
859
                "symfony/security-csrf": "self.version",
860
                "symfony/security-guard": "self.version",
861
                "symfony/security-http": "self.version"
862
            },
863
            "require-dev": {
864
                "psr/container": "^1.0",
865
                "psr/log": "~1.0",
866
                "symfony/expression-language": "~3.4|~4.0",
867
                "symfony/finder": "~3.4|~4.0",
868
                "symfony/ldap": "~3.4|~4.0",
869
                "symfony/polyfill-intl-icu": "~1.0",
870
                "symfony/routing": "~3.4|~4.0",
871
                "symfony/validator": "~3.4|~4.0"
872
            },
873
            "suggest": {
874
                "psr/container-implementation": "To instantiate the Security class",
875
                "symfony/expression-language": "For using the expression voter",
876
                "symfony/form": "",
877
                "symfony/ldap": "For using the LDAP user and authentication providers",
878
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
879
                "symfony/validator": "For using the user password constraint"
880
            },
881
            "type": "library",
882
            "extra": {
883
                "branch-alias": {
884
                    "dev-master": "4.1-dev"
885
                }
886
            },
887
            "autoload": {
888
                "psr-4": {
889
                    "Symfony\\Component\\Security\\": ""
890
                },
891
                "exclude-from-classmap": [
892
                    "/Tests/"
893
                ]
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "MIT"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Fabien Potencier",
902
                    "email": "[email protected]"
903
                },
904
                {
905
                    "name": "Symfony Community",
906
                    "homepage": "https://symfony.com/contributors"
907
                }
908
            ],
909
            "description": "Symfony Security Component",
910
            "homepage": "https://symfony.com",
911
            "time": "2018-06-22T08:59:39+00:00"
912
        },
913
        {
914
            "name": "symfony/security-bundle",
915
            "version": "v4.1.1",
916
            "source": {
917
                "type": "git",
918
                "url": "https://github.com/symfony/security-bundle.git",
919
                "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2"
920
            },
921
            "dist": {
922
                "type": "zip",
923
                "url": "https://api.github.com/repos/symfony/security-bundle/zipball/58c0db1915ab9c54c013d9336cace46f9e02cbb2",
924
                "reference": "58c0db1915ab9c54c013d9336cace46f9e02cbb2",
925
                "shasum": ""
926
            },
927
            "require": {
928
                "ext-xml": "*",
929
                "php": "^7.1.3",
930
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
931
                "symfony/http-kernel": "^4.1",
932
                "symfony/security": "^4.1.1"
933
            },
934
            "conflict": {
935
                "symfony/console": "<3.4",
936
                "symfony/event-dispatcher": "<3.4",
937
                "symfony/framework-bundle": "<4.1.1",
938
                "symfony/var-dumper": "<3.4"
939
            },
940
            "require-dev": {
941
                "doctrine/doctrine-bundle": "~1.5",
942
                "symfony/asset": "~3.4|~4.0",
943
                "symfony/browser-kit": "~3.4|~4.0",
944
                "symfony/console": "~3.4|~4.0",
945
                "symfony/css-selector": "~3.4|~4.0",
946
                "symfony/dom-crawler": "~3.4|~4.0",
947
                "symfony/event-dispatcher": "~3.4|~4.0",
948
                "symfony/expression-language": "~3.4|~4.0",
949
                "symfony/form": "~3.4|~4.0",
950
                "symfony/framework-bundle": "~4.1",
951
                "symfony/http-foundation": "~3.4|~4.0",
952
                "symfony/process": "~3.4|~4.0",
953
                "symfony/translation": "~3.4|~4.0",
954
                "symfony/twig-bridge": "~3.4|~4.0",
955
                "symfony/twig-bundle": "~3.4|~4.0",
956
                "symfony/validator": "~3.4|~4.0",
957
                "symfony/var-dumper": "~3.4|~4.0",
958
                "symfony/yaml": "~3.4|~4.0",
959
                "twig/twig": "~1.34|~2.4"
960
            },
961
            "type": "symfony-bundle",
962
            "extra": {
963
                "branch-alias": {
964
                    "dev-master": "4.1-dev"
965
                }
966
            },
967
            "autoload": {
968
                "psr-4": {
969
                    "Symfony\\Bundle\\SecurityBundle\\": ""
970
                },
971
                "exclude-from-classmap": [
972
                    "/Tests/"
973
                ]
974
            },
975
            "notification-url": "https://packagist.org/downloads/",
976
            "license": [
977
                "MIT"
978
            ],
979
            "authors": [
980
                {
981
                    "name": "Fabien Potencier",
982
                    "email": "[email protected]"
983
                },
984
                {
985
                    "name": "Symfony Community",
986
                    "homepage": "https://symfony.com/contributors"
987
                }
988
            ],
989
            "description": "Symfony SecurityBundle",
990
            "homepage": "https://symfony.com",
991
            "time": "2018-06-25T11:12:43+00:00"
992
        }
993
    ],
994
    "packages-dev": [
995
        {
996
            "name": "composer/semver",
997
            "version": "1.4.2",
998
            "source": {
999
                "type": "git",
1000
                "url": "https://github.com/composer/semver.git",
1001
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
1002
            },
1003
            "dist": {
1004
                "type": "zip",
1005
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
1006
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
1007
                "shasum": ""
1008
            },
1009
            "require": {
1010
                "php": "^5.3.2 || ^7.0"
1011
            },
1012
            "require-dev": {
1013
                "phpunit/phpunit": "^4.5 || ^5.0.5",
1014
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
1015
            },
1016
            "type": "library",
1017
            "extra": {
1018
                "branch-alias": {
1019
                    "dev-master": "1.x-dev"
1020
                }
1021
            },
1022
            "autoload": {
1023
                "psr-4": {
1024
                    "Composer\\Semver\\": "src"
1025
                }
1026
            },
1027
            "notification-url": "https://packagist.org/downloads/",
1028
            "license": [
1029
                "MIT"
1030
            ],
1031
            "authors": [
1032
                {
1033
                    "name": "Nils Adermann",
1034
                    "email": "[email protected]",
1035
                    "homepage": "http://www.naderman.de"
1036
                },
1037
                {
1038
                    "name": "Jordi Boggiano",
1039
                    "email": "[email protected]",
1040
                    "homepage": "http://seld.be"
1041
                },
1042
                {
1043
                    "name": "Rob Bast",
1044
                    "email": "[email protected]",
1045
                    "homepage": "http://robbast.nl"
1046
                }
1047
            ],
1048
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
1049
            "keywords": [
1050
                "semantic",
1051
                "semver",
1052
                "validation",
1053
                "versioning"
1054
            ],
1055
            "time": "2016-08-30T16:08:34+00:00"
1056
        },
1057
        {
1058
            "name": "composer/xdebug-handler",
1059
            "version": "1.1.0",
1060
            "source": {
1061
                "type": "git",
1062
                "url": "https://github.com/composer/xdebug-handler.git",
1063
                "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08"
1064
            },
1065
            "dist": {
1066
                "type": "zip",
1067
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08",
1068
                "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08",
1069
                "shasum": ""
1070
            },
1071
            "require": {
1072
                "php": "^5.3.2 || ^7.0",
1073
                "psr/log": "^1.0"
1074
            },
1075
            "require-dev": {
1076
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1077
            },
1078
            "type": "library",
1079
            "autoload": {
1080
                "psr-4": {
1081
                    "Composer\\XdebugHandler\\": "src"
1082
                }
1083
            },
1084
            "notification-url": "https://packagist.org/downloads/",
1085
            "license": [
1086
                "MIT"
1087
            ],
1088
            "authors": [
1089
                {
1090
                    "name": "John Stevenson",
1091
                    "email": "[email protected]"
1092
                }
1093
            ],
1094
            "description": "Restarts a process without xdebug.",
1095
            "keywords": [
1096
                "Xdebug",
1097
                "performance"
1098
            ],
1099
            "time": "2018-04-11T15:42:36+00:00"
1100
        },
1101
        {
1102
            "name": "doctrine/annotations",
1103
            "version": "v1.6.0",
1104
            "source": {
1105
                "type": "git",
1106
                "url": "https://github.com/doctrine/annotations.git",
1107
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
1108
            },
1109
            "dist": {
1110
                "type": "zip",
1111
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1112
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
1113
                "shasum": ""
1114
            },
1115
            "require": {
1116
                "doctrine/lexer": "1.*",
1117
                "php": "^7.1"
1118
            },
1119
            "require-dev": {
1120
                "doctrine/cache": "1.*",
1121
                "phpunit/phpunit": "^6.4"
1122
            },
1123
            "type": "library",
1124
            "extra": {
1125
                "branch-alias": {
1126
                    "dev-master": "1.6.x-dev"
1127
                }
1128
            },
1129
            "autoload": {
1130
                "psr-4": {
1131
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1132
                }
1133
            },
1134
            "notification-url": "https://packagist.org/downloads/",
1135
            "license": [
1136
                "MIT"
1137
            ],
1138
            "authors": [
1139
                {
1140
                    "name": "Roman Borschel",
1141
                    "email": "[email protected]"
1142
                },
1143
                {
1144
                    "name": "Benjamin Eberlei",
1145
                    "email": "[email protected]"
1146
                },
1147
                {
1148
                    "name": "Guilherme Blanco",
1149
                    "email": "[email protected]"
1150
                },
1151
                {
1152
                    "name": "Jonathan Wage",
1153
                    "email": "[email protected]"
1154
                },
1155
                {
1156
                    "name": "Johannes Schmitt",
1157
                    "email": "[email protected]"
1158
                }
1159
            ],
1160
            "description": "Docblock Annotations Parser",
1161
            "homepage": "http://www.doctrine-project.org",
1162
            "keywords": [
1163
                "annotations",
1164
                "docblock",
1165
                "parser"
1166
            ],
1167
            "time": "2017-12-06T07:11:42+00:00"
1168
        },
1169
        {
1170
            "name": "doctrine/cache",
1171
            "version": "v1.7.1",
1172
            "source": {
1173
                "type": "git",
1174
                "url": "https://github.com/doctrine/cache.git",
1175
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
1176
            },
1177
            "dist": {
1178
                "type": "zip",
1179
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
1180
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
1181
                "shasum": ""
1182
            },
1183
            "require": {
1184
                "php": "~7.1"
1185
            },
1186
            "conflict": {
1187
                "doctrine/common": ">2.2,<2.4"
1188
            },
1189
            "require-dev": {
1190
                "alcaeus/mongo-php-adapter": "^1.1",
1191
                "mongodb/mongodb": "^1.1",
1192
                "phpunit/phpunit": "^5.7",
1193
                "predis/predis": "~1.0"
1194
            },
1195
            "suggest": {
1196
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
1197
            },
1198
            "type": "library",
1199
            "extra": {
1200
                "branch-alias": {
1201
                    "dev-master": "1.7.x-dev"
1202
                }
1203
            },
1204
            "autoload": {
1205
                "psr-4": {
1206
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
1207
                }
1208
            },
1209
            "notification-url": "https://packagist.org/downloads/",
1210
            "license": [
1211
                "MIT"
1212
            ],
1213
            "authors": [
1214
                {
1215
                    "name": "Roman Borschel",
1216
                    "email": "[email protected]"
1217
                },
1218
                {
1219
                    "name": "Benjamin Eberlei",
1220
                    "email": "[email protected]"
1221
                },
1222
                {
1223
                    "name": "Guilherme Blanco",
1224
                    "email": "[email protected]"
1225
                },
1226
                {
1227
                    "name": "Jonathan Wage",
1228
                    "email": "[email protected]"
1229
                },
1230
                {
1231
                    "name": "Johannes Schmitt",
1232
                    "email": "[email protected]"
1233
                }
1234
            ],
1235
            "description": "Caching library offering an object-oriented API for many cache backends",
1236
            "homepage": "http://www.doctrine-project.org",
1237
            "keywords": [
1238
                "cache",
1239
                "caching"
1240
            ],
1241
            "time": "2017-08-25T07:02:50+00:00"
1242
        },
1243
        {
1244
            "name": "doctrine/collections",
1245
            "version": "v1.5.0",
1246
            "source": {
1247
                "type": "git",
1248
                "url": "https://github.com/doctrine/collections.git",
1249
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
1250
            },
1251
            "dist": {
1252
                "type": "zip",
1253
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
1254
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
1255
                "shasum": ""
1256
            },
1257
            "require": {
1258
                "php": "^7.1"
1259
            },
1260
            "require-dev": {
1261
                "doctrine/coding-standard": "~0.1@dev",
1262
                "phpunit/phpunit": "^5.7"
1263
            },
1264
            "type": "library",
1265
            "extra": {
1266
                "branch-alias": {
1267
                    "dev-master": "1.3.x-dev"
1268
                }
1269
            },
1270
            "autoload": {
1271
                "psr-0": {
1272
                    "Doctrine\\Common\\Collections\\": "lib/"
1273
                }
1274
            },
1275
            "notification-url": "https://packagist.org/downloads/",
1276
            "license": [
1277
                "MIT"
1278
            ],
1279
            "authors": [
1280
                {
1281
                    "name": "Roman Borschel",
1282
                    "email": "[email protected]"
1283
                },
1284
                {
1285
                    "name": "Benjamin Eberlei",
1286
                    "email": "[email protected]"
1287
                },
1288
                {
1289
                    "name": "Guilherme Blanco",
1290
                    "email": "[email protected]"
1291
                },
1292
                {
1293
                    "name": "Jonathan Wage",
1294
                    "email": "[email protected]"
1295
                },
1296
                {
1297
                    "name": "Johannes Schmitt",
1298
                    "email": "[email protected]"
1299
                }
1300
            ],
1301
            "description": "Collections Abstraction library",
1302
            "homepage": "http://www.doctrine-project.org",
1303
            "keywords": [
1304
                "array",
1305
                "collections",
1306
                "iterator"
1307
            ],
1308
            "time": "2017-07-22T10:37:32+00:00"
1309
        },
1310
        {
1311
            "name": "doctrine/common",
1312
            "version": "v2.8.1",
1313
            "source": {
1314
                "type": "git",
1315
                "url": "https://github.com/doctrine/common.git",
1316
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
1317
            },
1318
            "dist": {
1319
                "type": "zip",
1320
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
1321
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
1322
                "shasum": ""
1323
            },
1324
            "require": {
1325
                "doctrine/annotations": "1.*",
1326
                "doctrine/cache": "1.*",
1327
                "doctrine/collections": "1.*",
1328
                "doctrine/inflector": "1.*",
1329
                "doctrine/lexer": "1.*",
1330
                "php": "~7.1"
1331
            },
1332
            "require-dev": {
1333
                "phpunit/phpunit": "^5.7"
1334
            },
1335
            "type": "library",
1336
            "extra": {
1337
                "branch-alias": {
1338
                    "dev-master": "2.8.x-dev"
1339
                }
1340
            },
1341
            "autoload": {
1342
                "psr-4": {
1343
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
1344
                }
1345
            },
1346
            "notification-url": "https://packagist.org/downloads/",
1347
            "license": [
1348
                "MIT"
1349
            ],
1350
            "authors": [
1351
                {
1352
                    "name": "Roman Borschel",
1353
                    "email": "[email protected]"
1354
                },
1355
                {
1356
                    "name": "Benjamin Eberlei",
1357
                    "email": "[email protected]"
1358
                },
1359
                {
1360
                    "name": "Guilherme Blanco",
1361
                    "email": "[email protected]"
1362
                },
1363
                {
1364
                    "name": "Jonathan Wage",
1365
                    "email": "[email protected]"
1366
                },
1367
                {
1368
                    "name": "Johannes Schmitt",
1369
                    "email": "[email protected]"
1370
                }
1371
            ],
1372
            "description": "Common Library for Doctrine projects",
1373
            "homepage": "http://www.doctrine-project.org",
1374
            "keywords": [
1375
                "annotations",
1376
                "collections",
1377
                "eventmanager",
1378
                "persistence",
1379
                "spl"
1380
            ],
1381
            "time": "2017-08-31T08:43:38+00:00"
1382
        },
1383
        {
1384
            "name": "doctrine/dbal",
1385
            "version": "v2.7.1",
1386
            "source": {
1387
                "type": "git",
1388
                "url": "https://github.com/doctrine/dbal.git",
1389
                "reference": "11037b4352c008373561dc6fc836834eed80c3b5"
1390
            },
1391
            "dist": {
1392
                "type": "zip",
1393
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5",
1394
                "reference": "11037b4352c008373561dc6fc836834eed80c3b5",
1395
                "shasum": ""
1396
            },
1397
            "require": {
1398
                "doctrine/common": "^2.7.1",
1399
                "ext-pdo": "*",
1400
                "php": "^7.1"
1401
            },
1402
            "require-dev": {
1403
                "doctrine/coding-standard": "^4.0",
1404
                "phpunit/phpunit": "^7.0",
1405
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
1406
                "symfony/console": "^2.0.5||^3.0",
1407
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
1408
            },
1409
            "suggest": {
1410
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
1411
            },
1412
            "bin": [
1413
                "bin/doctrine-dbal"
1414
            ],
1415
            "type": "library",
1416
            "extra": {
1417
                "branch-alias": {
1418
                    "dev-master": "2.7.x-dev"
1419
                }
1420
            },
1421
            "autoload": {
1422
                "psr-0": {
1423
                    "Doctrine\\DBAL\\": "lib/"
1424
                }
1425
            },
1426
            "notification-url": "https://packagist.org/downloads/",
1427
            "license": [
1428
                "MIT"
1429
            ],
1430
            "authors": [
1431
                {
1432
                    "name": "Roman Borschel",
1433
                    "email": "[email protected]"
1434
                },
1435
                {
1436
                    "name": "Benjamin Eberlei",
1437
                    "email": "[email protected]"
1438
                },
1439
                {
1440
                    "name": "Guilherme Blanco",
1441
                    "email": "[email protected]"
1442
                },
1443
                {
1444
                    "name": "Jonathan Wage",
1445
                    "email": "[email protected]"
1446
                }
1447
            ],
1448
            "description": "Database Abstraction Layer",
1449
            "homepage": "http://www.doctrine-project.org",
1450
            "keywords": [
1451
                "database",
1452
                "dbal",
1453
                "persistence",
1454
                "queryobject"
1455
            ],
1456
            "time": "2018-04-07T18:44:18+00:00"
1457
        },
1458
        {
1459
            "name": "doctrine/inflector",
1460
            "version": "v1.3.0",
1461
            "source": {
1462
                "type": "git",
1463
                "url": "https://github.com/doctrine/inflector.git",
1464
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
1465
            },
1466
            "dist": {
1467
                "type": "zip",
1468
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
1469
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
1470
                "shasum": ""
1471
            },
1472
            "require": {
1473
                "php": "^7.1"
1474
            },
1475
            "require-dev": {
1476
                "phpunit/phpunit": "^6.2"
1477
            },
1478
            "type": "library",
1479
            "extra": {
1480
                "branch-alias": {
1481
                    "dev-master": "1.3.x-dev"
1482
                }
1483
            },
1484
            "autoload": {
1485
                "psr-4": {
1486
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
1487
                }
1488
            },
1489
            "notification-url": "https://packagist.org/downloads/",
1490
            "license": [
1491
                "MIT"
1492
            ],
1493
            "authors": [
1494
                {
1495
                    "name": "Roman Borschel",
1496
                    "email": "[email protected]"
1497
                },
1498
                {
1499
                    "name": "Benjamin Eberlei",
1500
                    "email": "[email protected]"
1501
                },
1502
                {
1503
                    "name": "Guilherme Blanco",
1504
                    "email": "[email protected]"
1505
                },
1506
                {
1507
                    "name": "Jonathan Wage",
1508
                    "email": "[email protected]"
1509
                },
1510
                {
1511
                    "name": "Johannes Schmitt",
1512
                    "email": "[email protected]"
1513
                }
1514
            ],
1515
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
1516
            "homepage": "http://www.doctrine-project.org",
1517
            "keywords": [
1518
                "inflection",
1519
                "pluralize",
1520
                "singularize",
1521
                "string"
1522
            ],
1523
            "time": "2018-01-09T20:05:19+00:00"
1524
        },
1525
        {
1526
            "name": "doctrine/lexer",
1527
            "version": "v1.0.1",
1528
            "source": {
1529
                "type": "git",
1530
                "url": "https://github.com/doctrine/lexer.git",
1531
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1532
            },
1533
            "dist": {
1534
                "type": "zip",
1535
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1536
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1537
                "shasum": ""
1538
            },
1539
            "require": {
1540
                "php": ">=5.3.2"
1541
            },
1542
            "type": "library",
1543
            "extra": {
1544
                "branch-alias": {
1545
                    "dev-master": "1.0.x-dev"
1546
                }
1547
            },
1548
            "autoload": {
1549
                "psr-0": {
1550
                    "Doctrine\\Common\\Lexer\\": "lib/"
1551
                }
1552
            },
1553
            "notification-url": "https://packagist.org/downloads/",
1554
            "license": [
1555
                "MIT"
1556
            ],
1557
            "authors": [
1558
                {
1559
                    "name": "Roman Borschel",
1560
                    "email": "[email protected]"
1561
                },
1562
                {
1563
                    "name": "Guilherme Blanco",
1564
                    "email": "[email protected]"
1565
                },
1566
                {
1567
                    "name": "Johannes Schmitt",
1568
                    "email": "[email protected]"
1569
                }
1570
            ],
1571
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1572
            "homepage": "http://www.doctrine-project.org",
1573
            "keywords": [
1574
                "lexer",
1575
                "parser"
1576
            ],
1577
            "time": "2014-09-09T13:34:57+00:00"
1578
        },
1579
        {
1580
            "name": "friendsofphp/php-cs-fixer",
1581
            "version": "v2.12.1",
1582
            "source": {
1583
                "type": "git",
1584
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
1585
                "reference": "beef6cbe6dec7205edcd143842a49f9a691859a6"
1586
            },
1587
            "dist": {
1588
                "type": "zip",
1589
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/beef6cbe6dec7205edcd143842a49f9a691859a6",
1590
                "reference": "beef6cbe6dec7205edcd143842a49f9a691859a6",
1591
                "shasum": ""
1592
            },
1593
            "require": {
1594
                "composer/semver": "^1.4",
1595
                "composer/xdebug-handler": "^1.0",
1596
                "doctrine/annotations": "^1.2",
1597
                "ext-json": "*",
1598
                "ext-tokenizer": "*",
1599
                "php": "^5.6 || >=7.0 <7.3",
1600
                "php-cs-fixer/diff": "^1.3",
1601
                "symfony/console": "^3.2 || ^4.0",
1602
                "symfony/event-dispatcher": "^3.0 || ^4.0",
1603
                "symfony/filesystem": "^3.0 || ^4.0",
1604
                "symfony/finder": "^3.0 || ^4.0",
1605
                "symfony/options-resolver": "^3.0 || ^4.0",
1606
                "symfony/polyfill-php70": "^1.0",
1607
                "symfony/polyfill-php72": "^1.4",
1608
                "symfony/process": "^3.0 || ^4.0",
1609
                "symfony/stopwatch": "^3.0 || ^4.0"
1610
            },
1611
            "conflict": {
1612
                "hhvm": "*"
1613
            },
1614
            "require-dev": {
1615
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
1616
                "justinrainbow/json-schema": "^5.0",
1617
                "keradus/cli-executor": "^1.1",
1618
                "mikey179/vfsstream": "^1.6",
1619
                "php-coveralls/php-coveralls": "^2.1",
1620
                "php-cs-fixer/accessible-object": "^1.0",
1621
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1",
1622
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1",
1623
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
1624
                "phpunitgoodpractices/traits": "^1.5",
1625
                "symfony/phpunit-bridge": "^4.0"
1626
            },
1627
            "suggest": {
1628
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
1629
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
1630
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
1631
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
1632
            },
1633
            "bin": [
1634
                "php-cs-fixer"
1635
            ],
1636
            "type": "application",
1637
            "autoload": {
1638
                "psr-4": {
1639
                    "PhpCsFixer\\": "src/"
1640
                },
1641
                "classmap": [
1642
                    "tests/Test/AbstractFixerTestCase.php",
1643
                    "tests/Test/AbstractIntegrationCaseFactory.php",
1644
                    "tests/Test/AbstractIntegrationTestCase.php",
1645
                    "tests/Test/Assert/AssertTokensTrait.php",
1646
                    "tests/Test/IntegrationCase.php",
1647
                    "tests/Test/IntegrationCaseFactory.php",
1648
                    "tests/Test/IntegrationCaseFactoryInterface.php",
1649
                    "tests/Test/InternalIntegrationCaseFactory.php",
1650
                    "tests/TestCase.php"
1651
                ]
1652
            },
1653
            "notification-url": "https://packagist.org/downloads/",
1654
            "license": [
1655
                "MIT"
1656
            ],
1657
            "authors": [
1658
                {
1659
                    "name": "Dariusz Rumiński",
1660
                    "email": "[email protected]"
1661
                },
1662
                {
1663
                    "name": "Fabien Potencier",
1664
                    "email": "[email protected]"
1665
                }
1666
            ],
1667
            "description": "A tool to automatically fix PHP code style",
1668
            "time": "2018-06-10T08:26:56+00:00"
1669
        },
1670
        {
1671
            "name": "guzzlehttp/guzzle",
1672
            "version": "6.3.3",
1673
            "source": {
1674
                "type": "git",
1675
                "url": "https://github.com/guzzle/guzzle.git",
1676
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
1677
            },
1678
            "dist": {
1679
                "type": "zip",
1680
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1681
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1682
                "shasum": ""
1683
            },
1684
            "require": {
1685
                "guzzlehttp/promises": "^1.0",
1686
                "guzzlehttp/psr7": "^1.4",
1687
                "php": ">=5.5"
1688
            },
1689
            "require-dev": {
1690
                "ext-curl": "*",
1691
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1692
                "psr/log": "^1.0"
1693
            },
1694
            "suggest": {
1695
                "psr/log": "Required for using the Log middleware"
1696
            },
1697
            "type": "library",
1698
            "extra": {
1699
                "branch-alias": {
1700
                    "dev-master": "6.3-dev"
1701
                }
1702
            },
1703
            "autoload": {
1704
                "files": [
1705
                    "src/functions_include.php"
1706
                ],
1707
                "psr-4": {
1708
                    "GuzzleHttp\\": "src/"
1709
                }
1710
            },
1711
            "notification-url": "https://packagist.org/downloads/",
1712
            "license": [
1713
                "MIT"
1714
            ],
1715
            "authors": [
1716
                {
1717
                    "name": "Michael Dowling",
1718
                    "email": "[email protected]",
1719
                    "homepage": "https://github.com/mtdowling"
1720
                }
1721
            ],
1722
            "description": "Guzzle is a PHP HTTP client library",
1723
            "homepage": "http://guzzlephp.org/",
1724
            "keywords": [
1725
                "client",
1726
                "curl",
1727
                "framework",
1728
                "http",
1729
                "http client",
1730
                "rest",
1731
                "web service"
1732
            ],
1733
            "time": "2018-04-22T15:46:56+00:00"
1734
        },
1735
        {
1736
            "name": "guzzlehttp/promises",
1737
            "version": "v1.3.1",
1738
            "source": {
1739
                "type": "git",
1740
                "url": "https://github.com/guzzle/promises.git",
1741
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1742
            },
1743
            "dist": {
1744
                "type": "zip",
1745
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1746
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1747
                "shasum": ""
1748
            },
1749
            "require": {
1750
                "php": ">=5.5.0"
1751
            },
1752
            "require-dev": {
1753
                "phpunit/phpunit": "^4.0"
1754
            },
1755
            "type": "library",
1756
            "extra": {
1757
                "branch-alias": {
1758
                    "dev-master": "1.4-dev"
1759
                }
1760
            },
1761
            "autoload": {
1762
                "psr-4": {
1763
                    "GuzzleHttp\\Promise\\": "src/"
1764
                },
1765
                "files": [
1766
                    "src/functions_include.php"
1767
                ]
1768
            },
1769
            "notification-url": "https://packagist.org/downloads/",
1770
            "license": [
1771
                "MIT"
1772
            ],
1773
            "authors": [
1774
                {
1775
                    "name": "Michael Dowling",
1776
                    "email": "[email protected]",
1777
                    "homepage": "https://github.com/mtdowling"
1778
                }
1779
            ],
1780
            "description": "Guzzle promises library",
1781
            "keywords": [
1782
                "promise"
1783
            ],
1784
            "time": "2016-12-20T10:07:11+00:00"
1785
        },
1786
        {
1787
            "name": "guzzlehttp/psr7",
1788
            "version": "1.4.2",
1789
            "source": {
1790
                "type": "git",
1791
                "url": "https://github.com/guzzle/psr7.git",
1792
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1793
            },
1794
            "dist": {
1795
                "type": "zip",
1796
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1797
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1798
                "shasum": ""
1799
            },
1800
            "require": {
1801
                "php": ">=5.4.0",
1802
                "psr/http-message": "~1.0"
1803
            },
1804
            "provide": {
1805
                "psr/http-message-implementation": "1.0"
1806
            },
1807
            "require-dev": {
1808
                "phpunit/phpunit": "~4.0"
1809
            },
1810
            "type": "library",
1811
            "extra": {
1812
                "branch-alias": {
1813
                    "dev-master": "1.4-dev"
1814
                }
1815
            },
1816
            "autoload": {
1817
                "psr-4": {
1818
                    "GuzzleHttp\\Psr7\\": "src/"
1819
                },
1820
                "files": [
1821
                    "src/functions_include.php"
1822
                ]
1823
            },
1824
            "notification-url": "https://packagist.org/downloads/",
1825
            "license": [
1826
                "MIT"
1827
            ],
1828
            "authors": [
1829
                {
1830
                    "name": "Michael Dowling",
1831
                    "email": "[email protected]",
1832
                    "homepage": "https://github.com/mtdowling"
1833
                },
1834
                {
1835
                    "name": "Tobias Schultze",
1836
                    "homepage": "https://github.com/Tobion"
1837
                }
1838
            ],
1839
            "description": "PSR-7 message implementation that also provides common utility methods",
1840
            "keywords": [
1841
                "http",
1842
                "message",
1843
                "request",
1844
                "response",
1845
                "stream",
1846
                "uri",
1847
                "url"
1848
            ],
1849
            "time": "2017-03-20T17:10:46+00:00"
1850
        },
1851
        {
1852
            "name": "matthiasnoback/symfony-config-test",
1853
            "version": "4.0.0",
1854
            "source": {
1855
                "type": "git",
1856
                "url": "https://github.com/SymfonyTest/SymfonyConfigTest.git",
1857
                "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1"
1858
            },
1859
            "dist": {
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyConfigTest/zipball/d69210afc4aca99038d522f59ccf5074aff2f2e1",
1862
                "reference": "d69210afc4aca99038d522f59ccf5074aff2f2e1",
1863
                "shasum": ""
1864
            },
1865
            "require": {
1866
                "php": "^7.1",
1867
                "symfony/config": "^2.7 || ^3.4 || ^4.0"
1868
            },
1869
            "conflict": {
1870
                "phpunit/phpunit": "<7.0"
1871
            },
1872
            "require-dev": {
1873
                "phpunit/phpunit": "^7.0"
1874
            },
1875
            "type": "library",
1876
            "extra": {
1877
                "branch-alias": {
1878
                    "dev-master": "4.0.x-dev"
1879
                }
1880
            },
1881
            "autoload": {
1882
                "psr-4": {
1883
                    "Matthias\\SymfonyConfigTest\\": ""
1884
                }
1885
            },
1886
            "notification-url": "https://packagist.org/downloads/",
1887
            "license": [
1888
                "MIT"
1889
            ],
1890
            "authors": [
1891
                {
1892
                    "name": "Matthias Noback",
1893
                    "email": "[email protected]",
1894
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1895
                }
1896
            ],
1897
            "description": "Library for testing user classes related to the Symfony Config Component",
1898
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
1899
            "keywords": [
1900
                "config",
1901
                "phpunit",
1902
                "symfony"
1903
            ],
1904
            "time": "2018-03-05T09:21:43+00:00"
1905
        },
1906
        {
1907
            "name": "matthiasnoback/symfony-dependency-injection-test",
1908
            "version": "v3.0.0",
1909
            "source": {
1910
                "type": "git",
1911
                "url": "https://github.com/SymfonyTest/SymfonyDependencyInjectionTest.git",
1912
                "reference": "17e93d791c39849edce452723928b8172691e9c9"
1913
            },
1914
            "dist": {
1915
                "type": "zip",
1916
                "url": "https://api.github.com/repos/SymfonyTest/SymfonyDependencyInjectionTest/zipball/17e93d791c39849edce452723928b8172691e9c9",
1917
                "reference": "17e93d791c39849edce452723928b8172691e9c9",
1918
                "shasum": ""
1919
            },
1920
            "require": {
1921
                "matthiasnoback/symfony-config-test": "^4.0",
1922
                "php": "^7.1",
1923
                "symfony/config": "^2.7 || ^3.3 || ^4.0",
1924
                "symfony/dependency-injection": "^2.7 || ^3.3 || ^4.0",
1925
                "symfony/yaml": "^2.7 || ^3.3 || ^4.0"
1926
            },
1927
            "conflict": {
1928
                "phpunit/phpunit": "<7.0"
1929
            },
1930
            "require-dev": {
1931
                "phpunit/phpunit": "^7.0"
1932
            },
1933
            "type": "library",
1934
            "autoload": {
1935
                "psr-4": {
1936
                    "Matthias\\SymfonyDependencyInjectionTest\\": ""
1937
                }
1938
            },
1939
            "notification-url": "https://packagist.org/downloads/",
1940
            "license": [
1941
                "MIT"
1942
            ],
1943
            "authors": [
1944
                {
1945
                    "name": "Matthias Noback",
1946
                    "email": "[email protected]",
1947
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1948
                }
1949
            ],
1950
            "description": "Library for testing user classes related to the Symfony Dependency Injection Component",
1951
            "homepage": "http://github.com/matthiasnoback/SymfonyDependencyInjectionTest",
1952
            "keywords": [
1953
                "Symfony2",
1954
                "dependency injection",
1955
                "phpunit"
1956
            ],
1957
            "time": "2018-03-06T08:36:41+00:00"
1958
        },
1959
        {
1960
            "name": "paragonie/random_compat",
1961
            "version": "v2.0.17",
1962
            "source": {
1963
                "type": "git",
1964
                "url": "https://github.com/paragonie/random_compat.git",
1965
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
1966
            },
1967
            "dist": {
1968
                "type": "zip",
1969
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
1970
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
1971
                "shasum": ""
1972
            },
1973
            "require": {
1974
                "php": ">=5.2.0"
1975
            },
1976
            "require-dev": {
1977
                "phpunit/phpunit": "4.*|5.*"
1978
            },
1979
            "suggest": {
1980
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1981
            },
1982
            "type": "library",
1983
            "autoload": {
1984
                "files": [
1985
                    "lib/random.php"
1986
                ]
1987
            },
1988
            "notification-url": "https://packagist.org/downloads/",
1989
            "license": [
1990
                "MIT"
1991
            ],
1992
            "authors": [
1993
                {
1994
                    "name": "Paragon Initiative Enterprises",
1995
                    "email": "[email protected]",
1996
                    "homepage": "https://paragonie.com"
1997
                }
1998
            ],
1999
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2000
            "keywords": [
2001
                "csprng",
2002
                "polyfill",
2003
                "pseudorandom",
2004
                "random"
2005
            ],
2006
            "time": "2018-07-04T16:31:37+00:00"
2007
        },
2008
        {
2009
            "name": "php-coveralls/php-coveralls",
2010
            "version": "v2.1.0",
2011
            "source": {
2012
                "type": "git",
2013
                "url": "https://github.com/php-coveralls/php-coveralls.git",
2014
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
2015
            },
2016
            "dist": {
2017
                "type": "zip",
2018
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
2019
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
2020
                "shasum": ""
2021
            },
2022
            "require": {
2023
                "ext-json": "*",
2024
                "ext-simplexml": "*",
2025
                "guzzlehttp/guzzle": "^6.0",
2026
                "php": "^5.5 || ^7.0",
2027
                "psr/log": "^1.0",
2028
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
2029
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
2030
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2031
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2032
            },
2033
            "require-dev": {
2034
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2035
            },
2036
            "suggest": {
2037
                "symfony/http-kernel": "Allows Symfony integration"
2038
            },
2039
            "bin": [
2040
                "bin/php-coveralls"
2041
            ],
2042
            "type": "library",
2043
            "extra": {
2044
                "branch-alias": {
2045
                    "dev-master": "2.1-dev"
2046
                }
2047
            },
2048
            "autoload": {
2049
                "psr-4": {
2050
                    "PhpCoveralls\\": "src/"
2051
                }
2052
            },
2053
            "notification-url": "https://packagist.org/downloads/",
2054
            "license": [
2055
                "MIT"
2056
            ],
2057
            "authors": [
2058
                {
2059
                    "name": "Kitamura Satoshi",
2060
                    "email": "[email protected]",
2061
                    "homepage": "https://www.facebook.com/satooshi.jp",
2062
                    "role": "Original creator"
2063
                },
2064
                {
2065
                    "name": "Takashi Matsuo",
2066
                    "email": "[email protected]"
2067
                },
2068
                {
2069
                    "name": "Google Inc"
2070
                },
2071
                {
2072
                    "name": "Dariusz Ruminski",
2073
                    "email": "[email protected]",
2074
                    "homepage": "https://github.com/keradus"
2075
                },
2076
                {
2077
                    "name": "Contributors",
2078
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2079
                }
2080
            ],
2081
            "description": "PHP client library for Coveralls API",
2082
            "homepage": "https://github.com/php-coveralls/php-coveralls",
2083
            "keywords": [
2084
                "ci",
2085
                "coverage",
2086
                "github",
2087
                "test"
2088
            ],
2089
            "time": "2018-05-22T23:11:08+00:00"
2090
        },
2091
        {
2092
            "name": "php-cs-fixer/diff",
2093
            "version": "v1.3.0",
2094
            "source": {
2095
                "type": "git",
2096
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
2097
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
2098
            },
2099
            "dist": {
2100
                "type": "zip",
2101
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
2102
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
2103
                "shasum": ""
2104
            },
2105
            "require": {
2106
                "php": "^5.6 || ^7.0"
2107
            },
2108
            "require-dev": {
2109
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2110
                "symfony/process": "^3.3"
2111
            },
2112
            "type": "library",
2113
            "autoload": {
2114
                "classmap": [
2115
                    "src/"
2116
                ]
2117
            },
2118
            "notification-url": "https://packagist.org/downloads/",
2119
            "license": [
2120
                "BSD-3-Clause"
2121
            ],
2122
            "authors": [
2123
                {
2124
                    "name": "Kore Nordmann",
2125
                    "email": "[email protected]"
2126
                },
2127
                {
2128
                    "name": "Sebastian Bergmann",
2129
                    "email": "[email protected]"
2130
                },
2131
                {
2132
                    "name": "SpacePossum"
2133
                }
2134
            ],
2135
            "description": "sebastian/diff v2 backport support for PHP5.6",
2136
            "homepage": "https://github.com/PHP-CS-Fixer",
2137
            "keywords": [
2138
                "diff"
2139
            ],
2140
            "time": "2018-02-15T16:58:55+00:00"
2141
        },
2142
        {
2143
            "name": "predis/predis",
2144
            "version": "v1.1.1",
2145
            "source": {
2146
                "type": "git",
2147
                "url": "https://github.com/nrk/predis.git",
2148
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2149
            },
2150
            "dist": {
2151
                "type": "zip",
2152
                "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2153
                "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2154
                "shasum": ""
2155
            },
2156
            "require": {
2157
                "php": ">=5.3.9"
2158
            },
2159
            "require-dev": {
2160
                "phpunit/phpunit": "~4.8"
2161
            },
2162
            "suggest": {
2163
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
2164
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2165
            },
2166
            "type": "library",
2167
            "autoload": {
2168
                "psr-4": {
2169
                    "Predis\\": "src/"
2170
                }
2171
            },
2172
            "notification-url": "https://packagist.org/downloads/",
2173
            "license": [
2174
                "MIT"
2175
            ],
2176
            "authors": [
2177
                {
2178
                    "name": "Daniele Alessandri",
2179
                    "email": "[email protected]",
2180
                    "homepage": "http://clorophilla.net"
2181
                }
2182
            ],
2183
            "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2184
            "homepage": "http://github.com/nrk/predis",
2185
            "keywords": [
2186
                "nosql",
2187
                "predis",
2188
                "redis"
2189
            ],
2190
            "time": "2016-06-16T16:22:20+00:00"
2191
        },
2192
        {
2193
            "name": "psr/cache",
2194
            "version": "1.0.1",
2195
            "source": {
2196
                "type": "git",
2197
                "url": "https://github.com/php-fig/cache.git",
2198
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2199
            },
2200
            "dist": {
2201
                "type": "zip",
2202
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2203
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2204
                "shasum": ""
2205
            },
2206
            "require": {
2207
                "php": ">=5.3.0"
2208
            },
2209
            "type": "library",
2210
            "extra": {
2211
                "branch-alias": {
2212
                    "dev-master": "1.0.x-dev"
2213
                }
2214
            },
2215
            "autoload": {
2216
                "psr-4": {
2217
                    "Psr\\Cache\\": "src/"
2218
                }
2219
            },
2220
            "notification-url": "https://packagist.org/downloads/",
2221
            "license": [
2222
                "MIT"
2223
            ],
2224
            "authors": [
2225
                {
2226
                    "name": "PHP-FIG",
2227
                    "homepage": "http://www.php-fig.org/"
2228
                }
2229
            ],
2230
            "description": "Common interface for caching libraries",
2231
            "keywords": [
2232
                "cache",
2233
                "psr",
2234
                "psr-6"
2235
            ],
2236
            "time": "2016-08-06T20:24:11+00:00"
2237
        },
2238
        {
2239
            "name": "psr/http-message",
2240
            "version": "1.0.1",
2241
            "source": {
2242
                "type": "git",
2243
                "url": "https://github.com/php-fig/http-message.git",
2244
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2245
            },
2246
            "dist": {
2247
                "type": "zip",
2248
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2249
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2250
                "shasum": ""
2251
            },
2252
            "require": {
2253
                "php": ">=5.3.0"
2254
            },
2255
            "type": "library",
2256
            "extra": {
2257
                "branch-alias": {
2258
                    "dev-master": "1.0.x-dev"
2259
                }
2260
            },
2261
            "autoload": {
2262
                "psr-4": {
2263
                    "Psr\\Http\\Message\\": "src/"
2264
                }
2265
            },
2266
            "notification-url": "https://packagist.org/downloads/",
2267
            "license": [
2268
                "MIT"
2269
            ],
2270
            "authors": [
2271
                {
2272
                    "name": "PHP-FIG",
2273
                    "homepage": "http://www.php-fig.org/"
2274
                }
2275
            ],
2276
            "description": "Common interface for HTTP messages",
2277
            "homepage": "https://github.com/php-fig/http-message",
2278
            "keywords": [
2279
                "http",
2280
                "http-message",
2281
                "psr",
2282
                "psr-7",
2283
                "request",
2284
                "response"
2285
            ],
2286
            "time": "2016-08-06T14:39:51+00:00"
2287
        },
2288
        {
2289
            "name": "psr/simple-cache",
2290
            "version": "1.0.1",
2291
            "source": {
2292
                "type": "git",
2293
                "url": "https://github.com/php-fig/simple-cache.git",
2294
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2295
            },
2296
            "dist": {
2297
                "type": "zip",
2298
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2299
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2300
                "shasum": ""
2301
            },
2302
            "require": {
2303
                "php": ">=5.3.0"
2304
            },
2305
            "type": "library",
2306
            "extra": {
2307
                "branch-alias": {
2308
                    "dev-master": "1.0.x-dev"
2309
                }
2310
            },
2311
            "autoload": {
2312
                "psr-4": {
2313
                    "Psr\\SimpleCache\\": "src/"
2314
                }
2315
            },
2316
            "notification-url": "https://packagist.org/downloads/",
2317
            "license": [
2318
                "MIT"
2319
            ],
2320
            "authors": [
2321
                {
2322
                    "name": "PHP-FIG",
2323
                    "homepage": "http://www.php-fig.org/"
2324
                }
2325
            ],
2326
            "description": "Common interfaces for simple caching",
2327
            "keywords": [
2328
                "cache",
2329
                "caching",
2330
                "psr",
2331
                "psr-16",
2332
                "simple-cache"
2333
            ],
2334
            "time": "2017-10-23T01:57:42+00:00"
2335
        },
2336
        {
2337
            "name": "symfony/cache",
2338
            "version": "v4.1.1",
2339
            "source": {
2340
                "type": "git",
2341
                "url": "https://github.com/symfony/cache.git",
2342
                "reference": "be95ef3665747e6ff9d883a8adc87085769009f0"
2343
            },
2344
            "dist": {
2345
                "type": "zip",
2346
                "url": "https://api.github.com/repos/symfony/cache/zipball/be95ef3665747e6ff9d883a8adc87085769009f0",
2347
                "reference": "be95ef3665747e6ff9d883a8adc87085769009f0",
2348
                "shasum": ""
2349
            },
2350
            "require": {
2351
                "php": "^7.1.3",
2352
                "psr/cache": "~1.0",
2353
                "psr/log": "~1.0",
2354
                "psr/simple-cache": "^1.0"
2355
            },
2356
            "conflict": {
2357
                "symfony/var-dumper": "<3.4"
2358
            },
2359
            "provide": {
2360
                "psr/cache-implementation": "1.0",
2361
                "psr/simple-cache-implementation": "1.0"
2362
            },
2363
            "require-dev": {
2364
                "cache/integration-tests": "dev-master",
2365
                "doctrine/cache": "~1.6",
2366
                "doctrine/dbal": "~2.4",
2367
                "predis/predis": "~1.0"
2368
            },
2369
            "type": "library",
2370
            "extra": {
2371
                "branch-alias": {
2372
                    "dev-master": "4.1-dev"
2373
                }
2374
            },
2375
            "autoload": {
2376
                "psr-4": {
2377
                    "Symfony\\Component\\Cache\\": ""
2378
                },
2379
                "exclude-from-classmap": [
2380
                    "/Tests/"
2381
                ]
2382
            },
2383
            "notification-url": "https://packagist.org/downloads/",
2384
            "license": [
2385
                "MIT"
2386
            ],
2387
            "authors": [
2388
                {
2389
                    "name": "Nicolas Grekas",
2390
                    "email": "[email protected]"
2391
                },
2392
                {
2393
                    "name": "Symfony Community",
2394
                    "homepage": "https://symfony.com/contributors"
2395
                }
2396
            ],
2397
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2398
            "homepage": "https://symfony.com",
2399
            "keywords": [
2400
                "caching",
2401
                "psr6"
2402
            ],
2403
            "time": "2018-06-22T08:59:39+00:00"
2404
        },
2405
        {
2406
            "name": "symfony/config",
2407
            "version": "v4.1.1",
2408
            "source": {
2409
                "type": "git",
2410
                "url": "https://github.com/symfony/config.git",
2411
                "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5"
2412
            },
2413
            "dist": {
2414
                "type": "zip",
2415
                "url": "https://api.github.com/repos/symfony/config/zipball/e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
2416
                "reference": "e57e7b573df9d0eaa8c0152768c708ee7ea2b8e5",
2417
                "shasum": ""
2418
            },
2419
            "require": {
2420
                "php": "^7.1.3",
2421
                "symfony/filesystem": "~3.4|~4.0",
2422
                "symfony/polyfill-ctype": "~1.8"
2423
            },
2424
            "conflict": {
2425
                "symfony/finder": "<3.4"
2426
            },
2427
            "require-dev": {
2428
                "symfony/dependency-injection": "~3.4|~4.0",
2429
                "symfony/event-dispatcher": "~3.4|~4.0",
2430
                "symfony/finder": "~3.4|~4.0",
2431
                "symfony/yaml": "~3.4|~4.0"
2432
            },
2433
            "suggest": {
2434
                "symfony/yaml": "To use the yaml reference dumper"
2435
            },
2436
            "type": "library",
2437
            "extra": {
2438
                "branch-alias": {
2439
                    "dev-master": "4.1-dev"
2440
                }
2441
            },
2442
            "autoload": {
2443
                "psr-4": {
2444
                    "Symfony\\Component\\Config\\": ""
2445
                },
2446
                "exclude-from-classmap": [
2447
                    "/Tests/"
2448
                ]
2449
            },
2450
            "notification-url": "https://packagist.org/downloads/",
2451
            "license": [
2452
                "MIT"
2453
            ],
2454
            "authors": [
2455
                {
2456
                    "name": "Fabien Potencier",
2457
                    "email": "[email protected]"
2458
                },
2459
                {
2460
                    "name": "Symfony Community",
2461
                    "homepage": "https://symfony.com/contributors"
2462
                }
2463
            ],
2464
            "description": "Symfony Config Component",
2465
            "homepage": "https://symfony.com",
2466
            "time": "2018-06-20T11:15:17+00:00"
2467
        },
2468
        {
2469
            "name": "symfony/console",
2470
            "version": "v4.1.1",
2471
            "source": {
2472
                "type": "git",
2473
                "url": "https://github.com/symfony/console.git",
2474
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f"
2475
            },
2476
            "dist": {
2477
                "type": "zip",
2478
                "url": "https://api.github.com/repos/symfony/console/zipball/70591cda56b4b47c55776ac78e157c4bb6c8b43f",
2479
                "reference": "70591cda56b4b47c55776ac78e157c4bb6c8b43f",
2480
                "shasum": ""
2481
            },
2482
            "require": {
2483
                "php": "^7.1.3",
2484
                "symfony/polyfill-mbstring": "~1.0"
2485
            },
2486
            "conflict": {
2487
                "symfony/dependency-injection": "<3.4",
2488
                "symfony/process": "<3.3"
2489
            },
2490
            "require-dev": {
2491
                "psr/log": "~1.0",
2492
                "symfony/config": "~3.4|~4.0",
2493
                "symfony/dependency-injection": "~3.4|~4.0",
2494
                "symfony/event-dispatcher": "~3.4|~4.0",
2495
                "symfony/lock": "~3.4|~4.0",
2496
                "symfony/process": "~3.4|~4.0"
2497
            },
2498
            "suggest": {
2499
                "psr/log-implementation": "For using the console logger",
2500
                "symfony/event-dispatcher": "",
2501
                "symfony/lock": "",
2502
                "symfony/process": ""
2503
            },
2504
            "type": "library",
2505
            "extra": {
2506
                "branch-alias": {
2507
                    "dev-master": "4.1-dev"
2508
                }
2509
            },
2510
            "autoload": {
2511
                "psr-4": {
2512
                    "Symfony\\Component\\Console\\": ""
2513
                },
2514
                "exclude-from-classmap": [
2515
                    "/Tests/"
2516
                ]
2517
            },
2518
            "notification-url": "https://packagist.org/downloads/",
2519
            "license": [
2520
                "MIT"
2521
            ],
2522
            "authors": [
2523
                {
2524
                    "name": "Fabien Potencier",
2525
                    "email": "[email protected]"
2526
                },
2527
                {
2528
                    "name": "Symfony Community",
2529
                    "homepage": "https://symfony.com/contributors"
2530
                }
2531
            ],
2532
            "description": "Symfony Console Component",
2533
            "homepage": "https://symfony.com",
2534
            "time": "2018-05-31T10:17:53+00:00"
2535
        },
2536
        {
2537
            "name": "symfony/filesystem",
2538
            "version": "v4.1.1",
2539
            "source": {
2540
                "type": "git",
2541
                "url": "https://github.com/symfony/filesystem.git",
2542
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
2543
            },
2544
            "dist": {
2545
                "type": "zip",
2546
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2547
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
2548
                "shasum": ""
2549
            },
2550
            "require": {
2551
                "php": "^7.1.3",
2552
                "symfony/polyfill-ctype": "~1.8"
2553
            },
2554
            "type": "library",
2555
            "extra": {
2556
                "branch-alias": {
2557
                    "dev-master": "4.1-dev"
2558
                }
2559
            },
2560
            "autoload": {
2561
                "psr-4": {
2562
                    "Symfony\\Component\\Filesystem\\": ""
2563
                },
2564
                "exclude-from-classmap": [
2565
                    "/Tests/"
2566
                ]
2567
            },
2568
            "notification-url": "https://packagist.org/downloads/",
2569
            "license": [
2570
                "MIT"
2571
            ],
2572
            "authors": [
2573
                {
2574
                    "name": "Fabien Potencier",
2575
                    "email": "[email protected]"
2576
                },
2577
                {
2578
                    "name": "Symfony Community",
2579
                    "homepage": "https://symfony.com/contributors"
2580
                }
2581
            ],
2582
            "description": "Symfony Filesystem Component",
2583
            "homepage": "https://symfony.com",
2584
            "time": "2018-05-30T07:26:09+00:00"
2585
        },
2586
        {
2587
            "name": "symfony/finder",
2588
            "version": "v4.1.1",
2589
            "source": {
2590
                "type": "git",
2591
                "url": "https://github.com/symfony/finder.git",
2592
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
2593
            },
2594
            "dist": {
2595
                "type": "zip",
2596
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
2597
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
2598
                "shasum": ""
2599
            },
2600
            "require": {
2601
                "php": "^7.1.3"
2602
            },
2603
            "type": "library",
2604
            "extra": {
2605
                "branch-alias": {
2606
                    "dev-master": "4.1-dev"
2607
                }
2608
            },
2609
            "autoload": {
2610
                "psr-4": {
2611
                    "Symfony\\Component\\Finder\\": ""
2612
                },
2613
                "exclude-from-classmap": [
2614
                    "/Tests/"
2615
                ]
2616
            },
2617
            "notification-url": "https://packagist.org/downloads/",
2618
            "license": [
2619
                "MIT"
2620
            ],
2621
            "authors": [
2622
                {
2623
                    "name": "Fabien Potencier",
2624
                    "email": "[email protected]"
2625
                },
2626
                {
2627
                    "name": "Symfony Community",
2628
                    "homepage": "https://symfony.com/contributors"
2629
                }
2630
            ],
2631
            "description": "Symfony Finder Component",
2632
            "homepage": "https://symfony.com",
2633
            "time": "2018-06-19T21:38:16+00:00"
2634
        },
2635
        {
2636
            "name": "symfony/framework-bundle",
2637
            "version": "v4.1.1",
2638
            "source": {
2639
                "type": "git",
2640
                "url": "https://github.com/symfony/framework-bundle.git",
2641
                "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8"
2642
            },
2643
            "dist": {
2644
                "type": "zip",
2645
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
2646
                "reference": "a34630e9712b23fb0a20cc12fe937a9ddcaacbe8",
2647
                "shasum": ""
2648
            },
2649
            "require": {
2650
                "ext-xml": "*",
2651
                "php": "^7.1.3",
2652
                "symfony/cache": "~3.4|~4.0",
2653
                "symfony/config": "~3.4|~4.0",
2654
                "symfony/dependency-injection": "^4.1.1",
2655
                "symfony/event-dispatcher": "^4.1",
2656
                "symfony/filesystem": "~3.4|~4.0",
2657
                "symfony/finder": "~3.4|~4.0",
2658
                "symfony/http-foundation": "^4.1",
2659
                "symfony/http-kernel": "^4.1",
2660
                "symfony/polyfill-mbstring": "~1.0",
2661
                "symfony/routing": "^4.1"
2662
            },
2663
            "conflict": {
2664
                "phpdocumentor/reflection-docblock": "<3.0",
2665
                "phpdocumentor/type-resolver": "<0.2.1",
2666
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2667
                "symfony/asset": "<3.4",
2668
                "symfony/console": "<3.4",
2669
                "symfony/form": "<4.1",
2670
                "symfony/property-info": "<3.4",
2671
                "symfony/serializer": "<4.1",
2672
                "symfony/stopwatch": "<3.4",
2673
                "symfony/translation": "<3.4",
2674
                "symfony/validator": "<4.1",
2675
                "symfony/workflow": "<4.1"
2676
            },
2677
            "require-dev": {
2678
                "doctrine/annotations": "~1.0",
2679
                "doctrine/cache": "~1.0",
2680
                "fig/link-util": "^1.0",
2681
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2682
                "symfony/asset": "~3.4|~4.0",
2683
                "symfony/browser-kit": "~3.4|~4.0",
2684
                "symfony/console": "~3.4|~4.0",
2685
                "symfony/css-selector": "~3.4|~4.0",
2686
                "symfony/dom-crawler": "~3.4|~4.0",
2687
                "symfony/expression-language": "~3.4|~4.0",
2688
                "symfony/form": "^4.1",
2689
                "symfony/lock": "~3.4|~4.0",
2690
                "symfony/messenger": "^4.1",
2691
                "symfony/polyfill-intl-icu": "~1.0",
2692
                "symfony/process": "~3.4|~4.0",
2693
                "symfony/property-info": "~3.4|~4.0",
2694
                "symfony/security": "~3.4|~4.0",
2695
                "symfony/security-core": "~3.4|~4.0",
2696
                "symfony/security-csrf": "~3.4|~4.0",
2697
                "symfony/serializer": "^4.1",
2698
                "symfony/stopwatch": "~3.4|~4.0",
2699
                "symfony/templating": "~3.4|~4.0",
2700
                "symfony/translation": "~3.4|~4.0",
2701
                "symfony/validator": "^4.1",
2702
                "symfony/var-dumper": "~3.4|~4.0",
2703
                "symfony/web-link": "~3.4|~4.0",
2704
                "symfony/workflow": "^4.1",
2705
                "symfony/yaml": "~3.4|~4.0",
2706
                "twig/twig": "~1.34|~2.4"
2707
            },
2708
            "suggest": {
2709
                "ext-apcu": "For best performance of the system caches",
2710
                "symfony/console": "For using the console commands",
2711
                "symfony/form": "For using forms",
2712
                "symfony/property-info": "For using the property_info service",
2713
                "symfony/serializer": "For using the serializer service",
2714
                "symfony/validator": "For using validation",
2715
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2716
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2717
            },
2718
            "type": "symfony-bundle",
2719
            "extra": {
2720
                "branch-alias": {
2721
                    "dev-master": "4.1-dev"
2722
                }
2723
            },
2724
            "autoload": {
2725
                "psr-4": {
2726
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2727
                },
2728
                "exclude-from-classmap": [
2729
                    "/Tests/"
2730
                ]
2731
            },
2732
            "notification-url": "https://packagist.org/downloads/",
2733
            "license": [
2734
                "MIT"
2735
            ],
2736
            "authors": [
2737
                {
2738
                    "name": "Fabien Potencier",
2739
                    "email": "[email protected]"
2740
                },
2741
                {
2742
                    "name": "Symfony Community",
2743
                    "homepage": "https://symfony.com/contributors"
2744
                }
2745
            ],
2746
            "description": "Symfony FrameworkBundle",
2747
            "homepage": "https://symfony.com",
2748
            "time": "2018-06-20T21:41:56+00:00"
2749
        },
2750
        {
2751
            "name": "symfony/options-resolver",
2752
            "version": "v4.1.1",
2753
            "source": {
2754
                "type": "git",
2755
                "url": "https://github.com/symfony/options-resolver.git",
2756
                "reference": "45cdcc8a96ef92b43a50723e6d1f5f83096e8cef"
2757
            },
2758
            "dist": {
2759
                "type": "zip",
2760
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/45cdcc8a96ef92b43a50723e6d1f5f83096e8cef",
2761
                "reference": "45cdcc8a96ef92b43a50723e6d1f5f83096e8cef",
2762
                "shasum": ""
2763
            },
2764
            "require": {
2765
                "php": "^7.1.3"
2766
            },
2767
            "type": "library",
2768
            "extra": {
2769
                "branch-alias": {
2770
                    "dev-master": "4.1-dev"
2771
                }
2772
            },
2773
            "autoload": {
2774
                "psr-4": {
2775
                    "Symfony\\Component\\OptionsResolver\\": ""
2776
                },
2777
                "exclude-from-classmap": [
2778
                    "/Tests/"
2779
                ]
2780
            },
2781
            "notification-url": "https://packagist.org/downloads/",
2782
            "license": [
2783
                "MIT"
2784
            ],
2785
            "authors": [
2786
                {
2787
                    "name": "Fabien Potencier",
2788
                    "email": "[email protected]"
2789
                },
2790
                {
2791
                    "name": "Symfony Community",
2792
                    "homepage": "https://symfony.com/contributors"
2793
                }
2794
            ],
2795
            "description": "Symfony OptionsResolver Component",
2796
            "homepage": "https://symfony.com",
2797
            "keywords": [
2798
                "config",
2799
                "configuration",
2800
                "options"
2801
            ],
2802
            "time": "2018-05-31T10:17:53+00:00"
2803
        },
2804
        {
2805
            "name": "symfony/phpunit-bridge",
2806
            "version": "v4.1.1",
2807
            "source": {
2808
                "type": "git",
2809
                "url": "https://github.com/symfony/phpunit-bridge.git",
2810
                "reference": "c7f28cbf2df4e9deed7fc376ca4f146eaa5afc8a"
2811
            },
2812
            "dist": {
2813
                "type": "zip",
2814
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c7f28cbf2df4e9deed7fc376ca4f146eaa5afc8a",
2815
                "reference": "c7f28cbf2df4e9deed7fc376ca4f146eaa5afc8a",
2816
                "shasum": ""
2817
            },
2818
            "require": {
2819
                "php": ">=5.3.3"
2820
            },
2821
            "conflict": {
2822
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2823
            },
2824
            "suggest": {
2825
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
2826
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2827
            },
2828
            "bin": [
2829
                "bin/simple-phpunit"
2830
            ],
2831
            "type": "symfony-bridge",
2832
            "extra": {
2833
                "branch-alias": {
2834
                    "dev-master": "4.1-dev"
2835
                },
2836
                "thanks": {
2837
                    "name": "phpunit/phpunit",
2838
                    "url": "https://github.com/sebastianbergmann/phpunit"
2839
                }
2840
            },
2841
            "autoload": {
2842
                "files": [
2843
                    "bootstrap.php"
2844
                ],
2845
                "psr-4": {
2846
                    "Symfony\\Bridge\\PhpUnit\\": ""
2847
                },
2848
                "exclude-from-classmap": [
2849
                    "/Tests/"
2850
                ]
2851
            },
2852
            "notification-url": "https://packagist.org/downloads/",
2853
            "license": [
2854
                "MIT"
2855
            ],
2856
            "authors": [
2857
                {
2858
                    "name": "Nicolas Grekas",
2859
                    "email": "[email protected]"
2860
                },
2861
                {
2862
                    "name": "Symfony Community",
2863
                    "homepage": "https://symfony.com/contributors"
2864
                }
2865
            ],
2866
            "description": "Symfony PHPUnit Bridge",
2867
            "homepage": "https://symfony.com",
2868
            "time": "2018-06-11T12:56:28+00:00"
2869
        },
2870
        {
2871
            "name": "symfony/polyfill-php70",
2872
            "version": "v1.8.0",
2873
            "source": {
2874
                "type": "git",
2875
                "url": "https://github.com/symfony/polyfill-php70.git",
2876
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
2877
            },
2878
            "dist": {
2879
                "type": "zip",
2880
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
2881
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
2882
                "shasum": ""
2883
            },
2884
            "require": {
2885
                "paragonie/random_compat": "~1.0|~2.0",
2886
                "php": ">=5.3.3"
2887
            },
2888
            "type": "library",
2889
            "extra": {
2890
                "branch-alias": {
2891
                    "dev-master": "1.8-dev"
2892
                }
2893
            },
2894
            "autoload": {
2895
                "psr-4": {
2896
                    "Symfony\\Polyfill\\Php70\\": ""
2897
                },
2898
                "files": [
2899
                    "bootstrap.php"
2900
                ],
2901
                "classmap": [
2902
                    "Resources/stubs"
2903
                ]
2904
            },
2905
            "notification-url": "https://packagist.org/downloads/",
2906
            "license": [
2907
                "MIT"
2908
            ],
2909
            "authors": [
2910
                {
2911
                    "name": "Nicolas Grekas",
2912
                    "email": "[email protected]"
2913
                },
2914
                {
2915
                    "name": "Symfony Community",
2916
                    "homepage": "https://symfony.com/contributors"
2917
                }
2918
            ],
2919
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2920
            "homepage": "https://symfony.com",
2921
            "keywords": [
2922
                "compatibility",
2923
                "polyfill",
2924
                "portable",
2925
                "shim"
2926
            ],
2927
            "time": "2018-04-26T10:06:28+00:00"
2928
        },
2929
        {
2930
            "name": "symfony/polyfill-php72",
2931
            "version": "v1.8.0",
2932
            "source": {
2933
                "type": "git",
2934
                "url": "https://github.com/symfony/polyfill-php72.git",
2935
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
2936
            },
2937
            "dist": {
2938
                "type": "zip",
2939
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2940
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2941
                "shasum": ""
2942
            },
2943
            "require": {
2944
                "php": ">=5.3.3"
2945
            },
2946
            "type": "library",
2947
            "extra": {
2948
                "branch-alias": {
2949
                    "dev-master": "1.8-dev"
2950
                }
2951
            },
2952
            "autoload": {
2953
                "psr-4": {
2954
                    "Symfony\\Polyfill\\Php72\\": ""
2955
                },
2956
                "files": [
2957
                    "bootstrap.php"
2958
                ]
2959
            },
2960
            "notification-url": "https://packagist.org/downloads/",
2961
            "license": [
2962
                "MIT"
2963
            ],
2964
            "authors": [
2965
                {
2966
                    "name": "Nicolas Grekas",
2967
                    "email": "[email protected]"
2968
                },
2969
                {
2970
                    "name": "Symfony Community",
2971
                    "homepage": "https://symfony.com/contributors"
2972
                }
2973
            ],
2974
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2975
            "homepage": "https://symfony.com",
2976
            "keywords": [
2977
                "compatibility",
2978
                "polyfill",
2979
                "portable",
2980
                "shim"
2981
            ],
2982
            "time": "2018-04-26T10:06:28+00:00"
2983
        },
2984
        {
2985
            "name": "symfony/process",
2986
            "version": "v4.1.1",
2987
            "source": {
2988
                "type": "git",
2989
                "url": "https://github.com/symfony/process.git",
2990
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
2991
            },
2992
            "dist": {
2993
                "type": "zip",
2994
                "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
2995
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
2996
                "shasum": ""
2997
            },
2998
            "require": {
2999
                "php": "^7.1.3"
3000
            },
3001
            "type": "library",
3002
            "extra": {
3003
                "branch-alias": {
3004
                    "dev-master": "4.1-dev"
3005
                }
3006
            },
3007
            "autoload": {
3008
                "psr-4": {
3009
                    "Symfony\\Component\\Process\\": ""
3010
                },
3011
                "exclude-from-classmap": [
3012
                    "/Tests/"
3013
                ]
3014
            },
3015
            "notification-url": "https://packagist.org/downloads/",
3016
            "license": [
3017
                "MIT"
3018
            ],
3019
            "authors": [
3020
                {
3021
                    "name": "Fabien Potencier",
3022
                    "email": "[email protected]"
3023
                },
3024
                {
3025
                    "name": "Symfony Community",
3026
                    "homepage": "https://symfony.com/contributors"
3027
                }
3028
            ],
3029
            "description": "Symfony Process Component",
3030
            "homepage": "https://symfony.com",
3031
            "time": "2018-05-31T10:17:53+00:00"
3032
        },
3033
        {
3034
            "name": "symfony/routing",
3035
            "version": "v4.1.1",
3036
            "source": {
3037
                "type": "git",
3038
                "url": "https://github.com/symfony/routing.git",
3039
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932"
3040
            },
3041
            "dist": {
3042
                "type": "zip",
3043
                "url": "https://api.github.com/repos/symfony/routing/zipball/b38b9797327b26ea2e4146a40e6e2dc9820a6932",
3044
                "reference": "b38b9797327b26ea2e4146a40e6e2dc9820a6932",
3045
                "shasum": ""
3046
            },
3047
            "require": {
3048
                "php": "^7.1.3"
3049
            },
3050
            "conflict": {
3051
                "symfony/config": "<3.4",
3052
                "symfony/dependency-injection": "<3.4",
3053
                "symfony/yaml": "<3.4"
3054
            },
3055
            "require-dev": {
3056
                "doctrine/annotations": "~1.0",
3057
                "psr/log": "~1.0",
3058
                "symfony/config": "~3.4|~4.0",
3059
                "symfony/dependency-injection": "~3.4|~4.0",
3060
                "symfony/expression-language": "~3.4|~4.0",
3061
                "symfony/http-foundation": "~3.4|~4.0",
3062
                "symfony/yaml": "~3.4|~4.0"
3063
            },
3064
            "suggest": {
3065
                "doctrine/annotations": "For using the annotation loader",
3066
                "symfony/config": "For using the all-in-one router or any loader",
3067
                "symfony/dependency-injection": "For loading routes from a service",
3068
                "symfony/expression-language": "For using expression matching",
3069
                "symfony/http-foundation": "For using a Symfony Request object",
3070
                "symfony/yaml": "For using the YAML loader"
3071
            },
3072
            "type": "library",
3073
            "extra": {
3074
                "branch-alias": {
3075
                    "dev-master": "4.1-dev"
3076
                }
3077
            },
3078
            "autoload": {
3079
                "psr-4": {
3080
                    "Symfony\\Component\\Routing\\": ""
3081
                },
3082
                "exclude-from-classmap": [
3083
                    "/Tests/"
3084
                ]
3085
            },
3086
            "notification-url": "https://packagist.org/downloads/",
3087
            "license": [
3088
                "MIT"
3089
            ],
3090
            "authors": [
3091
                {
3092
                    "name": "Fabien Potencier",
3093
                    "email": "[email protected]"
3094
                },
3095
                {
3096
                    "name": "Symfony Community",
3097
                    "homepage": "https://symfony.com/contributors"
3098
                }
3099
            ],
3100
            "description": "Symfony Routing Component",
3101
            "homepage": "https://symfony.com",
3102
            "keywords": [
3103
                "router",
3104
                "routing",
3105
                "uri",
3106
                "url"
3107
            ],
3108
            "time": "2018-06-19T21:38:16+00:00"
3109
        },
3110
        {
3111
            "name": "symfony/stopwatch",
3112
            "version": "v4.1.1",
3113
            "source": {
3114
                "type": "git",
3115
                "url": "https://github.com/symfony/stopwatch.git",
3116
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784"
3117
            },
3118
            "dist": {
3119
                "type": "zip",
3120
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/07463bbbbbfe119045a24c4a516f92ebd2752784",
3121
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784",
3122
                "shasum": ""
3123
            },
3124
            "require": {
3125
                "php": "^7.1.3"
3126
            },
3127
            "type": "library",
3128
            "extra": {
3129
                "branch-alias": {
3130
                    "dev-master": "4.1-dev"
3131
                }
3132
            },
3133
            "autoload": {
3134
                "psr-4": {
3135
                    "Symfony\\Component\\Stopwatch\\": ""
3136
                },
3137
                "exclude-from-classmap": [
3138
                    "/Tests/"
3139
                ]
3140
            },
3141
            "notification-url": "https://packagist.org/downloads/",
3142
            "license": [
3143
                "MIT"
3144
            ],
3145
            "authors": [
3146
                {
3147
                    "name": "Fabien Potencier",
3148
                    "email": "[email protected]"
3149
                },
3150
                {
3151
                    "name": "Symfony Community",
3152
                    "homepage": "https://symfony.com/contributors"
3153
                }
3154
            ],
3155
            "description": "Symfony Stopwatch Component",
3156
            "homepage": "https://symfony.com",
3157
            "time": "2018-02-19T16:51:42+00:00"
3158
        },
3159
        {
3160
            "name": "symfony/yaml",
3161
            "version": "v4.1.1",
3162
            "source": {
3163
                "type": "git",
3164
                "url": "https://github.com/symfony/yaml.git",
3165
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
3166
            },
3167
            "dist": {
3168
                "type": "zip",
3169
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3170
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3171
                "shasum": ""
3172
            },
3173
            "require": {
3174
                "php": "^7.1.3",
3175
                "symfony/polyfill-ctype": "~1.8"
3176
            },
3177
            "conflict": {
3178
                "symfony/console": "<3.4"
3179
            },
3180
            "require-dev": {
3181
                "symfony/console": "~3.4|~4.0"
3182
            },
3183
            "suggest": {
3184
                "symfony/console": "For validating YAML files using the lint command"
3185
            },
3186
            "type": "library",
3187
            "extra": {
3188
                "branch-alias": {
3189
                    "dev-master": "4.1-dev"
3190
                }
3191
            },
3192
            "autoload": {
3193
                "psr-4": {
3194
                    "Symfony\\Component\\Yaml\\": ""
3195
                },
3196
                "exclude-from-classmap": [
3197
                    "/Tests/"
3198
                ]
3199
            },
3200
            "notification-url": "https://packagist.org/downloads/",
3201
            "license": [
3202
                "MIT"
3203
            ],
3204
            "authors": [
3205
                {
3206
                    "name": "Fabien Potencier",
3207
                    "email": "[email protected]"
3208
                },
3209
                {
3210
                    "name": "Symfony Community",
3211
                    "homepage": "https://symfony.com/contributors"
3212
                }
3213
            ],
3214
            "description": "Symfony Yaml Component",
3215
            "homepage": "https://symfony.com",
3216
            "time": "2018-05-30T07:26:09+00:00"
3217
        }
3218
    ],
3219
    "aliases": [],
3220
    "minimum-stability": "stable",
3221
    "stability-flags": {
3222
        "lcobucci/jwt": 20
3223
    },
3224
    "prefer-stable": false,
3225
    "prefer-lowest": false,
3226
    "platform": {
3227
        "php": "^7.1"
3228
    },
3229
    "platform-dev": []
3230
}
3231