Passed
Push — master ( 20b9ee...d2919a )
by Ernestas
01:53
created

composer.lock (1 issue)

1
{
2
  "_readme": [
3
    "This file locks the dependencies of your project to a known state",
4
    "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
    "This file is @generated automatically"
6
  ],
7
  "content-hash": "2e4a8cdcd08ff9eff99d564945324b4e",
8
  "packages": [
9
    {
10
      "name": "doctrine/inflector",
11
      "version": "v1.3.0",
12
      "source": {
13
        "type": "git",
14
        "url": "https://github.com/doctrine/inflector.git",
15
        "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
      },
17
      "dist": {
18
        "type": "zip",
19
        "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
        "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
        "shasum": ""
22
      },
23
      "require": {
24
        "php": "^7.1"
25
      },
26
      "require-dev": {
27
        "phpunit/phpunit": "^6.2"
28
      },
29
      "type": "library",
30
      "extra": {
31
        "branch-alias": {
32
          "dev-master": "1.3.x-dev"
33
        }
34
      },
35
      "autoload": {
36
        "psr-4": {
37
          "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
        }
39
      },
40
      "notification-url": "https://packagist.org/downloads/",
41
      "license": [
42
        "MIT"
43
      ],
44
      "authors": [
45
        {
46
          "name": "Roman Borschel",
47
          "email": "[email protected]"
48
        },
49
        {
50
          "name": "Benjamin Eberlei",
51
          "email": "[email protected]"
52
        },
53
        {
54
          "name": "Guilherme Blanco",
55
          "email": "[email protected]"
56
        },
57
        {
58
          "name": "Jonathan Wage",
59
          "email": "[email protected]"
60
        },
61
        {
62
          "name": "Johannes Schmitt",
63
          "email": "[email protected]"
64
        }
65
      ],
66
      "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
      "homepage": "http://www.doctrine-project.org",
68
      "keywords": [
69
        "inflection",
70
        "pluralize",
71
        "singularize",
72
        "string"
73
      ],
74
      "time": "2018-01-09T20:05:19+00:00"
75
    },
76
    {
77
      "name": "doctrine/instantiator",
78
      "version": "1.1.0",
79
      "source": {
80
        "type": "git",
81
        "url": "https://github.com/doctrine/instantiator.git",
82
        "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
83
      },
84
      "dist": {
85
        "type": "zip",
86
        "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
87
        "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
88
        "shasum": ""
89
      },
90
      "require": {
91
        "php": "^7.1"
92
      },
93
      "require-dev": {
94
        "athletic/athletic": "~0.1.8",
95
        "ext-pdo": "*",
96
        "ext-phar": "*",
97
        "phpunit/phpunit": "^6.2.3",
98
        "squizlabs/php_codesniffer": "^3.0.2"
99
      },
100
      "type": "library",
101
      "extra": {
102
        "branch-alias": {
103
          "dev-master": "1.2.x-dev"
104
        }
105
      },
106
      "autoload": {
107
        "psr-4": {
108
          "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
109
        }
110
      },
111
      "notification-url": "https://packagist.org/downloads/",
112
      "license": [
113
        "MIT"
114
      ],
115
      "authors": [
116
        {
117
          "name": "Marco Pivetta",
118
          "email": "[email protected]",
119
          "homepage": "http://ocramius.github.com/"
120
        }
121
      ],
122
      "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
123
      "homepage": "https://github.com/doctrine/instantiator",
124
      "keywords": [
125
        "constructor",
126
        "instantiate"
127
      ],
128
      "time": "2017-07-22T11:58:36+00:00"
129
    },
130
    {
131
      "name": "doctrine/lexer",
132
      "version": "v1.0.1",
133
      "source": {
134
        "type": "git",
135
        "url": "https://github.com/doctrine/lexer.git",
136
        "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
137
      },
138
      "dist": {
139
        "type": "zip",
140
        "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
141
        "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
142
        "shasum": ""
143
      },
144
      "require": {
145
        "php": ">=5.3.2"
146
      },
147
      "type": "library",
148
      "extra": {
149
        "branch-alias": {
150
          "dev-master": "1.0.x-dev"
151
        }
152
      },
153
      "autoload": {
154
        "psr-0": {
155
          "Doctrine\\Common\\Lexer\\": "lib/"
156
        }
157
      },
158
      "notification-url": "https://packagist.org/downloads/",
159
      "license": [
160
        "MIT"
161
      ],
162
      "authors": [
163
        {
164
          "name": "Roman Borschel",
165
          "email": "[email protected]"
166
        },
167
        {
168
          "name": "Guilherme Blanco",
169
          "email": "[email protected]"
170
        },
171
        {
172
          "name": "Johannes Schmitt",
173
          "email": "[email protected]"
174
        }
175
      ],
176
      "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
177
      "homepage": "http://www.doctrine-project.org",
178
      "keywords": [
179
        "lexer",
180
        "parser"
181
      ],
182
      "time": "2014-09-09T13:34:57+00:00"
183
    },
184
    {
185
      "name": "dragonmantank/cron-expression",
186
      "version": "v2.2.0",
187
      "source": {
188
        "type": "git",
189
        "url": "https://github.com/dragonmantank/cron-expression.git",
190
        "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
191
      },
192
      "dist": {
193
        "type": "zip",
194
        "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
195
        "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
196
        "shasum": ""
197
      },
198
      "require": {
199
        "php": ">=7.0.0"
200
      },
201
      "require-dev": {
202
        "phpunit/phpunit": "~6.4"
203
      },
204
      "type": "library",
205
      "autoload": {
206
        "psr-4": {
207
          "Cron\\": "src/Cron/"
208
        }
209
      },
210
      "notification-url": "https://packagist.org/downloads/",
211
      "license": [
212
        "MIT"
213
      ],
214
      "authors": [
215
        {
216
          "name": "Michael Dowling",
217
          "email": "[email protected]",
218
          "homepage": "https://github.com/mtdowling"
219
        },
220
        {
221
          "name": "Chris Tankersley",
222
          "email": "[email protected]",
223
          "homepage": "https://github.com/dragonmantank"
224
        }
225
      ],
226
      "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
227
      "keywords": [
228
        "cron",
229
        "schedule"
230
      ],
231
      "time": "2018-06-06T03:12:17+00:00"
232
    },
233
    {
234
      "name": "egulias/email-validator",
235
      "version": "2.1.4",
236
      "source": {
237
        "type": "git",
238
        "url": "https://github.com/egulias/EmailValidator.git",
239
        "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
240
      },
241
      "dist": {
242
        "type": "zip",
243
        "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
244
        "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
245
        "shasum": ""
246
      },
247
      "require": {
248
        "doctrine/lexer": "^1.0.1",
249
        "php": ">= 5.5"
250
      },
251
      "require-dev": {
252
        "dominicsayers/isemail": "dev-master",
253
        "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
254
        "satooshi/php-coveralls": "^1.0.1"
255
      },
256
      "suggest": {
257
        "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
258
      },
259
      "type": "library",
260
      "extra": {
261
        "branch-alias": {
262
          "dev-master": "2.0.x-dev"
263
        }
264
      },
265
      "autoload": {
266
        "psr-4": {
267
          "Egulias\\EmailValidator\\": "EmailValidator"
268
        }
269
      },
270
      "notification-url": "https://packagist.org/downloads/",
271
      "license": [
272
        "MIT"
273
      ],
274
      "authors": [
275
        {
276
          "name": "Eduardo Gulias Davis"
277
        }
278
      ],
279
      "description": "A library for validating emails against several RFCs",
280
      "homepage": "https://github.com/egulias/EmailValidator",
281
      "keywords": [
282
        "email",
283
        "emailvalidation",
284
        "emailvalidator",
285
        "validation",
286
        "validator"
287
      ],
288
      "time": "2018-04-10T10:11:19+00:00"
289
    },
290
    {
291
      "name": "erusev/parsedown",
292
      "version": "1.7.1",
293
      "source": {
294
        "type": "git",
295
        "url": "https://github.com/erusev/parsedown.git",
296
        "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
297
      },
298
      "dist": {
299
        "type": "zip",
300
        "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
301
        "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
302
        "shasum": ""
303
      },
304
      "require": {
305
        "ext-mbstring": "*",
306
        "php": ">=5.3.0"
307
      },
308
      "require-dev": {
309
        "phpunit/phpunit": "^4.8.35"
310
      },
311
      "type": "library",
312
      "autoload": {
313
        "psr-0": {
314
          "Parsedown": ""
315
        }
316
      },
317
      "notification-url": "https://packagist.org/downloads/",
318
      "license": [
319
        "MIT"
320
      ],
321
      "authors": [
322
        {
323
          "name": "Emanuil Rusev",
324
          "email": "[email protected]",
325
          "homepage": "http://erusev.com"
326
        }
327
      ],
328
      "description": "Parser for Markdown.",
329
      "homepage": "http://parsedown.org",
330
      "keywords": [
331
        "markdown",
332
        "parser"
333
      ],
334
      "time": "2018-03-08T01:11:30+00:00"
335
    },
336
    {
337
      "name": "hamcrest/hamcrest-php",
338
      "version": "v2.0.0",
339
      "source": {
340
        "type": "git",
341
        "url": "https://github.com/hamcrest/hamcrest-php.git",
342
        "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
343
      },
344
      "dist": {
345
        "type": "zip",
346
        "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
347
        "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
348
        "shasum": ""
349
      },
350
      "require": {
351
        "php": "^5.3|^7.0"
352
      },
353
      "replace": {
354
        "cordoval/hamcrest-php": "*",
355
        "davedevelopment/hamcrest-php": "*",
356
        "kodova/hamcrest-php": "*"
357
      },
358
      "require-dev": {
359
        "phpunit/php-file-iterator": "1.3.3",
360
        "phpunit/phpunit": "~4.0",
361
        "satooshi/php-coveralls": "^1.0"
362
      },
363
      "type": "library",
364
      "extra": {
365
        "branch-alias": {
366
          "dev-master": "2.0-dev"
367
        }
368
      },
369
      "autoload": {
370
        "classmap": [
371
          "hamcrest"
372
        ]
373
      },
374
      "notification-url": "https://packagist.org/downloads/",
375
      "license": [
376
        "BSD"
377
      ],
378
      "description": "This is the PHP port of Hamcrest Matchers",
379
      "keywords": [
380
        "test"
381
      ],
382
      "time": "2016-01-20T08:20:44+00:00"
383
    },
384
    {
385
      "name": "laravel/framework",
1 ignored issue
show
There is a security advisory for your installed version of laravel/framework:

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