Issues (43)

composer.lock (2 issues)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "26218ab6fffa3306283ced1a89900790",
8
    "packages": [
9
        {
10
            "name": "alive2212/laravel-excel-helper",
11
            "version": "v1.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Alive2212/LaravelExcelHelper.git",
15
                "reference": "daca727040580c2f66b8033f3babd928833e9141"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Alive2212/LaravelExcelHelper/zipball/daca727040580c2f66b8033f3babd928833e9141",
20
                "reference": "daca727040580c2f66b8033f3babd928833e9141",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "illuminate/support": "~5.1",
25
                "maatwebsite/excel": "~2.1.0",
26
                "php": "~5.6|~7.0"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": ">=5.4.3",
30
                "squizlabs/php_codesniffer": "^2.3"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.0-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-4": {
40
                    "Alive2212\\ExcelHelper\\": "src"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "babak nodoust",
50
                    "email": "[email protected]",
51
                    "homepage": "https://www.linkedin.com/in/babak-nodoust-a7489543/",
52
                    "role": "CTO"
53
                }
54
            ],
55
            "description": ":package_description",
56
            "homepage": "https://github.com/Alive2212/ExcelHelper",
57
            "keywords": [
58
                "Alive2212",
59
                "ExcelHelper"
60
            ],
61
            "time": "2018-04-17T07:54:55+00:00"
62
        },
63
        {
64
            "name": "doctrine/inflector",
65
            "version": "v1.3.0",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/doctrine/inflector.git",
69
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
74
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "php": "^7.1"
79
            },
80
            "require-dev": {
81
                "phpunit/phpunit": "^6.2"
82
            },
83
            "type": "library",
84
            "extra": {
85
                "branch-alias": {
86
                    "dev-master": "1.3.x-dev"
87
                }
88
            },
89
            "autoload": {
90
                "psr-4": {
91
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
92
                }
93
            },
94
            "notification-url": "https://packagist.org/downloads/",
95
            "license": [
96
                "MIT"
97
            ],
98
            "authors": [
99
                {
100
                    "name": "Roman Borschel",
101
                    "email": "[email protected]"
102
                },
103
                {
104
                    "name": "Benjamin Eberlei",
105
                    "email": "[email protected]"
106
                },
107
                {
108
                    "name": "Guilherme Blanco",
109
                    "email": "[email protected]"
110
                },
111
                {
112
                    "name": "Jonathan Wage",
113
                    "email": "[email protected]"
114
                },
115
                {
116
                    "name": "Johannes Schmitt",
117
                    "email": "[email protected]"
118
                }
119
            ],
120
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
121
            "homepage": "http://www.doctrine-project.org",
122
            "keywords": [
123
                "inflection",
124
                "pluralize",
125
                "singularize",
126
                "string"
127
            ],
128
            "time": "2018-01-09T20:05:19+00:00"
129
        },
130
        {
131
            "name": "erusev/parsedown",
132
            "version": "1.7.1",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/erusev/parsedown.git",
136
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
141
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "ext-mbstring": "*",
146
                "php": ">=5.3.0"
147
            },
148
            "require-dev": {
149
                "phpunit/phpunit": "^4.8.35"
150
            },
151
            "type": "library",
152
            "autoload": {
153
                "psr-0": {
154
                    "Parsedown": ""
155
                }
156
            },
157
            "notification-url": "https://packagist.org/downloads/",
158
            "license": [
159
                "MIT"
160
            ],
161
            "authors": [
162
                {
163
                    "name": "Emanuil Rusev",
164
                    "email": "[email protected]",
165
                    "homepage": "http://erusev.com"
166
                }
167
            ],
168
            "description": "Parser for Markdown.",
169
            "homepage": "http://parsedown.org",
170
            "keywords": [
171
                "markdown",
172
                "parser"
173
            ],
174
            "time": "2018-03-08T01:11:30+00:00"
175
        },
176
        {
177
            "name": "fico7489/laravel-pivot",
178
            "version": "2.0.6",
179
            "source": {
180
                "type": "git",
181
                "url": "https://github.com/fico7489/laravel-pivot.git",
182
                "reference": "f4197fb797b0c544e18ee47d8a9407b2ade0930c"
183
            },
184
            "dist": {
185
                "type": "zip",
186
                "url": "https://api.github.com/repos/fico7489/laravel-pivot/zipball/f4197fb797b0c544e18ee47d8a9407b2ade0930c",
187
                "reference": "f4197fb797b0c544e18ee47d8a9407b2ade0930c",
188
                "shasum": ""
189
            },
190
            "require": {
191
                "illuminate/database": "5.4.*"
192
            },
193
            "require-dev": {
194
                "orchestra/testbench": "3.4.*",
195
                "phpunit/phpunit": "~5.0"
196
            },
197
            "type": "library",
198
            "autoload": {
199
                "psr-4": {
200
                    "Fico7489\\Laravel\\Pivot\\": "src"
201
                }
202
            },
203
            "notification-url": "https://packagist.org/downloads/",
204
            "license": [
205
                "MIT"
206
            ],
207
            "authors": [
208
                {
209
                    "name": "Filip Horvat",
210
                    "email": "[email protected]",
211
                    "homepage": "http://am2studio.hr",
212
                    "role": "Developer"
213
                }
214
            ],
215
            "description": "This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.",
216
            "homepage": "https://github.com/fico7489/laravel-pivot",
217
            "keywords": [
218
                "eloquent events",
219
                "eloquent extra events",
220
                "laravel BelongsToMany events",
221
                "laravel pivot events",
222
                "laravel sync events"
223
            ],
224
            "time": "2018-03-08T16:05:59+00:00"
225
        },
226
        {
227
            "name": "jeremeamia/SuperClosure",
228
            "version": "2.4.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/jeremeamia/super_closure.git",
232
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
237
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
242
                "php": ">=5.4",
243
                "symfony/polyfill-php56": "^1.0"
244
            },
245
            "require-dev": {
246
                "phpunit/phpunit": "^4.0|^5.0"
247
            },
248
            "type": "library",
249
            "extra": {
250
                "branch-alias": {
251
                    "dev-master": "2.4-dev"
252
                }
253
            },
254
            "autoload": {
255
                "psr-4": {
256
                    "SuperClosure\\": "src/"
257
                }
258
            },
259
            "notification-url": "https://packagist.org/downloads/",
260
            "license": [
261
                "MIT"
262
            ],
263
            "authors": [
264
                {
265
                    "name": "Jeremy Lindblom",
266
                    "email": "[email protected]",
267
                    "homepage": "https://github.com/jeremeamia",
268
                    "role": "Developer"
269
                }
270
            ],
271
            "description": "Serialize Closure objects, including their context and binding",
272
            "homepage": "https://github.com/jeremeamia/super_closure",
273
            "keywords": [
274
                "closure",
275
                "function",
276
                "lambda",
277
                "parser",
278
                "serializable",
279
                "serialize",
280
                "tokenizer"
281
            ],
282
            "time": "2018-03-21T22:21:57+00:00"
283
        },
284
        {
285
            "name": "laravel/framework",
0 ignored issues
show
There are 2 security advisories for your installed version of laravel/framework:

- Exploit of encryption failure vulnerability
- Timing attack vector for remember me token
Loading history...
286
            "version": "v5.4.36",
287
            "source": {
288
                "type": "git",
289
                "url": "https://github.com/laravel/framework.git",
290
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9"
291
            },
292
            "dist": {
293
                "type": "zip",
294
                "url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9",
295
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9",
296
                "shasum": ""
297
            },
298
            "require": {
299
                "doctrine/inflector": "~1.1",
300
                "erusev/parsedown": "~1.6",
301
                "ext-mbstring": "*",
302
                "ext-openssl": "*",
303
                "league/flysystem": "~1.0",
304
                "monolog/monolog": "~1.11",
305
                "mtdowling/cron-expression": "~1.0",
306
                "nesbot/carbon": "~1.20",
307
                "paragonie/random_compat": "~1.4|~2.0",
308
                "php": ">=5.6.4",
309
                "ramsey/uuid": "~3.0",
310
                "swiftmailer/swiftmailer": "~5.4",
311
                "symfony/console": "~3.2",
312
                "symfony/debug": "~3.2",
313
                "symfony/finder": "~3.2",
314
                "symfony/http-foundation": "~3.2",
315
                "symfony/http-kernel": "~3.2",
316
                "symfony/process": "~3.2",
317
                "symfony/routing": "~3.2",
318
                "symfony/var-dumper": "~3.2",
319
                "tijsverkoyen/css-to-inline-styles": "~2.2",
320
                "vlucas/phpdotenv": "~2.2"
321
            },
322
            "replace": {
323
                "illuminate/auth": "self.version",
324
                "illuminate/broadcasting": "self.version",
325
                "illuminate/bus": "self.version",
326
                "illuminate/cache": "self.version",
327
                "illuminate/config": "self.version",
328
                "illuminate/console": "self.version",
329
                "illuminate/container": "self.version",
330
                "illuminate/contracts": "self.version",
331
                "illuminate/cookie": "self.version",
332
                "illuminate/database": "self.version",
333
                "illuminate/encryption": "self.version",
334
                "illuminate/events": "self.version",
335
                "illuminate/exception": "self.version",
336
                "illuminate/filesystem": "self.version",
337
                "illuminate/hashing": "self.version",
338
                "illuminate/http": "self.version",
339
                "illuminate/log": "self.version",
340
                "illuminate/mail": "self.version",
341
                "illuminate/notifications": "self.version",
342
                "illuminate/pagination": "self.version",
343
                "illuminate/pipeline": "self.version",
344
                "illuminate/queue": "self.version",
345
                "illuminate/redis": "self.version",
346
                "illuminate/routing": "self.version",
347
                "illuminate/session": "self.version",
348
                "illuminate/support": "self.version",
349
                "illuminate/translation": "self.version",
350
                "illuminate/validation": "self.version",
351
                "illuminate/view": "self.version",
352
                "tightenco/collect": "self.version"
353
            },
354
            "require-dev": {
355
                "aws/aws-sdk-php": "~3.0",
356
                "doctrine/dbal": "~2.5",
357
                "mockery/mockery": "~0.9.4",
358
                "pda/pheanstalk": "~3.0",
359
                "phpunit/phpunit": "~5.7",
360
                "predis/predis": "~1.0",
361
                "symfony/css-selector": "~3.2",
362
                "symfony/dom-crawler": "~3.2"
363
            },
364
            "suggest": {
365
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
366
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
367
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
368
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
369
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
370
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
371
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
372
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
373
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
374
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
375
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
376
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
377
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
378
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
379
            },
380
            "type": "library",
381
            "extra": {
382
                "branch-alias": {
383
                    "dev-master": "5.4-dev"
384
                }
385
            },
386
            "autoload": {
387
                "files": [
388
                    "src/Illuminate/Foundation/helpers.php",
389
                    "src/Illuminate/Support/helpers.php"
390
                ],
391
                "psr-4": {
392
                    "Illuminate\\": "src/Illuminate/"
393
                }
394
            },
395
            "notification-url": "https://packagist.org/downloads/",
396
            "license": [
397
                "MIT"
398
            ],
399
            "authors": [
400
                {
401
                    "name": "Taylor Otwell",
402
                    "email": "[email protected]"
403
                }
404
            ],
405
            "description": "The Laravel Framework.",
406
            "homepage": "https://laravel.com",
407
            "keywords": [
408
                "framework",
409
                "laravel"
410
            ],
411
            "time": "2017-08-30T09:26:16+00:00"
412
        },
413
        {
414
            "name": "laravel/scout",
415
            "version": "v4.0.3",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/laravel/scout.git",
419
                "reference": "297d9c5ef94c3f70e9c76b87a02d4b527698956e"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/laravel/scout/zipball/297d9c5ef94c3f70e9c76b87a02d4b527698956e",
424
                "reference": "297d9c5ef94c3f70e9c76b87a02d4b527698956e",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "illuminate/bus": "~5.4",
429
                "illuminate/contracts": "~5.4",
430
                "illuminate/database": "~5.4",
431
                "illuminate/pagination": "~5.4",
432
                "illuminate/queue": "~5.4",
433
                "illuminate/support": "~5.4",
434
                "php": ">=7.0"
435
            },
436
            "require-dev": {
437
                "algolia/algoliasearch-client-php": "^1.10",
438
                "mockery/mockery": "~1.0",
439
                "phpunit/phpunit": "~6.0"
440
            },
441
            "suggest": {
442
                "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^1.10)."
443
            },
444
            "type": "library",
445
            "extra": {
446
                "branch-alias": {
447
                    "dev-master": "3.0-dev"
448
                },
449
                "laravel": {
450
                    "providers": [
451
                        "Laravel\\Scout\\ScoutServiceProvider"
452
                    ]
453
                }
454
            },
455
            "autoload": {
456
                "psr-4": {
457
                    "Laravel\\Scout\\": "src/"
458
                }
459
            },
460
            "notification-url": "https://packagist.org/downloads/",
461
            "license": [
462
                "MIT"
463
            ],
464
            "authors": [
465
                {
466
                    "name": "Taylor Otwell",
467
                    "email": "[email protected]"
468
                }
469
            ],
470
            "description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
471
            "keywords": [
472
                "algolia",
473
                "laravel",
474
                "search"
475
            ],
476
            "time": "2018-03-16T18:00:44+00:00"
477
        },
478
        {
479
            "name": "league/flysystem",
480
            "version": "1.0.45",
481
            "source": {
482
                "type": "git",
483
                "url": "https://github.com/thephpleague/flysystem.git",
484
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
485
            },
486
            "dist": {
487
                "type": "zip",
488
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
489
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
490
                "shasum": ""
491
            },
492
            "require": {
493
                "php": ">=5.5.9"
494
            },
495
            "conflict": {
496
                "league/flysystem-sftp": "<1.0.6"
497
            },
498
            "require-dev": {
499
                "ext-fileinfo": "*",
500
                "phpspec/phpspec": "^3.4",
501
                "phpunit/phpunit": "^5.7"
502
            },
503
            "suggest": {
504
                "ext-fileinfo": "Required for MimeType",
505
                "ext-ftp": "Allows you to use FTP server storage",
506
                "ext-openssl": "Allows you to use FTPS server storage",
507
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
508
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
509
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
510
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
511
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
512
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
513
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
514
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
515
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
516
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
517
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
518
            },
519
            "type": "library",
520
            "extra": {
521
                "branch-alias": {
522
                    "dev-master": "1.1-dev"
523
                }
524
            },
525
            "autoload": {
526
                "psr-4": {
527
                    "League\\Flysystem\\": "src/"
528
                }
529
            },
530
            "notification-url": "https://packagist.org/downloads/",
531
            "license": [
532
                "MIT"
533
            ],
534
            "authors": [
535
                {
536
                    "name": "Frank de Jonge",
537
                    "email": "[email protected]"
538
                }
539
            ],
540
            "description": "Filesystem abstraction: Many filesystems, one API.",
541
            "keywords": [
542
                "Cloud Files",
543
                "WebDAV",
544
                "abstraction",
545
                "aws",
546
                "cloud",
547
                "copy.com",
548
                "dropbox",
549
                "file systems",
550
                "files",
551
                "filesystem",
552
                "filesystems",
553
                "ftp",
554
                "rackspace",
555
                "remote",
556
                "s3",
557
                "sftp",
558
                "storage"
559
            ],
560
            "time": "2018-05-07T08:44:23+00:00"
561
        },
562
        {
563
            "name": "maatwebsite/excel",
564
            "version": "2.1.28",
565
            "source": {
566
                "type": "git",
567
                "url": "https://github.com/Maatwebsite/Laravel-Excel.git",
568
                "reference": "06e397a30595d1082963d6aa5ec0c3a9961d70c8"
569
            },
570
            "dist": {
571
                "type": "zip",
572
                "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/06e397a30595d1082963d6aa5ec0c3a9961d70c8",
573
                "reference": "06e397a30595d1082963d6aa5ec0c3a9961d70c8",
574
                "shasum": ""
575
            },
576
            "require": {
577
                "illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
578
                "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
579
                "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
580
                "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
581
                "jeremeamia/superclosure": "^2.3",
582
                "nesbot/carbon": "~1.0",
583
                "php": ">=5.5",
584
                "phpoffice/phpexcel": "^1.8.1",
585
                "tijsverkoyen/css-to-inline-styles": "~2.0"
586
            },
587
            "require-dev": {
588
                "mockery/mockery": "~1.0",
589
                "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*",
590
                "phpseclib/phpseclib": "~1.0",
591
                "phpunit/phpunit": "~4.0"
592
            },
593
            "suggest": {
594
                "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
595
                "illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
596
                "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
597
                "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
598
            },
599
            "type": "library",
600
            "extra": {
601
                "laravel": {
602
                    "providers": [
603
                        "Maatwebsite\\Excel\\ExcelServiceProvider"
604
                    ],
605
                    "aliases": {
606
                        "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
607
                    }
608
                }
609
            },
610
            "autoload": {
611
                "classmap": [
612
                    "src/Maatwebsite/Excel"
613
                ],
614
                "psr-0": {
615
                    "Maatwebsite\\Excel\\": "src/"
616
                }
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Maatwebsite.nl",
625
                    "email": "[email protected]"
626
                }
627
            ],
628
            "description": "An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel",
629
            "keywords": [
630
                "PHPExcel",
631
                "batch",
632
                "csv",
633
                "excel",
634
                "export",
635
                "import",
636
                "laravel"
637
            ],
638
            "time": "2018-05-09T14:34:18+00:00"
639
        },
640
        {
641
            "name": "monolog/monolog",
642
            "version": "1.23.0",
643
            "source": {
644
                "type": "git",
645
                "url": "https://github.com/Seldaek/monolog.git",
646
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
647
            },
648
            "dist": {
649
                "type": "zip",
650
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
651
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
652
                "shasum": ""
653
            },
654
            "require": {
655
                "php": ">=5.3.0",
656
                "psr/log": "~1.0"
657
            },
658
            "provide": {
659
                "psr/log-implementation": "1.0.0"
660
            },
661
            "require-dev": {
662
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
663
                "doctrine/couchdb": "~1.0@dev",
664
                "graylog2/gelf-php": "~1.0",
665
                "jakub-onderka/php-parallel-lint": "0.9",
666
                "php-amqplib/php-amqplib": "~2.4",
667
                "php-console/php-console": "^3.1.3",
668
                "phpunit/phpunit": "~4.5",
669
                "phpunit/phpunit-mock-objects": "2.3.0",
670
                "ruflin/elastica": ">=0.90 <3.0",
671
                "sentry/sentry": "^0.13",
672
                "swiftmailer/swiftmailer": "^5.3|^6.0"
673
            },
674
            "suggest": {
675
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
676
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
677
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
678
                "ext-mongo": "Allow sending log messages to a MongoDB server",
679
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
680
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
681
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
682
                "php-console/php-console": "Allow sending log messages to Google Chrome",
683
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
684
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
685
                "sentry/sentry": "Allow sending log messages to a Sentry server"
686
            },
687
            "type": "library",
688
            "extra": {
689
                "branch-alias": {
690
                    "dev-master": "2.0.x-dev"
691
                }
692
            },
693
            "autoload": {
694
                "psr-4": {
695
                    "Monolog\\": "src/Monolog"
696
                }
697
            },
698
            "notification-url": "https://packagist.org/downloads/",
699
            "license": [
700
                "MIT"
701
            ],
702
            "authors": [
703
                {
704
                    "name": "Jordi Boggiano",
705
                    "email": "[email protected]",
706
                    "homepage": "http://seld.be"
707
                }
708
            ],
709
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
710
            "homepage": "http://github.com/Seldaek/monolog",
711
            "keywords": [
712
                "log",
713
                "logging",
714
                "psr-3"
715
            ],
716
            "time": "2017-06-19T01:22:40+00:00"
717
        },
718
        {
719
            "name": "mtdowling/cron-expression",
720
            "version": "v1.2.1",
721
            "source": {
722
                "type": "git",
723
                "url": "https://github.com/mtdowling/cron-expression.git",
724
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
725
            },
726
            "dist": {
727
                "type": "zip",
728
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
729
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
730
                "shasum": ""
731
            },
732
            "require": {
733
                "php": ">=5.3.2"
734
            },
735
            "require-dev": {
736
                "phpunit/phpunit": "~4.0|~5.0"
737
            },
738
            "type": "library",
739
            "autoload": {
740
                "psr-4": {
741
                    "Cron\\": "src/Cron/"
742
                }
743
            },
744
            "notification-url": "https://packagist.org/downloads/",
745
            "license": [
746
                "MIT"
747
            ],
748
            "authors": [
749
                {
750
                    "name": "Michael Dowling",
751
                    "email": "[email protected]",
752
                    "homepage": "https://github.com/mtdowling"
753
                }
754
            ],
755
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
756
            "keywords": [
757
                "cron",
758
                "schedule"
759
            ],
760
            "time": "2017-01-23T04:29:33+00:00"
761
        },
762
        {
763
            "name": "nesbot/carbon",
764
            "version": "1.28.0",
765
            "source": {
766
                "type": "git",
767
                "url": "https://github.com/briannesbitt/Carbon.git",
768
                "reference": "00149d95fc91ef10f19d3a66889bc3bb7500fa7b"
769
            },
770
            "dist": {
771
                "type": "zip",
772
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/00149d95fc91ef10f19d3a66889bc3bb7500fa7b",
773
                "reference": "00149d95fc91ef10f19d3a66889bc3bb7500fa7b",
774
                "shasum": ""
775
            },
776
            "require": {
777
                "php": ">=5.3.9",
778
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
779
            },
780
            "require-dev": {
781
                "friendsofphp/php-cs-fixer": "~2",
782
                "phpunit/phpunit": "^4.8.35 || ^5.7"
783
            },
784
            "type": "library",
785
            "autoload": {
786
                "psr-4": {
787
                    "": "src/"
788
                }
789
            },
790
            "notification-url": "https://packagist.org/downloads/",
791
            "license": [
792
                "MIT"
793
            ],
794
            "authors": [
795
                {
796
                    "name": "Brian Nesbitt",
797
                    "email": "[email protected]",
798
                    "homepage": "http://nesbot.com"
799
                }
800
            ],
801
            "description": "A simple API extension for DateTime.",
802
            "homepage": "http://carbon.nesbot.com",
803
            "keywords": [
804
                "date",
805
                "datetime",
806
                "time"
807
            ],
808
            "time": "2018-05-18T15:26:18+00:00"
809
        },
810
        {
811
            "name": "nikic/php-parser",
812
            "version": "v4.0.1",
813
            "source": {
814
                "type": "git",
815
                "url": "https://github.com/nikic/PHP-Parser.git",
816
                "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3"
817
            },
818
            "dist": {
819
                "type": "zip",
820
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
821
                "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
822
                "shasum": ""
823
            },
824
            "require": {
825
                "ext-tokenizer": "*",
826
                "php": ">=7.0"
827
            },
828
            "require-dev": {
829
                "phpunit/phpunit": "^6.5 || ^7.0"
830
            },
831
            "bin": [
832
                "bin/php-parse"
833
            ],
834
            "type": "library",
835
            "extra": {
836
                "branch-alias": {
837
                    "dev-master": "4.0-dev"
838
                }
839
            },
840
            "autoload": {
841
                "psr-4": {
842
                    "PhpParser\\": "lib/PhpParser"
843
                }
844
            },
845
            "notification-url": "https://packagist.org/downloads/",
846
            "license": [
847
                "BSD-3-Clause"
848
            ],
849
            "authors": [
850
                {
851
                    "name": "Nikita Popov"
852
                }
853
            ],
854
            "description": "A PHP parser written in PHP",
855
            "keywords": [
856
                "parser",
857
                "php"
858
            ],
859
            "time": "2018-03-25T17:35:16+00:00"
860
        },
861
        {
862
            "name": "paragonie/random_compat",
863
            "version": "v2.0.12",
864
            "source": {
865
                "type": "git",
866
                "url": "https://github.com/paragonie/random_compat.git",
867
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
868
            },
869
            "dist": {
870
                "type": "zip",
871
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
872
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
873
                "shasum": ""
874
            },
875
            "require": {
876
                "php": ">=5.2.0"
877
            },
878
            "require-dev": {
879
                "phpunit/phpunit": "4.*|5.*"
880
            },
881
            "suggest": {
882
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
883
            },
884
            "type": "library",
885
            "autoload": {
886
                "files": [
887
                    "lib/random.php"
888
                ]
889
            },
890
            "notification-url": "https://packagist.org/downloads/",
891
            "license": [
892
                "MIT"
893
            ],
894
            "authors": [
895
                {
896
                    "name": "Paragon Initiative Enterprises",
897
                    "email": "[email protected]",
898
                    "homepage": "https://paragonie.com"
899
                }
900
            ],
901
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
902
            "keywords": [
903
                "csprng",
904
                "pseudorandom",
905
                "random"
906
            ],
907
            "time": "2018-04-04T21:24:14+00:00"
908
        },
909
        {
910
            "name": "phoenix/eloquent-meta",
911
            "version": "v1.6.2",
912
            "source": {
913
                "type": "git",
914
                "url": "https://github.com/chrismichaels84/eloquent-meta.git",
915
                "reference": "72174e5b1bbb8736c7fb2e8ac2c1226c341b8c96"
916
            },
917
            "dist": {
918
                "type": "zip",
919
                "url": "https://api.github.com/repos/chrismichaels84/eloquent-meta/zipball/72174e5b1bbb8736c7fb2e8ac2c1226c341b8c96",
920
                "reference": "72174e5b1bbb8736c7fb2e8ac2c1226c341b8c96",
921
                "shasum": ""
922
            },
923
            "require": {
924
                "illuminate/database": "5.4.*",
925
                "illuminate/support": "5.4.*",
926
                "illuminate/translation": "5.4.*",
927
                "illuminate/validation": "5.4.*",
928
                "nesbot/carbon": "1.*",
929
                "php": ">=5.4.0"
930
            },
931
            "require-dev": {
932
                "illuminate/console": "5.*",
933
                "illuminate/filesystem": "5.*",
934
                "phpunit/phpunit": "4.4.*"
935
            },
936
            "type": "library",
937
            "autoload": {
938
                "classmap": [
939
                    "src/migrations"
940
                ],
941
                "psr-4": {
942
                    "Phoenix\\EloquentMeta\\": "src/Phoenix/EloquentMeta/",
943
                    "Phoenix\\EloquentMeta\\Test\\": "tests/"
944
                }
945
            },
946
            "notification-url": "https://packagist.org/downloads/",
947
            "license": [
948
                "MIT"
949
            ],
950
            "authors": [
951
                {
952
                    "name": "Boris Glumpler",
953
                    "email": "[email protected]"
954
                },
955
                {
956
                    "name": "Michael Wilson",
957
                    "email": "[email protected]"
958
                }
959
            ],
960
            "description": "Attach meta data to Eloquent models",
961
            "homepage": "https://github.com/phoenix-labs/eloquent-meta",
962
            "keywords": [
963
                "eloquent",
964
                "laravel",
965
                "meta"
966
            ],
967
            "time": "2017-05-30T16:04:01+00:00"
968
        },
969
        {
970
            "name": "phpoffice/phpexcel",
971
            "version": "1.8.1",
972
            "source": {
973
                "type": "git",
974
                "url": "https://github.com/PHPOffice/PHPExcel.git",
975
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
976
            },
977
            "dist": {
978
                "type": "zip",
979
                "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
980
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
981
                "shasum": ""
982
            },
983
            "require": {
984
                "ext-xml": "*",
985
                "ext-xmlwriter": "*",
986
                "php": ">=5.2.0"
987
            },
988
            "type": "library",
989
            "autoload": {
990
                "psr-0": {
991
                    "PHPExcel": "Classes/"
992
                }
993
            },
994
            "notification-url": "https://packagist.org/downloads/",
995
            "license": [
996
                "LGPL"
997
            ],
998
            "authors": [
999
                {
1000
                    "name": "Maarten Balliauw",
1001
                    "homepage": "http://blog.maartenballiauw.be"
1002
                },
1003
                {
1004
                    "name": "Mark Baker"
1005
                },
1006
                {
1007
                    "name": "Franck Lefevre",
1008
                    "homepage": "http://blog.rootslabs.net"
1009
                },
1010
                {
1011
                    "name": "Erik Tilt"
1012
                }
1013
            ],
1014
            "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1015
            "homepage": "http://phpexcel.codeplex.com",
1016
            "keywords": [
1017
                "OpenXML",
1018
                "excel",
1019
                "php",
1020
                "spreadsheet",
1021
                "xls",
1022
                "xlsx"
1023
            ],
1024
            "abandoned": "phpoffice/phpspreadsheet",
1025
            "time": "2015-05-01T07:00:55+00:00"
1026
        },
1027
        {
1028
            "name": "phpoffice/phpspreadsheet",
1029
            "version": "1.2.1",
1030
            "source": {
1031
                "type": "git",
1032
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
1033
                "reference": "36acc372875c4d894dc093825ce4f62209db5a76"
1034
            },
1035
            "dist": {
1036
                "type": "zip",
1037
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/36acc372875c4d894dc093825ce4f62209db5a76",
1038
                "reference": "36acc372875c4d894dc093825ce4f62209db5a76",
1039
                "shasum": ""
1040
            },
1041
            "require": {
1042
                "ext-ctype": "*",
1043
                "ext-dom": "*",
1044
                "ext-gd": "*",
1045
                "ext-iconv": "*",
1046
                "ext-libxml": "*",
1047
                "ext-mbstring": "*",
1048
                "ext-simplexml": "*",
1049
                "ext-xml": "*",
1050
                "ext-xmlreader": "*",
1051
                "ext-xmlwriter": "*",
1052
                "ext-zip": "*",
1053
                "ext-zlib": "*",
1054
                "php": "^5.6|^7.0",
1055
                "psr/simple-cache": "^1.0"
1056
            },
1057
            "require-dev": {
1058
                "dompdf/dompdf": "^0.8.0",
1059
                "friendsofphp/php-cs-fixer": "@stable",
1060
                "jpgraph/jpgraph": "^4.0",
1061
                "mpdf/mpdf": "^7.0.0",
1062
                "phpunit/phpunit": "^5.7",
1063
                "squizlabs/php_codesniffer": "^2.7",
1064
                "tecnickcom/tcpdf": "^6.2"
1065
            },
1066
            "suggest": {
1067
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
1068
                "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
1069
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
1070
                "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
1071
            },
1072
            "type": "library",
1073
            "autoload": {
1074
                "psr-4": {
1075
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
1076
                }
1077
            },
1078
            "notification-url": "https://packagist.org/downloads/",
1079
            "license": [
1080
                "LGPL-2.1-or-later"
1081
            ],
1082
            "authors": [
1083
                {
1084
                    "name": "Maarten Balliauw",
1085
                    "homepage": "http://blog.maartenballiauw.be"
1086
                },
1087
                {
1088
                    "name": "Erik Tilt"
1089
                },
1090
                {
1091
                    "name": "Franck Lefevre",
1092
                    "homepage": "http://rootslabs.net"
1093
                },
1094
                {
1095
                    "name": "Mark Baker",
1096
                    "homepage": "http://markbakeruk.net"
1097
                }
1098
            ],
1099
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
1100
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
1101
            "keywords": [
1102
                "OpenXML",
1103
                "excel",
1104
                "gnumeric",
1105
                "ods",
1106
                "php",
1107
                "spreadsheet",
1108
                "xls",
1109
                "xlsx"
1110
            ],
1111
            "time": "2018-04-10T03:53:16+00:00"
1112
        },
1113
        {
1114
            "name": "psr/log",
1115
            "version": "1.0.2",
1116
            "source": {
1117
                "type": "git",
1118
                "url": "https://github.com/php-fig/log.git",
1119
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1120
            },
1121
            "dist": {
1122
                "type": "zip",
1123
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1124
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1125
                "shasum": ""
1126
            },
1127
            "require": {
1128
                "php": ">=5.3.0"
1129
            },
1130
            "type": "library",
1131
            "extra": {
1132
                "branch-alias": {
1133
                    "dev-master": "1.0.x-dev"
1134
                }
1135
            },
1136
            "autoload": {
1137
                "psr-4": {
1138
                    "Psr\\Log\\": "Psr/Log/"
1139
                }
1140
            },
1141
            "notification-url": "https://packagist.org/downloads/",
1142
            "license": [
1143
                "MIT"
1144
            ],
1145
            "authors": [
1146
                {
1147
                    "name": "PHP-FIG",
1148
                    "homepage": "http://www.php-fig.org/"
1149
                }
1150
            ],
1151
            "description": "Common interface for logging libraries",
1152
            "homepage": "https://github.com/php-fig/log",
1153
            "keywords": [
1154
                "log",
1155
                "psr",
1156
                "psr-3"
1157
            ],
1158
            "time": "2016-10-10T12:19:37+00:00"
1159
        },
1160
        {
1161
            "name": "psr/simple-cache",
1162
            "version": "1.0.1",
1163
            "source": {
1164
                "type": "git",
1165
                "url": "https://github.com/php-fig/simple-cache.git",
1166
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1167
            },
1168
            "dist": {
1169
                "type": "zip",
1170
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1171
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1172
                "shasum": ""
1173
            },
1174
            "require": {
1175
                "php": ">=5.3.0"
1176
            },
1177
            "type": "library",
1178
            "extra": {
1179
                "branch-alias": {
1180
                    "dev-master": "1.0.x-dev"
1181
                }
1182
            },
1183
            "autoload": {
1184
                "psr-4": {
1185
                    "Psr\\SimpleCache\\": "src/"
1186
                }
1187
            },
1188
            "notification-url": "https://packagist.org/downloads/",
1189
            "license": [
1190
                "MIT"
1191
            ],
1192
            "authors": [
1193
                {
1194
                    "name": "PHP-FIG",
1195
                    "homepage": "http://www.php-fig.org/"
1196
                }
1197
            ],
1198
            "description": "Common interfaces for simple caching",
1199
            "keywords": [
1200
                "cache",
1201
                "caching",
1202
                "psr",
1203
                "psr-16",
1204
                "simple-cache"
1205
            ],
1206
            "time": "2017-10-23T01:57:42+00:00"
1207
        },
1208
        {
1209
            "name": "ramsey/uuid",
1210
            "version": "3.7.3",
1211
            "source": {
1212
                "type": "git",
1213
                "url": "https://github.com/ramsey/uuid.git",
1214
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
1215
            },
1216
            "dist": {
1217
                "type": "zip",
1218
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1219
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1220
                "shasum": ""
1221
            },
1222
            "require": {
1223
                "paragonie/random_compat": "^1.0|^2.0",
1224
                "php": "^5.4 || ^7.0"
1225
            },
1226
            "replace": {
1227
                "rhumsaa/uuid": "self.version"
1228
            },
1229
            "require-dev": {
1230
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1231
                "doctrine/annotations": "~1.2.0",
1232
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
1233
                "ircmaxell/random-lib": "^1.1",
1234
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1235
                "mockery/mockery": "^0.9.9",
1236
                "moontoast/math": "^1.1",
1237
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1238
                "phpunit/phpunit": "^4.7|^5.0",
1239
                "squizlabs/php_codesniffer": "^2.3"
1240
            },
1241
            "suggest": {
1242
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1243
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1244
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1245
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1246
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1247
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1248
            },
1249
            "type": "library",
1250
            "extra": {
1251
                "branch-alias": {
1252
                    "dev-master": "3.x-dev"
1253
                }
1254
            },
1255
            "autoload": {
1256
                "psr-4": {
1257
                    "Ramsey\\Uuid\\": "src/"
1258
                }
1259
            },
1260
            "notification-url": "https://packagist.org/downloads/",
1261
            "license": [
1262
                "MIT"
1263
            ],
1264
            "authors": [
1265
                {
1266
                    "name": "Marijn Huizendveld",
1267
                    "email": "[email protected]"
1268
                },
1269
                {
1270
                    "name": "Thibaud Fabre",
1271
                    "email": "[email protected]"
1272
                },
1273
                {
1274
                    "name": "Ben Ramsey",
1275
                    "email": "[email protected]",
1276
                    "homepage": "https://benramsey.com"
1277
                }
1278
            ],
1279
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1280
            "homepage": "https://github.com/ramsey/uuid",
1281
            "keywords": [
1282
                "guid",
1283
                "identifier",
1284
                "uuid"
1285
            ],
1286
            "time": "2018-01-20T00:28:24+00:00"
1287
        },
1288
        {
1289
            "name": "swiftmailer/swiftmailer",
1290
            "version": "v5.4.9",
1291
            "source": {
1292
                "type": "git",
1293
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1294
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
1295
            },
1296
            "dist": {
1297
                "type": "zip",
1298
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
1299
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
1300
                "shasum": ""
1301
            },
1302
            "require": {
1303
                "php": ">=5.3.3"
1304
            },
1305
            "require-dev": {
1306
                "mockery/mockery": "~0.9.1",
1307
                "symfony/phpunit-bridge": "~3.2"
1308
            },
1309
            "type": "library",
1310
            "extra": {
1311
                "branch-alias": {
1312
                    "dev-master": "5.4-dev"
1313
                }
1314
            },
1315
            "autoload": {
1316
                "files": [
1317
                    "lib/swift_required.php"
1318
                ]
1319
            },
1320
            "notification-url": "https://packagist.org/downloads/",
1321
            "license": [
1322
                "MIT"
1323
            ],
1324
            "authors": [
1325
                {
1326
                    "name": "Chris Corbyn"
1327
                },
1328
                {
1329
                    "name": "Fabien Potencier",
1330
                    "email": "[email protected]"
1331
                }
1332
            ],
1333
            "description": "Swiftmailer, free feature-rich PHP mailer",
1334
            "homepage": "https://swiftmailer.symfony.com",
1335
            "keywords": [
1336
                "email",
1337
                "mail",
1338
                "mailer"
1339
            ],
1340
            "time": "2018-01-23T07:37:21+00:00"
1341
        },
1342
        {
1343
            "name": "symfony/console",
1344
            "version": "v3.4.10",
1345
            "source": {
1346
                "type": "git",
1347
                "url": "https://github.com/symfony/console.git",
1348
                "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
1349
            },
1350
            "dist": {
1351
                "type": "zip",
1352
                "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
1353
                "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
1354
                "shasum": ""
1355
            },
1356
            "require": {
1357
                "php": "^5.5.9|>=7.0.8",
1358
                "symfony/debug": "~2.8|~3.0|~4.0",
1359
                "symfony/polyfill-mbstring": "~1.0"
1360
            },
1361
            "conflict": {
1362
                "symfony/dependency-injection": "<3.4",
1363
                "symfony/process": "<3.3"
1364
            },
1365
            "require-dev": {
1366
                "psr/log": "~1.0",
1367
                "symfony/config": "~3.3|~4.0",
1368
                "symfony/dependency-injection": "~3.4|~4.0",
1369
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1370
                "symfony/lock": "~3.4|~4.0",
1371
                "symfony/process": "~3.3|~4.0"
1372
            },
1373
            "suggest": {
1374
                "psr/log-implementation": "For using the console logger",
1375
                "symfony/event-dispatcher": "",
1376
                "symfony/lock": "",
1377
                "symfony/process": ""
1378
            },
1379
            "type": "library",
1380
            "extra": {
1381
                "branch-alias": {
1382
                    "dev-master": "3.4-dev"
1383
                }
1384
            },
1385
            "autoload": {
1386
                "psr-4": {
1387
                    "Symfony\\Component\\Console\\": ""
1388
                },
1389
                "exclude-from-classmap": [
1390
                    "/Tests/"
1391
                ]
1392
            },
1393
            "notification-url": "https://packagist.org/downloads/",
1394
            "license": [
1395
                "MIT"
1396
            ],
1397
            "authors": [
1398
                {
1399
                    "name": "Fabien Potencier",
1400
                    "email": "[email protected]"
1401
                },
1402
                {
1403
                    "name": "Symfony Community",
1404
                    "homepage": "https://symfony.com/contributors"
1405
                }
1406
            ],
1407
            "description": "Symfony Console Component",
1408
            "homepage": "https://symfony.com",
1409
            "time": "2018-05-16T08:49:21+00:00"
1410
        },
1411
        {
1412
            "name": "symfony/css-selector",
1413
            "version": "v4.0.10",
1414
            "source": {
1415
                "type": "git",
1416
                "url": "https://github.com/symfony/css-selector.git",
1417
                "reference": "0383a1a4eb1ffcac28719975d3e01bfa14be8ab3"
1418
            },
1419
            "dist": {
1420
                "type": "zip",
1421
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/0383a1a4eb1ffcac28719975d3e01bfa14be8ab3",
1422
                "reference": "0383a1a4eb1ffcac28719975d3e01bfa14be8ab3",
1423
                "shasum": ""
1424
            },
1425
            "require": {
1426
                "php": "^7.1.3"
1427
            },
1428
            "type": "library",
1429
            "extra": {
1430
                "branch-alias": {
1431
                    "dev-master": "4.0-dev"
1432
                }
1433
            },
1434
            "autoload": {
1435
                "psr-4": {
1436
                    "Symfony\\Component\\CssSelector\\": ""
1437
                },
1438
                "exclude-from-classmap": [
1439
                    "/Tests/"
1440
                ]
1441
            },
1442
            "notification-url": "https://packagist.org/downloads/",
1443
            "license": [
1444
                "MIT"
1445
            ],
1446
            "authors": [
1447
                {
1448
                    "name": "Jean-François Simon",
1449
                    "email": "[email protected]"
1450
                },
1451
                {
1452
                    "name": "Fabien Potencier",
1453
                    "email": "[email protected]"
1454
                },
1455
                {
1456
                    "name": "Symfony Community",
1457
                    "homepage": "https://symfony.com/contributors"
1458
                }
1459
            ],
1460
            "description": "Symfony CssSelector Component",
1461
            "homepage": "https://symfony.com",
1462
            "time": "2018-05-11T15:58:37+00:00"
1463
        },
1464
        {
1465
            "name": "symfony/debug",
1466
            "version": "v3.4.10",
1467
            "source": {
1468
                "type": "git",
1469
                "url": "https://github.com/symfony/debug.git",
1470
                "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
1471
            },
1472
            "dist": {
1473
                "type": "zip",
1474
                "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
1475
                "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
1476
                "shasum": ""
1477
            },
1478
            "require": {
1479
                "php": "^5.5.9|>=7.0.8",
1480
                "psr/log": "~1.0"
1481
            },
1482
            "conflict": {
1483
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1484
            },
1485
            "require-dev": {
1486
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "3.4-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "psr-4": {
1496
                    "Symfony\\Component\\Debug\\": ""
1497
                },
1498
                "exclude-from-classmap": [
1499
                    "/Tests/"
1500
                ]
1501
            },
1502
            "notification-url": "https://packagist.org/downloads/",
1503
            "license": [
1504
                "MIT"
1505
            ],
1506
            "authors": [
1507
                {
1508
                    "name": "Fabien Potencier",
1509
                    "email": "[email protected]"
1510
                },
1511
                {
1512
                    "name": "Symfony Community",
1513
                    "homepage": "https://symfony.com/contributors"
1514
                }
1515
            ],
1516
            "description": "Symfony Debug Component",
1517
            "homepage": "https://symfony.com",
1518
            "time": "2018-05-16T14:03:39+00:00"
1519
        },
1520
        {
1521
            "name": "symfony/event-dispatcher",
1522
            "version": "v4.0.10",
1523
            "source": {
1524
                "type": "git",
1525
                "url": "https://github.com/symfony/event-dispatcher.git",
1526
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
1527
            },
1528
            "dist": {
1529
                "type": "zip",
1530
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
1531
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
1532
                "shasum": ""
1533
            },
1534
            "require": {
1535
                "php": "^7.1.3"
1536
            },
1537
            "conflict": {
1538
                "symfony/dependency-injection": "<3.4"
1539
            },
1540
            "require-dev": {
1541
                "psr/log": "~1.0",
1542
                "symfony/config": "~3.4|~4.0",
1543
                "symfony/dependency-injection": "~3.4|~4.0",
1544
                "symfony/expression-language": "~3.4|~4.0",
1545
                "symfony/stopwatch": "~3.4|~4.0"
1546
            },
1547
            "suggest": {
1548
                "symfony/dependency-injection": "",
1549
                "symfony/http-kernel": ""
1550
            },
1551
            "type": "library",
1552
            "extra": {
1553
                "branch-alias": {
1554
                    "dev-master": "4.0-dev"
1555
                }
1556
            },
1557
            "autoload": {
1558
                "psr-4": {
1559
                    "Symfony\\Component\\EventDispatcher\\": ""
1560
                },
1561
                "exclude-from-classmap": [
1562
                    "/Tests/"
1563
                ]
1564
            },
1565
            "notification-url": "https://packagist.org/downloads/",
1566
            "license": [
1567
                "MIT"
1568
            ],
1569
            "authors": [
1570
                {
1571
                    "name": "Fabien Potencier",
1572
                    "email": "[email protected]"
1573
                },
1574
                {
1575
                    "name": "Symfony Community",
1576
                    "homepage": "https://symfony.com/contributors"
1577
                }
1578
            ],
1579
            "description": "Symfony EventDispatcher Component",
1580
            "homepage": "https://symfony.com",
1581
            "time": "2018-04-06T07:35:43+00:00"
1582
        },
1583
        {
1584
            "name": "symfony/finder",
1585
            "version": "v3.4.10",
1586
            "source": {
1587
                "type": "git",
1588
                "url": "https://github.com/symfony/finder.git",
1589
                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
1590
            },
1591
            "dist": {
1592
                "type": "zip",
1593
                "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
1594
                "reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
1595
                "shasum": ""
1596
            },
1597
            "require": {
1598
                "php": "^5.5.9|>=7.0.8"
1599
            },
1600
            "type": "library",
1601
            "extra": {
1602
                "branch-alias": {
1603
                    "dev-master": "3.4-dev"
1604
                }
1605
            },
1606
            "autoload": {
1607
                "psr-4": {
1608
                    "Symfony\\Component\\Finder\\": ""
1609
                },
1610
                "exclude-from-classmap": [
1611
                    "/Tests/"
1612
                ]
1613
            },
1614
            "notification-url": "https://packagist.org/downloads/",
1615
            "license": [
1616
                "MIT"
1617
            ],
1618
            "authors": [
1619
                {
1620
                    "name": "Fabien Potencier",
1621
                    "email": "[email protected]"
1622
                },
1623
                {
1624
                    "name": "Symfony Community",
1625
                    "homepage": "https://symfony.com/contributors"
1626
                }
1627
            ],
1628
            "description": "Symfony Finder Component",
1629
            "homepage": "https://symfony.com",
1630
            "time": "2018-05-16T08:49:21+00:00"
1631
        },
1632
        {
1633
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-14773: Remove support for legacy and risky HTTP headers
- CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
1634
            "version": "v3.4.10",
1635
            "source": {
1636
                "type": "git",
1637
                "url": "https://github.com/symfony/http-foundation.git",
1638
                "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe"
1639
            },
1640
            "dist": {
1641
                "type": "zip",
1642
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a7469ec3e0225e7f0e14264bcd9e838e16186fe",
1643
                "reference": "9a7469ec3e0225e7f0e14264bcd9e838e16186fe",
1644
                "shasum": ""
1645
            },
1646
            "require": {
1647
                "php": "^5.5.9|>=7.0.8",
1648
                "symfony/polyfill-mbstring": "~1.1",
1649
                "symfony/polyfill-php70": "~1.6"
1650
            },
1651
            "require-dev": {
1652
                "symfony/expression-language": "~2.8|~3.0|~4.0"
1653
            },
1654
            "type": "library",
1655
            "extra": {
1656
                "branch-alias": {
1657
                    "dev-master": "3.4-dev"
1658
                }
1659
            },
1660
            "autoload": {
1661
                "psr-4": {
1662
                    "Symfony\\Component\\HttpFoundation\\": ""
1663
                },
1664
                "exclude-from-classmap": [
1665
                    "/Tests/"
1666
                ]
1667
            },
1668
            "notification-url": "https://packagist.org/downloads/",
1669
            "license": [
1670
                "MIT"
1671
            ],
1672
            "authors": [
1673
                {
1674
                    "name": "Fabien Potencier",
1675
                    "email": "[email protected]"
1676
                },
1677
                {
1678
                    "name": "Symfony Community",
1679
                    "homepage": "https://symfony.com/contributors"
1680
                }
1681
            ],
1682
            "description": "Symfony HttpFoundation Component",
1683
            "homepage": "https://symfony.com",
1684
            "time": "2018-05-16T08:49:21+00:00"
1685
        },
1686
        {
1687
            "name": "symfony/http-kernel",
1688
            "version": "v3.4.10",
1689
            "source": {
1690
                "type": "git",
1691
                "url": "https://github.com/symfony/http-kernel.git",
1692
                "reference": "66644bc7d17cc071d796efab9b950adbb86da134"
1693
            },
1694
            "dist": {
1695
                "type": "zip",
1696
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/66644bc7d17cc071d796efab9b950adbb86da134",
1697
                "reference": "66644bc7d17cc071d796efab9b950adbb86da134",
1698
                "shasum": ""
1699
            },
1700
            "require": {
1701
                "php": "^5.5.9|>=7.0.8",
1702
                "psr/log": "~1.0",
1703
                "symfony/debug": "~2.8|~3.0|~4.0",
1704
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1705
                "symfony/http-foundation": "^3.4.4|^4.0.4",
1706
                "symfony/polyfill-ctype": "~1.8"
1707
            },
1708
            "conflict": {
1709
                "symfony/config": "<2.8",
1710
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1711
                "symfony/var-dumper": "<3.3",
1712
                "twig/twig": "<1.34|<2.4,>=2"
1713
            },
1714
            "provide": {
1715
                "psr/log-implementation": "1.0"
1716
            },
1717
            "require-dev": {
1718
                "psr/cache": "~1.0",
1719
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1720
                "symfony/class-loader": "~2.8|~3.0",
1721
                "symfony/config": "~2.8|~3.0|~4.0",
1722
                "symfony/console": "~2.8|~3.0|~4.0",
1723
                "symfony/css-selector": "~2.8|~3.0|~4.0",
1724
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1725
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1726
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1727
                "symfony/finder": "~2.8|~3.0|~4.0",
1728
                "symfony/process": "~2.8|~3.0|~4.0",
1729
                "symfony/routing": "~3.4|~4.0",
1730
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1731
                "symfony/templating": "~2.8|~3.0|~4.0",
1732
                "symfony/translation": "~2.8|~3.0|~4.0",
1733
                "symfony/var-dumper": "~3.3|~4.0"
1734
            },
1735
            "suggest": {
1736
                "symfony/browser-kit": "",
1737
                "symfony/config": "",
1738
                "symfony/console": "",
1739
                "symfony/dependency-injection": "",
1740
                "symfony/finder": "",
1741
                "symfony/var-dumper": ""
1742
            },
1743
            "type": "library",
1744
            "extra": {
1745
                "branch-alias": {
1746
                    "dev-master": "3.4-dev"
1747
                }
1748
            },
1749
            "autoload": {
1750
                "psr-4": {
1751
                    "Symfony\\Component\\HttpKernel\\": ""
1752
                },
1753
                "exclude-from-classmap": [
1754
                    "/Tests/"
1755
                ]
1756
            },
1757
            "notification-url": "https://packagist.org/downloads/",
1758
            "license": [
1759
                "MIT"
1760
            ],
1761
            "authors": [
1762
                {
1763
                    "name": "Fabien Potencier",
1764
                    "email": "[email protected]"
1765
                },
1766
                {
1767
                    "name": "Symfony Community",
1768
                    "homepage": "https://symfony.com/contributors"
1769
                }
1770
            ],
1771
            "description": "Symfony HttpKernel Component",
1772
            "homepage": "https://symfony.com",
1773
            "time": "2018-05-21T13:44:03+00:00"
1774
        },
1775
        {
1776
            "name": "symfony/polyfill-ctype",
1777
            "version": "v1.8.0",
1778
            "source": {
1779
                "type": "git",
1780
                "url": "https://github.com/symfony/polyfill-ctype.git",
1781
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1782
            },
1783
            "dist": {
1784
                "type": "zip",
1785
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1786
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1787
                "shasum": ""
1788
            },
1789
            "require": {
1790
                "php": ">=5.3.3"
1791
            },
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "1.8-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-4": {
1800
                    "Symfony\\Polyfill\\Ctype\\": ""
1801
                },
1802
                "files": [
1803
                    "bootstrap.php"
1804
                ]
1805
            },
1806
            "notification-url": "https://packagist.org/downloads/",
1807
            "license": [
1808
                "MIT"
1809
            ],
1810
            "authors": [
1811
                {
1812
                    "name": "Symfony Community",
1813
                    "homepage": "https://symfony.com/contributors"
1814
                },
1815
                {
1816
                    "name": "Gert de Pagter",
1817
                    "email": "[email protected]"
1818
                }
1819
            ],
1820
            "description": "Symfony polyfill for ctype functions",
1821
            "homepage": "https://symfony.com",
1822
            "keywords": [
1823
                "compatibility",
1824
                "ctype",
1825
                "polyfill",
1826
                "portable"
1827
            ],
1828
            "time": "2018-04-30T19:57:29+00:00"
1829
        },
1830
        {
1831
            "name": "symfony/polyfill-mbstring",
1832
            "version": "v1.8.0",
1833
            "source": {
1834
                "type": "git",
1835
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1836
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1837
            },
1838
            "dist": {
1839
                "type": "zip",
1840
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1841
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1842
                "shasum": ""
1843
            },
1844
            "require": {
1845
                "php": ">=5.3.3"
1846
            },
1847
            "suggest": {
1848
                "ext-mbstring": "For best performance"
1849
            },
1850
            "type": "library",
1851
            "extra": {
1852
                "branch-alias": {
1853
                    "dev-master": "1.8-dev"
1854
                }
1855
            },
1856
            "autoload": {
1857
                "psr-4": {
1858
                    "Symfony\\Polyfill\\Mbstring\\": ""
1859
                },
1860
                "files": [
1861
                    "bootstrap.php"
1862
                ]
1863
            },
1864
            "notification-url": "https://packagist.org/downloads/",
1865
            "license": [
1866
                "MIT"
1867
            ],
1868
            "authors": [
1869
                {
1870
                    "name": "Nicolas Grekas",
1871
                    "email": "[email protected]"
1872
                },
1873
                {
1874
                    "name": "Symfony Community",
1875
                    "homepage": "https://symfony.com/contributors"
1876
                }
1877
            ],
1878
            "description": "Symfony polyfill for the Mbstring extension",
1879
            "homepage": "https://symfony.com",
1880
            "keywords": [
1881
                "compatibility",
1882
                "mbstring",
1883
                "polyfill",
1884
                "portable",
1885
                "shim"
1886
            ],
1887
            "time": "2018-04-26T10:06:28+00:00"
1888
        },
1889
        {
1890
            "name": "symfony/polyfill-php56",
1891
            "version": "v1.8.0",
1892
            "source": {
1893
                "type": "git",
1894
                "url": "https://github.com/symfony/polyfill-php56.git",
1895
                "reference": "af98553c84912459db3f636329567809d639a8f6"
1896
            },
1897
            "dist": {
1898
                "type": "zip",
1899
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6",
1900
                "reference": "af98553c84912459db3f636329567809d639a8f6",
1901
                "shasum": ""
1902
            },
1903
            "require": {
1904
                "php": ">=5.3.3",
1905
                "symfony/polyfill-util": "~1.0"
1906
            },
1907
            "type": "library",
1908
            "extra": {
1909
                "branch-alias": {
1910
                    "dev-master": "1.8-dev"
1911
                }
1912
            },
1913
            "autoload": {
1914
                "psr-4": {
1915
                    "Symfony\\Polyfill\\Php56\\": ""
1916
                },
1917
                "files": [
1918
                    "bootstrap.php"
1919
                ]
1920
            },
1921
            "notification-url": "https://packagist.org/downloads/",
1922
            "license": [
1923
                "MIT"
1924
            ],
1925
            "authors": [
1926
                {
1927
                    "name": "Nicolas Grekas",
1928
                    "email": "[email protected]"
1929
                },
1930
                {
1931
                    "name": "Symfony Community",
1932
                    "homepage": "https://symfony.com/contributors"
1933
                }
1934
            ],
1935
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1936
            "homepage": "https://symfony.com",
1937
            "keywords": [
1938
                "compatibility",
1939
                "polyfill",
1940
                "portable",
1941
                "shim"
1942
            ],
1943
            "time": "2018-04-26T10:06:28+00:00"
1944
        },
1945
        {
1946
            "name": "symfony/polyfill-php70",
1947
            "version": "v1.8.0",
1948
            "source": {
1949
                "type": "git",
1950
                "url": "https://github.com/symfony/polyfill-php70.git",
1951
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
1952
            },
1953
            "dist": {
1954
                "type": "zip",
1955
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
1956
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
1957
                "shasum": ""
1958
            },
1959
            "require": {
1960
                "paragonie/random_compat": "~1.0|~2.0",
1961
                "php": ">=5.3.3"
1962
            },
1963
            "type": "library",
1964
            "extra": {
1965
                "branch-alias": {
1966
                    "dev-master": "1.8-dev"
1967
                }
1968
            },
1969
            "autoload": {
1970
                "psr-4": {
1971
                    "Symfony\\Polyfill\\Php70\\": ""
1972
                },
1973
                "files": [
1974
                    "bootstrap.php"
1975
                ],
1976
                "classmap": [
1977
                    "Resources/stubs"
1978
                ]
1979
            },
1980
            "notification-url": "https://packagist.org/downloads/",
1981
            "license": [
1982
                "MIT"
1983
            ],
1984
            "authors": [
1985
                {
1986
                    "name": "Nicolas Grekas",
1987
                    "email": "[email protected]"
1988
                },
1989
                {
1990
                    "name": "Symfony Community",
1991
                    "homepage": "https://symfony.com/contributors"
1992
                }
1993
            ],
1994
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1995
            "homepage": "https://symfony.com",
1996
            "keywords": [
1997
                "compatibility",
1998
                "polyfill",
1999
                "portable",
2000
                "shim"
2001
            ],
2002
            "time": "2018-04-26T10:06:28+00:00"
2003
        },
2004
        {
2005
            "name": "symfony/polyfill-util",
2006
            "version": "v1.8.0",
2007
            "source": {
2008
                "type": "git",
2009
                "url": "https://github.com/symfony/polyfill-util.git",
2010
                "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a"
2011
            },
2012
            "dist": {
2013
                "type": "zip",
2014
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
2015
                "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
2016
                "shasum": ""
2017
            },
2018
            "require": {
2019
                "php": ">=5.3.3"
2020
            },
2021
            "type": "library",
2022
            "extra": {
2023
                "branch-alias": {
2024
                    "dev-master": "1.8-dev"
2025
                }
2026
            },
2027
            "autoload": {
2028
                "psr-4": {
2029
                    "Symfony\\Polyfill\\Util\\": ""
2030
                }
2031
            },
2032
            "notification-url": "https://packagist.org/downloads/",
2033
            "license": [
2034
                "MIT"
2035
            ],
2036
            "authors": [
2037
                {
2038
                    "name": "Nicolas Grekas",
2039
                    "email": "[email protected]"
2040
                },
2041
                {
2042
                    "name": "Symfony Community",
2043
                    "homepage": "https://symfony.com/contributors"
2044
                }
2045
            ],
2046
            "description": "Symfony utilities for portability of PHP codes",
2047
            "homepage": "https://symfony.com",
2048
            "keywords": [
2049
                "compat",
2050
                "compatibility",
2051
                "polyfill",
2052
                "shim"
2053
            ],
2054
            "time": "2018-04-26T10:06:28+00:00"
2055
        },
2056
        {
2057
            "name": "symfony/process",
2058
            "version": "v3.4.10",
2059
            "source": {
2060
                "type": "git",
2061
                "url": "https://github.com/symfony/process.git",
2062
                "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
2063
            },
2064
            "dist": {
2065
                "type": "zip",
2066
                "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
2067
                "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
2068
                "shasum": ""
2069
            },
2070
            "require": {
2071
                "php": "^5.5.9|>=7.0.8"
2072
            },
2073
            "type": "library",
2074
            "extra": {
2075
                "branch-alias": {
2076
                    "dev-master": "3.4-dev"
2077
                }
2078
            },
2079
            "autoload": {
2080
                "psr-4": {
2081
                    "Symfony\\Component\\Process\\": ""
2082
                },
2083
                "exclude-from-classmap": [
2084
                    "/Tests/"
2085
                ]
2086
            },
2087
            "notification-url": "https://packagist.org/downloads/",
2088
            "license": [
2089
                "MIT"
2090
            ],
2091
            "authors": [
2092
                {
2093
                    "name": "Fabien Potencier",
2094
                    "email": "[email protected]"
2095
                },
2096
                {
2097
                    "name": "Symfony Community",
2098
                    "homepage": "https://symfony.com/contributors"
2099
                }
2100
            ],
2101
            "description": "Symfony Process Component",
2102
            "homepage": "https://symfony.com",
2103
            "time": "2018-05-16T08:49:21+00:00"
2104
        },
2105
        {
2106
            "name": "symfony/routing",
2107
            "version": "v3.4.10",
2108
            "source": {
2109
                "type": "git",
2110
                "url": "https://github.com/symfony/routing.git",
2111
                "reference": "e382da877f5304aabc12ec3073eec430670c8296"
2112
            },
2113
            "dist": {
2114
                "type": "zip",
2115
                "url": "https://api.github.com/repos/symfony/routing/zipball/e382da877f5304aabc12ec3073eec430670c8296",
2116
                "reference": "e382da877f5304aabc12ec3073eec430670c8296",
2117
                "shasum": ""
2118
            },
2119
            "require": {
2120
                "php": "^5.5.9|>=7.0.8"
2121
            },
2122
            "conflict": {
2123
                "symfony/config": "<3.3.1",
2124
                "symfony/dependency-injection": "<3.3",
2125
                "symfony/yaml": "<3.4"
2126
            },
2127
            "require-dev": {
2128
                "doctrine/annotations": "~1.0",
2129
                "doctrine/common": "~2.2",
2130
                "psr/log": "~1.0",
2131
                "symfony/config": "^3.3.1|~4.0",
2132
                "symfony/dependency-injection": "~3.3|~4.0",
2133
                "symfony/expression-language": "~2.8|~3.0|~4.0",
2134
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
2135
                "symfony/yaml": "~3.4|~4.0"
2136
            },
2137
            "suggest": {
2138
                "doctrine/annotations": "For using the annotation loader",
2139
                "symfony/config": "For using the all-in-one router or any loader",
2140
                "symfony/dependency-injection": "For loading routes from a service",
2141
                "symfony/expression-language": "For using expression matching",
2142
                "symfony/http-foundation": "For using a Symfony Request object",
2143
                "symfony/yaml": "For using the YAML loader"
2144
            },
2145
            "type": "library",
2146
            "extra": {
2147
                "branch-alias": {
2148
                    "dev-master": "3.4-dev"
2149
                }
2150
            },
2151
            "autoload": {
2152
                "psr-4": {
2153
                    "Symfony\\Component\\Routing\\": ""
2154
                },
2155
                "exclude-from-classmap": [
2156
                    "/Tests/"
2157
                ]
2158
            },
2159
            "notification-url": "https://packagist.org/downloads/",
2160
            "license": [
2161
                "MIT"
2162
            ],
2163
            "authors": [
2164
                {
2165
                    "name": "Fabien Potencier",
2166
                    "email": "[email protected]"
2167
                },
2168
                {
2169
                    "name": "Symfony Community",
2170
                    "homepage": "https://symfony.com/contributors"
2171
                }
2172
            ],
2173
            "description": "Symfony Routing Component",
2174
            "homepage": "https://symfony.com",
2175
            "keywords": [
2176
                "router",
2177
                "routing",
2178
                "uri",
2179
                "url"
2180
            ],
2181
            "time": "2018-05-16T12:49:49+00:00"
2182
        },
2183
        {
2184
            "name": "symfony/translation",
2185
            "version": "v4.0.10",
2186
            "source": {
2187
                "type": "git",
2188
                "url": "https://github.com/symfony/translation.git",
2189
                "reference": "e1f5863d0a9e79cfec7f031421ced3fe1d403e66"
2190
            },
2191
            "dist": {
2192
                "type": "zip",
2193
                "url": "https://api.github.com/repos/symfony/translation/zipball/e1f5863d0a9e79cfec7f031421ced3fe1d403e66",
2194
                "reference": "e1f5863d0a9e79cfec7f031421ced3fe1d403e66",
2195
                "shasum": ""
2196
            },
2197
            "require": {
2198
                "php": "^7.1.3",
2199
                "symfony/polyfill-mbstring": "~1.0"
2200
            },
2201
            "conflict": {
2202
                "symfony/config": "<3.4",
2203
                "symfony/dependency-injection": "<3.4",
2204
                "symfony/yaml": "<3.4"
2205
            },
2206
            "require-dev": {
2207
                "psr/log": "~1.0",
2208
                "symfony/config": "~3.4|~4.0",
2209
                "symfony/dependency-injection": "~3.4|~4.0",
2210
                "symfony/finder": "~2.8|~3.0|~4.0",
2211
                "symfony/intl": "~3.4|~4.0",
2212
                "symfony/yaml": "~3.4|~4.0"
2213
            },
2214
            "suggest": {
2215
                "psr/log-implementation": "To use logging capability in translator",
2216
                "symfony/config": "",
2217
                "symfony/yaml": ""
2218
            },
2219
            "type": "library",
2220
            "extra": {
2221
                "branch-alias": {
2222
                    "dev-master": "4.0-dev"
2223
                }
2224
            },
2225
            "autoload": {
2226
                "psr-4": {
2227
                    "Symfony\\Component\\Translation\\": ""
2228
                },
2229
                "exclude-from-classmap": [
2230
                    "/Tests/"
2231
                ]
2232
            },
2233
            "notification-url": "https://packagist.org/downloads/",
2234
            "license": [
2235
                "MIT"
2236
            ],
2237
            "authors": [
2238
                {
2239
                    "name": "Fabien Potencier",
2240
                    "email": "[email protected]"
2241
                },
2242
                {
2243
                    "name": "Symfony Community",
2244
                    "homepage": "https://symfony.com/contributors"
2245
                }
2246
            ],
2247
            "description": "Symfony Translation Component",
2248
            "homepage": "https://symfony.com",
2249
            "time": "2018-05-21T10:09:47+00:00"
2250
        },
2251
        {
2252
            "name": "symfony/var-dumper",
2253
            "version": "v3.4.10",
2254
            "source": {
2255
                "type": "git",
2256
                "url": "https://github.com/symfony/var-dumper.git",
2257
                "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73"
2258
            },
2259
            "dist": {
2260
                "type": "zip",
2261
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e6545672d8c9ce70dd472adc2f8b03155a46f73",
2262
                "reference": "0e6545672d8c9ce70dd472adc2f8b03155a46f73",
2263
                "shasum": ""
2264
            },
2265
            "require": {
2266
                "php": "^5.5.9|>=7.0.8",
2267
                "symfony/polyfill-mbstring": "~1.0"
2268
            },
2269
            "conflict": {
2270
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2271
            },
2272
            "require-dev": {
2273
                "ext-iconv": "*",
2274
                "twig/twig": "~1.34|~2.4"
2275
            },
2276
            "suggest": {
2277
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2278
                "ext-intl": "To show region name in time zone dump",
2279
                "ext-symfony_debug": ""
2280
            },
2281
            "type": "library",
2282
            "extra": {
2283
                "branch-alias": {
2284
                    "dev-master": "3.4-dev"
2285
                }
2286
            },
2287
            "autoload": {
2288
                "files": [
2289
                    "Resources/functions/dump.php"
2290
                ],
2291
                "psr-4": {
2292
                    "Symfony\\Component\\VarDumper\\": ""
2293
                },
2294
                "exclude-from-classmap": [
2295
                    "/Tests/"
2296
                ]
2297
            },
2298
            "notification-url": "https://packagist.org/downloads/",
2299
            "license": [
2300
                "MIT"
2301
            ],
2302
            "authors": [
2303
                {
2304
                    "name": "Nicolas Grekas",
2305
                    "email": "[email protected]"
2306
                },
2307
                {
2308
                    "name": "Symfony Community",
2309
                    "homepage": "https://symfony.com/contributors"
2310
                }
2311
            ],
2312
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2313
            "homepage": "https://symfony.com",
2314
            "keywords": [
2315
                "debug",
2316
                "dump"
2317
            ],
2318
            "time": "2018-04-26T12:42:15+00:00"
2319
        },
2320
        {
2321
            "name": "teamtnt/laravel-scout-tntsearch-driver",
2322
            "version": "v3.0.6",
2323
            "source": {
2324
                "type": "git",
2325
                "url": "https://github.com/teamtnt/laravel-scout-tntsearch-driver.git",
2326
                "reference": "e5d81a856e6ab391d58e90a17bbcb2643c0d92d5"
2327
            },
2328
            "dist": {
2329
                "type": "zip",
2330
                "url": "https://api.github.com/repos/teamtnt/laravel-scout-tntsearch-driver/zipball/e5d81a856e6ab391d58e90a17bbcb2643c0d92d5",
2331
                "reference": "e5d81a856e6ab391d58e90a17bbcb2643c0d92d5",
2332
                "shasum": ""
2333
            },
2334
            "require": {
2335
                "illuminate/bus": "~5.4",
2336
                "illuminate/contracts": "~5.4",
2337
                "illuminate/database": "~5.4",
2338
                "illuminate/pagination": "~5.4",
2339
                "illuminate/queue": "~5.4",
2340
                "illuminate/support": "~5.4",
2341
                "laravel/scout": "*",
2342
                "php": ">=5.6.4",
2343
                "teamtnt/tntsearch": "1.3.*"
2344
            },
2345
            "require-dev": {
2346
                "mockery/mockery": "~0.9",
2347
                "phpunit/phpunit": "~5.0"
2348
            },
2349
            "suggest": {
2350
                "teamtnt/tntsearch": "Required to use the TNTSearch engine."
2351
            },
2352
            "type": "library",
2353
            "extra": {
2354
                "branch-alias": {
2355
                    "dev-master": "1.0-dev"
2356
                },
2357
                "laravel": {
2358
                    "providers": [
2359
                        "TeamTNT\\Scout\\TNTSearchScoutServiceProvider"
2360
                    ]
2361
                }
2362
            },
2363
            "autoload": {
2364
                "psr-4": {
2365
                    "TeamTNT\\Scout\\": "src/"
2366
                }
2367
            },
2368
            "notification-url": "https://packagist.org/downloads/",
2369
            "license": [
2370
                "MIT"
2371
            ],
2372
            "authors": [
2373
                {
2374
                    "name": "TNT Studio",
2375
                    "email": "[email protected]"
2376
                }
2377
            ],
2378
            "description": "Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch",
2379
            "keywords": [
2380
                "laravel",
2381
                "scout",
2382
                "search",
2383
                "tntsearch"
2384
            ],
2385
            "time": "2017-12-18T22:49:54+00:00"
2386
        },
2387
        {
2388
            "name": "teamtnt/tntsearch",
2389
            "version": "v1.3.1",
2390
            "source": {
2391
                "type": "git",
2392
                "url": "https://github.com/teamtnt/tntsearch.git",
2393
                "reference": "4b7c36c6418487b9eeede6254ece9c830ea7d57c"
2394
            },
2395
            "dist": {
2396
                "type": "zip",
2397
                "url": "https://api.github.com/repos/teamtnt/tntsearch/zipball/4b7c36c6418487b9eeede6254ece9c830ea7d57c",
2398
                "reference": "4b7c36c6418487b9eeede6254ece9c830ea7d57c",
2399
                "shasum": ""
2400
            },
2401
            "require": {
2402
                "ext-mbstring": "*",
2403
                "ext-pdo_sqlite": "*",
2404
                "ext-sqlite3": "*",
2405
                "php": "~5.5|~7.0"
2406
            },
2407
            "require-dev": {
2408
                "phpunit/phpunit": "5.*"
2409
            },
2410
            "type": "library",
2411
            "autoload": {
2412
                "psr-4": {
2413
                    "TeamTNT\\TNTSearch\\": "src"
2414
                },
2415
                "files": [
2416
                    "helper/helpers.php"
2417
                ]
2418
            },
2419
            "notification-url": "https://packagist.org/downloads/",
2420
            "license": [
2421
                "MIT"
2422
            ],
2423
            "authors": [
2424
                {
2425
                    "name": "Nenad Tičarić",
2426
                    "email": "[email protected]",
2427
                    "homepage": "http://www.tntstudio.us",
2428
                    "role": "Developer"
2429
                }
2430
            ],
2431
            "description": "A fully featured full text search engine written in PHP",
2432
            "homepage": "https://github.com/teamtnt/tntsearch",
2433
            "keywords": [
2434
                "Fuzzy search",
2435
                "fulltext",
2436
                "geosearch",
2437
                "search",
2438
                "teamtnt",
2439
                "tntsearch"
2440
            ],
2441
            "time": "2018-01-31T14:48:14+00:00"
2442
        },
2443
        {
2444
            "name": "tijsverkoyen/css-to-inline-styles",
2445
            "version": "2.2.1",
2446
            "source": {
2447
                "type": "git",
2448
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2449
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2450
            },
2451
            "dist": {
2452
                "type": "zip",
2453
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2454
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2455
                "shasum": ""
2456
            },
2457
            "require": {
2458
                "php": "^5.5 || ^7.0",
2459
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2460
            },
2461
            "require-dev": {
2462
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2463
            },
2464
            "type": "library",
2465
            "extra": {
2466
                "branch-alias": {
2467
                    "dev-master": "2.2.x-dev"
2468
                }
2469
            },
2470
            "autoload": {
2471
                "psr-4": {
2472
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
2473
                }
2474
            },
2475
            "notification-url": "https://packagist.org/downloads/",
2476
            "license": [
2477
                "BSD-3-Clause"
2478
            ],
2479
            "authors": [
2480
                {
2481
                    "name": "Tijs Verkoyen",
2482
                    "email": "[email protected]",
2483
                    "role": "Developer"
2484
                }
2485
            ],
2486
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
2487
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2488
            "time": "2017-11-27T11:13:29+00:00"
2489
        },
2490
        {
2491
            "name": "vlucas/phpdotenv",
2492
            "version": "v2.4.0",
2493
            "source": {
2494
                "type": "git",
2495
                "url": "https://github.com/vlucas/phpdotenv.git",
2496
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2497
            },
2498
            "dist": {
2499
                "type": "zip",
2500
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2501
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2502
                "shasum": ""
2503
            },
2504
            "require": {
2505
                "php": ">=5.3.9"
2506
            },
2507
            "require-dev": {
2508
                "phpunit/phpunit": "^4.8 || ^5.0"
2509
            },
2510
            "type": "library",
2511
            "extra": {
2512
                "branch-alias": {
2513
                    "dev-master": "2.4-dev"
2514
                }
2515
            },
2516
            "autoload": {
2517
                "psr-4": {
2518
                    "Dotenv\\": "src/"
2519
                }
2520
            },
2521
            "notification-url": "https://packagist.org/downloads/",
2522
            "license": [
2523
                "BSD-3-Clause-Attribution"
2524
            ],
2525
            "authors": [
2526
                {
2527
                    "name": "Vance Lucas",
2528
                    "email": "[email protected]",
2529
                    "homepage": "http://www.vancelucas.com"
2530
                }
2531
            ],
2532
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2533
            "keywords": [
2534
                "dotenv",
2535
                "env",
2536
                "environment"
2537
            ],
2538
            "time": "2016-09-01T10:05:43+00:00"
2539
        }
2540
    ],
2541
    "packages-dev": [
2542
        {
2543
            "name": "alive2212/array-helper",
2544
            "version": "v1.0.0",
2545
            "source": {
2546
                "type": "git",
2547
                "url": "https://github.com/Alive2212/ArrayHelper.git",
2548
                "reference": "878d3c37524c0d3ae658a4be758dcc7b1c9eb924"
2549
            },
2550
            "dist": {
2551
                "type": "zip",
2552
                "url": "https://api.github.com/repos/Alive2212/ArrayHelper/zipball/878d3c37524c0d3ae658a4be758dcc7b1c9eb924",
2553
                "reference": "878d3c37524c0d3ae658a4be758dcc7b1c9eb924",
2554
                "shasum": ""
2555
            },
2556
            "require": {
2557
                "illuminate/container": "~5.4",
2558
                "illuminate/support": "~5.1",
2559
                "php": "~5.6|~7.0"
2560
            },
2561
            "require-dev": {
2562
                "illuminate/container": "~5.4",
2563
                "phpunit/phpunit": ">=5.4.3",
2564
                "squizlabs/php_codesniffer": "^2.3"
2565
            },
2566
            "type": "library",
2567
            "extra": {
2568
                "branch-alias": {
2569
                    "dev-master": "1.0-dev"
2570
                }
2571
            },
2572
            "autoload": {
2573
                "psr-4": {
2574
                    "Alive2212\\ArrayHelper\\": "src",
2575
                    "Alive2212\\ArrayHelperTest\\": "tests"
2576
                }
2577
            },
2578
            "notification-url": "https://packagist.org/downloads/",
2579
            "license": [
2580
                "MIT"
2581
            ],
2582
            "authors": [
2583
                {
2584
                    "name": "Babak Nodoust",
2585
                    "email": "[email protected]",
2586
                    "homepage": "https://babakn.com",
2587
                    "role": "Developer"
2588
                }
2589
            ],
2590
            "description": "this is array helper",
2591
            "homepage": "https://github.com/Alive2212/ArrayHelper",
2592
            "keywords": [
2593
                "Alive2212",
2594
                "arrayhelper"
2595
            ],
2596
            "time": "2018-05-22T09:03:54+00:00"
2597
        },
2598
        {
2599
            "name": "alive2212/laravel-smart-response",
2600
            "version": "v1.0.0",
2601
            "source": {
2602
                "type": "git",
2603
                "url": "https://github.com/Alive2212/LaravelSmartResponse.git",
2604
                "reference": "530d07f260e609ea48d4695e611a744bb65b0b0f"
2605
            },
2606
            "dist": {
2607
                "type": "zip",
2608
                "url": "https://api.github.com/repos/Alive2212/LaravelSmartResponse/zipball/530d07f260e609ea48d4695e611a744bb65b0b0f",
2609
                "reference": "530d07f260e609ea48d4695e611a744bb65b0b0f",
2610
                "shasum": ""
2611
            },
2612
            "require": {
2613
                "alive2212/array-helper": "~1.0",
2614
                "illuminate/support": "~5.1",
2615
                "php": "~5.6|~7.0"
2616
            },
2617
            "require-dev": {
2618
                "alive2212/array-helper": "~1.0",
2619
                "illuminate/container": "~5.4",
2620
                "phpunit/phpunit": ">=5.4.3",
2621
                "squizlabs/php_codesniffer": "^2.3"
2622
            },
2623
            "type": "library",
2624
            "extra": {
2625
                "branch-alias": {
2626
                    "dev-master": "1.0-dev"
2627
                }
2628
            },
2629
            "autoload": {
2630
                "psr-4": {
2631
                    "Alive2212\\LaravelSmartResponse\\": "src",
2632
                    "Alive2212\\LaravelSmartResponseTest\\": "tests"
2633
                }
2634
            },
2635
            "notification-url": "https://packagist.org/downloads/",
2636
            "license": [
2637
                "MIT"
2638
            ],
2639
            "authors": [
2640
                {
2641
                    "name": "Babak Nodoust",
2642
                    "email": "[email protected]",
2643
                    "homepage": "http://babakn.com",
2644
                    "role": "Developer"
2645
                }
2646
            ],
2647
            "description": "This package for response of api in standard type",
2648
            "homepage": "https://github.com/Alive2212/LaravelSmartResponse",
2649
            "keywords": [
2650
                "Alive2212",
2651
                "LaravelSmartResponse"
2652
            ],
2653
            "time": "2018-05-22T10:38:16+00:00"
2654
        },
2655
        {
2656
            "name": "defuse/php-encryption",
2657
            "version": "v2.2.0",
2658
            "source": {
2659
                "type": "git",
2660
                "url": "https://github.com/defuse/php-encryption.git",
2661
                "reference": "0d4d27c368ca6798bc162469e43248c363c73495"
2662
            },
2663
            "dist": {
2664
                "type": "zip",
2665
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0d4d27c368ca6798bc162469e43248c363c73495",
2666
                "reference": "0d4d27c368ca6798bc162469e43248c363c73495",
2667
                "shasum": ""
2668
            },
2669
            "require": {
2670
                "ext-openssl": "*",
2671
                "paragonie/random_compat": "~2.0",
2672
                "php": ">=5.4.0"
2673
            },
2674
            "require-dev": {
2675
                "nikic/php-parser": "^2.0|^3.0|^4.0",
2676
                "phpunit/phpunit": "^4|^5"
2677
            },
2678
            "bin": [
2679
                "bin/generate-defuse-key"
2680
            ],
2681
            "type": "library",
2682
            "autoload": {
2683
                "psr-4": {
2684
                    "Defuse\\Crypto\\": "src"
2685
                }
2686
            },
2687
            "notification-url": "https://packagist.org/downloads/",
2688
            "license": [
2689
                "MIT"
2690
            ],
2691
            "authors": [
2692
                {
2693
                    "name": "Taylor Hornby",
2694
                    "email": "[email protected]",
2695
                    "homepage": "https://defuse.ca/"
2696
                },
2697
                {
2698
                    "name": "Scott Arciszewski",
2699
                    "email": "[email protected]",
2700
                    "homepage": "https://paragonie.com"
2701
                }
2702
            ],
2703
            "description": "Secure PHP Encryption Library",
2704
            "keywords": [
2705
                "aes",
2706
                "authenticated encryption",
2707
                "cipher",
2708
                "crypto",
2709
                "cryptography",
2710
                "encrypt",
2711
                "encryption",
2712
                "openssl",
2713
                "security",
2714
                "symmetric key cryptography"
2715
            ],
2716
            "time": "2018-04-23T19:33:40+00:00"
2717
        },
2718
        {
2719
            "name": "doctrine/instantiator",
2720
            "version": "1.1.0",
2721
            "source": {
2722
                "type": "git",
2723
                "url": "https://github.com/doctrine/instantiator.git",
2724
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2725
            },
2726
            "dist": {
2727
                "type": "zip",
2728
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2729
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2730
                "shasum": ""
2731
            },
2732
            "require": {
2733
                "php": "^7.1"
2734
            },
2735
            "require-dev": {
2736
                "athletic/athletic": "~0.1.8",
2737
                "ext-pdo": "*",
2738
                "ext-phar": "*",
2739
                "phpunit/phpunit": "^6.2.3",
2740
                "squizlabs/php_codesniffer": "^3.0.2"
2741
            },
2742
            "type": "library",
2743
            "extra": {
2744
                "branch-alias": {
2745
                    "dev-master": "1.2.x-dev"
2746
                }
2747
            },
2748
            "autoload": {
2749
                "psr-4": {
2750
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2751
                }
2752
            },
2753
            "notification-url": "https://packagist.org/downloads/",
2754
            "license": [
2755
                "MIT"
2756
            ],
2757
            "authors": [
2758
                {
2759
                    "name": "Marco Pivetta",
2760
                    "email": "[email protected]",
2761
                    "homepage": "http://ocramius.github.com/"
2762
                }
2763
            ],
2764
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2765
            "homepage": "https://github.com/doctrine/instantiator",
2766
            "keywords": [
2767
                "constructor",
2768
                "instantiate"
2769
            ],
2770
            "time": "2017-07-22T11:58:36+00:00"
2771
        },
2772
        {
2773
            "name": "firebase/php-jwt",
2774
            "version": "v4.0.0",
2775
            "source": {
2776
                "type": "git",
2777
                "url": "https://github.com/firebase/php-jwt.git",
2778
                "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
2779
            },
2780
            "dist": {
2781
                "type": "zip",
2782
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
2783
                "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
2784
                "shasum": ""
2785
            },
2786
            "require": {
2787
                "php": ">=5.3.0"
2788
            },
2789
            "type": "library",
2790
            "autoload": {
2791
                "psr-4": {
2792
                    "Firebase\\JWT\\": "src"
2793
                }
2794
            },
2795
            "notification-url": "https://packagist.org/downloads/",
2796
            "license": [
2797
                "BSD-3-Clause"
2798
            ],
2799
            "authors": [
2800
                {
2801
                    "name": "Neuman Vong",
2802
                    "email": "[email protected]",
2803
                    "role": "Developer"
2804
                },
2805
                {
2806
                    "name": "Anant Narayanan",
2807
                    "email": "[email protected]",
2808
                    "role": "Developer"
2809
                }
2810
            ],
2811
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
2812
            "homepage": "https://github.com/firebase/php-jwt",
2813
            "time": "2016-07-18T04:51:16+00:00"
2814
        },
2815
        {
2816
            "name": "guzzlehttp/guzzle",
2817
            "version": "6.3.3",
2818
            "source": {
2819
                "type": "git",
2820
                "url": "https://github.com/guzzle/guzzle.git",
2821
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2822
            },
2823
            "dist": {
2824
                "type": "zip",
2825
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2826
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2827
                "shasum": ""
2828
            },
2829
            "require": {
2830
                "guzzlehttp/promises": "^1.0",
2831
                "guzzlehttp/psr7": "^1.4",
2832
                "php": ">=5.5"
2833
            },
2834
            "require-dev": {
2835
                "ext-curl": "*",
2836
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2837
                "psr/log": "^1.0"
2838
            },
2839
            "suggest": {
2840
                "psr/log": "Required for using the Log middleware"
2841
            },
2842
            "type": "library",
2843
            "extra": {
2844
                "branch-alias": {
2845
                    "dev-master": "6.3-dev"
2846
                }
2847
            },
2848
            "autoload": {
2849
                "files": [
2850
                    "src/functions_include.php"
2851
                ],
2852
                "psr-4": {
2853
                    "GuzzleHttp\\": "src/"
2854
                }
2855
            },
2856
            "notification-url": "https://packagist.org/downloads/",
2857
            "license": [
2858
                "MIT"
2859
            ],
2860
            "authors": [
2861
                {
2862
                    "name": "Michael Dowling",
2863
                    "email": "[email protected]",
2864
                    "homepage": "https://github.com/mtdowling"
2865
                }
2866
            ],
2867
            "description": "Guzzle is a PHP HTTP client library",
2868
            "homepage": "http://guzzlephp.org/",
2869
            "keywords": [
2870
                "client",
2871
                "curl",
2872
                "framework",
2873
                "http",
2874
                "http client",
2875
                "rest",
2876
                "web service"
2877
            ],
2878
            "time": "2018-04-22T15:46:56+00:00"
2879
        },
2880
        {
2881
            "name": "guzzlehttp/promises",
2882
            "version": "v1.3.1",
2883
            "source": {
2884
                "type": "git",
2885
                "url": "https://github.com/guzzle/promises.git",
2886
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2887
            },
2888
            "dist": {
2889
                "type": "zip",
2890
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2891
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2892
                "shasum": ""
2893
            },
2894
            "require": {
2895
                "php": ">=5.5.0"
2896
            },
2897
            "require-dev": {
2898
                "phpunit/phpunit": "^4.0"
2899
            },
2900
            "type": "library",
2901
            "extra": {
2902
                "branch-alias": {
2903
                    "dev-master": "1.4-dev"
2904
                }
2905
            },
2906
            "autoload": {
2907
                "psr-4": {
2908
                    "GuzzleHttp\\Promise\\": "src/"
2909
                },
2910
                "files": [
2911
                    "src/functions_include.php"
2912
                ]
2913
            },
2914
            "notification-url": "https://packagist.org/downloads/",
2915
            "license": [
2916
                "MIT"
2917
            ],
2918
            "authors": [
2919
                {
2920
                    "name": "Michael Dowling",
2921
                    "email": "[email protected]",
2922
                    "homepage": "https://github.com/mtdowling"
2923
                }
2924
            ],
2925
            "description": "Guzzle promises library",
2926
            "keywords": [
2927
                "promise"
2928
            ],
2929
            "time": "2016-12-20T10:07:11+00:00"
2930
        },
2931
        {
2932
            "name": "guzzlehttp/psr7",
2933
            "version": "1.4.2",
2934
            "source": {
2935
                "type": "git",
2936
                "url": "https://github.com/guzzle/psr7.git",
2937
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2938
            },
2939
            "dist": {
2940
                "type": "zip",
2941
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2942
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2943
                "shasum": ""
2944
            },
2945
            "require": {
2946
                "php": ">=5.4.0",
2947
                "psr/http-message": "~1.0"
2948
            },
2949
            "provide": {
2950
                "psr/http-message-implementation": "1.0"
2951
            },
2952
            "require-dev": {
2953
                "phpunit/phpunit": "~4.0"
2954
            },
2955
            "type": "library",
2956
            "extra": {
2957
                "branch-alias": {
2958
                    "dev-master": "1.4-dev"
2959
                }
2960
            },
2961
            "autoload": {
2962
                "psr-4": {
2963
                    "GuzzleHttp\\Psr7\\": "src/"
2964
                },
2965
                "files": [
2966
                    "src/functions_include.php"
2967
                ]
2968
            },
2969
            "notification-url": "https://packagist.org/downloads/",
2970
            "license": [
2971
                "MIT"
2972
            ],
2973
            "authors": [
2974
                {
2975
                    "name": "Michael Dowling",
2976
                    "email": "[email protected]",
2977
                    "homepage": "https://github.com/mtdowling"
2978
                },
2979
                {
2980
                    "name": "Tobias Schultze",
2981
                    "homepage": "https://github.com/Tobion"
2982
                }
2983
            ],
2984
            "description": "PSR-7 message implementation that also provides common utility methods",
2985
            "keywords": [
2986
                "http",
2987
                "message",
2988
                "request",
2989
                "response",
2990
                "stream",
2991
                "uri",
2992
                "url"
2993
            ],
2994
            "time": "2017-03-20T17:10:46+00:00"
2995
        },
2996
        {
2997
            "name": "laravel/passport",
2998
            "version": "v3.0.2",
2999
            "source": {
3000
                "type": "git",
3001
                "url": "https://github.com/laravel/passport.git",
3002
                "reference": "c6a23ff4f05543767b2828b582dd9e74cdb9b014"
3003
            },
3004
            "dist": {
3005
                "type": "zip",
3006
                "url": "https://api.github.com/repos/laravel/passport/zipball/c6a23ff4f05543767b2828b582dd9e74cdb9b014",
3007
                "reference": "c6a23ff4f05543767b2828b582dd9e74cdb9b014",
3008
                "shasum": ""
3009
            },
3010
            "require": {
3011
                "firebase/php-jwt": "~3.0|~4.0",
3012
                "guzzlehttp/guzzle": "~6.0",
3013
                "illuminate/auth": "~5.4",
3014
                "illuminate/console": "~5.4",
3015
                "illuminate/container": "~5.4",
3016
                "illuminate/contracts": "~5.4",
3017
                "illuminate/database": "~5.4",
3018
                "illuminate/encryption": "~5.4",
3019
                "illuminate/http": "~5.4",
3020
                "illuminate/support": "~5.4",
3021
                "league/oauth2-server": "^6.0",
3022
                "php": ">=5.6.4",
3023
                "phpseclib/phpseclib": "^2.0",
3024
                "symfony/psr-http-message-bridge": "~1.0",
3025
                "zendframework/zend-diactoros": "~1.0"
3026
            },
3027
            "require-dev": {
3028
                "mockery/mockery": "~0.9",
3029
                "phpunit/phpunit": "~5.0"
3030
            },
3031
            "type": "library",
3032
            "extra": {
3033
                "branch-alias": {
3034
                    "dev-master": "3.0-dev"
3035
                },
3036
                "laravel": {
3037
                    "providers": [
3038
                        "Laravel\\Passport\\PassportServiceProvider"
3039
                    ]
3040
                }
3041
            },
3042
            "autoload": {
3043
                "psr-4": {
3044
                    "Laravel\\Passport\\": "src/"
3045
                }
3046
            },
3047
            "notification-url": "https://packagist.org/downloads/",
3048
            "license": [
3049
                "MIT"
3050
            ],
3051
            "authors": [
3052
                {
3053
                    "name": "Taylor Otwell",
3054
                    "email": "[email protected]"
3055
                }
3056
            ],
3057
            "description": "Laravel Passport provides OAuth2 server support to Laravel.",
3058
            "keywords": [
3059
                "laravel",
3060
                "oauth",
3061
                "passport"
3062
            ],
3063
            "time": "2017-08-16T13:10:52+00:00"
3064
        },
3065
        {
3066
            "name": "lcobucci/jwt",
3067
            "version": "3.2.2",
3068
            "source": {
3069
                "type": "git",
3070
                "url": "https://github.com/lcobucci/jwt.git",
3071
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
3072
            },
3073
            "dist": {
3074
                "type": "zip",
3075
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
3076
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
3077
                "shasum": ""
3078
            },
3079
            "require": {
3080
                "ext-openssl": "*",
3081
                "php": ">=5.5"
3082
            },
3083
            "require-dev": {
3084
                "mdanter/ecc": "~0.3.1",
3085
                "mikey179/vfsstream": "~1.5",
3086
                "phpmd/phpmd": "~2.2",
3087
                "phpunit/php-invoker": "~1.1",
3088
                "phpunit/phpunit": "~4.5",
3089
                "squizlabs/php_codesniffer": "~2.3"
3090
            },
3091
            "suggest": {
3092
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
3093
            },
3094
            "type": "library",
3095
            "extra": {
3096
                "branch-alias": {
3097
                    "dev-master": "3.1-dev"
3098
                }
3099
            },
3100
            "autoload": {
3101
                "psr-4": {
3102
                    "Lcobucci\\JWT\\": "src"
3103
                }
3104
            },
3105
            "notification-url": "https://packagist.org/downloads/",
3106
            "license": [
3107
                "BSD-3-Clause"
3108
            ],
3109
            "authors": [
3110
                {
3111
                    "name": "Luís Otávio Cobucci Oblonczyk",
3112
                    "email": "[email protected]",
3113
                    "role": "developer"
3114
                }
3115
            ],
3116
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3117
            "keywords": [
3118
                "JWS",
3119
                "jwt"
3120
            ],
3121
            "time": "2017-09-01T08:23:26+00:00"
3122
        },
3123
        {
3124
            "name": "league/event",
3125
            "version": "2.1.2",
3126
            "source": {
3127
                "type": "git",
3128
                "url": "https://github.com/thephpleague/event.git",
3129
                "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd"
3130
            },
3131
            "dist": {
3132
                "type": "zip",
3133
                "url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
3134
                "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
3135
                "shasum": ""
3136
            },
3137
            "require": {
3138
                "php": ">=5.4.0"
3139
            },
3140
            "require-dev": {
3141
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3142
                "phpspec/phpspec": "~2.0.0"
3143
            },
3144
            "type": "library",
3145
            "extra": {
3146
                "branch-alias": {
3147
                    "dev-master": "2.2-dev"
3148
                }
3149
            },
3150
            "autoload": {
3151
                "psr-4": {
3152
                    "League\\Event\\": "src/"
3153
                }
3154
            },
3155
            "notification-url": "https://packagist.org/downloads/",
3156
            "license": [
3157
                "MIT"
3158
            ],
3159
            "authors": [
3160
                {
3161
                    "name": "Frank de Jonge",
3162
                    "email": "[email protected]"
3163
                }
3164
            ],
3165
            "description": "Event package",
3166
            "keywords": [
3167
                "emitter",
3168
                "event",
3169
                "listener"
3170
            ],
3171
            "time": "2015-05-21T12:24:47+00:00"
3172
        },
3173
        {
3174
            "name": "league/oauth2-server",
3175
            "version": "6.1.1",
3176
            "source": {
3177
                "type": "git",
3178
                "url": "https://github.com/thephpleague/oauth2-server.git",
3179
                "reference": "a0cabb573c7cd5ee01803daec992d6ee3677c4ae"
3180
            },
3181
            "dist": {
3182
                "type": "zip",
3183
                "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/a0cabb573c7cd5ee01803daec992d6ee3677c4ae",
3184
                "reference": "a0cabb573c7cd5ee01803daec992d6ee3677c4ae",
3185
                "shasum": ""
3186
            },
3187
            "require": {
3188
                "defuse/php-encryption": "^2.1",
3189
                "ext-openssl": "*",
3190
                "lcobucci/jwt": "^3.1",
3191
                "league/event": "^2.1",
3192
                "paragonie/random_compat": "^2.0",
3193
                "php": ">=5.6.0",
3194
                "psr/http-message": "^1.0"
3195
            },
3196
            "replace": {
3197
                "league/oauth2server": "*",
3198
                "lncd/oauth2": "*"
3199
            },
3200
            "require-dev": {
3201
                "phpunit/phpunit": "^4.8.38 || ^5.7.21",
3202
                "zendframework/zend-diactoros": "^1.0"
3203
            },
3204
            "type": "library",
3205
            "autoload": {
3206
                "psr-4": {
3207
                    "League\\OAuth2\\Server\\": "src/"
3208
                }
3209
            },
3210
            "notification-url": "https://packagist.org/downloads/",
3211
            "license": [
3212
                "MIT"
3213
            ],
3214
            "authors": [
3215
                {
3216
                    "name": "Alex Bilbie",
3217
                    "email": "[email protected]",
3218
                    "homepage": "http://www.alexbilbie.com",
3219
                    "role": "Developer"
3220
                }
3221
            ],
3222
            "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
3223
            "homepage": "https://oauth2.thephpleague.com/",
3224
            "keywords": [
3225
                "Authentication",
3226
                "api",
3227
                "auth",
3228
                "authorisation",
3229
                "authorization",
3230
                "oauth",
3231
                "oauth 2",
3232
                "oauth 2.0",
3233
                "oauth2",
3234
                "protect",
3235
                "resource",
3236
                "secure",
3237
                "server"
3238
            ],
3239
            "time": "2017-12-23T23:33:42+00:00"
3240
        },
3241
        {
3242
            "name": "myclabs/deep-copy",
3243
            "version": "1.7.0",
3244
            "source": {
3245
                "type": "git",
3246
                "url": "https://github.com/myclabs/DeepCopy.git",
3247
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3248
            },
3249
            "dist": {
3250
                "type": "zip",
3251
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3252
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3253
                "shasum": ""
3254
            },
3255
            "require": {
3256
                "php": "^5.6 || ^7.0"
3257
            },
3258
            "require-dev": {
3259
                "doctrine/collections": "^1.0",
3260
                "doctrine/common": "^2.6",
3261
                "phpunit/phpunit": "^4.1"
3262
            },
3263
            "type": "library",
3264
            "autoload": {
3265
                "psr-4": {
3266
                    "DeepCopy\\": "src/DeepCopy/"
3267
                },
3268
                "files": [
3269
                    "src/DeepCopy/deep_copy.php"
3270
                ]
3271
            },
3272
            "notification-url": "https://packagist.org/downloads/",
3273
            "license": [
3274
                "MIT"
3275
            ],
3276
            "description": "Create deep copies (clones) of your objects",
3277
            "keywords": [
3278
                "clone",
3279
                "copy",
3280
                "duplicate",
3281
                "object",
3282
                "object graph"
3283
            ],
3284
            "time": "2017-10-19T19:58:43+00:00"
3285
        },
3286
        {
3287
            "name": "phar-io/manifest",
3288
            "version": "1.0.1",
3289
            "source": {
3290
                "type": "git",
3291
                "url": "https://github.com/phar-io/manifest.git",
3292
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3293
            },
3294
            "dist": {
3295
                "type": "zip",
3296
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3297
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3298
                "shasum": ""
3299
            },
3300
            "require": {
3301
                "ext-dom": "*",
3302
                "ext-phar": "*",
3303
                "phar-io/version": "^1.0.1",
3304
                "php": "^5.6 || ^7.0"
3305
            },
3306
            "type": "library",
3307
            "extra": {
3308
                "branch-alias": {
3309
                    "dev-master": "1.0.x-dev"
3310
                }
3311
            },
3312
            "autoload": {
3313
                "classmap": [
3314
                    "src/"
3315
                ]
3316
            },
3317
            "notification-url": "https://packagist.org/downloads/",
3318
            "license": [
3319
                "BSD-3-Clause"
3320
            ],
3321
            "authors": [
3322
                {
3323
                    "name": "Arne Blankerts",
3324
                    "email": "[email protected]",
3325
                    "role": "Developer"
3326
                },
3327
                {
3328
                    "name": "Sebastian Heuer",
3329
                    "email": "[email protected]",
3330
                    "role": "Developer"
3331
                },
3332
                {
3333
                    "name": "Sebastian Bergmann",
3334
                    "email": "[email protected]",
3335
                    "role": "Developer"
3336
                }
3337
            ],
3338
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3339
            "time": "2017-03-05T18:14:27+00:00"
3340
        },
3341
        {
3342
            "name": "phar-io/version",
3343
            "version": "1.0.1",
3344
            "source": {
3345
                "type": "git",
3346
                "url": "https://github.com/phar-io/version.git",
3347
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3348
            },
3349
            "dist": {
3350
                "type": "zip",
3351
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3352
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3353
                "shasum": ""
3354
            },
3355
            "require": {
3356
                "php": "^5.6 || ^7.0"
3357
            },
3358
            "type": "library",
3359
            "autoload": {
3360
                "classmap": [
3361
                    "src/"
3362
                ]
3363
            },
3364
            "notification-url": "https://packagist.org/downloads/",
3365
            "license": [
3366
                "BSD-3-Clause"
3367
            ],
3368
            "authors": [
3369
                {
3370
                    "name": "Arne Blankerts",
3371
                    "email": "[email protected]",
3372
                    "role": "Developer"
3373
                },
3374
                {
3375
                    "name": "Sebastian Heuer",
3376
                    "email": "[email protected]",
3377
                    "role": "Developer"
3378
                },
3379
                {
3380
                    "name": "Sebastian Bergmann",
3381
                    "email": "[email protected]",
3382
                    "role": "Developer"
3383
                }
3384
            ],
3385
            "description": "Library for handling version information and constraints",
3386
            "time": "2017-03-05T17:38:23+00:00"
3387
        },
3388
        {
3389
            "name": "phpdocumentor/reflection-common",
3390
            "version": "1.0.1",
3391
            "source": {
3392
                "type": "git",
3393
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3394
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3395
            },
3396
            "dist": {
3397
                "type": "zip",
3398
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3399
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3400
                "shasum": ""
3401
            },
3402
            "require": {
3403
                "php": ">=5.5"
3404
            },
3405
            "require-dev": {
3406
                "phpunit/phpunit": "^4.6"
3407
            },
3408
            "type": "library",
3409
            "extra": {
3410
                "branch-alias": {
3411
                    "dev-master": "1.0.x-dev"
3412
                }
3413
            },
3414
            "autoload": {
3415
                "psr-4": {
3416
                    "phpDocumentor\\Reflection\\": [
3417
                        "src"
3418
                    ]
3419
                }
3420
            },
3421
            "notification-url": "https://packagist.org/downloads/",
3422
            "license": [
3423
                "MIT"
3424
            ],
3425
            "authors": [
3426
                {
3427
                    "name": "Jaap van Otterdijk",
3428
                    "email": "[email protected]"
3429
                }
3430
            ],
3431
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3432
            "homepage": "http://www.phpdoc.org",
3433
            "keywords": [
3434
                "FQSEN",
3435
                "phpDocumentor",
3436
                "phpdoc",
3437
                "reflection",
3438
                "static analysis"
3439
            ],
3440
            "time": "2017-09-11T18:02:19+00:00"
3441
        },
3442
        {
3443
            "name": "phpdocumentor/reflection-docblock",
3444
            "version": "4.3.0",
3445
            "source": {
3446
                "type": "git",
3447
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3448
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3449
            },
3450
            "dist": {
3451
                "type": "zip",
3452
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3453
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3454
                "shasum": ""
3455
            },
3456
            "require": {
3457
                "php": "^7.0",
3458
                "phpdocumentor/reflection-common": "^1.0.0",
3459
                "phpdocumentor/type-resolver": "^0.4.0",
3460
                "webmozart/assert": "^1.0"
3461
            },
3462
            "require-dev": {
3463
                "doctrine/instantiator": "~1.0.5",
3464
                "mockery/mockery": "^1.0",
3465
                "phpunit/phpunit": "^6.4"
3466
            },
3467
            "type": "library",
3468
            "extra": {
3469
                "branch-alias": {
3470
                    "dev-master": "4.x-dev"
3471
                }
3472
            },
3473
            "autoload": {
3474
                "psr-4": {
3475
                    "phpDocumentor\\Reflection\\": [
3476
                        "src/"
3477
                    ]
3478
                }
3479
            },
3480
            "notification-url": "https://packagist.org/downloads/",
3481
            "license": [
3482
                "MIT"
3483
            ],
3484
            "authors": [
3485
                {
3486
                    "name": "Mike van Riel",
3487
                    "email": "[email protected]"
3488
                }
3489
            ],
3490
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3491
            "time": "2017-11-30T07:14:17+00:00"
3492
        },
3493
        {
3494
            "name": "phpdocumentor/type-resolver",
3495
            "version": "0.4.0",
3496
            "source": {
3497
                "type": "git",
3498
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3499
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3500
            },
3501
            "dist": {
3502
                "type": "zip",
3503
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3504
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3505
                "shasum": ""
3506
            },
3507
            "require": {
3508
                "php": "^5.5 || ^7.0",
3509
                "phpdocumentor/reflection-common": "^1.0"
3510
            },
3511
            "require-dev": {
3512
                "mockery/mockery": "^0.9.4",
3513
                "phpunit/phpunit": "^5.2||^4.8.24"
3514
            },
3515
            "type": "library",
3516
            "extra": {
3517
                "branch-alias": {
3518
                    "dev-master": "1.0.x-dev"
3519
                }
3520
            },
3521
            "autoload": {
3522
                "psr-4": {
3523
                    "phpDocumentor\\Reflection\\": [
3524
                        "src/"
3525
                    ]
3526
                }
3527
            },
3528
            "notification-url": "https://packagist.org/downloads/",
3529
            "license": [
3530
                "MIT"
3531
            ],
3532
            "authors": [
3533
                {
3534
                    "name": "Mike van Riel",
3535
                    "email": "[email protected]"
3536
                }
3537
            ],
3538
            "time": "2017-07-14T14:27:02+00:00"
3539
        },
3540
        {
3541
            "name": "phpseclib/phpseclib",
3542
            "version": "2.0.11",
3543
            "source": {
3544
                "type": "git",
3545
                "url": "https://github.com/phpseclib/phpseclib.git",
3546
                "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
3547
            },
3548
            "dist": {
3549
                "type": "zip",
3550
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
3551
                "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
3552
                "shasum": ""
3553
            },
3554
            "require": {
3555
                "php": ">=5.3.3"
3556
            },
3557
            "require-dev": {
3558
                "phing/phing": "~2.7",
3559
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
3560
                "sami/sami": "~2.0",
3561
                "squizlabs/php_codesniffer": "~2.0"
3562
            },
3563
            "suggest": {
3564
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3565
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3566
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3567
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3568
            },
3569
            "type": "library",
3570
            "autoload": {
3571
                "files": [
3572
                    "phpseclib/bootstrap.php"
3573
                ],
3574
                "psr-4": {
3575
                    "phpseclib\\": "phpseclib/"
3576
                }
3577
            },
3578
            "notification-url": "https://packagist.org/downloads/",
3579
            "license": [
3580
                "MIT"
3581
            ],
3582
            "authors": [
3583
                {
3584
                    "name": "Jim Wigginton",
3585
                    "email": "[email protected]",
3586
                    "role": "Lead Developer"
3587
                },
3588
                {
3589
                    "name": "Patrick Monnerat",
3590
                    "email": "[email protected]",
3591
                    "role": "Developer"
3592
                },
3593
                {
3594
                    "name": "Andreas Fischer",
3595
                    "email": "[email protected]",
3596
                    "role": "Developer"
3597
                },
3598
                {
3599
                    "name": "Hans-Jürgen Petrich",
3600
                    "email": "[email protected]",
3601
                    "role": "Developer"
3602
                },
3603
                {
3604
                    "name": "Graham Campbell",
3605
                    "email": "[email protected]",
3606
                    "role": "Developer"
3607
                }
3608
            ],
3609
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3610
            "homepage": "http://phpseclib.sourceforge.net",
3611
            "keywords": [
3612
                "BigInteger",
3613
                "aes",
3614
                "asn.1",
3615
                "asn1",
3616
                "blowfish",
3617
                "crypto",
3618
                "cryptography",
3619
                "encryption",
3620
                "rsa",
3621
                "security",
3622
                "sftp",
3623
                "signature",
3624
                "signing",
3625
                "ssh",
3626
                "twofish",
3627
                "x.509",
3628
                "x509"
3629
            ],
3630
            "time": "2018-04-15T16:55:05+00:00"
3631
        },
3632
        {
3633
            "name": "phpspec/prophecy",
3634
            "version": "1.7.6",
3635
            "source": {
3636
                "type": "git",
3637
                "url": "https://github.com/phpspec/prophecy.git",
3638
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
3639
            },
3640
            "dist": {
3641
                "type": "zip",
3642
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3643
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3644
                "shasum": ""
3645
            },
3646
            "require": {
3647
                "doctrine/instantiator": "^1.0.2",
3648
                "php": "^5.3|^7.0",
3649
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3650
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3651
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3652
            },
3653
            "require-dev": {
3654
                "phpspec/phpspec": "^2.5|^3.2",
3655
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3656
            },
3657
            "type": "library",
3658
            "extra": {
3659
                "branch-alias": {
3660
                    "dev-master": "1.7.x-dev"
3661
                }
3662
            },
3663
            "autoload": {
3664
                "psr-0": {
3665
                    "Prophecy\\": "src/"
3666
                }
3667
            },
3668
            "notification-url": "https://packagist.org/downloads/",
3669
            "license": [
3670
                "MIT"
3671
            ],
3672
            "authors": [
3673
                {
3674
                    "name": "Konstantin Kudryashov",
3675
                    "email": "[email protected]",
3676
                    "homepage": "http://everzet.com"
3677
                },
3678
                {
3679
                    "name": "Marcello Duarte",
3680
                    "email": "[email protected]"
3681
                }
3682
            ],
3683
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3684
            "homepage": "https://github.com/phpspec/prophecy",
3685
            "keywords": [
3686
                "Double",
3687
                "Dummy",
3688
                "fake",
3689
                "mock",
3690
                "spy",
3691
                "stub"
3692
            ],
3693
            "time": "2018-04-18T13:57:24+00:00"
3694
        },
3695
        {
3696
            "name": "phpunit/php-code-coverage",
3697
            "version": "6.0.4",
3698
            "source": {
3699
                "type": "git",
3700
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3701
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca"
3702
            },
3703
            "dist": {
3704
                "type": "zip",
3705
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca",
3706
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca",
3707
                "shasum": ""
3708
            },
3709
            "require": {
3710
                "ext-dom": "*",
3711
                "ext-xmlwriter": "*",
3712
                "php": "^7.1",
3713
                "phpunit/php-file-iterator": "^1.4.2",
3714
                "phpunit/php-text-template": "^1.2.1",
3715
                "phpunit/php-token-stream": "^3.0",
3716
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3717
                "sebastian/environment": "^3.1",
3718
                "sebastian/version": "^2.0.1",
3719
                "theseer/tokenizer": "^1.1"
3720
            },
3721
            "require-dev": {
3722
                "phpunit/phpunit": "^7.0"
3723
            },
3724
            "suggest": {
3725
                "ext-xdebug": "^2.6.0"
3726
            },
3727
            "type": "library",
3728
            "extra": {
3729
                "branch-alias": {
3730
                    "dev-master": "6.0-dev"
3731
                }
3732
            },
3733
            "autoload": {
3734
                "classmap": [
3735
                    "src/"
3736
                ]
3737
            },
3738
            "notification-url": "https://packagist.org/downloads/",
3739
            "license": [
3740
                "BSD-3-Clause"
3741
            ],
3742
            "authors": [
3743
                {
3744
                    "name": "Sebastian Bergmann",
3745
                    "email": "[email protected]",
3746
                    "role": "lead"
3747
                }
3748
            ],
3749
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3750
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3751
            "keywords": [
3752
                "coverage",
3753
                "testing",
3754
                "xunit"
3755
            ],
3756
            "time": "2018-04-29T14:59:09+00:00"
3757
        },
3758
        {
3759
            "name": "phpunit/php-file-iterator",
3760
            "version": "1.4.5",
3761
            "source": {
3762
                "type": "git",
3763
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3764
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3765
            },
3766
            "dist": {
3767
                "type": "zip",
3768
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3769
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3770
                "shasum": ""
3771
            },
3772
            "require": {
3773
                "php": ">=5.3.3"
3774
            },
3775
            "type": "library",
3776
            "extra": {
3777
                "branch-alias": {
3778
                    "dev-master": "1.4.x-dev"
3779
                }
3780
            },
3781
            "autoload": {
3782
                "classmap": [
3783
                    "src/"
3784
                ]
3785
            },
3786
            "notification-url": "https://packagist.org/downloads/",
3787
            "license": [
3788
                "BSD-3-Clause"
3789
            ],
3790
            "authors": [
3791
                {
3792
                    "name": "Sebastian Bergmann",
3793
                    "email": "[email protected]",
3794
                    "role": "lead"
3795
                }
3796
            ],
3797
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3798
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3799
            "keywords": [
3800
                "filesystem",
3801
                "iterator"
3802
            ],
3803
            "time": "2017-11-27T13:52:08+00:00"
3804
        },
3805
        {
3806
            "name": "phpunit/php-text-template",
3807
            "version": "1.2.1",
3808
            "source": {
3809
                "type": "git",
3810
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3811
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3812
            },
3813
            "dist": {
3814
                "type": "zip",
3815
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3816
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3817
                "shasum": ""
3818
            },
3819
            "require": {
3820
                "php": ">=5.3.3"
3821
            },
3822
            "type": "library",
3823
            "autoload": {
3824
                "classmap": [
3825
                    "src/"
3826
                ]
3827
            },
3828
            "notification-url": "https://packagist.org/downloads/",
3829
            "license": [
3830
                "BSD-3-Clause"
3831
            ],
3832
            "authors": [
3833
                {
3834
                    "name": "Sebastian Bergmann",
3835
                    "email": "[email protected]",
3836
                    "role": "lead"
3837
                }
3838
            ],
3839
            "description": "Simple template engine.",
3840
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3841
            "keywords": [
3842
                "template"
3843
            ],
3844
            "time": "2015-06-21T13:50:34+00:00"
3845
        },
3846
        {
3847
            "name": "phpunit/php-timer",
3848
            "version": "2.0.0",
3849
            "source": {
3850
                "type": "git",
3851
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3852
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3853
            },
3854
            "dist": {
3855
                "type": "zip",
3856
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3857
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3858
                "shasum": ""
3859
            },
3860
            "require": {
3861
                "php": "^7.1"
3862
            },
3863
            "require-dev": {
3864
                "phpunit/phpunit": "^7.0"
3865
            },
3866
            "type": "library",
3867
            "extra": {
3868
                "branch-alias": {
3869
                    "dev-master": "2.0-dev"
3870
                }
3871
            },
3872
            "autoload": {
3873
                "classmap": [
3874
                    "src/"
3875
                ]
3876
            },
3877
            "notification-url": "https://packagist.org/downloads/",
3878
            "license": [
3879
                "BSD-3-Clause"
3880
            ],
3881
            "authors": [
3882
                {
3883
                    "name": "Sebastian Bergmann",
3884
                    "email": "[email protected]",
3885
                    "role": "lead"
3886
                }
3887
            ],
3888
            "description": "Utility class for timing",
3889
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3890
            "keywords": [
3891
                "timer"
3892
            ],
3893
            "time": "2018-02-01T13:07:23+00:00"
3894
        },
3895
        {
3896
            "name": "phpunit/php-token-stream",
3897
            "version": "3.0.0",
3898
            "source": {
3899
                "type": "git",
3900
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3901
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3902
            },
3903
            "dist": {
3904
                "type": "zip",
3905
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3906
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3907
                "shasum": ""
3908
            },
3909
            "require": {
3910
                "ext-tokenizer": "*",
3911
                "php": "^7.1"
3912
            },
3913
            "require-dev": {
3914
                "phpunit/phpunit": "^7.0"
3915
            },
3916
            "type": "library",
3917
            "extra": {
3918
                "branch-alias": {
3919
                    "dev-master": "3.0-dev"
3920
                }
3921
            },
3922
            "autoload": {
3923
                "classmap": [
3924
                    "src/"
3925
                ]
3926
            },
3927
            "notification-url": "https://packagist.org/downloads/",
3928
            "license": [
3929
                "BSD-3-Clause"
3930
            ],
3931
            "authors": [
3932
                {
3933
                    "name": "Sebastian Bergmann",
3934
                    "email": "[email protected]"
3935
                }
3936
            ],
3937
            "description": "Wrapper around PHP's tokenizer extension.",
3938
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3939
            "keywords": [
3940
                "tokenizer"
3941
            ],
3942
            "time": "2018-02-01T13:16:43+00:00"
3943
        },
3944
        {
3945
            "name": "phpunit/phpunit",
3946
            "version": "7.1.5",
3947
            "source": {
3948
                "type": "git",
3949
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3950
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
3951
            },
3952
            "dist": {
3953
                "type": "zip",
3954
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
3955
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
3956
                "shasum": ""
3957
            },
3958
            "require": {
3959
                "ext-dom": "*",
3960
                "ext-json": "*",
3961
                "ext-libxml": "*",
3962
                "ext-mbstring": "*",
3963
                "ext-xml": "*",
3964
                "myclabs/deep-copy": "^1.6.1",
3965
                "phar-io/manifest": "^1.0.1",
3966
                "phar-io/version": "^1.0",
3967
                "php": "^7.1",
3968
                "phpspec/prophecy": "^1.7",
3969
                "phpunit/php-code-coverage": "^6.0.1",
3970
                "phpunit/php-file-iterator": "^1.4.3",
3971
                "phpunit/php-text-template": "^1.2.1",
3972
                "phpunit/php-timer": "^2.0",
3973
                "phpunit/phpunit-mock-objects": "^6.1.1",
3974
                "sebastian/comparator": "^3.0",
3975
                "sebastian/diff": "^3.0",
3976
                "sebastian/environment": "^3.1",
3977
                "sebastian/exporter": "^3.1",
3978
                "sebastian/global-state": "^2.0",
3979
                "sebastian/object-enumerator": "^3.0.3",
3980
                "sebastian/resource-operations": "^1.0",
3981
                "sebastian/version": "^2.0.1"
3982
            },
3983
            "require-dev": {
3984
                "ext-pdo": "*"
3985
            },
3986
            "suggest": {
3987
                "ext-xdebug": "*",
3988
                "phpunit/php-invoker": "^2.0"
3989
            },
3990
            "bin": [
3991
                "phpunit"
3992
            ],
3993
            "type": "library",
3994
            "extra": {
3995
                "branch-alias": {
3996
                    "dev-master": "7.1-dev"
3997
                }
3998
            },
3999
            "autoload": {
4000
                "classmap": [
4001
                    "src/"
4002
                ]
4003
            },
4004
            "notification-url": "https://packagist.org/downloads/",
4005
            "license": [
4006
                "BSD-3-Clause"
4007
            ],
4008
            "authors": [
4009
                {
4010
                    "name": "Sebastian Bergmann",
4011
                    "email": "[email protected]",
4012
                    "role": "lead"
4013
                }
4014
            ],
4015
            "description": "The PHP Unit Testing framework.",
4016
            "homepage": "https://phpunit.de/",
4017
            "keywords": [
4018
                "phpunit",
4019
                "testing",
4020
                "xunit"
4021
            ],
4022
            "time": "2018-04-29T15:09:19+00:00"
4023
        },
4024
        {
4025
            "name": "phpunit/phpunit-mock-objects",
4026
            "version": "6.1.1",
4027
            "source": {
4028
                "type": "git",
4029
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4030
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
4031
            },
4032
            "dist": {
4033
                "type": "zip",
4034
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
4035
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
4036
                "shasum": ""
4037
            },
4038
            "require": {
4039
                "doctrine/instantiator": "^1.0.5",
4040
                "php": "^7.1",
4041
                "phpunit/php-text-template": "^1.2.1",
4042
                "sebastian/exporter": "^3.1"
4043
            },
4044
            "require-dev": {
4045
                "phpunit/phpunit": "^7.0"
4046
            },
4047
            "suggest": {
4048
                "ext-soap": "*"
4049
            },
4050
            "type": "library",
4051
            "extra": {
4052
                "branch-alias": {
4053
                    "dev-master": "6.1-dev"
4054
                }
4055
            },
4056
            "autoload": {
4057
                "classmap": [
4058
                    "src/"
4059
                ]
4060
            },
4061
            "notification-url": "https://packagist.org/downloads/",
4062
            "license": [
4063
                "BSD-3-Clause"
4064
            ],
4065
            "authors": [
4066
                {
4067
                    "name": "Sebastian Bergmann",
4068
                    "email": "[email protected]",
4069
                    "role": "lead"
4070
                }
4071
            ],
4072
            "description": "Mock Object library for PHPUnit",
4073
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4074
            "keywords": [
4075
                "mock",
4076
                "xunit"
4077
            ],
4078
            "time": "2018-04-11T04:50:36+00:00"
4079
        },
4080
        {
4081
            "name": "psr/http-message",
4082
            "version": "1.0.1",
4083
            "source": {
4084
                "type": "git",
4085
                "url": "https://github.com/php-fig/http-message.git",
4086
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
4087
            },
4088
            "dist": {
4089
                "type": "zip",
4090
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
4091
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
4092
                "shasum": ""
4093
            },
4094
            "require": {
4095
                "php": ">=5.3.0"
4096
            },
4097
            "type": "library",
4098
            "extra": {
4099
                "branch-alias": {
4100
                    "dev-master": "1.0.x-dev"
4101
                }
4102
            },
4103
            "autoload": {
4104
                "psr-4": {
4105
                    "Psr\\Http\\Message\\": "src/"
4106
                }
4107
            },
4108
            "notification-url": "https://packagist.org/downloads/",
4109
            "license": [
4110
                "MIT"
4111
            ],
4112
            "authors": [
4113
                {
4114
                    "name": "PHP-FIG",
4115
                    "homepage": "http://www.php-fig.org/"
4116
                }
4117
            ],
4118
            "description": "Common interface for HTTP messages",
4119
            "homepage": "https://github.com/php-fig/http-message",
4120
            "keywords": [
4121
                "http",
4122
                "http-message",
4123
                "psr",
4124
                "psr-7",
4125
                "request",
4126
                "response"
4127
            ],
4128
            "time": "2016-08-06T14:39:51+00:00"
4129
        },
4130
        {
4131
            "name": "sebastian/code-unit-reverse-lookup",
4132
            "version": "1.0.1",
4133
            "source": {
4134
                "type": "git",
4135
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4136
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4137
            },
4138
            "dist": {
4139
                "type": "zip",
4140
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4141
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4142
                "shasum": ""
4143
            },
4144
            "require": {
4145
                "php": "^5.6 || ^7.0"
4146
            },
4147
            "require-dev": {
4148
                "phpunit/phpunit": "^5.7 || ^6.0"
4149
            },
4150
            "type": "library",
4151
            "extra": {
4152
                "branch-alias": {
4153
                    "dev-master": "1.0.x-dev"
4154
                }
4155
            },
4156
            "autoload": {
4157
                "classmap": [
4158
                    "src/"
4159
                ]
4160
            },
4161
            "notification-url": "https://packagist.org/downloads/",
4162
            "license": [
4163
                "BSD-3-Clause"
4164
            ],
4165
            "authors": [
4166
                {
4167
                    "name": "Sebastian Bergmann",
4168
                    "email": "[email protected]"
4169
                }
4170
            ],
4171
            "description": "Looks up which function or method a line of code belongs to",
4172
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4173
            "time": "2017-03-04T06:30:41+00:00"
4174
        },
4175
        {
4176
            "name": "sebastian/comparator",
4177
            "version": "3.0.0",
4178
            "source": {
4179
                "type": "git",
4180
                "url": "https://github.com/sebastianbergmann/comparator.git",
4181
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
4182
            },
4183
            "dist": {
4184
                "type": "zip",
4185
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
4186
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
4187
                "shasum": ""
4188
            },
4189
            "require": {
4190
                "php": "^7.1",
4191
                "sebastian/diff": "^3.0",
4192
                "sebastian/exporter": "^3.1"
4193
            },
4194
            "require-dev": {
4195
                "phpunit/phpunit": "^7.1"
4196
            },
4197
            "type": "library",
4198
            "extra": {
4199
                "branch-alias": {
4200
                    "dev-master": "3.0-dev"
4201
                }
4202
            },
4203
            "autoload": {
4204
                "classmap": [
4205
                    "src/"
4206
                ]
4207
            },
4208
            "notification-url": "https://packagist.org/downloads/",
4209
            "license": [
4210
                "BSD-3-Clause"
4211
            ],
4212
            "authors": [
4213
                {
4214
                    "name": "Jeff Welch",
4215
                    "email": "[email protected]"
4216
                },
4217
                {
4218
                    "name": "Volker Dusch",
4219
                    "email": "[email protected]"
4220
                },
4221
                {
4222
                    "name": "Bernhard Schussek",
4223
                    "email": "[email protected]"
4224
                },
4225
                {
4226
                    "name": "Sebastian Bergmann",
4227
                    "email": "[email protected]"
4228
                }
4229
            ],
4230
            "description": "Provides the functionality to compare PHP values for equality",
4231
            "homepage": "https://github.com/sebastianbergmann/comparator",
4232
            "keywords": [
4233
                "comparator",
4234
                "compare",
4235
                "equality"
4236
            ],
4237
            "time": "2018-04-18T13:33:00+00:00"
4238
        },
4239
        {
4240
            "name": "sebastian/diff",
4241
            "version": "3.0.0",
4242
            "source": {
4243
                "type": "git",
4244
                "url": "https://github.com/sebastianbergmann/diff.git",
4245
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
4246
            },
4247
            "dist": {
4248
                "type": "zip",
4249
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
4250
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
4251
                "shasum": ""
4252
            },
4253
            "require": {
4254
                "php": "^7.1"
4255
            },
4256
            "require-dev": {
4257
                "phpunit/phpunit": "^7.0",
4258
                "symfony/process": "^2 || ^3.3 || ^4"
4259
            },
4260
            "type": "library",
4261
            "extra": {
4262
                "branch-alias": {
4263
                    "dev-master": "3.0-dev"
4264
                }
4265
            },
4266
            "autoload": {
4267
                "classmap": [
4268
                    "src/"
4269
                ]
4270
            },
4271
            "notification-url": "https://packagist.org/downloads/",
4272
            "license": [
4273
                "BSD-3-Clause"
4274
            ],
4275
            "authors": [
4276
                {
4277
                    "name": "Kore Nordmann",
4278
                    "email": "[email protected]"
4279
                },
4280
                {
4281
                    "name": "Sebastian Bergmann",
4282
                    "email": "[email protected]"
4283
                }
4284
            ],
4285
            "description": "Diff implementation",
4286
            "homepage": "https://github.com/sebastianbergmann/diff",
4287
            "keywords": [
4288
                "diff",
4289
                "udiff",
4290
                "unidiff",
4291
                "unified diff"
4292
            ],
4293
            "time": "2018-02-01T13:45:15+00:00"
4294
        },
4295
        {
4296
            "name": "sebastian/environment",
4297
            "version": "3.1.0",
4298
            "source": {
4299
                "type": "git",
4300
                "url": "https://github.com/sebastianbergmann/environment.git",
4301
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4302
            },
4303
            "dist": {
4304
                "type": "zip",
4305
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4306
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4307
                "shasum": ""
4308
            },
4309
            "require": {
4310
                "php": "^7.0"
4311
            },
4312
            "require-dev": {
4313
                "phpunit/phpunit": "^6.1"
4314
            },
4315
            "type": "library",
4316
            "extra": {
4317
                "branch-alias": {
4318
                    "dev-master": "3.1.x-dev"
4319
                }
4320
            },
4321
            "autoload": {
4322
                "classmap": [
4323
                    "src/"
4324
                ]
4325
            },
4326
            "notification-url": "https://packagist.org/downloads/",
4327
            "license": [
4328
                "BSD-3-Clause"
4329
            ],
4330
            "authors": [
4331
                {
4332
                    "name": "Sebastian Bergmann",
4333
                    "email": "[email protected]"
4334
                }
4335
            ],
4336
            "description": "Provides functionality to handle HHVM/PHP environments",
4337
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4338
            "keywords": [
4339
                "Xdebug",
4340
                "environment",
4341
                "hhvm"
4342
            ],
4343
            "time": "2017-07-01T08:51:00+00:00"
4344
        },
4345
        {
4346
            "name": "sebastian/exporter",
4347
            "version": "3.1.0",
4348
            "source": {
4349
                "type": "git",
4350
                "url": "https://github.com/sebastianbergmann/exporter.git",
4351
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4352
            },
4353
            "dist": {
4354
                "type": "zip",
4355
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4356
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4357
                "shasum": ""
4358
            },
4359
            "require": {
4360
                "php": "^7.0",
4361
                "sebastian/recursion-context": "^3.0"
4362
            },
4363
            "require-dev": {
4364
                "ext-mbstring": "*",
4365
                "phpunit/phpunit": "^6.0"
4366
            },
4367
            "type": "library",
4368
            "extra": {
4369
                "branch-alias": {
4370
                    "dev-master": "3.1.x-dev"
4371
                }
4372
            },
4373
            "autoload": {
4374
                "classmap": [
4375
                    "src/"
4376
                ]
4377
            },
4378
            "notification-url": "https://packagist.org/downloads/",
4379
            "license": [
4380
                "BSD-3-Clause"
4381
            ],
4382
            "authors": [
4383
                {
4384
                    "name": "Jeff Welch",
4385
                    "email": "[email protected]"
4386
                },
4387
                {
4388
                    "name": "Volker Dusch",
4389
                    "email": "[email protected]"
4390
                },
4391
                {
4392
                    "name": "Bernhard Schussek",
4393
                    "email": "[email protected]"
4394
                },
4395
                {
4396
                    "name": "Sebastian Bergmann",
4397
                    "email": "[email protected]"
4398
                },
4399
                {
4400
                    "name": "Adam Harvey",
4401
                    "email": "[email protected]"
4402
                }
4403
            ],
4404
            "description": "Provides the functionality to export PHP variables for visualization",
4405
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4406
            "keywords": [
4407
                "export",
4408
                "exporter"
4409
            ],
4410
            "time": "2017-04-03T13:19:02+00:00"
4411
        },
4412
        {
4413
            "name": "sebastian/global-state",
4414
            "version": "2.0.0",
4415
            "source": {
4416
                "type": "git",
4417
                "url": "https://github.com/sebastianbergmann/global-state.git",
4418
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4419
            },
4420
            "dist": {
4421
                "type": "zip",
4422
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4423
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4424
                "shasum": ""
4425
            },
4426
            "require": {
4427
                "php": "^7.0"
4428
            },
4429
            "require-dev": {
4430
                "phpunit/phpunit": "^6.0"
4431
            },
4432
            "suggest": {
4433
                "ext-uopz": "*"
4434
            },
4435
            "type": "library",
4436
            "extra": {
4437
                "branch-alias": {
4438
                    "dev-master": "2.0-dev"
4439
                }
4440
            },
4441
            "autoload": {
4442
                "classmap": [
4443
                    "src/"
4444
                ]
4445
            },
4446
            "notification-url": "https://packagist.org/downloads/",
4447
            "license": [
4448
                "BSD-3-Clause"
4449
            ],
4450
            "authors": [
4451
                {
4452
                    "name": "Sebastian Bergmann",
4453
                    "email": "[email protected]"
4454
                }
4455
            ],
4456
            "description": "Snapshotting of global state",
4457
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4458
            "keywords": [
4459
                "global state"
4460
            ],
4461
            "time": "2017-04-27T15:39:26+00:00"
4462
        },
4463
        {
4464
            "name": "sebastian/object-enumerator",
4465
            "version": "3.0.3",
4466
            "source": {
4467
                "type": "git",
4468
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4469
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4470
            },
4471
            "dist": {
4472
                "type": "zip",
4473
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4474
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4475
                "shasum": ""
4476
            },
4477
            "require": {
4478
                "php": "^7.0",
4479
                "sebastian/object-reflector": "^1.1.1",
4480
                "sebastian/recursion-context": "^3.0"
4481
            },
4482
            "require-dev": {
4483
                "phpunit/phpunit": "^6.0"
4484
            },
4485
            "type": "library",
4486
            "extra": {
4487
                "branch-alias": {
4488
                    "dev-master": "3.0.x-dev"
4489
                }
4490
            },
4491
            "autoload": {
4492
                "classmap": [
4493
                    "src/"
4494
                ]
4495
            },
4496
            "notification-url": "https://packagist.org/downloads/",
4497
            "license": [
4498
                "BSD-3-Clause"
4499
            ],
4500
            "authors": [
4501
                {
4502
                    "name": "Sebastian Bergmann",
4503
                    "email": "[email protected]"
4504
                }
4505
            ],
4506
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4507
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4508
            "time": "2017-08-03T12:35:26+00:00"
4509
        },
4510
        {
4511
            "name": "sebastian/object-reflector",
4512
            "version": "1.1.1",
4513
            "source": {
4514
                "type": "git",
4515
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4516
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4517
            },
4518
            "dist": {
4519
                "type": "zip",
4520
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4521
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4522
                "shasum": ""
4523
            },
4524
            "require": {
4525
                "php": "^7.0"
4526
            },
4527
            "require-dev": {
4528
                "phpunit/phpunit": "^6.0"
4529
            },
4530
            "type": "library",
4531
            "extra": {
4532
                "branch-alias": {
4533
                    "dev-master": "1.1-dev"
4534
                }
4535
            },
4536
            "autoload": {
4537
                "classmap": [
4538
                    "src/"
4539
                ]
4540
            },
4541
            "notification-url": "https://packagist.org/downloads/",
4542
            "license": [
4543
                "BSD-3-Clause"
4544
            ],
4545
            "authors": [
4546
                {
4547
                    "name": "Sebastian Bergmann",
4548
                    "email": "[email protected]"
4549
                }
4550
            ],
4551
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4552
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4553
            "time": "2017-03-29T09:07:27+00:00"
4554
        },
4555
        {
4556
            "name": "sebastian/recursion-context",
4557
            "version": "3.0.0",
4558
            "source": {
4559
                "type": "git",
4560
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4561
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4562
            },
4563
            "dist": {
4564
                "type": "zip",
4565
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4566
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4567
                "shasum": ""
4568
            },
4569
            "require": {
4570
                "php": "^7.0"
4571
            },
4572
            "require-dev": {
4573
                "phpunit/phpunit": "^6.0"
4574
            },
4575
            "type": "library",
4576
            "extra": {
4577
                "branch-alias": {
4578
                    "dev-master": "3.0.x-dev"
4579
                }
4580
            },
4581
            "autoload": {
4582
                "classmap": [
4583
                    "src/"
4584
                ]
4585
            },
4586
            "notification-url": "https://packagist.org/downloads/",
4587
            "license": [
4588
                "BSD-3-Clause"
4589
            ],
4590
            "authors": [
4591
                {
4592
                    "name": "Jeff Welch",
4593
                    "email": "[email protected]"
4594
                },
4595
                {
4596
                    "name": "Sebastian Bergmann",
4597
                    "email": "[email protected]"
4598
                },
4599
                {
4600
                    "name": "Adam Harvey",
4601
                    "email": "[email protected]"
4602
                }
4603
            ],
4604
            "description": "Provides functionality to recursively process PHP variables",
4605
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4606
            "time": "2017-03-03T06:23:57+00:00"
4607
        },
4608
        {
4609
            "name": "sebastian/resource-operations",
4610
            "version": "1.0.0",
4611
            "source": {
4612
                "type": "git",
4613
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4614
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4615
            },
4616
            "dist": {
4617
                "type": "zip",
4618
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4619
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4620
                "shasum": ""
4621
            },
4622
            "require": {
4623
                "php": ">=5.6.0"
4624
            },
4625
            "type": "library",
4626
            "extra": {
4627
                "branch-alias": {
4628
                    "dev-master": "1.0.x-dev"
4629
                }
4630
            },
4631
            "autoload": {
4632
                "classmap": [
4633
                    "src/"
4634
                ]
4635
            },
4636
            "notification-url": "https://packagist.org/downloads/",
4637
            "license": [
4638
                "BSD-3-Clause"
4639
            ],
4640
            "authors": [
4641
                {
4642
                    "name": "Sebastian Bergmann",
4643
                    "email": "[email protected]"
4644
                }
4645
            ],
4646
            "description": "Provides a list of PHP built-in functions that operate on resources",
4647
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4648
            "time": "2015-07-28T20:34:47+00:00"
4649
        },
4650
        {
4651
            "name": "sebastian/version",
4652
            "version": "2.0.1",
4653
            "source": {
4654
                "type": "git",
4655
                "url": "https://github.com/sebastianbergmann/version.git",
4656
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4657
            },
4658
            "dist": {
4659
                "type": "zip",
4660
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4661
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4662
                "shasum": ""
4663
            },
4664
            "require": {
4665
                "php": ">=5.6"
4666
            },
4667
            "type": "library",
4668
            "extra": {
4669
                "branch-alias": {
4670
                    "dev-master": "2.0.x-dev"
4671
                }
4672
            },
4673
            "autoload": {
4674
                "classmap": [
4675
                    "src/"
4676
                ]
4677
            },
4678
            "notification-url": "https://packagist.org/downloads/",
4679
            "license": [
4680
                "BSD-3-Clause"
4681
            ],
4682
            "authors": [
4683
                {
4684
                    "name": "Sebastian Bergmann",
4685
                    "email": "[email protected]",
4686
                    "role": "lead"
4687
                }
4688
            ],
4689
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4690
            "homepage": "https://github.com/sebastianbergmann/version",
4691
            "time": "2016-10-03T07:35:21+00:00"
4692
        },
4693
        {
4694
            "name": "squizlabs/php_codesniffer",
4695
            "version": "2.9.1",
4696
            "source": {
4697
                "type": "git",
4698
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4699
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
4700
            },
4701
            "dist": {
4702
                "type": "zip",
4703
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
4704
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
4705
                "shasum": ""
4706
            },
4707
            "require": {
4708
                "ext-simplexml": "*",
4709
                "ext-tokenizer": "*",
4710
                "ext-xmlwriter": "*",
4711
                "php": ">=5.1.2"
4712
            },
4713
            "require-dev": {
4714
                "phpunit/phpunit": "~4.0"
4715
            },
4716
            "bin": [
4717
                "scripts/phpcs",
4718
                "scripts/phpcbf"
4719
            ],
4720
            "type": "library",
4721
            "extra": {
4722
                "branch-alias": {
4723
                    "dev-master": "2.x-dev"
4724
                }
4725
            },
4726
            "autoload": {
4727
                "classmap": [
4728
                    "CodeSniffer.php",
4729
                    "CodeSniffer/CLI.php",
4730
                    "CodeSniffer/Exception.php",
4731
                    "CodeSniffer/File.php",
4732
                    "CodeSniffer/Fixer.php",
4733
                    "CodeSniffer/Report.php",
4734
                    "CodeSniffer/Reporting.php",
4735
                    "CodeSniffer/Sniff.php",
4736
                    "CodeSniffer/Tokens.php",
4737
                    "CodeSniffer/Reports/",
4738
                    "CodeSniffer/Tokenizers/",
4739
                    "CodeSniffer/DocGenerators/",
4740
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4741
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4742
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4743
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4744
                    "CodeSniffer/Standards/Generic/Sniffs/",
4745
                    "CodeSniffer/Standards/MySource/Sniffs/",
4746
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4747
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4748
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4749
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4750
                    "CodeSniffer/Standards/Zend/Sniffs/"
4751
                ]
4752
            },
4753
            "notification-url": "https://packagist.org/downloads/",
4754
            "license": [
4755
                "BSD-3-Clause"
4756
            ],
4757
            "authors": [
4758
                {
4759
                    "name": "Greg Sherwood",
4760
                    "role": "lead"
4761
                }
4762
            ],
4763
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4764
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4765
            "keywords": [
4766
                "phpcs",
4767
                "standards"
4768
            ],
4769
            "time": "2017-05-22T02:43:20+00:00"
4770
        },
4771
        {
4772
            "name": "symfony/psr-http-message-bridge",
4773
            "version": "v1.0.2",
4774
            "source": {
4775
                "type": "git",
4776
                "url": "https://github.com/symfony/psr-http-message-bridge.git",
4777
                "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
4778
            },
4779
            "dist": {
4780
                "type": "zip",
4781
                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86",
4782
                "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
4783
                "shasum": ""
4784
            },
4785
            "require": {
4786
                "php": ">=5.3.3",
4787
                "psr/http-message": "~1.0",
4788
                "symfony/http-foundation": "~2.3|~3.0|~4.0"
4789
            },
4790
            "require-dev": {
4791
                "symfony/phpunit-bridge": "~3.2|4.0"
4792
            },
4793
            "suggest": {
4794
                "psr/http-message-implementation": "To use the HttpFoundation factory",
4795
                "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
4796
            },
4797
            "type": "symfony-bridge",
4798
            "extra": {
4799
                "branch-alias": {
4800
                    "dev-master": "1.0-dev"
4801
                }
4802
            },
4803
            "autoload": {
4804
                "psr-4": {
4805
                    "Symfony\\Bridge\\PsrHttpMessage\\": ""
4806
                }
4807
            },
4808
            "notification-url": "https://packagist.org/downloads/",
4809
            "license": [
4810
                "MIT"
4811
            ],
4812
            "authors": [
4813
                {
4814
                    "name": "Symfony Community",
4815
                    "homepage": "http://symfony.com/contributors"
4816
                },
4817
                {
4818
                    "name": "Fabien Potencier",
4819
                    "email": "[email protected]"
4820
                }
4821
            ],
4822
            "description": "PSR HTTP message bridge",
4823
            "homepage": "http://symfony.com",
4824
            "keywords": [
4825
                "http",
4826
                "http-message",
4827
                "psr-7"
4828
            ],
4829
            "time": "2017-12-19T00:31:44+00:00"
4830
        },
4831
        {
4832
            "name": "theseer/tokenizer",
4833
            "version": "1.1.0",
4834
            "source": {
4835
                "type": "git",
4836
                "url": "https://github.com/theseer/tokenizer.git",
4837
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4838
            },
4839
            "dist": {
4840
                "type": "zip",
4841
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4842
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4843
                "shasum": ""
4844
            },
4845
            "require": {
4846
                "ext-dom": "*",
4847
                "ext-tokenizer": "*",
4848
                "ext-xmlwriter": "*",
4849
                "php": "^7.0"
4850
            },
4851
            "type": "library",
4852
            "autoload": {
4853
                "classmap": [
4854
                    "src/"
4855
                ]
4856
            },
4857
            "notification-url": "https://packagist.org/downloads/",
4858
            "license": [
4859
                "BSD-3-Clause"
4860
            ],
4861
            "authors": [
4862
                {
4863
                    "name": "Arne Blankerts",
4864
                    "email": "[email protected]",
4865
                    "role": "Developer"
4866
                }
4867
            ],
4868
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4869
            "time": "2017-04-07T12:08:54+00:00"
4870
        },
4871
        {
4872
            "name": "webmozart/assert",
4873
            "version": "1.3.0",
4874
            "source": {
4875
                "type": "git",
4876
                "url": "https://github.com/webmozart/assert.git",
4877
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4878
            },
4879
            "dist": {
4880
                "type": "zip",
4881
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4882
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4883
                "shasum": ""
4884
            },
4885
            "require": {
4886
                "php": "^5.3.3 || ^7.0"
4887
            },
4888
            "require-dev": {
4889
                "phpunit/phpunit": "^4.6",
4890
                "sebastian/version": "^1.0.1"
4891
            },
4892
            "type": "library",
4893
            "extra": {
4894
                "branch-alias": {
4895
                    "dev-master": "1.3-dev"
4896
                }
4897
            },
4898
            "autoload": {
4899
                "psr-4": {
4900
                    "Webmozart\\Assert\\": "src/"
4901
                }
4902
            },
4903
            "notification-url": "https://packagist.org/downloads/",
4904
            "license": [
4905
                "MIT"
4906
            ],
4907
            "authors": [
4908
                {
4909
                    "name": "Bernhard Schussek",
4910
                    "email": "[email protected]"
4911
                }
4912
            ],
4913
            "description": "Assertions to validate method input/output with nice error messages.",
4914
            "keywords": [
4915
                "assert",
4916
                "check",
4917
                "validate"
4918
            ],
4919
            "time": "2018-01-29T19:49:41+00:00"
4920
        },
4921
        {
4922
            "name": "zendframework/zend-diactoros",
4923
            "version": "1.7.1",
4924
            "source": {
4925
                "type": "git",
4926
                "url": "https://github.com/zendframework/zend-diactoros.git",
4927
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
4928
            },
4929
            "dist": {
4930
                "type": "zip",
4931
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
4932
                "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
4933
                "shasum": ""
4934
            },
4935
            "require": {
4936
                "php": "^5.6 || ^7.0",
4937
                "psr/http-message": "^1.0"
4938
            },
4939
            "provide": {
4940
                "psr/http-message-implementation": "1.0"
4941
            },
4942
            "require-dev": {
4943
                "ext-dom": "*",
4944
                "ext-libxml": "*",
4945
                "phpunit/phpunit": "^5.7.16 || ^6.0.8",
4946
                "zendframework/zend-coding-standard": "~1.0"
4947
            },
4948
            "type": "library",
4949
            "extra": {
4950
                "branch-alias": {
4951
                    "dev-master": "1.7.x-dev",
4952
                    "dev-develop": "1.8.x-dev"
4953
                }
4954
            },
4955
            "autoload": {
4956
                "psr-4": {
4957
                    "Zend\\Diactoros\\": "src/"
4958
                }
4959
            },
4960
            "notification-url": "https://packagist.org/downloads/",
4961
            "license": [
4962
                "BSD-2-Clause"
4963
            ],
4964
            "description": "PSR HTTP Message implementations",
4965
            "homepage": "https://github.com/zendframework/zend-diactoros",
4966
            "keywords": [
4967
                "http",
4968
                "psr",
4969
                "psr-7"
4970
            ],
4971
            "time": "2018-02-26T15:44:50+00:00"
4972
        }
4973
    ],
4974
    "aliases": [],
4975
    "minimum-stability": "stable",
4976
    "stability-flags": [],
4977
    "prefer-stable": false,
4978
    "prefer-lowest": false,
4979
    "platform": {
4980
        "php": "~5.6|~7.0"
4981
    },
4982
    "platform-dev": []
4983
}
4984