Projekt

Obecné

Profil

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