Projekt

Obecné

Profil

Stáhnout (135 KB) Statistiky
| Větev: | Revize:
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": "ad8af3a630c5aaf41cb4c34e85f43c43",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "roman@code-factory.org"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "kontakt@beberlei.de"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "guilhermeblanco@gmail.com"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "jonwage@gmail.com"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "schmittjoh@gmail.com"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "dragonmantank/cron-expression",
78
            "version": "v2.0.0",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/dragonmantank/cron-expression.git",
82
                "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
87
                "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=7.0.0"
92
            },
93
            "require-dev": {
94
                "phpunit/phpunit": "~5.7"
95
            },
96
            "type": "library",
97
            "autoload": {
98
                "psr-4": {
99
                    "Cron\\": "src/Cron/"
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "Michael Dowling",
109
                    "email": "mtdowling@gmail.com",
110
                    "homepage": "https://github.com/mtdowling"
111
                },
112
                {
113
                    "name": "Chris Tankersley",
114
                    "email": "chris@ctankersley.com",
115
                    "homepage": "https://github.com/dragonmantank"
116
                }
117
            ],
118
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
119
            "keywords": [
120
                "cron",
121
                "schedule"
122
            ],
123
            "time": "2017-10-12T15:59:13+00:00"
124
        },
125
        {
126
            "name": "illuminate/auth",
127
            "version": "v5.6.15",
128
            "source": {
129
                "type": "git",
130
                "url": "https://github.com/illuminate/auth.git",
131
                "reference": "2145f33efb348474f4f1d7f723f0bd742851e6ed"
132
            },
133
            "dist": {
134
                "type": "zip",
135
                "url": "https://api.github.com/repos/illuminate/auth/zipball/2145f33efb348474f4f1d7f723f0bd742851e6ed",
136
                "reference": "2145f33efb348474f4f1d7f723f0bd742851e6ed",
137
                "shasum": ""
138
            },
139
            "require": {
140
                "illuminate/contracts": "5.6.*",
141
                "illuminate/http": "5.6.*",
142
                "illuminate/queue": "5.6.*",
143
                "illuminate/support": "5.6.*",
144
                "php": "^7.1.3"
145
            },
146
            "suggest": {
147
                "illuminate/console": "Required to use the auth:clear-resets command (5.6.*).",
148
                "illuminate/queue": "Required to fire login / logout events (5.6.*).",
149
                "illuminate/session": "Required to use the session based guard (5.6.*)."
150
            },
151
            "type": "library",
152
            "extra": {
153
                "branch-alias": {
154
                    "dev-master": "5.6-dev"
155
                }
156
            },
157
            "autoload": {
158
                "psr-4": {
159
                    "Illuminate\\Auth\\": ""
160
                }
161
            },
162
            "notification-url": "https://packagist.org/downloads/",
163
            "license": [
164
                "MIT"
165
            ],
166
            "authors": [
167
                {
168
                    "name": "Taylor Otwell",
169
                    "email": "taylor@laravel.com"
170
                }
171
            ],
172
            "description": "The Illuminate Auth package.",
173
            "homepage": "https://laravel.com",
174
            "time": "2018-03-28T14:06:13+00:00"
175
        },
176
        {
177
            "name": "illuminate/broadcasting",
178
            "version": "v5.6.15",
179
            "source": {
180
                "type": "git",
181
                "url": "https://github.com/illuminate/broadcasting.git",
182
                "reference": "4953e8447b201552bb90c298276745a6a5240f81"
183
            },
184
            "dist": {
185
                "type": "zip",
186
                "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/4953e8447b201552bb90c298276745a6a5240f81",
187
                "reference": "4953e8447b201552bb90c298276745a6a5240f81",
188
                "shasum": ""
189
            },
190
            "require": {
191
                "illuminate/bus": "5.6.*",
192
                "illuminate/contracts": "5.6.*",
193
                "illuminate/queue": "5.6.*",
194
                "illuminate/support": "5.6.*",
195
                "php": "^7.1.3",
196
                "psr/log": "~1.0"
197
            },
198
            "suggest": {
199
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0)."
200
            },
201
            "type": "library",
202
            "extra": {
203
                "branch-alias": {
204
                    "dev-master": "5.6-dev"
205
                }
206
            },
207
            "autoload": {
208
                "psr-4": {
209
                    "Illuminate\\Broadcasting\\": ""
210
                }
211
            },
212
            "notification-url": "https://packagist.org/downloads/",
213
            "license": [
214
                "MIT"
215
            ],
216
            "authors": [
217
                {
218
                    "name": "Taylor Otwell",
219
                    "email": "taylor@laravel.com"
220
                }
221
            ],
222
            "description": "The Illuminate Broadcasting package.",
223
            "homepage": "https://laravel.com",
224
            "time": "2018-01-03T16:10:25+00:00"
225
        },
226
        {
227
            "name": "illuminate/bus",
228
            "version": "v5.6.15",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/illuminate/bus.git",
232
                "reference": "8702a90ae06fabf080cb2cfffda3efaeae0e417a"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/illuminate/bus/zipball/8702a90ae06fabf080cb2cfffda3efaeae0e417a",
237
                "reference": "8702a90ae06fabf080cb2cfffda3efaeae0e417a",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "illuminate/contracts": "5.6.*",
242
                "illuminate/pipeline": "5.6.*",
243
                "illuminate/support": "5.6.*",
244
                "php": "^7.1.3"
245
            },
246
            "type": "library",
247
            "extra": {
248
                "branch-alias": {
249
                    "dev-master": "5.6-dev"
250
                }
251
            },
252
            "autoload": {
253
                "psr-4": {
254
                    "Illuminate\\Bus\\": ""
255
                }
256
            },
257
            "notification-url": "https://packagist.org/downloads/",
258
            "license": [
259
                "MIT"
260
            ],
261
            "authors": [
262
                {
263
                    "name": "Taylor Otwell",
264
                    "email": "taylor@laravel.com"
265
                }
266
            ],
267
            "description": "The Illuminate Bus package.",
268
            "homepage": "https://laravel.com",
269
            "time": "2017-12-14T13:30:55+00:00"
270
        },
271
        {
272
            "name": "illuminate/cache",
273
            "version": "v5.6.15",
274
            "source": {
275
                "type": "git",
276
                "url": "https://github.com/illuminate/cache.git",
277
                "reference": "ef5400e0eaf39b861aa82929f4f8258f793c4d62"
278
            },
279
            "dist": {
280
                "type": "zip",
281
                "url": "https://api.github.com/repos/illuminate/cache/zipball/ef5400e0eaf39b861aa82929f4f8258f793c4d62",
282
                "reference": "ef5400e0eaf39b861aa82929f4f8258f793c4d62",
283
                "shasum": ""
284
            },
285
            "require": {
286
                "illuminate/contracts": "5.6.*",
287
                "illuminate/support": "5.6.*",
288
                "php": "^7.1.3"
289
            },
290
            "suggest": {
291
                "illuminate/database": "Required to use the database cache driver (5.6.*).",
292
                "illuminate/filesystem": "Required to use the file cache driver (5.6.*).",
293
                "illuminate/redis": "Required to use the redis cache driver (5.6.*)."
294
            },
295
            "type": "library",
296
            "extra": {
297
                "branch-alias": {
298
                    "dev-master": "5.6-dev"
299
                }
300
            },
301
            "autoload": {
302
                "psr-4": {
303
                    "Illuminate\\Cache\\": ""
304
                }
305
            },
306
            "notification-url": "https://packagist.org/downloads/",
307
            "license": [
308
                "MIT"
309
            ],
310
            "authors": [
311
                {
312
                    "name": "Taylor Otwell",
313
                    "email": "taylor@laravel.com"
314
                }
315
            ],
316
            "description": "The Illuminate Cache package.",
317
            "homepage": "https://laravel.com",
318
            "time": "2018-03-29T02:59:54+00:00"
319
        },
320
        {
321
            "name": "illuminate/config",
322
            "version": "v5.6.15",
323
            "source": {
324
                "type": "git",
325
                "url": "https://github.com/illuminate/config.git",
326
                "reference": "e8158dff3189deed846c84c66c60fa68c21ee579"
327
            },
328
            "dist": {
329
                "type": "zip",
330
                "url": "https://api.github.com/repos/illuminate/config/zipball/e8158dff3189deed846c84c66c60fa68c21ee579",
331
                "reference": "e8158dff3189deed846c84c66c60fa68c21ee579",
332
                "shasum": ""
333
            },
334
            "require": {
335
                "illuminate/contracts": "5.6.*",
336
                "illuminate/support": "5.6.*",
337
                "php": "^7.1.3"
338
            },
339
            "type": "library",
340
            "extra": {
341
                "branch-alias": {
342
                    "dev-master": "5.6-dev"
343
                }
344
            },
345
            "autoload": {
346
                "psr-4": {
347
                    "Illuminate\\Config\\": ""
348
                }
349
            },
350
            "notification-url": "https://packagist.org/downloads/",
351
            "license": [
352
                "MIT"
353
            ],
354
            "authors": [
355
                {
356
                    "name": "Taylor Otwell",
357
                    "email": "taylor@laravel.com"
358
                }
359
            ],
360
            "description": "The Illuminate Config package.",
361
            "homepage": "https://laravel.com",
362
            "time": "2017-11-07T20:23:51+00:00"
363
        },
364
        {
365
            "name": "illuminate/console",
366
            "version": "v5.6.15",
367
            "source": {
368
                "type": "git",
369
                "url": "https://github.com/illuminate/console.git",
370
                "reference": "57c982ede83f96037ce5b0d563c095a0b624350b"
371
            },
372
            "dist": {
373
                "type": "zip",
374
                "url": "https://api.github.com/repos/illuminate/console/zipball/57c982ede83f96037ce5b0d563c095a0b624350b",
375
                "reference": "57c982ede83f96037ce5b0d563c095a0b624350b",
376
                "shasum": ""
377
            },
378
            "require": {
379
                "illuminate/contracts": "5.6.*",
380
                "illuminate/support": "5.6.*",
381
                "php": "^7.1.3",
382
                "symfony/console": "~4.0"
383
            },
384
            "suggest": {
385
                "dragonmantank/cron-expression": "Required to use scheduling component (~2.0).",
386
                "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
387
                "symfony/process": "Required to use scheduling component (~4.0)."
388
            },
389
            "type": "library",
390
            "extra": {
391
                "branch-alias": {
392
                    "dev-master": "5.6-dev"
393
                }
394
            },
395
            "autoload": {
396
                "psr-4": {
397
                    "Illuminate\\Console\\": ""
398
                }
399
            },
400
            "notification-url": "https://packagist.org/downloads/",
401
            "license": [
402
                "MIT"
403
            ],
404
            "authors": [
405
                {
406
                    "name": "Taylor Otwell",
407
                    "email": "taylor@laravel.com"
408
                }
409
            ],
410
            "description": "The Illuminate Console package.",
411
            "homepage": "https://laravel.com",
412
            "time": "2018-03-22T03:23:16+00:00"
413
        },
414
        {
415
            "name": "illuminate/container",
416
            "version": "v5.6.15",
417
            "source": {
418
                "type": "git",
419
                "url": "https://github.com/illuminate/container.git",
420
                "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a"
421
            },
422
            "dist": {
423
                "type": "zip",
424
                "url": "https://api.github.com/repos/illuminate/container/zipball/4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
425
                "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
426
                "shasum": ""
427
            },
428
            "require": {
429
                "illuminate/contracts": "5.6.*",
430
                "php": "^7.1.3",
431
                "psr/container": "~1.0"
432
            },
433
            "type": "library",
434
            "extra": {
435
                "branch-alias": {
436
                    "dev-master": "5.6-dev"
437
                }
438
            },
439
            "autoload": {
440
                "psr-4": {
441
                    "Illuminate\\Container\\": ""
442
                }
443
            },
444
            "notification-url": "https://packagist.org/downloads/",
445
            "license": [
446
                "MIT"
447
            ],
448
            "authors": [
449
                {
450
                    "name": "Taylor Otwell",
451
                    "email": "taylor@laravel.com"
452
                }
453
            ],
454
            "description": "The Illuminate Container package.",
455
            "homepage": "https://laravel.com",
456
            "time": "2018-01-21T02:13:38+00:00"
457
        },
458
        {
459
            "name": "illuminate/contracts",
460
            "version": "v5.6.15",
461
            "source": {
462
                "type": "git",
463
                "url": "https://github.com/illuminate/contracts.git",
464
                "reference": "965b814964cc4649cd7e933bba2ae3eeb11f2927"
465
            },
466
            "dist": {
467
                "type": "zip",
468
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/965b814964cc4649cd7e933bba2ae3eeb11f2927",
469
                "reference": "965b814964cc4649cd7e933bba2ae3eeb11f2927",
470
                "shasum": ""
471
            },
472
            "require": {
473
                "php": "^7.1.3",
474
                "psr/container": "~1.0",
475
                "psr/simple-cache": "~1.0"
476
            },
477
            "type": "library",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "5.6-dev"
481
                }
482
            },
483
            "autoload": {
484
                "psr-4": {
485
                    "Illuminate\\Contracts\\": ""
486
                }
487
            },
488
            "notification-url": "https://packagist.org/downloads/",
489
            "license": [
490
                "MIT"
491
            ],
492
            "authors": [
493
                {
494
                    "name": "Taylor Otwell",
495
                    "email": "taylor@laravel.com"
496
                }
497
            ],
498
            "description": "The Illuminate Contracts package.",
499
            "homepage": "https://laravel.com",
500
            "time": "2018-03-25T12:54:46+00:00"
501
        },
502
        {
503
            "name": "illuminate/database",
504
            "version": "v5.6.15",
505
            "source": {
506
                "type": "git",
507
                "url": "https://github.com/illuminate/database.git",
508
                "reference": "56c2ab0b8a2f75764082d9087d43d2a3d46c59b0"
509
            },
510
            "dist": {
511
                "type": "zip",
512
                "url": "https://api.github.com/repos/illuminate/database/zipball/56c2ab0b8a2f75764082d9087d43d2a3d46c59b0",
513
                "reference": "56c2ab0b8a2f75764082d9087d43d2a3d46c59b0",
514
                "shasum": ""
515
            },
516
            "require": {
517
                "illuminate/container": "5.6.*",
518
                "illuminate/contracts": "5.6.*",
519
                "illuminate/support": "5.6.*",
520
                "php": "^7.1.3"
521
            },
522
            "suggest": {
523
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
524
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
525
                "illuminate/console": "Required to use the database commands (5.6.*).",
526
                "illuminate/events": "Required to use the observers with Eloquent (5.6.*).",
527
                "illuminate/filesystem": "Required to use the migrations (5.6.*).",
528
                "illuminate/pagination": "Required to paginate the result set (5.6.*)."
529
            },
530
            "type": "library",
531
            "extra": {
532
                "branch-alias": {
533
                    "dev-master": "5.6-dev"
534
                }
535
            },
536
            "autoload": {
537
                "psr-4": {
538
                    "Illuminate\\Database\\": ""
539
                }
540
            },
541
            "notification-url": "https://packagist.org/downloads/",
542
            "license": [
543
                "MIT"
544
            ],
545
            "authors": [
546
                {
547
                    "name": "Taylor Otwell",
548
                    "email": "taylor@laravel.com"
549
                }
550
            ],
551
            "description": "The Illuminate Database package.",
552
            "homepage": "https://laravel.com",
553
            "keywords": [
554
                "database",
555
                "laravel",
556
                "orm",
557
                "sql"
558
            ],
559
            "time": "2018-03-30T13:11:54+00:00"
560
        },
561
        {
562
            "name": "illuminate/encryption",
563
            "version": "v5.6.15",
564
            "source": {
565
                "type": "git",
566
                "url": "https://github.com/illuminate/encryption.git",
567
                "reference": "c80b1da6a0412bd74bd56dc80f6126f561631b05"
568
            },
569
            "dist": {
570
                "type": "zip",
571
                "url": "https://api.github.com/repos/illuminate/encryption/zipball/c80b1da6a0412bd74bd56dc80f6126f561631b05",
572
                "reference": "c80b1da6a0412bd74bd56dc80f6126f561631b05",
573
                "shasum": ""
574
            },
575
            "require": {
576
                "ext-mbstring": "*",
577
                "ext-openssl": "*",
578
                "illuminate/contracts": "5.6.*",
579
                "illuminate/support": "5.6.*",
580
                "php": "^7.1.3"
581
            },
582
            "type": "library",
583
            "extra": {
584
                "branch-alias": {
585
                    "dev-master": "5.6-dev"
586
                }
587
            },
588
            "autoload": {
589
                "psr-4": {
590
                    "Illuminate\\Encryption\\": ""
591
                }
592
            },
593
            "notification-url": "https://packagist.org/downloads/",
594
            "license": [
595
                "MIT"
596
            ],
597
            "authors": [
598
                {
599
                    "name": "Taylor Otwell",
600
                    "email": "taylor@laravel.com"
601
                }
602
            ],
603
            "description": "The Illuminate Encryption package.",
604
            "homepage": "https://laravel.com",
605
            "time": "2018-03-30T13:24:57+00:00"
606
        },
607
        {
608
            "name": "illuminate/events",
609
            "version": "v5.6.15",
610
            "source": {
611
                "type": "git",
612
                "url": "https://github.com/illuminate/events.git",
613
                "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea"
614
            },
615
            "dist": {
616
                "type": "zip",
617
                "url": "https://api.github.com/repos/illuminate/events/zipball/b6e73ed40478cef2ef98d5ddb27f333291606cea",
618
                "reference": "b6e73ed40478cef2ef98d5ddb27f333291606cea",
619
                "shasum": ""
620
            },
621
            "require": {
622
                "illuminate/container": "5.6.*",
623
                "illuminate/contracts": "5.6.*",
624
                "illuminate/support": "5.6.*",
625
                "php": "^7.1.3"
626
            },
627
            "type": "library",
628
            "extra": {
629
                "branch-alias": {
630
                    "dev-master": "5.6-dev"
631
                }
632
            },
633
            "autoload": {
634
                "psr-4": {
635
                    "Illuminate\\Events\\": ""
636
                }
637
            },
638
            "notification-url": "https://packagist.org/downloads/",
639
            "license": [
640
                "MIT"
641
            ],
642
            "authors": [
643
                {
644
                    "name": "Taylor Otwell",
645
                    "email": "taylor@laravel.com"
646
                }
647
            ],
648
            "description": "The Illuminate Events package.",
649
            "homepage": "https://laravel.com",
650
            "time": "2018-02-26T19:00:55+00:00"
651
        },
652
        {
653
            "name": "illuminate/filesystem",
654
            "version": "v5.6.15",
655
            "source": {
656
                "type": "git",
657
                "url": "https://github.com/illuminate/filesystem.git",
658
                "reference": "51680913527709ed509c857100302da4688b8637"
659
            },
660
            "dist": {
661
                "type": "zip",
662
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/51680913527709ed509c857100302da4688b8637",
663
                "reference": "51680913527709ed509c857100302da4688b8637",
664
                "shasum": ""
665
            },
666
            "require": {
667
                "illuminate/contracts": "5.6.*",
668
                "illuminate/support": "5.6.*",
669
                "php": "^7.1.3",
670
                "symfony/finder": "~4.0"
671
            },
672
            "suggest": {
673
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
674
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
675
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
676
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0)."
677
            },
678
            "type": "library",
679
            "extra": {
680
                "branch-alias": {
681
                    "dev-master": "5.6-dev"
682
                }
683
            },
684
            "autoload": {
685
                "psr-4": {
686
                    "Illuminate\\Filesystem\\": ""
687
                }
688
            },
689
            "notification-url": "https://packagist.org/downloads/",
690
            "license": [
691
                "MIT"
692
            ],
693
            "authors": [
694
                {
695
                    "name": "Taylor Otwell",
696
                    "email": "taylor@laravel.com"
697
                }
698
            ],
699
            "description": "The Illuminate Filesystem package.",
700
            "homepage": "https://laravel.com",
701
            "time": "2018-03-05T13:55:50+00:00"
702
        },
703
        {
704
            "name": "illuminate/hashing",
705
            "version": "v5.6.15",
706
            "source": {
707
                "type": "git",
708
                "url": "https://github.com/illuminate/hashing.git",
709
                "reference": "230859eb01c72dfe1d17e0283e27b6720337abb5"
710
            },
711
            "dist": {
712
                "type": "zip",
713
                "url": "https://api.github.com/repos/illuminate/hashing/zipball/230859eb01c72dfe1d17e0283e27b6720337abb5",
714
                "reference": "230859eb01c72dfe1d17e0283e27b6720337abb5",
715
                "shasum": ""
716
            },
717
            "require": {
718
                "illuminate/contracts": "5.6.*",
719
                "illuminate/support": "5.6.*",
720
                "php": "^7.1.3"
721
            },
722
            "type": "library",
723
            "extra": {
724
                "branch-alias": {
725
                    "dev-master": "5.6-dev"
726
                }
727
            },
728
            "autoload": {
729
                "psr-4": {
730
                    "Illuminate\\Hashing\\": ""
731
                }
732
            },
733
            "notification-url": "https://packagist.org/downloads/",
734
            "license": [
735
                "MIT"
736
            ],
737
            "authors": [
738
                {
739
                    "name": "Taylor Otwell",
740
                    "email": "taylor@laravel.com"
741
                }
742
            ],
743
            "description": "The Illuminate Hashing package.",
744
            "homepage": "https://laravel.com",
745
            "time": "2018-03-18T12:58:03+00:00"
746
        },
747
        {
748
            "name": "illuminate/http",
749
            "version": "v5.6.15",
750
            "source": {
751
                "type": "git",
752
                "url": "https://github.com/illuminate/http.git",
753
                "reference": "1c58a1fd0b668c9d7203c6e69ba7391431815e47"
754
            },
755
            "dist": {
756
                "type": "zip",
757
                "url": "https://api.github.com/repos/illuminate/http/zipball/1c58a1fd0b668c9d7203c6e69ba7391431815e47",
758
                "reference": "1c58a1fd0b668c9d7203c6e69ba7391431815e47",
759
                "shasum": ""
760
            },
761
            "require": {
762
                "illuminate/session": "5.6.*",
763
                "illuminate/support": "5.6.*",
764
                "php": "^7.1.3",
765
                "symfony/http-foundation": "~4.0",
766
                "symfony/http-kernel": "~4.0"
767
            },
768
            "type": "library",
769
            "extra": {
770
                "branch-alias": {
771
                    "dev-master": "5.6-dev"
772
                }
773
            },
774
            "autoload": {
775
                "psr-4": {
776
                    "Illuminate\\Http\\": ""
777
                }
778
            },
779
            "notification-url": "https://packagist.org/downloads/",
780
            "license": [
781
                "MIT"
782
            ],
783
            "authors": [
784
                {
785
                    "name": "Taylor Otwell",
786
                    "email": "taylor@laravel.com"
787
                }
788
            ],
789
            "description": "The Illuminate Http package.",
790
            "homepage": "https://laravel.com",
791
            "time": "2018-03-12T13:37:01+00:00"
792
        },
793
        {
794
            "name": "illuminate/log",
795
            "version": "v5.6.15",
796
            "source": {
797
                "type": "git",
798
                "url": "https://github.com/illuminate/log.git",
799
                "reference": "4ea8e89851344e59e84b9e3084a73553739bae2f"
800
            },
801
            "dist": {
802
                "type": "zip",
803
                "url": "https://api.github.com/repos/illuminate/log/zipball/4ea8e89851344e59e84b9e3084a73553739bae2f",
804
                "reference": "4ea8e89851344e59e84b9e3084a73553739bae2f",
805
                "shasum": ""
806
            },
807
            "require": {
808
                "illuminate/contracts": "5.6.*",
809
                "illuminate/support": "5.6.*",
810
                "monolog/monolog": "~1.11",
811
                "php": "^7.1.3"
812
            },
813
            "type": "library",
814
            "extra": {
815
                "branch-alias": {
816
                    "dev-master": "5.6-dev"
817
                }
818
            },
819
            "autoload": {
820
                "psr-4": {
821
                    "Illuminate\\Log\\": ""
822
                }
823
            },
824
            "notification-url": "https://packagist.org/downloads/",
825
            "license": [
826
                "MIT"
827
            ],
828
            "authors": [
829
                {
830
                    "name": "Taylor Otwell",
831
                    "email": "taylor@laravel.com"
832
                }
833
            ],
834
            "description": "The Illuminate Log package.",
835
            "homepage": "https://laravel.com",
836
            "time": "2018-03-14T12:38:13+00:00"
837
        },
838
        {
839
            "name": "illuminate/pagination",
840
            "version": "v5.6.15",
841
            "source": {
842
                "type": "git",
843
                "url": "https://github.com/illuminate/pagination.git",
844
                "reference": "77e9cfd4daf526aab9bf9c75ee1676f3ba6dff51"
845
            },
846
            "dist": {
847
                "type": "zip",
848
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/77e9cfd4daf526aab9bf9c75ee1676f3ba6dff51",
849
                "reference": "77e9cfd4daf526aab9bf9c75ee1676f3ba6dff51",
850
                "shasum": ""
851
            },
852
            "require": {
853
                "illuminate/contracts": "5.6.*",
854
                "illuminate/support": "5.6.*",
855
                "php": "^7.1.3"
856
            },
857
            "type": "library",
858
            "extra": {
859
                "branch-alias": {
860
                    "dev-master": "5.6-dev"
861
                }
862
            },
863
            "autoload": {
864
                "psr-4": {
865
                    "Illuminate\\Pagination\\": ""
866
                }
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "MIT"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Taylor Otwell",
875
                    "email": "taylor@laravel.com"
876
                }
877
            ],
878
            "description": "The Illuminate Pagination package.",
879
            "homepage": "https://laravel.com",
880
            "time": "2018-03-26T13:17:45+00:00"
881
        },
882
        {
883
            "name": "illuminate/pipeline",
884
            "version": "v5.6.15",
885
            "source": {
886
                "type": "git",
887
                "url": "https://github.com/illuminate/pipeline.git",
888
                "reference": "0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b"
889
            },
890
            "dist": {
891
                "type": "zip",
892
                "url": "https://api.github.com/repos/illuminate/pipeline/zipball/0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b",
893
                "reference": "0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b",
894
                "shasum": ""
895
            },
896
            "require": {
897
                "illuminate/contracts": "5.6.*",
898
                "illuminate/support": "5.6.*",
899
                "php": "^7.1.3"
900
            },
901
            "type": "library",
902
            "extra": {
903
                "branch-alias": {
904
                    "dev-master": "5.6-dev"
905
                }
906
            },
907
            "autoload": {
908
                "psr-4": {
909
                    "Illuminate\\Pipeline\\": ""
910
                }
911
            },
912
            "notification-url": "https://packagist.org/downloads/",
913
            "license": [
914
                "MIT"
915
            ],
916
            "authors": [
917
                {
918
                    "name": "Taylor Otwell",
919
                    "email": "taylor@laravel.com"
920
                }
921
            ],
922
            "description": "The Illuminate Pipeline package.",
923
            "homepage": "https://laravel.com",
924
            "time": "2017-11-07T20:23:51+00:00"
925
        },
926
        {
927
            "name": "illuminate/queue",
928
            "version": "v5.6.15",
929
            "source": {
930
                "type": "git",
931
                "url": "https://github.com/illuminate/queue.git",
932
                "reference": "68e3433518a2d0d3626a27680d818eaa96406703"
933
            },
934
            "dist": {
935
                "type": "zip",
936
                "url": "https://api.github.com/repos/illuminate/queue/zipball/68e3433518a2d0d3626a27680d818eaa96406703",
937
                "reference": "68e3433518a2d0d3626a27680d818eaa96406703",
938
                "shasum": ""
939
            },
940
            "require": {
941
                "illuminate/console": "5.6.*",
942
                "illuminate/container": "5.6.*",
943
                "illuminate/contracts": "5.6.*",
944
                "illuminate/database": "5.6.*",
945
                "illuminate/filesystem": "5.6.*",
946
                "illuminate/support": "5.6.*",
947
                "php": "^7.1.3",
948
                "symfony/debug": "~4.0",
949
                "symfony/process": "~4.0"
950
            },
951
            "suggest": {
952
                "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
953
                "ext-pcntl": "Required to use all features of the queue worker.",
954
                "ext-posix": "Required to use all features of the queue worker.",
955
                "illuminate/redis": "Required to use the Redis queue driver (5.6.*).",
956
                "pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)."
957
            },
958
            "type": "library",
959
            "extra": {
960
                "branch-alias": {
961
                    "dev-master": "5.6-dev"
962
                }
963
            },
964
            "autoload": {
965
                "psr-4": {
966
                    "Illuminate\\Queue\\": ""
967
                }
968
            },
969
            "notification-url": "https://packagist.org/downloads/",
970
            "license": [
971
                "MIT"
972
            ],
973
            "authors": [
974
                {
975
                    "name": "Taylor Otwell",
976
                    "email": "taylor@laravel.com"
977
                }
978
            ],
979
            "description": "The Illuminate Queue package.",
980
            "homepage": "https://laravel.com",
981
            "time": "2018-03-14T01:54:31+00:00"
982
        },
983
        {
984
            "name": "illuminate/session",
985
            "version": "v5.6.15",
986
            "source": {
987
                "type": "git",
988
                "url": "https://github.com/illuminate/session.git",
989
                "reference": "90bb5857fb64e269d8d331f02f820555ee471f64"
990
            },
991
            "dist": {
992
                "type": "zip",
993
                "url": "https://api.github.com/repos/illuminate/session/zipball/90bb5857fb64e269d8d331f02f820555ee471f64",
994
                "reference": "90bb5857fb64e269d8d331f02f820555ee471f64",
995
                "shasum": ""
996
            },
997
            "require": {
998
                "illuminate/contracts": "5.6.*",
999
                "illuminate/filesystem": "5.6.*",
1000
                "illuminate/support": "5.6.*",
1001
                "php": "^7.1.3",
1002
                "symfony/finder": "~4.0",
1003
                "symfony/http-foundation": "~4.0"
1004
            },
1005
            "suggest": {
1006
                "illuminate/console": "Required to use the session:table command (5.6.*)."
1007
            },
1008
            "type": "library",
1009
            "extra": {
1010
                "branch-alias": {
1011
                    "dev-master": "5.6-dev"
1012
                }
1013
            },
1014
            "autoload": {
1015
                "psr-4": {
1016
                    "Illuminate\\Session\\": ""
1017
                }
1018
            },
1019
            "notification-url": "https://packagist.org/downloads/",
1020
            "license": [
1021
                "MIT"
1022
            ],
1023
            "authors": [
1024
                {
1025
                    "name": "Taylor Otwell",
1026
                    "email": "taylor@laravel.com"
1027
                }
1028
            ],
1029
            "description": "The Illuminate Session package.",
1030
            "homepage": "https://laravel.com",
1031
            "time": "2018-03-06T14:29:02+00:00"
1032
        },
1033
        {
1034
            "name": "illuminate/support",
1035
            "version": "v5.6.15",
1036
            "source": {
1037
                "type": "git",
1038
                "url": "https://github.com/illuminate/support.git",
1039
                "reference": "79d074f5a49fa972b3c0ccf4468be2ad92eb3e3d"
1040
            },
1041
            "dist": {
1042
                "type": "zip",
1043
                "url": "https://api.github.com/repos/illuminate/support/zipball/79d074f5a49fa972b3c0ccf4468be2ad92eb3e3d",
1044
                "reference": "79d074f5a49fa972b3c0ccf4468be2ad92eb3e3d",
1045
                "shasum": ""
1046
            },
1047
            "require": {
1048
                "doctrine/inflector": "~1.1",
1049
                "ext-mbstring": "*",
1050
                "illuminate/contracts": "5.6.*",
1051
                "nesbot/carbon": "^1.24.1",
1052
                "php": "^7.1.3"
1053
            },
1054
            "conflict": {
1055
                "tightenco/collect": "<5.5.33"
1056
            },
1057
            "suggest": {
1058
                "illuminate/filesystem": "Required to use the composer class (5.6.*).",
1059
                "symfony/process": "Required to use the composer class (~4.0).",
1060
                "symfony/var-dumper": "Required to use the dd function (~4.0)."
1061
            },
1062
            "type": "library",
1063
            "extra": {
1064
                "branch-alias": {
1065
                    "dev-master": "5.6-dev"
1066
                }
1067
            },
1068
            "autoload": {
1069
                "psr-4": {
1070
                    "Illuminate\\Support\\": ""
1071
                },
1072
                "files": [
1073
                    "helpers.php"
1074
                ]
1075
            },
1076
            "notification-url": "https://packagist.org/downloads/",
1077
            "license": [
1078
                "MIT"
1079
            ],
1080
            "authors": [
1081
                {
1082
                    "name": "Taylor Otwell",
1083
                    "email": "taylor@laravel.com"
1084
                }
1085
            ],
1086
            "description": "The Illuminate Support package.",
1087
            "homepage": "https://laravel.com",
1088
            "time": "2018-03-29T15:55:16+00:00"
1089
        },
1090
        {
1091
            "name": "illuminate/translation",
1092
            "version": "v5.6.15",
1093
            "source": {
1094
                "type": "git",
1095
                "url": "https://github.com/illuminate/translation.git",
1096
                "reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c"
1097
            },
1098
            "dist": {
1099
                "type": "zip",
1100
                "url": "https://api.github.com/repos/illuminate/translation/zipball/3612f41b450b8d14e7f5785c087af451ccd3be9c",
1101
                "reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c",
1102
                "shasum": ""
1103
            },
1104
            "require": {
1105
                "illuminate/contracts": "5.6.*",
1106
                "illuminate/filesystem": "5.6.*",
1107
                "illuminate/support": "5.6.*",
1108
                "php": "^7.1.3"
1109
            },
1110
            "type": "library",
1111
            "extra": {
1112
                "branch-alias": {
1113
                    "dev-master": "5.6-dev"
1114
                }
1115
            },
1116
            "autoload": {
1117
                "psr-4": {
1118
                    "Illuminate\\Translation\\": ""
1119
                }
1120
            },
1121
            "notification-url": "https://packagist.org/downloads/",
1122
            "license": [
1123
                "MIT"
1124
            ],
1125
            "authors": [
1126
                {
1127
                    "name": "Taylor Otwell",
1128
                    "email": "taylor@laravel.com"
1129
                }
1130
            ],
1131
            "description": "The Illuminate Translation package.",
1132
            "homepage": "https://laravel.com",
1133
            "time": "2018-02-22T15:33:29+00:00"
1134
        },
1135
        {
1136
            "name": "illuminate/validation",
1137
            "version": "v5.6.15",
1138
            "source": {
1139
                "type": "git",
1140
                "url": "https://github.com/illuminate/validation.git",
1141
                "reference": "3e7f837aca9cfb89fc1744daceb2d4dce92c561a"
1142
            },
1143
            "dist": {
1144
                "type": "zip",
1145
                "url": "https://api.github.com/repos/illuminate/validation/zipball/3e7f837aca9cfb89fc1744daceb2d4dce92c561a",
1146
                "reference": "3e7f837aca9cfb89fc1744daceb2d4dce92c561a",
1147
                "shasum": ""
1148
            },
1149
            "require": {
1150
                "illuminate/container": "5.6.*",
1151
                "illuminate/contracts": "5.6.*",
1152
                "illuminate/support": "5.6.*",
1153
                "illuminate/translation": "5.6.*",
1154
                "php": "^7.1.3",
1155
                "symfony/http-foundation": "~4.0"
1156
            },
1157
            "suggest": {
1158
                "illuminate/database": "Required to use the database presence verifier (5.6.*)."
1159
            },
1160
            "type": "library",
1161
            "extra": {
1162
                "branch-alias": {
1163
                    "dev-master": "5.6-dev"
1164
                }
1165
            },
1166
            "autoload": {
1167
                "psr-4": {
1168
                    "Illuminate\\Validation\\": ""
1169
                }
1170
            },
1171
            "notification-url": "https://packagist.org/downloads/",
1172
            "license": [
1173
                "MIT"
1174
            ],
1175
            "authors": [
1176
                {
1177
                    "name": "Taylor Otwell",
1178
                    "email": "taylor@laravel.com"
1179
                }
1180
            ],
1181
            "description": "The Illuminate Validation package.",
1182
            "homepage": "https://laravel.com",
1183
            "time": "2018-03-20T20:42:46+00:00"
1184
        },
1185
        {
1186
            "name": "illuminate/view",
1187
            "version": "v5.6.15",
1188
            "source": {
1189
                "type": "git",
1190
                "url": "https://github.com/illuminate/view.git",
1191
                "reference": "b8e02d248dbe553949d01148c604eeb9d8c56801"
1192
            },
1193
            "dist": {
1194
                "type": "zip",
1195
                "url": "https://api.github.com/repos/illuminate/view/zipball/b8e02d248dbe553949d01148c604eeb9d8c56801",
1196
                "reference": "b8e02d248dbe553949d01148c604eeb9d8c56801",
1197
                "shasum": ""
1198
            },
1199
            "require": {
1200
                "illuminate/container": "5.6.*",
1201
                "illuminate/contracts": "5.6.*",
1202
                "illuminate/events": "5.6.*",
1203
                "illuminate/filesystem": "5.6.*",
1204
                "illuminate/support": "5.6.*",
1205
                "php": "^7.1.3",
1206
                "symfony/debug": "~4.0"
1207
            },
1208
            "type": "library",
1209
            "extra": {
1210
                "branch-alias": {
1211
                    "dev-master": "5.6-dev"
1212
                }
1213
            },
1214
            "autoload": {
1215
                "psr-4": {
1216
                    "Illuminate\\View\\": ""
1217
                }
1218
            },
1219
            "notification-url": "https://packagist.org/downloads/",
1220
            "license": [
1221
                "MIT"
1222
            ],
1223
            "authors": [
1224
                {
1225
                    "name": "Taylor Otwell",
1226
                    "email": "taylor@laravel.com"
1227
                }
1228
            ],
1229
            "description": "The Illuminate View package.",
1230
            "homepage": "https://laravel.com",
1231
            "time": "2018-03-24T14:44:34+00:00"
1232
        },
1233
        {
1234
            "name": "laravel/lumen-framework",
1235
            "version": "v5.6.3",
1236
            "source": {
1237
                "type": "git",
1238
                "url": "https://github.com/laravel/lumen-framework.git",
1239
                "reference": "ada8052dc09642d24792fb0019252c8287494e6c"
1240
            },
1241
            "dist": {
1242
                "type": "zip",
1243
                "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/ada8052dc09642d24792fb0019252c8287494e6c",
1244
                "reference": "ada8052dc09642d24792fb0019252c8287494e6c",
1245
                "shasum": ""
1246
            },
1247
            "require": {
1248
                "dragonmantank/cron-expression": "~2.0",
1249
                "illuminate/auth": "5.6.*",
1250
                "illuminate/broadcasting": "5.6.*",
1251
                "illuminate/bus": "5.6.*",
1252
                "illuminate/cache": "5.6.*",
1253
                "illuminate/config": "5.6.*",
1254
                "illuminate/container": "5.6.*",
1255
                "illuminate/contracts": "5.6.*",
1256
                "illuminate/database": "5.6.*",
1257
                "illuminate/encryption": "5.6.*",
1258
                "illuminate/events": "5.6.*",
1259
                "illuminate/filesystem": "5.6.*",
1260
                "illuminate/hashing": "5.6.*",
1261
                "illuminate/http": "5.6.*",
1262
                "illuminate/log": "5.6.*",
1263
                "illuminate/pagination": "5.6.*",
1264
                "illuminate/pipeline": "5.6.*",
1265
                "illuminate/queue": "5.6.*",
1266
                "illuminate/support": "5.6.*",
1267
                "illuminate/translation": "5.6.*",
1268
                "illuminate/validation": "5.6.*",
1269
                "illuminate/view": "5.6.*",
1270
                "nikic/fast-route": "~1.2",
1271
                "php": "^7.1.3",
1272
                "symfony/http-foundation": "~4.0",
1273
                "symfony/http-kernel": "~4.0"
1274
            },
1275
            "require-dev": {
1276
                "mockery/mockery": "~1.0",
1277
                "phpunit/phpunit": "~6.0"
1278
            },
1279
            "suggest": {
1280
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
1281
                "vlucas/phpdotenv": "Required to use .env files (~2.2)."
1282
            },
1283
            "type": "library",
1284
            "extra": {
1285
                "branch-alias": {
1286
                    "dev-master": "5.6-dev"
1287
                }
1288
            },
1289
            "autoload": {
1290
                "psr-4": {
1291
                    "Laravel\\Lumen\\": "src/"
1292
                },
1293
                "files": [
1294
                    "src/helpers.php"
1295
                ]
1296
            },
1297
            "notification-url": "https://packagist.org/downloads/",
1298
            "license": [
1299
                "MIT"
1300
            ],
1301
            "authors": [
1302
                {
1303
                    "name": "Taylor Otwell",
1304
                    "email": "taylorotwell@gmail.com"
1305
                }
1306
            ],
1307
            "description": "The Laravel Lumen Framework.",
1308
            "homepage": "https://lumen.laravel.com",
1309
            "keywords": [
1310
                "framework",
1311
                "laravel",
1312
                "lumen"
1313
            ],
1314
            "time": "2018-03-27T16:21:45+00:00"
1315
        },
1316
        {
1317
            "name": "monolog/monolog",
1318
            "version": "1.23.0",
1319
            "source": {
1320
                "type": "git",
1321
                "url": "https://github.com/Seldaek/monolog.git",
1322
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1323
            },
1324
            "dist": {
1325
                "type": "zip",
1326
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1327
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1328
                "shasum": ""
1329
            },
1330
            "require": {
1331
                "php": ">=5.3.0",
1332
                "psr/log": "~1.0"
1333
            },
1334
            "provide": {
1335
                "psr/log-implementation": "1.0.0"
1336
            },
1337
            "require-dev": {
1338
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1339
                "doctrine/couchdb": "~1.0@dev",
1340
                "graylog2/gelf-php": "~1.0",
1341
                "jakub-onderka/php-parallel-lint": "0.9",
1342
                "php-amqplib/php-amqplib": "~2.4",
1343
                "php-console/php-console": "^3.1.3",
1344
                "phpunit/phpunit": "~4.5",
1345
                "phpunit/phpunit-mock-objects": "2.3.0",
1346
                "ruflin/elastica": ">=0.90 <3.0",
1347
                "sentry/sentry": "^0.13",
1348
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1349
            },
1350
            "suggest": {
1351
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1352
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1353
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1354
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1355
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1356
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1357
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1358
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1359
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1360
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1361
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1362
            },
1363
            "type": "library",
1364
            "extra": {
1365
                "branch-alias": {
1366
                    "dev-master": "2.0.x-dev"
1367
                }
1368
            },
1369
            "autoload": {
1370
                "psr-4": {
1371
                    "Monolog\\": "src/Monolog"
1372
                }
1373
            },
1374
            "notification-url": "https://packagist.org/downloads/",
1375
            "license": [
1376
                "MIT"
1377
            ],
1378
            "authors": [
1379
                {
1380
                    "name": "Jordi Boggiano",
1381
                    "email": "j.boggiano@seld.be",
1382
                    "homepage": "http://seld.be"
1383
                }
1384
            ],
1385
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1386
            "homepage": "http://github.com/Seldaek/monolog",
1387
            "keywords": [
1388
                "log",
1389
                "logging",
1390
                "psr-3"
1391
            ],
1392
            "time": "2017-06-19T01:22:40+00:00"
1393
        },
1394
        {
1395
            "name": "nesbot/carbon",
1396
            "version": "1.25.0",
1397
            "source": {
1398
                "type": "git",
1399
                "url": "https://github.com/briannesbitt/Carbon.git",
1400
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
1401
            },
1402
            "dist": {
1403
                "type": "zip",
1404
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
1405
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
1406
                "shasum": ""
1407
            },
1408
            "require": {
1409
                "php": ">=5.3.9",
1410
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1411
            },
1412
            "require-dev": {
1413
                "friendsofphp/php-cs-fixer": "~2",
1414
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1415
            },
1416
            "type": "library",
1417
            "extra": {
1418
                "branch-alias": {
1419
                    "dev-master": "1.23-dev"
1420
                }
1421
            },
1422
            "autoload": {
1423
                "psr-4": {
1424
                    "Carbon\\": "src/Carbon/"
1425
                }
1426
            },
1427
            "notification-url": "https://packagist.org/downloads/",
1428
            "license": [
1429
                "MIT"
1430
            ],
1431
            "authors": [
1432
                {
1433
                    "name": "Brian Nesbitt",
1434
                    "email": "brian@nesbot.com",
1435
                    "homepage": "http://nesbot.com"
1436
                }
1437
            ],
1438
            "description": "A simple API extension for DateTime.",
1439
            "homepage": "http://carbon.nesbot.com",
1440
            "keywords": [
1441
                "date",
1442
                "datetime",
1443
                "time"
1444
            ],
1445
            "time": "2018-03-19T15:50:49+00:00"
1446
        },
1447
        {
1448
            "name": "nikic/fast-route",
1449
            "version": "v1.3.0",
1450
            "source": {
1451
                "type": "git",
1452
                "url": "https://github.com/nikic/FastRoute.git",
1453
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1454
            },
1455
            "dist": {
1456
                "type": "zip",
1457
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
1458
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1459
                "shasum": ""
1460
            },
1461
            "require": {
1462
                "php": ">=5.4.0"
1463
            },
1464
            "require-dev": {
1465
                "phpunit/phpunit": "^4.8.35|~5.7"
1466
            },
1467
            "type": "library",
1468
            "autoload": {
1469
                "psr-4": {
1470
                    "FastRoute\\": "src/"
1471
                },
1472
                "files": [
1473
                    "src/functions.php"
1474
                ]
1475
            },
1476
            "notification-url": "https://packagist.org/downloads/",
1477
            "license": [
1478
                "BSD-3-Clause"
1479
            ],
1480
            "authors": [
1481
                {
1482
                    "name": "Nikita Popov",
1483
                    "email": "nikic@php.net"
1484
                }
1485
            ],
1486
            "description": "Fast request router for PHP",
1487
            "keywords": [
1488
                "router",
1489
                "routing"
1490
            ],
1491
            "time": "2018-02-13T20:26:39+00:00"
1492
        },
1493
        {
1494
            "name": "psr/container",
1495
            "version": "1.0.0",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/php-fig/container.git",
1499
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1504
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "php": ">=5.3.0"
1509
            },
1510
            "type": "library",
1511
            "extra": {
1512
                "branch-alias": {
1513
                    "dev-master": "1.0.x-dev"
1514
                }
1515
            },
1516
            "autoload": {
1517
                "psr-4": {
1518
                    "Psr\\Container\\": "src/"
1519
                }
1520
            },
1521
            "notification-url": "https://packagist.org/downloads/",
1522
            "license": [
1523
                "MIT"
1524
            ],
1525
            "authors": [
1526
                {
1527
                    "name": "PHP-FIG",
1528
                    "homepage": "http://www.php-fig.org/"
1529
                }
1530
            ],
1531
            "description": "Common Container Interface (PHP FIG PSR-11)",
1532
            "homepage": "https://github.com/php-fig/container",
1533
            "keywords": [
1534
                "PSR-11",
1535
                "container",
1536
                "container-interface",
1537
                "container-interop",
1538
                "psr"
1539
            ],
1540
            "time": "2017-02-14T16:28:37+00:00"
1541
        },
1542
        {
1543
            "name": "psr/log",
1544
            "version": "1.0.2",
1545
            "source": {
1546
                "type": "git",
1547
                "url": "https://github.com/php-fig/log.git",
1548
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1549
            },
1550
            "dist": {
1551
                "type": "zip",
1552
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1553
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1554
                "shasum": ""
1555
            },
1556
            "require": {
1557
                "php": ">=5.3.0"
1558
            },
1559
            "type": "library",
1560
            "extra": {
1561
                "branch-alias": {
1562
                    "dev-master": "1.0.x-dev"
1563
                }
1564
            },
1565
            "autoload": {
1566
                "psr-4": {
1567
                    "Psr\\Log\\": "Psr/Log/"
1568
                }
1569
            },
1570
            "notification-url": "https://packagist.org/downloads/",
1571
            "license": [
1572
                "MIT"
1573
            ],
1574
            "authors": [
1575
                {
1576
                    "name": "PHP-FIG",
1577
                    "homepage": "http://www.php-fig.org/"
1578
                }
1579
            ],
1580
            "description": "Common interface for logging libraries",
1581
            "homepage": "https://github.com/php-fig/log",
1582
            "keywords": [
1583
                "log",
1584
                "psr",
1585
                "psr-3"
1586
            ],
1587
            "time": "2016-10-10T12:19:37+00:00"
1588
        },
1589
        {
1590
            "name": "psr/simple-cache",
1591
            "version": "1.0.1",
1592
            "source": {
1593
                "type": "git",
1594
                "url": "https://github.com/php-fig/simple-cache.git",
1595
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1596
            },
1597
            "dist": {
1598
                "type": "zip",
1599
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1600
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1601
                "shasum": ""
1602
            },
1603
            "require": {
1604
                "php": ">=5.3.0"
1605
            },
1606
            "type": "library",
1607
            "extra": {
1608
                "branch-alias": {
1609
                    "dev-master": "1.0.x-dev"
1610
                }
1611
            },
1612
            "autoload": {
1613
                "psr-4": {
1614
                    "Psr\\SimpleCache\\": "src/"
1615
                }
1616
            },
1617
            "notification-url": "https://packagist.org/downloads/",
1618
            "license": [
1619
                "MIT"
1620
            ],
1621
            "authors": [
1622
                {
1623
                    "name": "PHP-FIG",
1624
                    "homepage": "http://www.php-fig.org/"
1625
                }
1626
            ],
1627
            "description": "Common interfaces for simple caching",
1628
            "keywords": [
1629
                "cache",
1630
                "caching",
1631
                "psr",
1632
                "psr-16",
1633
                "simple-cache"
1634
            ],
1635
            "time": "2017-10-23T01:57:42+00:00"
1636
        },
1637
        {
1638
            "name": "symfony/console",
1639
            "version": "v4.0.6",
1640
            "source": {
1641
                "type": "git",
1642
                "url": "https://github.com/symfony/console.git",
1643
                "reference": "555c8dbe0ae9e561740451eabdbed2cc554b6a51"
1644
            },
1645
            "dist": {
1646
                "type": "zip",
1647
                "url": "https://api.github.com/repos/symfony/console/zipball/555c8dbe0ae9e561740451eabdbed2cc554b6a51",
1648
                "reference": "555c8dbe0ae9e561740451eabdbed2cc554b6a51",
1649
                "shasum": ""
1650
            },
1651
            "require": {
1652
                "php": "^7.1.3",
1653
                "symfony/polyfill-mbstring": "~1.0"
1654
            },
1655
            "conflict": {
1656
                "symfony/dependency-injection": "<3.4",
1657
                "symfony/process": "<3.3"
1658
            },
1659
            "require-dev": {
1660
                "psr/log": "~1.0",
1661
                "symfony/config": "~3.4|~4.0",
1662
                "symfony/dependency-injection": "~3.4|~4.0",
1663
                "symfony/event-dispatcher": "~3.4|~4.0",
1664
                "symfony/lock": "~3.4|~4.0",
1665
                "symfony/process": "~3.4|~4.0"
1666
            },
1667
            "suggest": {
1668
                "psr/log": "For using the console logger",
1669
                "symfony/event-dispatcher": "",
1670
                "symfony/lock": "",
1671
                "symfony/process": ""
1672
            },
1673
            "type": "library",
1674
            "extra": {
1675
                "branch-alias": {
1676
                    "dev-master": "4.0-dev"
1677
                }
1678
            },
1679
            "autoload": {
1680
                "psr-4": {
1681
                    "Symfony\\Component\\Console\\": ""
1682
                },
1683
                "exclude-from-classmap": [
1684
                    "/Tests/"
1685
                ]
1686
            },
1687
            "notification-url": "https://packagist.org/downloads/",
1688
            "license": [
1689
                "MIT"
1690
            ],
1691
            "authors": [
1692
                {
1693
                    "name": "Fabien Potencier",
1694
                    "email": "fabien@symfony.com"
1695
                },
1696
                {
1697
                    "name": "Symfony Community",
1698
                    "homepage": "https://symfony.com/contributors"
1699
                }
1700
            ],
1701
            "description": "Symfony Console Component",
1702
            "homepage": "https://symfony.com",
1703
            "time": "2018-02-26T15:55:47+00:00"
1704
        },
1705
        {
1706
            "name": "symfony/debug",
1707
            "version": "v4.0.6",
1708
            "source": {
1709
                "type": "git",
1710
                "url": "https://github.com/symfony/debug.git",
1711
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489"
1712
            },
1713
            "dist": {
1714
                "type": "zip",
1715
                "url": "https://api.github.com/repos/symfony/debug/zipball/1721e4e7effb23480966690cdcdc7d2a4152d489",
1716
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489",
1717
                "shasum": ""
1718
            },
1719
            "require": {
1720
                "php": "^7.1.3",
1721
                "psr/log": "~1.0"
1722
            },
1723
            "conflict": {
1724
                "symfony/http-kernel": "<3.4"
1725
            },
1726
            "require-dev": {
1727
                "symfony/http-kernel": "~3.4|~4.0"
1728
            },
1729
            "type": "library",
1730
            "extra": {
1731
                "branch-alias": {
1732
                    "dev-master": "4.0-dev"
1733
                }
1734
            },
1735
            "autoload": {
1736
                "psr-4": {
1737
                    "Symfony\\Component\\Debug\\": ""
1738
                },
1739
                "exclude-from-classmap": [
1740
                    "/Tests/"
1741
                ]
1742
            },
1743
            "notification-url": "https://packagist.org/downloads/",
1744
            "license": [
1745
                "MIT"
1746
            ],
1747
            "authors": [
1748
                {
1749
                    "name": "Fabien Potencier",
1750
                    "email": "fabien@symfony.com"
1751
                },
1752
                {
1753
                    "name": "Symfony Community",
1754
                    "homepage": "https://symfony.com/contributors"
1755
                }
1756
            ],
1757
            "description": "Symfony Debug Component",
1758
            "homepage": "https://symfony.com",
1759
            "time": "2018-02-28T21:50:02+00:00"
1760
        },
1761
        {
1762
            "name": "symfony/event-dispatcher",
1763
            "version": "v4.0.6",
1764
            "source": {
1765
                "type": "git",
1766
                "url": "https://github.com/symfony/event-dispatcher.git",
1767
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428"
1768
            },
1769
            "dist": {
1770
                "type": "zip",
1771
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/85eaf6a8ec915487abac52e133efc4a268204428",
1772
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428",
1773
                "shasum": ""
1774
            },
1775
            "require": {
1776
                "php": "^7.1.3"
1777
            },
1778
            "conflict": {
1779
                "symfony/dependency-injection": "<3.4"
1780
            },
1781
            "require-dev": {
1782
                "psr/log": "~1.0",
1783
                "symfony/config": "~3.4|~4.0",
1784
                "symfony/dependency-injection": "~3.4|~4.0",
1785
                "symfony/expression-language": "~3.4|~4.0",
1786
                "symfony/stopwatch": "~3.4|~4.0"
1787
            },
1788
            "suggest": {
1789
                "symfony/dependency-injection": "",
1790
                "symfony/http-kernel": ""
1791
            },
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "4.0-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-4": {
1800
                    "Symfony\\Component\\EventDispatcher\\": ""
1801
                },
1802
                "exclude-from-classmap": [
1803
                    "/Tests/"
1804
                ]
1805
            },
1806
            "notification-url": "https://packagist.org/downloads/",
1807
            "license": [
1808
                "MIT"
1809
            ],
1810
            "authors": [
1811
                {
1812
                    "name": "Fabien Potencier",
1813
                    "email": "fabien@symfony.com"
1814
                },
1815
                {
1816
                    "name": "Symfony Community",
1817
                    "homepage": "https://symfony.com/contributors"
1818
                }
1819
            ],
1820
            "description": "Symfony EventDispatcher Component",
1821
            "homepage": "https://symfony.com",
1822
            "time": "2018-02-14T14:11:10+00:00"
1823
        },
1824
        {
1825
            "name": "symfony/finder",
1826
            "version": "v4.0.6",
1827
            "source": {
1828
                "type": "git",
1829
                "url": "https://github.com/symfony/finder.git",
1830
                "reference": "44a796d2ecc2a16a5fc8f2956a34ee617934d55f"
1831
            },
1832
            "dist": {
1833
                "type": "zip",
1834
                "url": "https://api.github.com/repos/symfony/finder/zipball/44a796d2ecc2a16a5fc8f2956a34ee617934d55f",
1835
                "reference": "44a796d2ecc2a16a5fc8f2956a34ee617934d55f",
1836
                "shasum": ""
1837
            },
1838
            "require": {
1839
                "php": "^7.1.3"
1840
            },
1841
            "type": "library",
1842
            "extra": {
1843
                "branch-alias": {
1844
                    "dev-master": "4.0-dev"
1845
                }
1846
            },
1847
            "autoload": {
1848
                "psr-4": {
1849
                    "Symfony\\Component\\Finder\\": ""
1850
                },
1851
                "exclude-from-classmap": [
1852
                    "/Tests/"
1853
                ]
1854
            },
1855
            "notification-url": "https://packagist.org/downloads/",
1856
            "license": [
1857
                "MIT"
1858
            ],
1859
            "authors": [
1860
                {
1861
                    "name": "Fabien Potencier",
1862
                    "email": "fabien@symfony.com"
1863
                },
1864
                {
1865
                    "name": "Symfony Community",
1866
                    "homepage": "https://symfony.com/contributors"
1867
                }
1868
            ],
1869
            "description": "Symfony Finder Component",
1870
            "homepage": "https://symfony.com",
1871
            "time": "2018-03-05T18:28:26+00:00"
1872
        },
1873
        {
1874
            "name": "symfony/http-foundation",
1875
            "version": "v4.0.6",
1876
            "source": {
1877
                "type": "git",
1878
                "url": "https://github.com/symfony/http-foundation.git",
1879
                "reference": "6c181e81a3a9a7996c62ebd7803592536e729c5a"
1880
            },
1881
            "dist": {
1882
                "type": "zip",
1883
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6c181e81a3a9a7996c62ebd7803592536e729c5a",
1884
                "reference": "6c181e81a3a9a7996c62ebd7803592536e729c5a",
1885
                "shasum": ""
1886
            },
1887
            "require": {
1888
                "php": "^7.1.3",
1889
                "symfony/polyfill-mbstring": "~1.1"
1890
            },
1891
            "require-dev": {
1892
                "symfony/expression-language": "~3.4|~4.0"
1893
            },
1894
            "type": "library",
1895
            "extra": {
1896
                "branch-alias": {
1897
                    "dev-master": "4.0-dev"
1898
                }
1899
            },
1900
            "autoload": {
1901
                "psr-4": {
1902
                    "Symfony\\Component\\HttpFoundation\\": ""
1903
                },
1904
                "exclude-from-classmap": [
1905
                    "/Tests/"
1906
                ]
1907
            },
1908
            "notification-url": "https://packagist.org/downloads/",
1909
            "license": [
1910
                "MIT"
1911
            ],
1912
            "authors": [
1913
                {
1914
                    "name": "Fabien Potencier",
1915
                    "email": "fabien@symfony.com"
1916
                },
1917
                {
1918
                    "name": "Symfony Community",
1919
                    "homepage": "https://symfony.com/contributors"
1920
                }
1921
            ],
1922
            "description": "Symfony HttpFoundation Component",
1923
            "homepage": "https://symfony.com",
1924
            "time": "2018-03-05T16:01:10+00:00"
1925
        },
1926
        {
1927
            "name": "symfony/http-kernel",
1928
            "version": "v4.0.6",
1929
            "source": {
1930
                "type": "git",
1931
                "url": "https://github.com/symfony/http-kernel.git",
1932
                "reference": "2a1ebfe8c37240500befcb17bceb3893adacffa3"
1933
            },
1934
            "dist": {
1935
                "type": "zip",
1936
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2a1ebfe8c37240500befcb17bceb3893adacffa3",
1937
                "reference": "2a1ebfe8c37240500befcb17bceb3893adacffa3",
1938
                "shasum": ""
1939
            },
1940
            "require": {
1941
                "php": "^7.1.3",
1942
                "psr/log": "~1.0",
1943
                "symfony/debug": "~3.4|~4.0",
1944
                "symfony/event-dispatcher": "~3.4|~4.0",
1945
                "symfony/http-foundation": "~3.4.4|~4.0.4"
1946
            },
1947
            "conflict": {
1948
                "symfony/config": "<3.4",
1949
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1950
                "symfony/var-dumper": "<3.4",
1951
                "twig/twig": "<1.34|<2.4,>=2"
1952
            },
1953
            "provide": {
1954
                "psr/log-implementation": "1.0"
1955
            },
1956
            "require-dev": {
1957
                "psr/cache": "~1.0",
1958
                "symfony/browser-kit": "~3.4|~4.0",
1959
                "symfony/config": "~3.4|~4.0",
1960
                "symfony/console": "~3.4|~4.0",
1961
                "symfony/css-selector": "~3.4|~4.0",
1962
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1963
                "symfony/dom-crawler": "~3.4|~4.0",
1964
                "symfony/expression-language": "~3.4|~4.0",
1965
                "symfony/finder": "~3.4|~4.0",
1966
                "symfony/process": "~3.4|~4.0",
1967
                "symfony/routing": "~3.4|~4.0",
1968
                "symfony/stopwatch": "~3.4|~4.0",
1969
                "symfony/templating": "~3.4|~4.0",
1970
                "symfony/translation": "~3.4|~4.0",
1971
                "symfony/var-dumper": "~3.4|~4.0"
1972
            },
1973
            "suggest": {
1974
                "symfony/browser-kit": "",
1975
                "symfony/config": "",
1976
                "symfony/console": "",
1977
                "symfony/dependency-injection": "",
1978
                "symfony/var-dumper": ""
1979
            },
1980
            "type": "library",
1981
            "extra": {
1982
                "branch-alias": {
1983
                    "dev-master": "4.0-dev"
1984
                }
1985
            },
1986
            "autoload": {
1987
                "psr-4": {
1988
                    "Symfony\\Component\\HttpKernel\\": ""
1989
                },
1990
                "exclude-from-classmap": [
1991
                    "/Tests/"
1992
                ]
1993
            },
1994
            "notification-url": "https://packagist.org/downloads/",
1995
            "license": [
1996
                "MIT"
1997
            ],
1998
            "authors": [
1999
                {
2000
                    "name": "Fabien Potencier",
2001
                    "email": "fabien@symfony.com"
2002
                },
2003
                {
2004
                    "name": "Symfony Community",
2005
                    "homepage": "https://symfony.com/contributors"
2006
                }
2007
            ],
2008
            "description": "Symfony HttpKernel Component",
2009
            "homepage": "https://symfony.com",
2010
            "time": "2018-03-05T22:27:01+00:00"
2011
        },
2012
        {
2013
            "name": "symfony/polyfill-mbstring",
2014
            "version": "v1.7.0",
2015
            "source": {
2016
                "type": "git",
2017
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2018
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
2019
            },
2020
            "dist": {
2021
                "type": "zip",
2022
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
2023
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
2024
                "shasum": ""
2025
            },
2026
            "require": {
2027
                "php": ">=5.3.3"
2028
            },
2029
            "suggest": {
2030
                "ext-mbstring": "For best performance"
2031
            },
2032
            "type": "library",
2033
            "extra": {
2034
                "branch-alias": {
2035
                    "dev-master": "1.7-dev"
2036
                }
2037
            },
2038
            "autoload": {
2039
                "psr-4": {
2040
                    "Symfony\\Polyfill\\Mbstring\\": ""
2041
                },
2042
                "files": [
2043
                    "bootstrap.php"
2044
                ]
2045
            },
2046
            "notification-url": "https://packagist.org/downloads/",
2047
            "license": [
2048
                "MIT"
2049
            ],
2050
            "authors": [
2051
                {
2052
                    "name": "Nicolas Grekas",
2053
                    "email": "p@tchwork.com"
2054
                },
2055
                {
2056
                    "name": "Symfony Community",
2057
                    "homepage": "https://symfony.com/contributors"
2058
                }
2059
            ],
2060
            "description": "Symfony polyfill for the Mbstring extension",
2061
            "homepage": "https://symfony.com",
2062
            "keywords": [
2063
                "compatibility",
2064
                "mbstring",
2065
                "polyfill",
2066
                "portable",
2067
                "shim"
2068
            ],
2069
            "time": "2018-01-30T19:27:44+00:00"
2070
        },
2071
        {
2072
            "name": "symfony/process",
2073
            "version": "v4.0.6",
2074
            "source": {
2075
                "type": "git",
2076
                "url": "https://github.com/symfony/process.git",
2077
                "reference": "6ed08502a7c9559da8e60ea343bdbd19c3350b3e"
2078
            },
2079
            "dist": {
2080
                "type": "zip",
2081
                "url": "https://api.github.com/repos/symfony/process/zipball/6ed08502a7c9559da8e60ea343bdbd19c3350b3e",
2082
                "reference": "6ed08502a7c9559da8e60ea343bdbd19c3350b3e",
2083
                "shasum": ""
2084
            },
2085
            "require": {
2086
                "php": "^7.1.3"
2087
            },
2088
            "type": "library",
2089
            "extra": {
2090
                "branch-alias": {
2091
                    "dev-master": "4.0-dev"
2092
                }
2093
            },
2094
            "autoload": {
2095
                "psr-4": {
2096
                    "Symfony\\Component\\Process\\": ""
2097
                },
2098
                "exclude-from-classmap": [
2099
                    "/Tests/"
2100
                ]
2101
            },
2102
            "notification-url": "https://packagist.org/downloads/",
2103
            "license": [
2104
                "MIT"
2105
            ],
2106
            "authors": [
2107
                {
2108
                    "name": "Fabien Potencier",
2109
                    "email": "fabien@symfony.com"
2110
                },
2111
                {
2112
                    "name": "Symfony Community",
2113
                    "homepage": "https://symfony.com/contributors"
2114
                }
2115
            ],
2116
            "description": "Symfony Process Component",
2117
            "homepage": "https://symfony.com",
2118
            "time": "2018-02-19T12:18:43+00:00"
2119
        },
2120
        {
2121
            "name": "symfony/translation",
2122
            "version": "v4.0.6",
2123
            "source": {
2124
                "type": "git",
2125
                "url": "https://github.com/symfony/translation.git",
2126
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938"
2127
            },
2128
            "dist": {
2129
                "type": "zip",
2130
                "url": "https://api.github.com/repos/symfony/translation/zipball/e20a9b7f9f62cb33a11638b345c248e7d510c938",
2131
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938",
2132
                "shasum": ""
2133
            },
2134
            "require": {
2135
                "php": "^7.1.3",
2136
                "symfony/polyfill-mbstring": "~1.0"
2137
            },
2138
            "conflict": {
2139
                "symfony/config": "<3.4",
2140
                "symfony/dependency-injection": "<3.4",
2141
                "symfony/yaml": "<3.4"
2142
            },
2143
            "require-dev": {
2144
                "psr/log": "~1.0",
2145
                "symfony/config": "~3.4|~4.0",
2146
                "symfony/dependency-injection": "~3.4|~4.0",
2147
                "symfony/finder": "~2.8|~3.0|~4.0",
2148
                "symfony/intl": "~3.4|~4.0",
2149
                "symfony/yaml": "~3.4|~4.0"
2150
            },
2151
            "suggest": {
2152
                "psr/log": "To use logging capability in translator",
2153
                "symfony/config": "",
2154
                "symfony/yaml": ""
2155
            },
2156
            "type": "library",
2157
            "extra": {
2158
                "branch-alias": {
2159
                    "dev-master": "4.0-dev"
2160
                }
2161
            },
2162
            "autoload": {
2163
                "psr-4": {
2164
                    "Symfony\\Component\\Translation\\": ""
2165
                },
2166
                "exclude-from-classmap": [
2167
                    "/Tests/"
2168
                ]
2169
            },
2170
            "notification-url": "https://packagist.org/downloads/",
2171
            "license": [
2172
                "MIT"
2173
            ],
2174
            "authors": [
2175
                {
2176
                    "name": "Fabien Potencier",
2177
                    "email": "fabien@symfony.com"
2178
                },
2179
                {
2180
                    "name": "Symfony Community",
2181
                    "homepage": "https://symfony.com/contributors"
2182
                }
2183
            ],
2184
            "description": "Symfony Translation Component",
2185
            "homepage": "https://symfony.com",
2186
            "time": "2018-02-22T10:50:29+00:00"
2187
        },
2188
        {
2189
            "name": "vlucas/phpdotenv",
2190
            "version": "v2.4.0",
2191
            "source": {
2192
                "type": "git",
2193
                "url": "https://github.com/vlucas/phpdotenv.git",
2194
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2195
            },
2196
            "dist": {
2197
                "type": "zip",
2198
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2199
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2200
                "shasum": ""
2201
            },
2202
            "require": {
2203
                "php": ">=5.3.9"
2204
            },
2205
            "require-dev": {
2206
                "phpunit/phpunit": "^4.8 || ^5.0"
2207
            },
2208
            "type": "library",
2209
            "extra": {
2210
                "branch-alias": {
2211
                    "dev-master": "2.4-dev"
2212
                }
2213
            },
2214
            "autoload": {
2215
                "psr-4": {
2216
                    "Dotenv\\": "src/"
2217
                }
2218
            },
2219
            "notification-url": "https://packagist.org/downloads/",
2220
            "license": [
2221
                "BSD-3-Clause-Attribution"
2222
            ],
2223
            "authors": [
2224
                {
2225
                    "name": "Vance Lucas",
2226
                    "email": "vance@vancelucas.com",
2227
                    "homepage": "http://www.vancelucas.com"
2228
                }
2229
            ],
2230
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2231
            "keywords": [
2232
                "dotenv",
2233
                "env",
2234
                "environment"
2235
            ],
2236
            "time": "2016-09-01T10:05:43+00:00"
2237
        }
2238
    ],
2239
    "packages-dev": [
2240
        {
2241
            "name": "doctrine/instantiator",
2242
            "version": "1.1.0",
2243
            "source": {
2244
                "type": "git",
2245
                "url": "https://github.com/doctrine/instantiator.git",
2246
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2247
            },
2248
            "dist": {
2249
                "type": "zip",
2250
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2251
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2252
                "shasum": ""
2253
            },
2254
            "require": {
2255
                "php": "^7.1"
2256
            },
2257
            "require-dev": {
2258
                "athletic/athletic": "~0.1.8",
2259
                "ext-pdo": "*",
2260
                "ext-phar": "*",
2261
                "phpunit/phpunit": "^6.2.3",
2262
                "squizlabs/php_codesniffer": "^3.0.2"
2263
            },
2264
            "type": "library",
2265
            "extra": {
2266
                "branch-alias": {
2267
                    "dev-master": "1.2.x-dev"
2268
                }
2269
            },
2270
            "autoload": {
2271
                "psr-4": {
2272
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2273
                }
2274
            },
2275
            "notification-url": "https://packagist.org/downloads/",
2276
            "license": [
2277
                "MIT"
2278
            ],
2279
            "authors": [
2280
                {
2281
                    "name": "Marco Pivetta",
2282
                    "email": "ocramius@gmail.com",
2283
                    "homepage": "http://ocramius.github.com/"
2284
                }
2285
            ],
2286
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2287
            "homepage": "https://github.com/doctrine/instantiator",
2288
            "keywords": [
2289
                "constructor",
2290
                "instantiate"
2291
            ],
2292
            "time": "2017-07-22T11:58:36+00:00"
2293
        },
2294
        {
2295
            "name": "fzaninotto/faker",
2296
            "version": "v1.7.1",
2297
            "source": {
2298
                "type": "git",
2299
                "url": "https://github.com/fzaninotto/Faker.git",
2300
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
2301
            },
2302
            "dist": {
2303
                "type": "zip",
2304
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2305
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2306
                "shasum": ""
2307
            },
2308
            "require": {
2309
                "php": "^5.3.3 || ^7.0"
2310
            },
2311
            "require-dev": {
2312
                "ext-intl": "*",
2313
                "phpunit/phpunit": "^4.0 || ^5.0",
2314
                "squizlabs/php_codesniffer": "^1.5"
2315
            },
2316
            "type": "library",
2317
            "extra": {
2318
                "branch-alias": {
2319
                    "dev-master": "1.8-dev"
2320
                }
2321
            },
2322
            "autoload": {
2323
                "psr-4": {
2324
                    "Faker\\": "src/Faker/"
2325
                }
2326
            },
2327
            "notification-url": "https://packagist.org/downloads/",
2328
            "license": [
2329
                "MIT"
2330
            ],
2331
            "authors": [
2332
                {
2333
                    "name": "François Zaninotto"
2334
                }
2335
            ],
2336
            "description": "Faker is a PHP library that generates fake data for you.",
2337
            "keywords": [
2338
                "data",
2339
                "faker",
2340
                "fixtures"
2341
            ],
2342
            "time": "2017-08-15T16:48:10+00:00"
2343
        },
2344
        {
2345
            "name": "hamcrest/hamcrest-php",
2346
            "version": "v2.0.0",
2347
            "source": {
2348
                "type": "git",
2349
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2350
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2351
            },
2352
            "dist": {
2353
                "type": "zip",
2354
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2355
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2356
                "shasum": ""
2357
            },
2358
            "require": {
2359
                "php": "^5.3|^7.0"
2360
            },
2361
            "replace": {
2362
                "cordoval/hamcrest-php": "*",
2363
                "davedevelopment/hamcrest-php": "*",
2364
                "kodova/hamcrest-php": "*"
2365
            },
2366
            "require-dev": {
2367
                "phpunit/php-file-iterator": "1.3.3",
2368
                "phpunit/phpunit": "~4.0",
2369
                "satooshi/php-coveralls": "^1.0"
2370
            },
2371
            "type": "library",
2372
            "extra": {
2373
                "branch-alias": {
2374
                    "dev-master": "2.0-dev"
2375
                }
2376
            },
2377
            "autoload": {
2378
                "classmap": [
2379
                    "hamcrest"
2380
                ]
2381
            },
2382
            "notification-url": "https://packagist.org/downloads/",
2383
            "license": [
2384
                "BSD"
2385
            ],
2386
            "description": "This is the PHP port of Hamcrest Matchers",
2387
            "keywords": [
2388
                "test"
2389
            ],
2390
            "time": "2016-01-20T08:20:44+00:00"
2391
        },
2392
        {
2393
            "name": "mockery/mockery",
2394
            "version": "1.0",
2395
            "source": {
2396
                "type": "git",
2397
                "url": "https://github.com/mockery/mockery.git",
2398
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
2399
            },
2400
            "dist": {
2401
                "type": "zip",
2402
                "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
2403
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
2404
                "shasum": ""
2405
            },
2406
            "require": {
2407
                "hamcrest/hamcrest-php": "~2.0",
2408
                "lib-pcre": ">=7.0",
2409
                "php": ">=5.6.0"
2410
            },
2411
            "require-dev": {
2412
                "phpunit/phpunit": "~5.7|~6.1"
2413
            },
2414
            "type": "library",
2415
            "extra": {
2416
                "branch-alias": {
2417
                    "dev-master": "1.0.x-dev"
2418
                }
2419
            },
2420
            "autoload": {
2421
                "psr-0": {
2422
                    "Mockery": "library/"
2423
                }
2424
            },
2425
            "notification-url": "https://packagist.org/downloads/",
2426
            "license": [
2427
                "BSD-3-Clause"
2428
            ],
2429
            "authors": [
2430
                {
2431
                    "name": "Pádraic Brady",
2432
                    "email": "padraic.brady@gmail.com",
2433
                    "homepage": "http://blog.astrumfutura.com"
2434
                },
2435
                {
2436
                    "name": "Dave Marshall",
2437
                    "email": "dave.marshall@atstsolutions.co.uk",
2438
                    "homepage": "http://davedevelopment.co.uk"
2439
                }
2440
            ],
2441
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2442
            "homepage": "http://github.com/mockery/mockery",
2443
            "keywords": [
2444
                "BDD",
2445
                "TDD",
2446
                "library",
2447
                "mock",
2448
                "mock objects",
2449
                "mockery",
2450
                "stub",
2451
                "test",
2452
                "test double",
2453
                "testing"
2454
            ],
2455
            "time": "2017-10-06T16:20:43+00:00"
2456
        },
2457
        {
2458
            "name": "myclabs/deep-copy",
2459
            "version": "1.7.0",
2460
            "source": {
2461
                "type": "git",
2462
                "url": "https://github.com/myclabs/DeepCopy.git",
2463
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2464
            },
2465
            "dist": {
2466
                "type": "zip",
2467
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2468
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2469
                "shasum": ""
2470
            },
2471
            "require": {
2472
                "php": "^5.6 || ^7.0"
2473
            },
2474
            "require-dev": {
2475
                "doctrine/collections": "^1.0",
2476
                "doctrine/common": "^2.6",
2477
                "phpunit/phpunit": "^4.1"
2478
            },
2479
            "type": "library",
2480
            "autoload": {
2481
                "psr-4": {
2482
                    "DeepCopy\\": "src/DeepCopy/"
2483
                },
2484
                "files": [
2485
                    "src/DeepCopy/deep_copy.php"
2486
                ]
2487
            },
2488
            "notification-url": "https://packagist.org/downloads/",
2489
            "license": [
2490
                "MIT"
2491
            ],
2492
            "description": "Create deep copies (clones) of your objects",
2493
            "keywords": [
2494
                "clone",
2495
                "copy",
2496
                "duplicate",
2497
                "object",
2498
                "object graph"
2499
            ],
2500
            "time": "2017-10-19T19:58:43+00:00"
2501
        },
2502
        {
2503
            "name": "phar-io/manifest",
2504
            "version": "1.0.1",
2505
            "source": {
2506
                "type": "git",
2507
                "url": "https://github.com/phar-io/manifest.git",
2508
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2509
            },
2510
            "dist": {
2511
                "type": "zip",
2512
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2513
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2514
                "shasum": ""
2515
            },
2516
            "require": {
2517
                "ext-dom": "*",
2518
                "ext-phar": "*",
2519
                "phar-io/version": "^1.0.1",
2520
                "php": "^5.6 || ^7.0"
2521
            },
2522
            "type": "library",
2523
            "extra": {
2524
                "branch-alias": {
2525
                    "dev-master": "1.0.x-dev"
2526
                }
2527
            },
2528
            "autoload": {
2529
                "classmap": [
2530
                    "src/"
2531
                ]
2532
            },
2533
            "notification-url": "https://packagist.org/downloads/",
2534
            "license": [
2535
                "BSD-3-Clause"
2536
            ],
2537
            "authors": [
2538
                {
2539
                    "name": "Arne Blankerts",
2540
                    "email": "arne@blankerts.de",
2541
                    "role": "Developer"
2542
                },
2543
                {
2544
                    "name": "Sebastian Heuer",
2545
                    "email": "sebastian@phpeople.de",
2546
                    "role": "Developer"
2547
                },
2548
                {
2549
                    "name": "Sebastian Bergmann",
2550
                    "email": "sebastian@phpunit.de",
2551
                    "role": "Developer"
2552
                }
2553
            ],
2554
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2555
            "time": "2017-03-05T18:14:27+00:00"
2556
        },
2557
        {
2558
            "name": "phar-io/version",
2559
            "version": "1.0.1",
2560
            "source": {
2561
                "type": "git",
2562
                "url": "https://github.com/phar-io/version.git",
2563
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2564
            },
2565
            "dist": {
2566
                "type": "zip",
2567
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2568
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2569
                "shasum": ""
2570
            },
2571
            "require": {
2572
                "php": "^5.6 || ^7.0"
2573
            },
2574
            "type": "library",
2575
            "autoload": {
2576
                "classmap": [
2577
                    "src/"
2578
                ]
2579
            },
2580
            "notification-url": "https://packagist.org/downloads/",
2581
            "license": [
2582
                "BSD-3-Clause"
2583
            ],
2584
            "authors": [
2585
                {
2586
                    "name": "Arne Blankerts",
2587
                    "email": "arne@blankerts.de",
2588
                    "role": "Developer"
2589
                },
2590
                {
2591
                    "name": "Sebastian Heuer",
2592
                    "email": "sebastian@phpeople.de",
2593
                    "role": "Developer"
2594
                },
2595
                {
2596
                    "name": "Sebastian Bergmann",
2597
                    "email": "sebastian@phpunit.de",
2598
                    "role": "Developer"
2599
                }
2600
            ],
2601
            "description": "Library for handling version information and constraints",
2602
            "time": "2017-03-05T17:38:23+00:00"
2603
        },
2604
        {
2605
            "name": "phpdocumentor/reflection-common",
2606
            "version": "1.0.1",
2607
            "source": {
2608
                "type": "git",
2609
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2610
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2611
            },
2612
            "dist": {
2613
                "type": "zip",
2614
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2615
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2616
                "shasum": ""
2617
            },
2618
            "require": {
2619
                "php": ">=5.5"
2620
            },
2621
            "require-dev": {
2622
                "phpunit/phpunit": "^4.6"
2623
            },
2624
            "type": "library",
2625
            "extra": {
2626
                "branch-alias": {
2627
                    "dev-master": "1.0.x-dev"
2628
                }
2629
            },
2630
            "autoload": {
2631
                "psr-4": {
2632
                    "phpDocumentor\\Reflection\\": [
2633
                        "src"
2634
                    ]
2635
                }
2636
            },
2637
            "notification-url": "https://packagist.org/downloads/",
2638
            "license": [
2639
                "MIT"
2640
            ],
2641
            "authors": [
2642
                {
2643
                    "name": "Jaap van Otterdijk",
2644
                    "email": "opensource@ijaap.nl"
2645
                }
2646
            ],
2647
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2648
            "homepage": "http://www.phpdoc.org",
2649
            "keywords": [
2650
                "FQSEN",
2651
                "phpDocumentor",
2652
                "phpdoc",
2653
                "reflection",
2654
                "static analysis"
2655
            ],
2656
            "time": "2017-09-11T18:02:19+00:00"
2657
        },
2658
        {
2659
            "name": "phpdocumentor/reflection-docblock",
2660
            "version": "4.3.0",
2661
            "source": {
2662
                "type": "git",
2663
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2664
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2665
            },
2666
            "dist": {
2667
                "type": "zip",
2668
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2669
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2670
                "shasum": ""
2671
            },
2672
            "require": {
2673
                "php": "^7.0",
2674
                "phpdocumentor/reflection-common": "^1.0.0",
2675
                "phpdocumentor/type-resolver": "^0.4.0",
2676
                "webmozart/assert": "^1.0"
2677
            },
2678
            "require-dev": {
2679
                "doctrine/instantiator": "~1.0.5",
2680
                "mockery/mockery": "^1.0",
2681
                "phpunit/phpunit": "^6.4"
2682
            },
2683
            "type": "library",
2684
            "extra": {
2685
                "branch-alias": {
2686
                    "dev-master": "4.x-dev"
2687
                }
2688
            },
2689
            "autoload": {
2690
                "psr-4": {
2691
                    "phpDocumentor\\Reflection\\": [
2692
                        "src/"
2693
                    ]
2694
                }
2695
            },
2696
            "notification-url": "https://packagist.org/downloads/",
2697
            "license": [
2698
                "MIT"
2699
            ],
2700
            "authors": [
2701
                {
2702
                    "name": "Mike van Riel",
2703
                    "email": "me@mikevanriel.com"
2704
                }
2705
            ],
2706
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2707
            "time": "2017-11-30T07:14:17+00:00"
2708
        },
2709
        {
2710
            "name": "phpdocumentor/type-resolver",
2711
            "version": "0.4.0",
2712
            "source": {
2713
                "type": "git",
2714
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2715
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2716
            },
2717
            "dist": {
2718
                "type": "zip",
2719
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2720
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2721
                "shasum": ""
2722
            },
2723
            "require": {
2724
                "php": "^5.5 || ^7.0",
2725
                "phpdocumentor/reflection-common": "^1.0"
2726
            },
2727
            "require-dev": {
2728
                "mockery/mockery": "^0.9.4",
2729
                "phpunit/phpunit": "^5.2||^4.8.24"
2730
            },
2731
            "type": "library",
2732
            "extra": {
2733
                "branch-alias": {
2734
                    "dev-master": "1.0.x-dev"
2735
                }
2736
            },
2737
            "autoload": {
2738
                "psr-4": {
2739
                    "phpDocumentor\\Reflection\\": [
2740
                        "src/"
2741
                    ]
2742
                }
2743
            },
2744
            "notification-url": "https://packagist.org/downloads/",
2745
            "license": [
2746
                "MIT"
2747
            ],
2748
            "authors": [
2749
                {
2750
                    "name": "Mike van Riel",
2751
                    "email": "me@mikevanriel.com"
2752
                }
2753
            ],
2754
            "time": "2017-07-14T14:27:02+00:00"
2755
        },
2756
        {
2757
            "name": "phpspec/prophecy",
2758
            "version": "1.7.5",
2759
            "source": {
2760
                "type": "git",
2761
                "url": "https://github.com/phpspec/prophecy.git",
2762
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2763
            },
2764
            "dist": {
2765
                "type": "zip",
2766
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2767
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2768
                "shasum": ""
2769
            },
2770
            "require": {
2771
                "doctrine/instantiator": "^1.0.2",
2772
                "php": "^5.3|^7.0",
2773
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2774
                "sebastian/comparator": "^1.1|^2.0",
2775
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2776
            },
2777
            "require-dev": {
2778
                "phpspec/phpspec": "^2.5|^3.2",
2779
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2780
            },
2781
            "type": "library",
2782
            "extra": {
2783
                "branch-alias": {
2784
                    "dev-master": "1.7.x-dev"
2785
                }
2786
            },
2787
            "autoload": {
2788
                "psr-0": {
2789
                    "Prophecy\\": "src/"
2790
                }
2791
            },
2792
            "notification-url": "https://packagist.org/downloads/",
2793
            "license": [
2794
                "MIT"
2795
            ],
2796
            "authors": [
2797
                {
2798
                    "name": "Konstantin Kudryashov",
2799
                    "email": "ever.zet@gmail.com",
2800
                    "homepage": "http://everzet.com"
2801
                },
2802
                {
2803
                    "name": "Marcello Duarte",
2804
                    "email": "marcello.duarte@gmail.com"
2805
                }
2806
            ],
2807
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2808
            "homepage": "https://github.com/phpspec/prophecy",
2809
            "keywords": [
2810
                "Double",
2811
                "Dummy",
2812
                "fake",
2813
                "mock",
2814
                "spy",
2815
                "stub"
2816
            ],
2817
            "time": "2018-02-19T10:16:54+00:00"
2818
        },
2819
        {
2820
            "name": "phpunit/php-code-coverage",
2821
            "version": "6.0.1",
2822
            "source": {
2823
                "type": "git",
2824
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2825
                "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba"
2826
            },
2827
            "dist": {
2828
                "type": "zip",
2829
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f8ca4b604baf23dab89d87773c28cc07405189ba",
2830
                "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba",
2831
                "shasum": ""
2832
            },
2833
            "require": {
2834
                "ext-dom": "*",
2835
                "ext-xmlwriter": "*",
2836
                "php": "^7.1",
2837
                "phpunit/php-file-iterator": "^1.4.2",
2838
                "phpunit/php-text-template": "^1.2.1",
2839
                "phpunit/php-token-stream": "^3.0",
2840
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2841
                "sebastian/environment": "^3.0",
2842
                "sebastian/version": "^2.0.1",
2843
                "theseer/tokenizer": "^1.1"
2844
            },
2845
            "require-dev": {
2846
                "phpunit/phpunit": "^7.0"
2847
            },
2848
            "suggest": {
2849
                "ext-xdebug": "^2.6.0"
2850
            },
2851
            "type": "library",
2852
            "extra": {
2853
                "branch-alias": {
2854
                    "dev-master": "6.0-dev"
2855
                }
2856
            },
2857
            "autoload": {
2858
                "classmap": [
2859
                    "src/"
2860
                ]
2861
            },
2862
            "notification-url": "https://packagist.org/downloads/",
2863
            "license": [
2864
                "BSD-3-Clause"
2865
            ],
2866
            "authors": [
2867
                {
2868
                    "name": "Sebastian Bergmann",
2869
                    "email": "sebastian@phpunit.de",
2870
                    "role": "lead"
2871
                }
2872
            ],
2873
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2874
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2875
            "keywords": [
2876
                "coverage",
2877
                "testing",
2878
                "xunit"
2879
            ],
2880
            "time": "2018-02-02T07:01:41+00:00"
2881
        },
2882
        {
2883
            "name": "phpunit/php-file-iterator",
2884
            "version": "1.4.5",
2885
            "source": {
2886
                "type": "git",
2887
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2888
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2889
            },
2890
            "dist": {
2891
                "type": "zip",
2892
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2893
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2894
                "shasum": ""
2895
            },
2896
            "require": {
2897
                "php": ">=5.3.3"
2898
            },
2899
            "type": "library",
2900
            "extra": {
2901
                "branch-alias": {
2902
                    "dev-master": "1.4.x-dev"
2903
                }
2904
            },
2905
            "autoload": {
2906
                "classmap": [
2907
                    "src/"
2908
                ]
2909
            },
2910
            "notification-url": "https://packagist.org/downloads/",
2911
            "license": [
2912
                "BSD-3-Clause"
2913
            ],
2914
            "authors": [
2915
                {
2916
                    "name": "Sebastian Bergmann",
2917
                    "email": "sb@sebastian-bergmann.de",
2918
                    "role": "lead"
2919
                }
2920
            ],
2921
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2922
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2923
            "keywords": [
2924
                "filesystem",
2925
                "iterator"
2926
            ],
2927
            "time": "2017-11-27T13:52:08+00:00"
2928
        },
2929
        {
2930
            "name": "phpunit/php-text-template",
2931
            "version": "1.2.1",
2932
            "source": {
2933
                "type": "git",
2934
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2935
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2936
            },
2937
            "dist": {
2938
                "type": "zip",
2939
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2940
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2941
                "shasum": ""
2942
            },
2943
            "require": {
2944
                "php": ">=5.3.3"
2945
            },
2946
            "type": "library",
2947
            "autoload": {
2948
                "classmap": [
2949
                    "src/"
2950
                ]
2951
            },
2952
            "notification-url": "https://packagist.org/downloads/",
2953
            "license": [
2954
                "BSD-3-Clause"
2955
            ],
2956
            "authors": [
2957
                {
2958
                    "name": "Sebastian Bergmann",
2959
                    "email": "sebastian@phpunit.de",
2960
                    "role": "lead"
2961
                }
2962
            ],
2963
            "description": "Simple template engine.",
2964
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2965
            "keywords": [
2966
                "template"
2967
            ],
2968
            "time": "2015-06-21T13:50:34+00:00"
2969
        },
2970
        {
2971
            "name": "phpunit/php-timer",
2972
            "version": "2.0.0",
2973
            "source": {
2974
                "type": "git",
2975
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2976
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2977
            },
2978
            "dist": {
2979
                "type": "zip",
2980
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
2981
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2982
                "shasum": ""
2983
            },
2984
            "require": {
2985
                "php": "^7.1"
2986
            },
2987
            "require-dev": {
2988
                "phpunit/phpunit": "^7.0"
2989
            },
2990
            "type": "library",
2991
            "extra": {
2992
                "branch-alias": {
2993
                    "dev-master": "2.0-dev"
2994
                }
2995
            },
2996
            "autoload": {
2997
                "classmap": [
2998
                    "src/"
2999
                ]
3000
            },
3001
            "notification-url": "https://packagist.org/downloads/",
3002
            "license": [
3003
                "BSD-3-Clause"
3004
            ],
3005
            "authors": [
3006
                {
3007
                    "name": "Sebastian Bergmann",
3008
                    "email": "sebastian@phpunit.de",
3009
                    "role": "lead"
3010
                }
3011
            ],
3012
            "description": "Utility class for timing",
3013
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3014
            "keywords": [
3015
                "timer"
3016
            ],
3017
            "time": "2018-02-01T13:07:23+00:00"
3018
        },
3019
        {
3020
            "name": "phpunit/php-token-stream",
3021
            "version": "3.0.0",
3022
            "source": {
3023
                "type": "git",
3024
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3025
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3026
            },
3027
            "dist": {
3028
                "type": "zip",
3029
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3030
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3031
                "shasum": ""
3032
            },
3033
            "require": {
3034
                "ext-tokenizer": "*",
3035
                "php": "^7.1"
3036
            },
3037
            "require-dev": {
3038
                "phpunit/phpunit": "^7.0"
3039
            },
3040
            "type": "library",
3041
            "extra": {
3042
                "branch-alias": {
3043
                    "dev-master": "3.0-dev"
3044
                }
3045
            },
3046
            "autoload": {
3047
                "classmap": [
3048
                    "src/"
3049
                ]
3050
            },
3051
            "notification-url": "https://packagist.org/downloads/",
3052
            "license": [
3053
                "BSD-3-Clause"
3054
            ],
3055
            "authors": [
3056
                {
3057
                    "name": "Sebastian Bergmann",
3058
                    "email": "sebastian@phpunit.de"
3059
                }
3060
            ],
3061
            "description": "Wrapper around PHP's tokenizer extension.",
3062
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3063
            "keywords": [
3064
                "tokenizer"
3065
            ],
3066
            "time": "2018-02-01T13:16:43+00:00"
3067
        },
3068
        {
3069
            "name": "phpunit/phpunit",
3070
            "version": "7.0.3",
3071
            "source": {
3072
                "type": "git",
3073
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3074
                "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e"
3075
            },
3076
            "dist": {
3077
                "type": "zip",
3078
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/536f4d853c12d8189963435088e8ff7c0daeab2e",
3079
                "reference": "536f4d853c12d8189963435088e8ff7c0daeab2e",
3080
                "shasum": ""
3081
            },
3082
            "require": {
3083
                "ext-dom": "*",
3084
                "ext-json": "*",
3085
                "ext-libxml": "*",
3086
                "ext-mbstring": "*",
3087
                "ext-xml": "*",
3088
                "myclabs/deep-copy": "^1.6.1",
3089
                "phar-io/manifest": "^1.0.1",
3090
                "phar-io/version": "^1.0",
3091
                "php": "^7.1",
3092
                "phpspec/prophecy": "^1.7",
3093
                "phpunit/php-code-coverage": "^6.0.1",
3094
                "phpunit/php-file-iterator": "^1.4.3",
3095
                "phpunit/php-text-template": "^1.2.1",
3096
                "phpunit/php-timer": "^2.0",
3097
                "phpunit/phpunit-mock-objects": "^6.0",
3098
                "sebastian/comparator": "^2.1",
3099
                "sebastian/diff": "^3.0",
3100
                "sebastian/environment": "^3.1",
3101
                "sebastian/exporter": "^3.1",
3102
                "sebastian/global-state": "^2.0",
3103
                "sebastian/object-enumerator": "^3.0.3",
3104
                "sebastian/resource-operations": "^1.0",
3105
                "sebastian/version": "^2.0.1"
3106
            },
3107
            "require-dev": {
3108
                "ext-pdo": "*"
3109
            },
3110
            "suggest": {
3111
                "ext-xdebug": "*",
3112
                "phpunit/php-invoker": "^2.0"
3113
            },
3114
            "bin": [
3115
                "phpunit"
3116
            ],
3117
            "type": "library",
3118
            "extra": {
3119
                "branch-alias": {
3120
                    "dev-master": "7.0-dev"
3121
                }
3122
            },
3123
            "autoload": {
3124
                "classmap": [
3125
                    "src/"
3126
                ]
3127
            },
3128
            "notification-url": "https://packagist.org/downloads/",
3129
            "license": [
3130
                "BSD-3-Clause"
3131
            ],
3132
            "authors": [
3133
                {
3134
                    "name": "Sebastian Bergmann",
3135
                    "email": "sebastian@phpunit.de",
3136
                    "role": "lead"
3137
                }
3138
            ],
3139
            "description": "The PHP Unit Testing framework.",
3140
            "homepage": "https://phpunit.de/",
3141
            "keywords": [
3142
                "phpunit",
3143
                "testing",
3144
                "xunit"
3145
            ],
3146
            "time": "2018-03-26T07:36:48+00:00"
3147
        },
3148
        {
3149
            "name": "phpunit/phpunit-mock-objects",
3150
            "version": "6.0.1",
3151
            "source": {
3152
                "type": "git",
3153
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3154
                "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53"
3155
            },
3156
            "dist": {
3157
                "type": "zip",
3158
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e3249dedc2d99259ccae6affbc2684eac37c2e53",
3159
                "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53",
3160
                "shasum": ""
3161
            },
3162
            "require": {
3163
                "doctrine/instantiator": "^1.0.5",
3164
                "php": "^7.1",
3165
                "phpunit/php-text-template": "^1.2.1",
3166
                "sebastian/exporter": "^3.1"
3167
            },
3168
            "require-dev": {
3169
                "phpunit/phpunit": "^7.0"
3170
            },
3171
            "suggest": {
3172
                "ext-soap": "*"
3173
            },
3174
            "type": "library",
3175
            "extra": {
3176
                "branch-alias": {
3177
                    "dev-master": "6.0.x-dev"
3178
                }
3179
            },
3180
            "autoload": {
3181
                "classmap": [
3182
                    "src/"
3183
                ]
3184
            },
3185
            "notification-url": "https://packagist.org/downloads/",
3186
            "license": [
3187
                "BSD-3-Clause"
3188
            ],
3189
            "authors": [
3190
                {
3191
                    "name": "Sebastian Bergmann",
3192
                    "email": "sebastian@phpunit.de",
3193
                    "role": "lead"
3194
                }
3195
            ],
3196
            "description": "Mock Object library for PHPUnit",
3197
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3198
            "keywords": [
3199
                "mock",
3200
                "xunit"
3201
            ],
3202
            "time": "2018-02-15T05:27:38+00:00"
3203
        },
3204
        {
3205
            "name": "sebastian/code-unit-reverse-lookup",
3206
            "version": "1.0.1",
3207
            "source": {
3208
                "type": "git",
3209
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3210
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3211
            },
3212
            "dist": {
3213
                "type": "zip",
3214
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3215
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3216
                "shasum": ""
3217
            },
3218
            "require": {
3219
                "php": "^5.6 || ^7.0"
3220
            },
3221
            "require-dev": {
3222
                "phpunit/phpunit": "^5.7 || ^6.0"
3223
            },
3224
            "type": "library",
3225
            "extra": {
3226
                "branch-alias": {
3227
                    "dev-master": "1.0.x-dev"
3228
                }
3229
            },
3230
            "autoload": {
3231
                "classmap": [
3232
                    "src/"
3233
                ]
3234
            },
3235
            "notification-url": "https://packagist.org/downloads/",
3236
            "license": [
3237
                "BSD-3-Clause"
3238
            ],
3239
            "authors": [
3240
                {
3241
                    "name": "Sebastian Bergmann",
3242
                    "email": "sebastian@phpunit.de"
3243
                }
3244
            ],
3245
            "description": "Looks up which function or method a line of code belongs to",
3246
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3247
            "time": "2017-03-04T06:30:41+00:00"
3248
        },
3249
        {
3250
            "name": "sebastian/comparator",
3251
            "version": "2.1.3",
3252
            "source": {
3253
                "type": "git",
3254
                "url": "https://github.com/sebastianbergmann/comparator.git",
3255
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
3256
            },
3257
            "dist": {
3258
                "type": "zip",
3259
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
3260
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
3261
                "shasum": ""
3262
            },
3263
            "require": {
3264
                "php": "^7.0",
3265
                "sebastian/diff": "^2.0 || ^3.0",
3266
                "sebastian/exporter": "^3.1"
3267
            },
3268
            "require-dev": {
3269
                "phpunit/phpunit": "^6.4"
3270
            },
3271
            "type": "library",
3272
            "extra": {
3273
                "branch-alias": {
3274
                    "dev-master": "2.1.x-dev"
3275
                }
3276
            },
3277
            "autoload": {
3278
                "classmap": [
3279
                    "src/"
3280
                ]
3281
            },
3282
            "notification-url": "https://packagist.org/downloads/",
3283
            "license": [
3284
                "BSD-3-Clause"
3285
            ],
3286
            "authors": [
3287
                {
3288
                    "name": "Jeff Welch",
3289
                    "email": "whatthejeff@gmail.com"
3290
                },
3291
                {
3292
                    "name": "Volker Dusch",
3293
                    "email": "github@wallbash.com"
3294
                },
3295
                {
3296
                    "name": "Bernhard Schussek",
3297
                    "email": "bschussek@2bepublished.at"
3298
                },
3299
                {
3300
                    "name": "Sebastian Bergmann",
3301
                    "email": "sebastian@phpunit.de"
3302
                }
3303
            ],
3304
            "description": "Provides the functionality to compare PHP values for equality",
3305
            "homepage": "https://github.com/sebastianbergmann/comparator",
3306
            "keywords": [
3307
                "comparator",
3308
                "compare",
3309
                "equality"
3310
            ],
3311
            "time": "2018-02-01T13:46:46+00:00"
3312
        },
3313
        {
3314
            "name": "sebastian/diff",
3315
            "version": "3.0.0",
3316
            "source": {
3317
                "type": "git",
3318
                "url": "https://github.com/sebastianbergmann/diff.git",
3319
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
3320
            },
3321
            "dist": {
3322
                "type": "zip",
3323
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
3324
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
3325
                "shasum": ""
3326
            },
3327
            "require": {
3328
                "php": "^7.1"
3329
            },
3330
            "require-dev": {
3331
                "phpunit/phpunit": "^7.0",
3332
                "symfony/process": "^2 || ^3.3 || ^4"
3333
            },
3334
            "type": "library",
3335
            "extra": {
3336
                "branch-alias": {
3337
                    "dev-master": "3.0-dev"
3338
                }
3339
            },
3340
            "autoload": {
3341
                "classmap": [
3342
                    "src/"
3343
                ]
3344
            },
3345
            "notification-url": "https://packagist.org/downloads/",
3346
            "license": [
3347
                "BSD-3-Clause"
3348
            ],
3349
            "authors": [
3350
                {
3351
                    "name": "Kore Nordmann",
3352
                    "email": "mail@kore-nordmann.de"
3353
                },
3354
                {
3355
                    "name": "Sebastian Bergmann",
3356
                    "email": "sebastian@phpunit.de"
3357
                }
3358
            ],
3359
            "description": "Diff implementation",
3360
            "homepage": "https://github.com/sebastianbergmann/diff",
3361
            "keywords": [
3362
                "diff",
3363
                "udiff",
3364
                "unidiff",
3365
                "unified diff"
3366
            ],
3367
            "time": "2018-02-01T13:45:15+00:00"
3368
        },
3369
        {
3370
            "name": "sebastian/environment",
3371
            "version": "3.1.0",
3372
            "source": {
3373
                "type": "git",
3374
                "url": "https://github.com/sebastianbergmann/environment.git",
3375
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3376
            },
3377
            "dist": {
3378
                "type": "zip",
3379
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3380
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3381
                "shasum": ""
3382
            },
3383
            "require": {
3384
                "php": "^7.0"
3385
            },
3386
            "require-dev": {
3387
                "phpunit/phpunit": "^6.1"
3388
            },
3389
            "type": "library",
3390
            "extra": {
3391
                "branch-alias": {
3392
                    "dev-master": "3.1.x-dev"
3393
                }
3394
            },
3395
            "autoload": {
3396
                "classmap": [
3397
                    "src/"
3398
                ]
3399
            },
3400
            "notification-url": "https://packagist.org/downloads/",
3401
            "license": [
3402
                "BSD-3-Clause"
3403
            ],
3404
            "authors": [
3405
                {
3406
                    "name": "Sebastian Bergmann",
3407
                    "email": "sebastian@phpunit.de"
3408
                }
3409
            ],
3410
            "description": "Provides functionality to handle HHVM/PHP environments",
3411
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3412
            "keywords": [
3413
                "Xdebug",
3414
                "environment",
3415
                "hhvm"
3416
            ],
3417
            "time": "2017-07-01T08:51:00+00:00"
3418
        },
3419
        {
3420
            "name": "sebastian/exporter",
3421
            "version": "3.1.0",
3422
            "source": {
3423
                "type": "git",
3424
                "url": "https://github.com/sebastianbergmann/exporter.git",
3425
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3426
            },
3427
            "dist": {
3428
                "type": "zip",
3429
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3430
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3431
                "shasum": ""
3432
            },
3433
            "require": {
3434
                "php": "^7.0",
3435
                "sebastian/recursion-context": "^3.0"
3436
            },
3437
            "require-dev": {
3438
                "ext-mbstring": "*",
3439
                "phpunit/phpunit": "^6.0"
3440
            },
3441
            "type": "library",
3442
            "extra": {
3443
                "branch-alias": {
3444
                    "dev-master": "3.1.x-dev"
3445
                }
3446
            },
3447
            "autoload": {
3448
                "classmap": [
3449
                    "src/"
3450
                ]
3451
            },
3452
            "notification-url": "https://packagist.org/downloads/",
3453
            "license": [
3454
                "BSD-3-Clause"
3455
            ],
3456
            "authors": [
3457
                {
3458
                    "name": "Jeff Welch",
3459
                    "email": "whatthejeff@gmail.com"
3460
                },
3461
                {
3462
                    "name": "Volker Dusch",
3463
                    "email": "github@wallbash.com"
3464
                },
3465
                {
3466
                    "name": "Bernhard Schussek",
3467
                    "email": "bschussek@2bepublished.at"
3468
                },
3469
                {
3470
                    "name": "Sebastian Bergmann",
3471
                    "email": "sebastian@phpunit.de"
3472
                },
3473
                {
3474
                    "name": "Adam Harvey",
3475
                    "email": "aharvey@php.net"
3476
                }
3477
            ],
3478
            "description": "Provides the functionality to export PHP variables for visualization",
3479
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3480
            "keywords": [
3481
                "export",
3482
                "exporter"
3483
            ],
3484
            "time": "2017-04-03T13:19:02+00:00"
3485
        },
3486
        {
3487
            "name": "sebastian/global-state",
3488
            "version": "2.0.0",
3489
            "source": {
3490
                "type": "git",
3491
                "url": "https://github.com/sebastianbergmann/global-state.git",
3492
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3493
            },
3494
            "dist": {
3495
                "type": "zip",
3496
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3497
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3498
                "shasum": ""
3499
            },
3500
            "require": {
3501
                "php": "^7.0"
3502
            },
3503
            "require-dev": {
3504
                "phpunit/phpunit": "^6.0"
3505
            },
3506
            "suggest": {
3507
                "ext-uopz": "*"
3508
            },
3509
            "type": "library",
3510
            "extra": {
3511
                "branch-alias": {
3512
                    "dev-master": "2.0-dev"
3513
                }
3514
            },
3515
            "autoload": {
3516
                "classmap": [
3517
                    "src/"
3518
                ]
3519
            },
3520
            "notification-url": "https://packagist.org/downloads/",
3521
            "license": [
3522
                "BSD-3-Clause"
3523
            ],
3524
            "authors": [
3525
                {
3526
                    "name": "Sebastian Bergmann",
3527
                    "email": "sebastian@phpunit.de"
3528
                }
3529
            ],
3530
            "description": "Snapshotting of global state",
3531
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3532
            "keywords": [
3533
                "global state"
3534
            ],
3535
            "time": "2017-04-27T15:39:26+00:00"
3536
        },
3537
        {
3538
            "name": "sebastian/object-enumerator",
3539
            "version": "3.0.3",
3540
            "source": {
3541
                "type": "git",
3542
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3543
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3544
            },
3545
            "dist": {
3546
                "type": "zip",
3547
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3548
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3549
                "shasum": ""
3550
            },
3551
            "require": {
3552
                "php": "^7.0",
3553
                "sebastian/object-reflector": "^1.1.1",
3554
                "sebastian/recursion-context": "^3.0"
3555
            },
3556
            "require-dev": {
3557
                "phpunit/phpunit": "^6.0"
3558
            },
3559
            "type": "library",
3560
            "extra": {
3561
                "branch-alias": {
3562
                    "dev-master": "3.0.x-dev"
3563
                }
3564
            },
3565
            "autoload": {
3566
                "classmap": [
3567
                    "src/"
3568
                ]
3569
            },
3570
            "notification-url": "https://packagist.org/downloads/",
3571
            "license": [
3572
                "BSD-3-Clause"
3573
            ],
3574
            "authors": [
3575
                {
3576
                    "name": "Sebastian Bergmann",
3577
                    "email": "sebastian@phpunit.de"
3578
                }
3579
            ],
3580
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3581
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3582
            "time": "2017-08-03T12:35:26+00:00"
3583
        },
3584
        {
3585
            "name": "sebastian/object-reflector",
3586
            "version": "1.1.1",
3587
            "source": {
3588
                "type": "git",
3589
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3590
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3591
            },
3592
            "dist": {
3593
                "type": "zip",
3594
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3595
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3596
                "shasum": ""
3597
            },
3598
            "require": {
3599
                "php": "^7.0"
3600
            },
3601
            "require-dev": {
3602
                "phpunit/phpunit": "^6.0"
3603
            },
3604
            "type": "library",
3605
            "extra": {
3606
                "branch-alias": {
3607
                    "dev-master": "1.1-dev"
3608
                }
3609
            },
3610
            "autoload": {
3611
                "classmap": [
3612
                    "src/"
3613
                ]
3614
            },
3615
            "notification-url": "https://packagist.org/downloads/",
3616
            "license": [
3617
                "BSD-3-Clause"
3618
            ],
3619
            "authors": [
3620
                {
3621
                    "name": "Sebastian Bergmann",
3622
                    "email": "sebastian@phpunit.de"
3623
                }
3624
            ],
3625
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3626
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3627
            "time": "2017-03-29T09:07:27+00:00"
3628
        },
3629
        {
3630
            "name": "sebastian/recursion-context",
3631
            "version": "3.0.0",
3632
            "source": {
3633
                "type": "git",
3634
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3635
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3636
            },
3637
            "dist": {
3638
                "type": "zip",
3639
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3640
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3641
                "shasum": ""
3642
            },
3643
            "require": {
3644
                "php": "^7.0"
3645
            },
3646
            "require-dev": {
3647
                "phpunit/phpunit": "^6.0"
3648
            },
3649
            "type": "library",
3650
            "extra": {
3651
                "branch-alias": {
3652
                    "dev-master": "3.0.x-dev"
3653
                }
3654
            },
3655
            "autoload": {
3656
                "classmap": [
3657
                    "src/"
3658
                ]
3659
            },
3660
            "notification-url": "https://packagist.org/downloads/",
3661
            "license": [
3662
                "BSD-3-Clause"
3663
            ],
3664
            "authors": [
3665
                {
3666
                    "name": "Jeff Welch",
3667
                    "email": "whatthejeff@gmail.com"
3668
                },
3669
                {
3670
                    "name": "Sebastian Bergmann",
3671
                    "email": "sebastian@phpunit.de"
3672
                },
3673
                {
3674
                    "name": "Adam Harvey",
3675
                    "email": "aharvey@php.net"
3676
                }
3677
            ],
3678
            "description": "Provides functionality to recursively process PHP variables",
3679
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3680
            "time": "2017-03-03T06:23:57+00:00"
3681
        },
3682
        {
3683
            "name": "sebastian/resource-operations",
3684
            "version": "1.0.0",
3685
            "source": {
3686
                "type": "git",
3687
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3688
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3689
            },
3690
            "dist": {
3691
                "type": "zip",
3692
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3693
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3694
                "shasum": ""
3695
            },
3696
            "require": {
3697
                "php": ">=5.6.0"
3698
            },
3699
            "type": "library",
3700
            "extra": {
3701
                "branch-alias": {
3702
                    "dev-master": "1.0.x-dev"
3703
                }
3704
            },
3705
            "autoload": {
3706
                "classmap": [
3707
                    "src/"
3708
                ]
3709
            },
3710
            "notification-url": "https://packagist.org/downloads/",
3711
            "license": [
3712
                "BSD-3-Clause"
3713
            ],
3714
            "authors": [
3715
                {
3716
                    "name": "Sebastian Bergmann",
3717
                    "email": "sebastian@phpunit.de"
3718
                }
3719
            ],
3720
            "description": "Provides a list of PHP built-in functions that operate on resources",
3721
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3722
            "time": "2015-07-28T20:34:47+00:00"
3723
        },
3724
        {
3725
            "name": "sebastian/version",
3726
            "version": "2.0.1",
3727
            "source": {
3728
                "type": "git",
3729
                "url": "https://github.com/sebastianbergmann/version.git",
3730
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3731
            },
3732
            "dist": {
3733
                "type": "zip",
3734
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3735
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3736
                "shasum": ""
3737
            },
3738
            "require": {
3739
                "php": ">=5.6"
3740
            },
3741
            "type": "library",
3742
            "extra": {
3743
                "branch-alias": {
3744
                    "dev-master": "2.0.x-dev"
3745
                }
3746
            },
3747
            "autoload": {
3748
                "classmap": [
3749
                    "src/"
3750
                ]
3751
            },
3752
            "notification-url": "https://packagist.org/downloads/",
3753
            "license": [
3754
                "BSD-3-Clause"
3755
            ],
3756
            "authors": [
3757
                {
3758
                    "name": "Sebastian Bergmann",
3759
                    "email": "sebastian@phpunit.de",
3760
                    "role": "lead"
3761
                }
3762
            ],
3763
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3764
            "homepage": "https://github.com/sebastianbergmann/version",
3765
            "time": "2016-10-03T07:35:21+00:00"
3766
        },
3767
        {
3768
            "name": "theseer/tokenizer",
3769
            "version": "1.1.0",
3770
            "source": {
3771
                "type": "git",
3772
                "url": "https://github.com/theseer/tokenizer.git",
3773
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3774
            },
3775
            "dist": {
3776
                "type": "zip",
3777
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3778
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3779
                "shasum": ""
3780
            },
3781
            "require": {
3782
                "ext-dom": "*",
3783
                "ext-tokenizer": "*",
3784
                "ext-xmlwriter": "*",
3785
                "php": "^7.0"
3786
            },
3787
            "type": "library",
3788
            "autoload": {
3789
                "classmap": [
3790
                    "src/"
3791
                ]
3792
            },
3793
            "notification-url": "https://packagist.org/downloads/",
3794
            "license": [
3795
                "BSD-3-Clause"
3796
            ],
3797
            "authors": [
3798
                {
3799
                    "name": "Arne Blankerts",
3800
                    "email": "arne@blankerts.de",
3801
                    "role": "Developer"
3802
                }
3803
            ],
3804
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3805
            "time": "2017-04-07T12:08:54+00:00"
3806
        },
3807
        {
3808
            "name": "webmozart/assert",
3809
            "version": "1.3.0",
3810
            "source": {
3811
                "type": "git",
3812
                "url": "https://github.com/webmozart/assert.git",
3813
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3814
            },
3815
            "dist": {
3816
                "type": "zip",
3817
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3818
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3819
                "shasum": ""
3820
            },
3821
            "require": {
3822
                "php": "^5.3.3 || ^7.0"
3823
            },
3824
            "require-dev": {
3825
                "phpunit/phpunit": "^4.6",
3826
                "sebastian/version": "^1.0.1"
3827
            },
3828
            "type": "library",
3829
            "extra": {
3830
                "branch-alias": {
3831
                    "dev-master": "1.3-dev"
3832
                }
3833
            },
3834
            "autoload": {
3835
                "psr-4": {
3836
                    "Webmozart\\Assert\\": "src/"
3837
                }
3838
            },
3839
            "notification-url": "https://packagist.org/downloads/",
3840
            "license": [
3841
                "MIT"
3842
            ],
3843
            "authors": [
3844
                {
3845
                    "name": "Bernhard Schussek",
3846
                    "email": "bschussek@gmail.com"
3847
                }
3848
            ],
3849
            "description": "Assertions to validate method input/output with nice error messages.",
3850
            "keywords": [
3851
                "assert",
3852
                "check",
3853
                "validate"
3854
            ],
3855
            "time": "2018-01-29T19:49:41+00:00"
3856
        }
3857
    ],
3858
    "aliases": [],
3859
    "minimum-stability": "dev",
3860
    "stability-flags": [],
3861
    "prefer-stable": true,
3862
    "prefer-lowest": false,
3863
    "platform": {
3864
        "php": ">=7.1.3"
3865
    },
3866
    "platform-dev": []
3867
}
(5-5/7)