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
Pull Request — master (#24)
by
unknown
02:08
created

composer.lock (1 issue)

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