Completed
Branch master (f8cbfe)
by Ankit
09:25
created

composer.lock (1 issue)

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