Issues (40)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "1610d23fec5f68e47e255dc828b27aca",
8
    "packages": [
9
        {
10
            "name": "dnoegel/php-xdg-base-dir",
11
            "version": "0.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
15
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
20
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.2"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "@stable"
28
            },
29
            "type": "project",
30
            "autoload": {
31
                "psr-4": {
32
                    "XdgBaseDir\\": "src/"
33
                }
34
            },
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "description": "implementation of xdg base directory specification for php",
40
            "time": "2014-10-24T07:27:01+00:00"
41
        },
42
        {
43
            "name": "doctrine/inflector",
44
            "version": "v1.1.0",
45
            "source": {
46
                "type": "git",
47
                "url": "https://github.com/doctrine/inflector.git",
48
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
49
            },
50
            "dist": {
51
                "type": "zip",
52
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
53
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
54
                "shasum": ""
55
            },
56
            "require": {
57
                "php": ">=5.3.2"
58
            },
59
            "require-dev": {
60
                "phpunit/phpunit": "4.*"
61
            },
62
            "type": "library",
63
            "extra": {
64
                "branch-alias": {
65
                    "dev-master": "1.1.x-dev"
66
                }
67
            },
68
            "autoload": {
69
                "psr-0": {
70
                    "Doctrine\\Common\\Inflector\\": "lib/"
71
                }
72
            },
73
            "notification-url": "https://packagist.org/downloads/",
74
            "license": [
75
                "MIT"
76
            ],
77
            "authors": [
78
                {
79
                    "name": "Roman Borschel",
80
                    "email": "[email protected]"
81
                },
82
                {
83
                    "name": "Benjamin Eberlei",
84
                    "email": "[email protected]"
85
                },
86
                {
87
                    "name": "Guilherme Blanco",
88
                    "email": "[email protected]"
89
                },
90
                {
91
                    "name": "Jonathan Wage",
92
                    "email": "[email protected]"
93
                },
94
                {
95
                    "name": "Johannes Schmitt",
96
                    "email": "[email protected]"
97
                }
98
            ],
99
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
100
            "homepage": "http://www.doctrine-project.org",
101
            "keywords": [
102
                "inflection",
103
                "pluralize",
104
                "singularize",
105
                "string"
106
            ],
107
            "time": "2015-11-06T14:35:42+00:00"
108
        },
109
        {
110
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
111
            "version": "1.6.2",
112
            "source": {
113
                "type": "git",
114
                "url": "https://github.com/erusev/parsedown.git",
115
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01"
116
            },
117
            "dist": {
118
                "type": "zip",
119
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01",
120
                "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01",
121
                "shasum": ""
122
            },
123
            "require": {
124
                "php": ">=5.3.0"
125
            },
126
            "type": "library",
127
            "autoload": {
128
                "psr-0": {
129
                    "Parsedown": ""
130
                }
131
            },
132
            "notification-url": "https://packagist.org/downloads/",
133
            "license": [
134
                "MIT"
135
            ],
136
            "authors": [
137
                {
138
                    "name": "Emanuil Rusev",
139
                    "email": "[email protected]",
140
                    "homepage": "http://erusev.com"
141
                }
142
            ],
143
            "description": "Parser for Markdown.",
144
            "homepage": "http://parsedown.org",
145
            "keywords": [
146
                "markdown",
147
                "parser"
148
            ],
149
            "time": "2017-03-29T16:04:15+00:00"
150
        },
151
        {
152
            "name": "facebook/webdriver",
153
            "version": "1.4.0",
154
            "source": {
155
                "type": "git",
156
                "url": "https://github.com/facebook/php-webdriver.git",
157
                "reference": "3ea034c056189e11c0ce7985332a9f4b5b2b5db2"
158
            },
159
            "dist": {
160
                "type": "zip",
161
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/3ea034c056189e11c0ce7985332a9f4b5b2b5db2",
162
                "reference": "3ea034c056189e11c0ce7985332a9f4b5b2b5db2",
163
                "shasum": ""
164
            },
165
            "require": {
166
                "ext-curl": "*",
167
                "ext-zip": "*",
168
                "php": "^5.5 || ~7.0",
169
                "symfony/process": "^2.8 || ^3.1"
170
            },
171
            "require-dev": {
172
                "friendsofphp/php-cs-fixer": "^2.0",
173
                "php-mock/php-mock-phpunit": "^1.1",
174
                "phpunit/phpunit": "4.6.* || ~5.0",
175
                "satooshi/php-coveralls": "^1.0",
176
                "squizlabs/php_codesniffer": "^2.6"
177
            },
178
            "type": "library",
179
            "extra": {
180
                "branch-alias": {
181
                    "dev-community": "1.5-dev"
182
                }
183
            },
184
            "autoload": {
185
                "psr-4": {
186
                    "Facebook\\WebDriver\\": "lib/"
187
                }
188
            },
189
            "notification-url": "https://packagist.org/downloads/",
190
            "license": [
191
                "Apache-2.0"
192
            ],
193
            "description": "A PHP client for Selenium WebDriver",
194
            "homepage": "https://github.com/facebook/php-webdriver",
195
            "keywords": [
196
                "facebook",
197
                "php",
198
                "selenium",
199
                "webdriver"
200
            ],
201
            "time": "2017-03-22T10:56:03+00:00"
202
        },
203
        {
204
            "name": "jakub-onderka/php-console-color",
205
            "version": "0.1",
206
            "source": {
207
                "type": "git",
208
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
209
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
210
            },
211
            "dist": {
212
                "type": "zip",
213
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
214
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
215
                "shasum": ""
216
            },
217
            "require": {
218
                "php": ">=5.3.2"
219
            },
220
            "require-dev": {
221
                "jakub-onderka/php-code-style": "1.0",
222
                "jakub-onderka/php-parallel-lint": "0.*",
223
                "jakub-onderka/php-var-dump-check": "0.*",
224
                "phpunit/phpunit": "3.7.*",
225
                "squizlabs/php_codesniffer": "1.*"
226
            },
227
            "type": "library",
228
            "autoload": {
229
                "psr-0": {
230
                    "JakubOnderka\\PhpConsoleColor": "src/"
231
                }
232
            },
233
            "notification-url": "https://packagist.org/downloads/",
234
            "license": [
235
                "BSD-2-Clause"
236
            ],
237
            "authors": [
238
                {
239
                    "name": "Jakub Onderka",
240
                    "email": "[email protected]",
241
                    "homepage": "http://www.acci.cz"
242
                }
243
            ],
244
            "time": "2014-04-08T15:00:19+00:00"
245
        },
246
        {
247
            "name": "jakub-onderka/php-console-highlighter",
248
            "version": "v0.3.2",
249
            "source": {
250
                "type": "git",
251
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
252
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
253
            },
254
            "dist": {
255
                "type": "zip",
256
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
257
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
258
                "shasum": ""
259
            },
260
            "require": {
261
                "jakub-onderka/php-console-color": "~0.1",
262
                "php": ">=5.3.0"
263
            },
264
            "require-dev": {
265
                "jakub-onderka/php-code-style": "~1.0",
266
                "jakub-onderka/php-parallel-lint": "~0.5",
267
                "jakub-onderka/php-var-dump-check": "~0.1",
268
                "phpunit/phpunit": "~4.0",
269
                "squizlabs/php_codesniffer": "~1.5"
270
            },
271
            "type": "library",
272
            "autoload": {
273
                "psr-0": {
274
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
275
                }
276
            },
277
            "notification-url": "https://packagist.org/downloads/",
278
            "license": [
279
                "MIT"
280
            ],
281
            "authors": [
282
                {
283
                    "name": "Jakub Onderka",
284
                    "email": "[email protected]",
285
                    "homepage": "http://www.acci.cz/"
286
                }
287
            ],
288
            "time": "2015-04-20T18:58:01+00:00"
289
        },
290
        {
291
            "name": "laravel/dusk",
292
            "version": "v1.1.1",
293
            "source": {
294
                "type": "git",
295
                "url": "https://github.com/laravel/dusk.git",
296
                "reference": "87d57bbcb878e569aa8750e1d487ce923561f3e3"
297
            },
298
            "dist": {
299
                "type": "zip",
300
                "url": "https://api.github.com/repos/laravel/dusk/zipball/87d57bbcb878e569aa8750e1d487ce923561f3e3",
301
                "reference": "87d57bbcb878e569aa8750e1d487ce923561f3e3",
302
                "shasum": ""
303
            },
304
            "require": {
305
                "facebook/webdriver": "~1.0",
306
                "illuminate/console": "~5.4",
307
                "illuminate/support": "~5.4",
308
                "nesbot/carbon": "~1.20",
309
                "php": ">=5.6.4",
310
                "symfony/console": "~3.2",
311
                "symfony/process": "~3.2"
312
            },
313
            "require-dev": {
314
                "mockery/mockery": "^0.9.6",
315
                "phpunit/phpunit": "^5.7"
316
            },
317
            "type": "library",
318
            "extra": {
319
                "branch-alias": {
320
                    "dev-master": "2.0-dev"
321
                }
322
            },
323
            "autoload": {
324
                "psr-4": {
325
                    "Laravel\\Dusk\\": "src/"
326
                }
327
            },
328
            "notification-url": "https://packagist.org/downloads/",
329
            "license": [
330
                "MIT"
331
            ],
332
            "authors": [
333
                {
334
                    "name": "Taylor Otwell",
335
                    "email": "[email protected]"
336
                }
337
            ],
338
            "description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
339
            "homepage": "https://laravel.com",
340
            "keywords": [
341
                "laravel",
342
                "testing",
343
                "webdriver"
344
            ],
345
            "time": "2017-10-31T21:41:42+00:00"
346
        },
347
        {
348
            "name": "laravel/framework",
0 ignored issues
show
There are 3 security advisories for your installed version of laravel/framework:

- Exploit of encryption failure vulnerability
- Password reset phishing vulnerability
- Timing attack vector for remember me token
Loading history...
349
            "version": "v5.4.20",
350
            "source": {
351
                "type": "git",
352
                "url": "https://github.com/laravel/framework.git",
353
                "reference": "851aad458bcc904178ded02954d55d36c2c35f8b"
354
            },
355
            "dist": {
356
                "type": "zip",
357
                "url": "https://api.github.com/repos/laravel/framework/zipball/851aad458bcc904178ded02954d55d36c2c35f8b",
358
                "reference": "851aad458bcc904178ded02954d55d36c2c35f8b",
359
                "shasum": ""
360
            },
361
            "require": {
362
                "doctrine/inflector": "~1.0",
363
                "erusev/parsedown": "~1.6",
364
                "ext-mbstring": "*",
365
                "ext-openssl": "*",
366
                "league/flysystem": "~1.0",
367
                "monolog/monolog": "~1.11",
368
                "mtdowling/cron-expression": "~1.0",
369
                "nesbot/carbon": "~1.20",
370
                "paragonie/random_compat": "~1.4|~2.0",
371
                "php": ">=5.6.4",
372
                "ramsey/uuid": "~3.0",
373
                "swiftmailer/swiftmailer": "~5.4",
374
                "symfony/console": "~3.2",
375
                "symfony/debug": "~3.2",
376
                "symfony/finder": "~3.2",
377
                "symfony/http-foundation": "~3.2",
378
                "symfony/http-kernel": "~3.2",
379
                "symfony/process": "~3.2",
380
                "symfony/routing": "~3.2",
381
                "symfony/var-dumper": "~3.2",
382
                "tijsverkoyen/css-to-inline-styles": "~2.2",
383
                "vlucas/phpdotenv": "~2.2"
384
            },
385
            "replace": {
386
                "illuminate/auth": "self.version",
387
                "illuminate/broadcasting": "self.version",
388
                "illuminate/bus": "self.version",
389
                "illuminate/cache": "self.version",
390
                "illuminate/config": "self.version",
391
                "illuminate/console": "self.version",
392
                "illuminate/container": "self.version",
393
                "illuminate/contracts": "self.version",
394
                "illuminate/cookie": "self.version",
395
                "illuminate/database": "self.version",
396
                "illuminate/encryption": "self.version",
397
                "illuminate/events": "self.version",
398
                "illuminate/exception": "self.version",
399
                "illuminate/filesystem": "self.version",
400
                "illuminate/hashing": "self.version",
401
                "illuminate/http": "self.version",
402
                "illuminate/log": "self.version",
403
                "illuminate/mail": "self.version",
404
                "illuminate/notifications": "self.version",
405
                "illuminate/pagination": "self.version",
406
                "illuminate/pipeline": "self.version",
407
                "illuminate/queue": "self.version",
408
                "illuminate/redis": "self.version",
409
                "illuminate/routing": "self.version",
410
                "illuminate/session": "self.version",
411
                "illuminate/support": "self.version",
412
                "illuminate/translation": "self.version",
413
                "illuminate/validation": "self.version",
414
                "illuminate/view": "self.version",
415
                "tightenco/collect": "self.version"
416
            },
417
            "require-dev": {
418
                "aws/aws-sdk-php": "~3.0",
419
                "doctrine/dbal": "~2.5",
420
                "mockery/mockery": "~0.9.4",
421
                "pda/pheanstalk": "~3.0",
422
                "phpunit/phpunit": "~5.7",
423
                "predis/predis": "~1.0",
424
                "symfony/css-selector": "~3.2",
425
                "symfony/dom-crawler": "~3.2"
426
            },
427
            "suggest": {
428
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
429
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
430
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
431
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
432
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
433
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
434
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
435
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
436
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
437
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
438
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
439
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
440
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
441
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
442
            },
443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "5.4-dev"
447
                }
448
            },
449
            "autoload": {
450
                "files": [
451
                    "src/Illuminate/Foundation/helpers.php",
452
                    "src/Illuminate/Support/helpers.php"
453
                ],
454
                "psr-4": {
455
                    "Illuminate\\": "src/Illuminate/"
456
                }
457
            },
458
            "notification-url": "https://packagist.org/downloads/",
459
            "license": [
460
                "MIT"
461
            ],
462
            "authors": [
463
                {
464
                    "name": "Taylor Otwell",
465
                    "email": "[email protected]"
466
                }
467
            ],
468
            "description": "The Laravel Framework.",
469
            "homepage": "https://laravel.com",
470
            "keywords": [
471
                "framework",
472
                "laravel"
473
            ],
474
            "time": "2017-04-27T13:04:35+00:00"
475
        },
476
        {
477
            "name": "laravel/tinker",
478
            "version": "v1.0.0",
479
            "source": {
480
                "type": "git",
481
                "url": "https://github.com/laravel/tinker.git",
482
                "reference": "3d5b675b55b24ccbf86395964042dbe061d5a965"
483
            },
484
            "dist": {
485
                "type": "zip",
486
                "url": "https://api.github.com/repos/laravel/tinker/zipball/3d5b675b55b24ccbf86395964042dbe061d5a965",
487
                "reference": "3d5b675b55b24ccbf86395964042dbe061d5a965",
488
                "shasum": ""
489
            },
490
            "require": {
491
                "illuminate/console": "~5.1",
492
                "illuminate/contracts": "~5.1",
493
                "illuminate/support": "~5.1",
494
                "php": ">=5.5.9",
495
                "psy/psysh": "0.7.*|0.8.*",
496
                "symfony/var-dumper": "~3.0"
497
            },
498
            "require-dev": {
499
                "phpunit/phpunit": "~4.0|~5.0"
500
            },
501
            "suggest": {
502
                "illuminate/database": "The Illuminate Database package (~5.1)."
503
            },
504
            "type": "library",
505
            "extra": {
506
                "branch-alias": {
507
                    "dev-master": "1.0-dev"
508
                }
509
            },
510
            "autoload": {
511
                "psr-4": {
512
                    "Laravel\\Tinker\\": "src/"
513
                }
514
            },
515
            "notification-url": "https://packagist.org/downloads/",
516
            "license": [
517
                "MIT"
518
            ],
519
            "authors": [
520
                {
521
                    "name": "Taylor Otwell",
522
                    "email": "[email protected]"
523
                }
524
            ],
525
            "description": "Powerful REPL for the Laravel framework.",
526
            "keywords": [
527
                "REPL",
528
                "Tinker",
529
                "laravel",
530
                "psysh"
531
            ],
532
            "time": "2016-12-30T18:13:17+00:00"
533
        },
534
        {
535
            "name": "league/flysystem",
536
            "version": "1.0.40",
537
            "source": {
538
                "type": "git",
539
                "url": "https://github.com/thephpleague/flysystem.git",
540
                "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61"
541
            },
542
            "dist": {
543
                "type": "zip",
544
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3828f0b24e2c1918bb362d57a53205d6dc8fde61",
545
                "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61",
546
                "shasum": ""
547
            },
548
            "require": {
549
                "php": ">=5.5.9"
550
            },
551
            "conflict": {
552
                "league/flysystem-sftp": "<1.0.6"
553
            },
554
            "require-dev": {
555
                "ext-fileinfo": "*",
556
                "mockery/mockery": "~0.9",
557
                "phpspec/phpspec": "^2.2",
558
                "phpunit/phpunit": "~4.8"
559
            },
560
            "suggest": {
561
                "ext-fileinfo": "Required for MimeType",
562
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
563
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
564
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
565
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
566
                "league/flysystem-copy": "Allows you to use Copy.com storage",
567
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
568
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
569
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
570
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
571
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
572
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage"
573
            },
574
            "type": "library",
575
            "extra": {
576
                "branch-alias": {
577
                    "dev-master": "1.1-dev"
578
                }
579
            },
580
            "autoload": {
581
                "psr-4": {
582
                    "League\\Flysystem\\": "src/"
583
                }
584
            },
585
            "notification-url": "https://packagist.org/downloads/",
586
            "license": [
587
                "MIT"
588
            ],
589
            "authors": [
590
                {
591
                    "name": "Frank de Jonge",
592
                    "email": "[email protected]"
593
                }
594
            ],
595
            "description": "Filesystem abstraction: Many filesystems, one API.",
596
            "keywords": [
597
                "Cloud Files",
598
                "WebDAV",
599
                "abstraction",
600
                "aws",
601
                "cloud",
602
                "copy.com",
603
                "dropbox",
604
                "file systems",
605
                "files",
606
                "filesystem",
607
                "filesystems",
608
                "ftp",
609
                "rackspace",
610
                "remote",
611
                "s3",
612
                "sftp",
613
                "storage"
614
            ],
615
            "time": "2017-04-28T10:15:08+00:00"
616
        },
617
        {
618
            "name": "monolog/monolog",
619
            "version": "1.22.1",
620
            "source": {
621
                "type": "git",
622
                "url": "https://github.com/Seldaek/monolog.git",
623
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
624
            },
625
            "dist": {
626
                "type": "zip",
627
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
628
                "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
629
                "shasum": ""
630
            },
631
            "require": {
632
                "php": ">=5.3.0",
633
                "psr/log": "~1.0"
634
            },
635
            "provide": {
636
                "psr/log-implementation": "1.0.0"
637
            },
638
            "require-dev": {
639
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
640
                "doctrine/couchdb": "~1.0@dev",
641
                "graylog2/gelf-php": "~1.0",
642
                "jakub-onderka/php-parallel-lint": "0.9",
643
                "php-amqplib/php-amqplib": "~2.4",
644
                "php-console/php-console": "^3.1.3",
645
                "phpunit/phpunit": "~4.5",
646
                "phpunit/phpunit-mock-objects": "2.3.0",
647
                "ruflin/elastica": ">=0.90 <3.0",
648
                "sentry/sentry": "^0.13",
649
                "swiftmailer/swiftmailer": "~5.3"
650
            },
651
            "suggest": {
652
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
653
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
654
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
655
                "ext-mongo": "Allow sending log messages to a MongoDB server",
656
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
657
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
658
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
659
                "php-console/php-console": "Allow sending log messages to Google Chrome",
660
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
661
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
662
                "sentry/sentry": "Allow sending log messages to a Sentry server"
663
            },
664
            "type": "library",
665
            "extra": {
666
                "branch-alias": {
667
                    "dev-master": "2.0.x-dev"
668
                }
669
            },
670
            "autoload": {
671
                "psr-4": {
672
                    "Monolog\\": "src/Monolog"
673
                }
674
            },
675
            "notification-url": "https://packagist.org/downloads/",
676
            "license": [
677
                "MIT"
678
            ],
679
            "authors": [
680
                {
681
                    "name": "Jordi Boggiano",
682
                    "email": "[email protected]",
683
                    "homepage": "http://seld.be"
684
                }
685
            ],
686
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
687
            "homepage": "http://github.com/Seldaek/monolog",
688
            "keywords": [
689
                "log",
690
                "logging",
691
                "psr-3"
692
            ],
693
            "time": "2017-03-13T07:08:03+00:00"
694
        },
695
        {
696
            "name": "mtdowling/cron-expression",
697
            "version": "v1.2.0",
698
            "source": {
699
                "type": "git",
700
                "url": "https://github.com/mtdowling/cron-expression.git",
701
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
702
            },
703
            "dist": {
704
                "type": "zip",
705
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
706
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
707
                "shasum": ""
708
            },
709
            "require": {
710
                "php": ">=5.3.2"
711
            },
712
            "require-dev": {
713
                "phpunit/phpunit": "~4.0|~5.0"
714
            },
715
            "type": "library",
716
            "autoload": {
717
                "psr-4": {
718
                    "Cron\\": "src/Cron/"
719
                }
720
            },
721
            "notification-url": "https://packagist.org/downloads/",
722
            "license": [
723
                "MIT"
724
            ],
725
            "authors": [
726
                {
727
                    "name": "Michael Dowling",
728
                    "email": "[email protected]",
729
                    "homepage": "https://github.com/mtdowling"
730
                }
731
            ],
732
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
733
            "keywords": [
734
                "cron",
735
                "schedule"
736
            ],
737
            "time": "2017-01-23T04:29:33+00:00"
738
        },
739
        {
740
            "name": "nesbot/carbon",
741
            "version": "1.22.1",
742
            "source": {
743
                "type": "git",
744
                "url": "https://github.com/briannesbitt/Carbon.git",
745
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
746
            },
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
750
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
751
                "shasum": ""
752
            },
753
            "require": {
754
                "php": ">=5.3.0",
755
                "symfony/translation": "~2.6 || ~3.0"
756
            },
757
            "require-dev": {
758
                "friendsofphp/php-cs-fixer": "~2",
759
                "phpunit/phpunit": "~4.0 || ~5.0"
760
            },
761
            "type": "library",
762
            "extra": {
763
                "branch-alias": {
764
                    "dev-master": "1.23-dev"
765
                }
766
            },
767
            "autoload": {
768
                "psr-4": {
769
                    "Carbon\\": "src/Carbon/"
770
                }
771
            },
772
            "notification-url": "https://packagist.org/downloads/",
773
            "license": [
774
                "MIT"
775
            ],
776
            "authors": [
777
                {
778
                    "name": "Brian Nesbitt",
779
                    "email": "[email protected]",
780
                    "homepage": "http://nesbot.com"
781
                }
782
            ],
783
            "description": "A simple API extension for DateTime.",
784
            "homepage": "http://carbon.nesbot.com",
785
            "keywords": [
786
                "date",
787
                "datetime",
788
                "time"
789
            ],
790
            "time": "2017-01-16T07:55:07+00:00"
791
        },
792
        {
793
            "name": "nikic/php-parser",
794
            "version": "v3.0.5",
795
            "source": {
796
                "type": "git",
797
                "url": "https://github.com/nikic/PHP-Parser.git",
798
                "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
799
            },
800
            "dist": {
801
                "type": "zip",
802
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
803
                "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
804
                "shasum": ""
805
            },
806
            "require": {
807
                "ext-tokenizer": "*",
808
                "php": ">=5.5"
809
            },
810
            "require-dev": {
811
                "phpunit/phpunit": "~4.0|~5.0"
812
            },
813
            "bin": [
814
                "bin/php-parse"
815
            ],
816
            "type": "library",
817
            "extra": {
818
                "branch-alias": {
819
                    "dev-master": "3.0-dev"
820
                }
821
            },
822
            "autoload": {
823
                "psr-4": {
824
                    "PhpParser\\": "lib/PhpParser"
825
                }
826
            },
827
            "notification-url": "https://packagist.org/downloads/",
828
            "license": [
829
                "BSD-3-Clause"
830
            ],
831
            "authors": [
832
                {
833
                    "name": "Nikita Popov"
834
                }
835
            ],
836
            "description": "A PHP parser written in PHP",
837
            "keywords": [
838
                "parser",
839
                "php"
840
            ],
841
            "time": "2017-03-05T18:23:57+00:00"
842
        },
843
        {
844
            "name": "paragonie/random_compat",
845
            "version": "v2.0.10",
846
            "source": {
847
                "type": "git",
848
                "url": "https://github.com/paragonie/random_compat.git",
849
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
850
            },
851
            "dist": {
852
                "type": "zip",
853
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
854
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
855
                "shasum": ""
856
            },
857
            "require": {
858
                "php": ">=5.2.0"
859
            },
860
            "require-dev": {
861
                "phpunit/phpunit": "4.*|5.*"
862
            },
863
            "suggest": {
864
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
865
            },
866
            "type": "library",
867
            "autoload": {
868
                "files": [
869
                    "lib/random.php"
870
                ]
871
            },
872
            "notification-url": "https://packagist.org/downloads/",
873
            "license": [
874
                "MIT"
875
            ],
876
            "authors": [
877
                {
878
                    "name": "Paragon Initiative Enterprises",
879
                    "email": "[email protected]",
880
                    "homepage": "https://paragonie.com"
881
                }
882
            ],
883
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
884
            "keywords": [
885
                "csprng",
886
                "pseudorandom",
887
                "random"
888
            ],
889
            "time": "2017-03-13T16:27:32+00:00"
890
        },
891
        {
892
            "name": "psr/log",
893
            "version": "1.0.2",
894
            "source": {
895
                "type": "git",
896
                "url": "https://github.com/php-fig/log.git",
897
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
898
            },
899
            "dist": {
900
                "type": "zip",
901
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
902
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
903
                "shasum": ""
904
            },
905
            "require": {
906
                "php": ">=5.3.0"
907
            },
908
            "type": "library",
909
            "extra": {
910
                "branch-alias": {
911
                    "dev-master": "1.0.x-dev"
912
                }
913
            },
914
            "autoload": {
915
                "psr-4": {
916
                    "Psr\\Log\\": "Psr/Log/"
917
                }
918
            },
919
            "notification-url": "https://packagist.org/downloads/",
920
            "license": [
921
                "MIT"
922
            ],
923
            "authors": [
924
                {
925
                    "name": "PHP-FIG",
926
                    "homepage": "http://www.php-fig.org/"
927
                }
928
            ],
929
            "description": "Common interface for logging libraries",
930
            "homepage": "https://github.com/php-fig/log",
931
            "keywords": [
932
                "log",
933
                "psr",
934
                "psr-3"
935
            ],
936
            "time": "2016-10-10T12:19:37+00:00"
937
        },
938
        {
939
            "name": "psy/psysh",
940
            "version": "v0.8.3",
941
            "source": {
942
                "type": "git",
943
                "url": "https://github.com/bobthecow/psysh.git",
944
                "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e"
945
            },
946
            "dist": {
947
                "type": "zip",
948
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
949
                "reference": "1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e",
950
                "shasum": ""
951
            },
952
            "require": {
953
                "dnoegel/php-xdg-base-dir": "0.1",
954
                "jakub-onderka/php-console-highlighter": "0.3.*",
955
                "nikic/php-parser": "~1.3|~2.0|~3.0",
956
                "php": ">=5.3.9",
957
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
958
                "symfony/var-dumper": "~2.7|~3.0"
959
            },
960
            "require-dev": {
961
                "friendsofphp/php-cs-fixer": "~1.11",
962
                "hoa/console": "~3.16|~1.14",
963
                "phpunit/phpunit": "~4.4|~5.0",
964
                "symfony/finder": "~2.1|~3.0"
965
            },
966
            "suggest": {
967
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
968
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
969
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
970
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
971
                "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
972
            },
973
            "bin": [
974
                "bin/psysh"
975
            ],
976
            "type": "library",
977
            "extra": {
978
                "branch-alias": {
979
                    "dev-develop": "0.9.x-dev"
980
                }
981
            },
982
            "autoload": {
983
                "files": [
984
                    "src/Psy/functions.php"
985
                ],
986
                "psr-4": {
987
                    "Psy\\": "src/Psy/"
988
                }
989
            },
990
            "notification-url": "https://packagist.org/downloads/",
991
            "license": [
992
                "MIT"
993
            ],
994
            "authors": [
995
                {
996
                    "name": "Justin Hileman",
997
                    "email": "[email protected]",
998
                    "homepage": "http://justinhileman.com"
999
                }
1000
            ],
1001
            "description": "An interactive shell for modern PHP.",
1002
            "homepage": "http://psysh.org",
1003
            "keywords": [
1004
                "REPL",
1005
                "console",
1006
                "interactive",
1007
                "shell"
1008
            ],
1009
            "time": "2017-03-19T21:40:44+00:00"
1010
        },
1011
        {
1012
            "name": "ramsey/uuid",
1013
            "version": "3.6.1",
1014
            "source": {
1015
                "type": "git",
1016
                "url": "https://github.com/ramsey/uuid.git",
1017
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
1018
            },
1019
            "dist": {
1020
                "type": "zip",
1021
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
1022
                "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
1023
                "shasum": ""
1024
            },
1025
            "require": {
1026
                "paragonie/random_compat": "^1.0|^2.0",
1027
                "php": "^5.4 || ^7.0"
1028
            },
1029
            "replace": {
1030
                "rhumsaa/uuid": "self.version"
1031
            },
1032
            "require-dev": {
1033
                "apigen/apigen": "^4.1",
1034
                "codeception/aspect-mock": "^1.0 | ^2.0",
1035
                "doctrine/annotations": "~1.2.0",
1036
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
1037
                "ircmaxell/random-lib": "^1.1",
1038
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1039
                "mockery/mockery": "^0.9.4",
1040
                "moontoast/math": "^1.1",
1041
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1042
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
1043
                "satooshi/php-coveralls": "^0.6.1",
1044
                "squizlabs/php_codesniffer": "^2.3"
1045
            },
1046
            "suggest": {
1047
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1048
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1049
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1050
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1051
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1052
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1053
            },
1054
            "type": "library",
1055
            "extra": {
1056
                "branch-alias": {
1057
                    "dev-master": "3.x-dev"
1058
                }
1059
            },
1060
            "autoload": {
1061
                "psr-4": {
1062
                    "Ramsey\\Uuid\\": "src/"
1063
                }
1064
            },
1065
            "notification-url": "https://packagist.org/downloads/",
1066
            "license": [
1067
                "MIT"
1068
            ],
1069
            "authors": [
1070
                {
1071
                    "name": "Marijn Huizendveld",
1072
                    "email": "[email protected]"
1073
                },
1074
                {
1075
                    "name": "Thibaud Fabre",
1076
                    "email": "[email protected]"
1077
                },
1078
                {
1079
                    "name": "Ben Ramsey",
1080
                    "email": "[email protected]",
1081
                    "homepage": "https://benramsey.com"
1082
                }
1083
            ],
1084
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1085
            "homepage": "https://github.com/ramsey/uuid",
1086
            "keywords": [
1087
                "guid",
1088
                "identifier",
1089
                "uuid"
1090
            ],
1091
            "time": "2017-03-26T20:37:53+00:00"
1092
        },
1093
        {
1094
            "name": "swiftmailer/swiftmailer",
1095
            "version": "v5.4.7",
1096
            "source": {
1097
                "type": "git",
1098
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1099
                "reference": "56db4ed32a6d5c9824c3ecc1d2e538f663f47eb4"
1100
            },
1101
            "dist": {
1102
                "type": "zip",
1103
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/56db4ed32a6d5c9824c3ecc1d2e538f663f47eb4",
1104
                "reference": "56db4ed32a6d5c9824c3ecc1d2e538f663f47eb4",
1105
                "shasum": ""
1106
            },
1107
            "require": {
1108
                "php": ">=5.3.3"
1109
            },
1110
            "require-dev": {
1111
                "mockery/mockery": "~0.9.1",
1112
                "symfony/phpunit-bridge": "~3.2"
1113
            },
1114
            "type": "library",
1115
            "extra": {
1116
                "branch-alias": {
1117
                    "dev-master": "5.4-dev"
1118
                }
1119
            },
1120
            "autoload": {
1121
                "files": [
1122
                    "lib/swift_required.php"
1123
                ]
1124
            },
1125
            "notification-url": "https://packagist.org/downloads/",
1126
            "license": [
1127
                "MIT"
1128
            ],
1129
            "authors": [
1130
                {
1131
                    "name": "Chris Corbyn"
1132
                },
1133
                {
1134
                    "name": "Fabien Potencier",
1135
                    "email": "[email protected]"
1136
                }
1137
            ],
1138
            "description": "Swiftmailer, free feature-rich PHP mailer",
1139
            "homepage": "http://swiftmailer.org",
1140
            "keywords": [
1141
                "email",
1142
                "mail",
1143
                "mailer"
1144
            ],
1145
            "time": "2017-04-20T17:32:18+00:00"
1146
        },
1147
        {
1148
            "name": "symfony/console",
1149
            "version": "v3.2.7",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/symfony/console.git",
1153
                "reference": "c30243cc51f726812be3551316b109a2f5deaf8d"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d",
1158
                "reference": "c30243cc51f726812be3551316b109a2f5deaf8d",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "php": ">=5.5.9",
1163
                "symfony/debug": "~2.8|~3.0",
1164
                "symfony/polyfill-mbstring": "~1.0"
1165
            },
1166
            "require-dev": {
1167
                "psr/log": "~1.0",
1168
                "symfony/event-dispatcher": "~2.8|~3.0",
1169
                "symfony/filesystem": "~2.8|~3.0",
1170
                "symfony/process": "~2.8|~3.0"
1171
            },
1172
            "suggest": {
1173
                "psr/log": "For using the console logger",
1174
                "symfony/event-dispatcher": "",
1175
                "symfony/filesystem": "",
1176
                "symfony/process": ""
1177
            },
1178
            "type": "library",
1179
            "extra": {
1180
                "branch-alias": {
1181
                    "dev-master": "3.2-dev"
1182
                }
1183
            },
1184
            "autoload": {
1185
                "psr-4": {
1186
                    "Symfony\\Component\\Console\\": ""
1187
                },
1188
                "exclude-from-classmap": [
1189
                    "/Tests/"
1190
                ]
1191
            },
1192
            "notification-url": "https://packagist.org/downloads/",
1193
            "license": [
1194
                "MIT"
1195
            ],
1196
            "authors": [
1197
                {
1198
                    "name": "Fabien Potencier",
1199
                    "email": "[email protected]"
1200
                },
1201
                {
1202
                    "name": "Symfony Community",
1203
                    "homepage": "https://symfony.com/contributors"
1204
                }
1205
            ],
1206
            "description": "Symfony Console Component",
1207
            "homepage": "https://symfony.com",
1208
            "time": "2017-04-04T14:33:42+00:00"
1209
        },
1210
        {
1211
            "name": "symfony/css-selector",
1212
            "version": "v3.2.7",
1213
            "source": {
1214
                "type": "git",
1215
                "url": "https://github.com/symfony/css-selector.git",
1216
                "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c"
1217
            },
1218
            "dist": {
1219
                "type": "zip",
1220
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/a48f13dc83c168f1253a5d2a5a4fb46c36244c4c",
1221
                "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c",
1222
                "shasum": ""
1223
            },
1224
            "require": {
1225
                "php": ">=5.5.9"
1226
            },
1227
            "type": "library",
1228
            "extra": {
1229
                "branch-alias": {
1230
                    "dev-master": "3.2-dev"
1231
                }
1232
            },
1233
            "autoload": {
1234
                "psr-4": {
1235
                    "Symfony\\Component\\CssSelector\\": ""
1236
                },
1237
                "exclude-from-classmap": [
1238
                    "/Tests/"
1239
                ]
1240
            },
1241
            "notification-url": "https://packagist.org/downloads/",
1242
            "license": [
1243
                "MIT"
1244
            ],
1245
            "authors": [
1246
                {
1247
                    "name": "Jean-François Simon",
1248
                    "email": "[email protected]"
1249
                },
1250
                {
1251
                    "name": "Fabien Potencier",
1252
                    "email": "[email protected]"
1253
                },
1254
                {
1255
                    "name": "Symfony Community",
1256
                    "homepage": "https://symfony.com/contributors"
1257
                }
1258
            ],
1259
            "description": "Symfony CssSelector Component",
1260
            "homepage": "https://symfony.com",
1261
            "time": "2017-02-21T09:12:04+00:00"
1262
        },
1263
        {
1264
            "name": "symfony/debug",
1265
            "version": "v3.2.7",
1266
            "source": {
1267
                "type": "git",
1268
                "url": "https://github.com/symfony/debug.git",
1269
                "reference": "56f613406446a4a0a031475cfd0a01751de22659"
1270
            },
1271
            "dist": {
1272
                "type": "zip",
1273
                "url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659",
1274
                "reference": "56f613406446a4a0a031475cfd0a01751de22659",
1275
                "shasum": ""
1276
            },
1277
            "require": {
1278
                "php": ">=5.5.9",
1279
                "psr/log": "~1.0"
1280
            },
1281
            "conflict": {
1282
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1283
            },
1284
            "require-dev": {
1285
                "symfony/class-loader": "~2.8|~3.0",
1286
                "symfony/http-kernel": "~2.8|~3.0"
1287
            },
1288
            "type": "library",
1289
            "extra": {
1290
                "branch-alias": {
1291
                    "dev-master": "3.2-dev"
1292
                }
1293
            },
1294
            "autoload": {
1295
                "psr-4": {
1296
                    "Symfony\\Component\\Debug\\": ""
1297
                },
1298
                "exclude-from-classmap": [
1299
                    "/Tests/"
1300
                ]
1301
            },
1302
            "notification-url": "https://packagist.org/downloads/",
1303
            "license": [
1304
                "MIT"
1305
            ],
1306
            "authors": [
1307
                {
1308
                    "name": "Fabien Potencier",
1309
                    "email": "[email protected]"
1310
                },
1311
                {
1312
                    "name": "Symfony Community",
1313
                    "homepage": "https://symfony.com/contributors"
1314
                }
1315
            ],
1316
            "description": "Symfony Debug Component",
1317
            "homepage": "https://symfony.com",
1318
            "time": "2017-03-28T21:38:24+00:00"
1319
        },
1320
        {
1321
            "name": "symfony/event-dispatcher",
1322
            "version": "v3.2.7",
1323
            "source": {
1324
                "type": "git",
1325
                "url": "https://github.com/symfony/event-dispatcher.git",
1326
                "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca"
1327
            },
1328
            "dist": {
1329
                "type": "zip",
1330
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/154bb1ef7b0e42ccc792bd53edbce18ed73440ca",
1331
                "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca",
1332
                "shasum": ""
1333
            },
1334
            "require": {
1335
                "php": ">=5.5.9"
1336
            },
1337
            "require-dev": {
1338
                "psr/log": "~1.0",
1339
                "symfony/config": "~2.8|~3.0",
1340
                "symfony/dependency-injection": "~2.8|~3.0",
1341
                "symfony/expression-language": "~2.8|~3.0",
1342
                "symfony/stopwatch": "~2.8|~3.0"
1343
            },
1344
            "suggest": {
1345
                "symfony/dependency-injection": "",
1346
                "symfony/http-kernel": ""
1347
            },
1348
            "type": "library",
1349
            "extra": {
1350
                "branch-alias": {
1351
                    "dev-master": "3.2-dev"
1352
                }
1353
            },
1354
            "autoload": {
1355
                "psr-4": {
1356
                    "Symfony\\Component\\EventDispatcher\\": ""
1357
                },
1358
                "exclude-from-classmap": [
1359
                    "/Tests/"
1360
                ]
1361
            },
1362
            "notification-url": "https://packagist.org/downloads/",
1363
            "license": [
1364
                "MIT"
1365
            ],
1366
            "authors": [
1367
                {
1368
                    "name": "Fabien Potencier",
1369
                    "email": "[email protected]"
1370
                },
1371
                {
1372
                    "name": "Symfony Community",
1373
                    "homepage": "https://symfony.com/contributors"
1374
                }
1375
            ],
1376
            "description": "Symfony EventDispatcher Component",
1377
            "homepage": "https://symfony.com",
1378
            "time": "2017-04-04T07:26:27+00:00"
1379
        },
1380
        {
1381
            "name": "symfony/finder",
1382
            "version": "v3.2.7",
1383
            "source": {
1384
                "type": "git",
1385
                "url": "https://github.com/symfony/finder.git",
1386
                "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a"
1387
            },
1388
            "dist": {
1389
                "type": "zip",
1390
                "url": "https://api.github.com/repos/symfony/finder/zipball/b20900ce5ea164cd9314af52725b0bb5a758217a",
1391
                "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a",
1392
                "shasum": ""
1393
            },
1394
            "require": {
1395
                "php": ">=5.5.9"
1396
            },
1397
            "type": "library",
1398
            "extra": {
1399
                "branch-alias": {
1400
                    "dev-master": "3.2-dev"
1401
                }
1402
            },
1403
            "autoload": {
1404
                "psr-4": {
1405
                    "Symfony\\Component\\Finder\\": ""
1406
                },
1407
                "exclude-from-classmap": [
1408
                    "/Tests/"
1409
                ]
1410
            },
1411
            "notification-url": "https://packagist.org/downloads/",
1412
            "license": [
1413
                "MIT"
1414
            ],
1415
            "authors": [
1416
                {
1417
                    "name": "Fabien Potencier",
1418
                    "email": "[email protected]"
1419
                },
1420
                {
1421
                    "name": "Symfony Community",
1422
                    "homepage": "https://symfony.com/contributors"
1423
                }
1424
            ],
1425
            "description": "Symfony Finder Component",
1426
            "homepage": "https://symfony.com",
1427
            "time": "2017-03-20T09:32:19+00:00"
1428
        },
1429
        {
1430
            "name": "symfony/http-foundation",
1431
            "version": "v3.2.7",
1432
            "source": {
1433
                "type": "git",
1434
                "url": "https://github.com/symfony/http-foundation.git",
1435
                "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a"
1436
            },
1437
            "dist": {
1438
                "type": "zip",
1439
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cb0b6418f588952c9290b3df4ca650f1b7ab570a",
1440
                "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a",
1441
                "shasum": ""
1442
            },
1443
            "require": {
1444
                "php": ">=5.5.9",
1445
                "symfony/polyfill-mbstring": "~1.1"
1446
            },
1447
            "require-dev": {
1448
                "symfony/expression-language": "~2.8|~3.0"
1449
            },
1450
            "type": "library",
1451
            "extra": {
1452
                "branch-alias": {
1453
                    "dev-master": "3.2-dev"
1454
                }
1455
            },
1456
            "autoload": {
1457
                "psr-4": {
1458
                    "Symfony\\Component\\HttpFoundation\\": ""
1459
                },
1460
                "exclude-from-classmap": [
1461
                    "/Tests/"
1462
                ]
1463
            },
1464
            "notification-url": "https://packagist.org/downloads/",
1465
            "license": [
1466
                "MIT"
1467
            ],
1468
            "authors": [
1469
                {
1470
                    "name": "Fabien Potencier",
1471
                    "email": "[email protected]"
1472
                },
1473
                {
1474
                    "name": "Symfony Community",
1475
                    "homepage": "https://symfony.com/contributors"
1476
                }
1477
            ],
1478
            "description": "Symfony HttpFoundation Component",
1479
            "homepage": "https://symfony.com",
1480
            "time": "2017-04-04T15:30:56+00:00"
1481
        },
1482
        {
1483
            "name": "symfony/http-kernel",
1484
            "version": "v3.2.7",
1485
            "source": {
1486
                "type": "git",
1487
                "url": "https://github.com/symfony/http-kernel.git",
1488
                "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e"
1489
            },
1490
            "dist": {
1491
                "type": "zip",
1492
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8285ab5faf1306b1a5ebcf287fe91c231a6de88e",
1493
                "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e",
1494
                "shasum": ""
1495
            },
1496
            "require": {
1497
                "php": ">=5.5.9",
1498
                "psr/log": "~1.0",
1499
                "symfony/debug": "~2.8|~3.0",
1500
                "symfony/event-dispatcher": "~2.8|~3.0",
1501
                "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
1502
            },
1503
            "conflict": {
1504
                "symfony/config": "<2.8"
1505
            },
1506
            "require-dev": {
1507
                "symfony/browser-kit": "~2.8|~3.0",
1508
                "symfony/class-loader": "~2.8|~3.0",
1509
                "symfony/config": "~2.8|~3.0",
1510
                "symfony/console": "~2.8|~3.0",
1511
                "symfony/css-selector": "~2.8|~3.0",
1512
                "symfony/dependency-injection": "~2.8|~3.0",
1513
                "symfony/dom-crawler": "~2.8|~3.0",
1514
                "symfony/expression-language": "~2.8|~3.0",
1515
                "symfony/finder": "~2.8|~3.0",
1516
                "symfony/process": "~2.8|~3.0",
1517
                "symfony/routing": "~2.8|~3.0",
1518
                "symfony/stopwatch": "~2.8|~3.0",
1519
                "symfony/templating": "~2.8|~3.0",
1520
                "symfony/translation": "~2.8|~3.0",
1521
                "symfony/var-dumper": "~3.2"
1522
            },
1523
            "suggest": {
1524
                "symfony/browser-kit": "",
1525
                "symfony/class-loader": "",
1526
                "symfony/config": "",
1527
                "symfony/console": "",
1528
                "symfony/dependency-injection": "",
1529
                "symfony/finder": "",
1530
                "symfony/var-dumper": ""
1531
            },
1532
            "type": "library",
1533
            "extra": {
1534
                "branch-alias": {
1535
                    "dev-master": "3.2-dev"
1536
                }
1537
            },
1538
            "autoload": {
1539
                "psr-4": {
1540
                    "Symfony\\Component\\HttpKernel\\": ""
1541
                },
1542
                "exclude-from-classmap": [
1543
                    "/Tests/"
1544
                ]
1545
            },
1546
            "notification-url": "https://packagist.org/downloads/",
1547
            "license": [
1548
                "MIT"
1549
            ],
1550
            "authors": [
1551
                {
1552
                    "name": "Fabien Potencier",
1553
                    "email": "[email protected]"
1554
                },
1555
                {
1556
                    "name": "Symfony Community",
1557
                    "homepage": "https://symfony.com/contributors"
1558
                }
1559
            ],
1560
            "description": "Symfony HttpKernel Component",
1561
            "homepage": "https://symfony.com",
1562
            "time": "2017-04-05T12:52:03+00:00"
1563
        },
1564
        {
1565
            "name": "symfony/polyfill-mbstring",
1566
            "version": "v1.3.0",
1567
            "source": {
1568
                "type": "git",
1569
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1570
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1571
            },
1572
            "dist": {
1573
                "type": "zip",
1574
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1575
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1576
                "shasum": ""
1577
            },
1578
            "require": {
1579
                "php": ">=5.3.3"
1580
            },
1581
            "suggest": {
1582
                "ext-mbstring": "For best performance"
1583
            },
1584
            "type": "library",
1585
            "extra": {
1586
                "branch-alias": {
1587
                    "dev-master": "1.3-dev"
1588
                }
1589
            },
1590
            "autoload": {
1591
                "psr-4": {
1592
                    "Symfony\\Polyfill\\Mbstring\\": ""
1593
                },
1594
                "files": [
1595
                    "bootstrap.php"
1596
                ]
1597
            },
1598
            "notification-url": "https://packagist.org/downloads/",
1599
            "license": [
1600
                "MIT"
1601
            ],
1602
            "authors": [
1603
                {
1604
                    "name": "Nicolas Grekas",
1605
                    "email": "[email protected]"
1606
                },
1607
                {
1608
                    "name": "Symfony Community",
1609
                    "homepage": "https://symfony.com/contributors"
1610
                }
1611
            ],
1612
            "description": "Symfony polyfill for the Mbstring extension",
1613
            "homepage": "https://symfony.com",
1614
            "keywords": [
1615
                "compatibility",
1616
                "mbstring",
1617
                "polyfill",
1618
                "portable",
1619
                "shim"
1620
            ],
1621
            "time": "2016-11-14T01:06:16+00:00"
1622
        },
1623
        {
1624
            "name": "symfony/process",
1625
            "version": "v3.2.7",
1626
            "source": {
1627
                "type": "git",
1628
                "url": "https://github.com/symfony/process.git",
1629
                "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282"
1630
            },
1631
            "dist": {
1632
                "type": "zip",
1633
                "url": "https://api.github.com/repos/symfony/process/zipball/57fdaa55827ae14d617550ebe71a820f0a5e2282",
1634
                "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282",
1635
                "shasum": ""
1636
            },
1637
            "require": {
1638
                "php": ">=5.5.9"
1639
            },
1640
            "type": "library",
1641
            "extra": {
1642
                "branch-alias": {
1643
                    "dev-master": "3.2-dev"
1644
                }
1645
            },
1646
            "autoload": {
1647
                "psr-4": {
1648
                    "Symfony\\Component\\Process\\": ""
1649
                },
1650
                "exclude-from-classmap": [
1651
                    "/Tests/"
1652
                ]
1653
            },
1654
            "notification-url": "https://packagist.org/downloads/",
1655
            "license": [
1656
                "MIT"
1657
            ],
1658
            "authors": [
1659
                {
1660
                    "name": "Fabien Potencier",
1661
                    "email": "[email protected]"
1662
                },
1663
                {
1664
                    "name": "Symfony Community",
1665
                    "homepage": "https://symfony.com/contributors"
1666
                }
1667
            ],
1668
            "description": "Symfony Process Component",
1669
            "homepage": "https://symfony.com",
1670
            "time": "2017-03-27T18:07:02+00:00"
1671
        },
1672
        {
1673
            "name": "symfony/routing",
1674
            "version": "v3.2.7",
1675
            "source": {
1676
                "type": "git",
1677
                "url": "https://github.com/symfony/routing.git",
1678
                "reference": "d6605f9a5767bc5bc4895e1c762ba93964608aee"
1679
            },
1680
            "dist": {
1681
                "type": "zip",
1682
                "url": "https://api.github.com/repos/symfony/routing/zipball/d6605f9a5767bc5bc4895e1c762ba93964608aee",
1683
                "reference": "d6605f9a5767bc5bc4895e1c762ba93964608aee",
1684
                "shasum": ""
1685
            },
1686
            "require": {
1687
                "php": ">=5.5.9"
1688
            },
1689
            "conflict": {
1690
                "symfony/config": "<2.8"
1691
            },
1692
            "require-dev": {
1693
                "doctrine/annotations": "~1.0",
1694
                "doctrine/common": "~2.2",
1695
                "psr/log": "~1.0",
1696
                "symfony/config": "~2.8|~3.0",
1697
                "symfony/expression-language": "~2.8|~3.0",
1698
                "symfony/http-foundation": "~2.8|~3.0",
1699
                "symfony/yaml": "~2.8|~3.0"
1700
            },
1701
            "suggest": {
1702
                "doctrine/annotations": "For using the annotation loader",
1703
                "symfony/config": "For using the all-in-one router or any loader",
1704
                "symfony/dependency-injection": "For loading routes from a service",
1705
                "symfony/expression-language": "For using expression matching",
1706
                "symfony/http-foundation": "For using a Symfony Request object",
1707
                "symfony/yaml": "For using the YAML loader"
1708
            },
1709
            "type": "library",
1710
            "extra": {
1711
                "branch-alias": {
1712
                    "dev-master": "3.2-dev"
1713
                }
1714
            },
1715
            "autoload": {
1716
                "psr-4": {
1717
                    "Symfony\\Component\\Routing\\": ""
1718
                },
1719
                "exclude-from-classmap": [
1720
                    "/Tests/"
1721
                ]
1722
            },
1723
            "notification-url": "https://packagist.org/downloads/",
1724
            "license": [
1725
                "MIT"
1726
            ],
1727
            "authors": [
1728
                {
1729
                    "name": "Fabien Potencier",
1730
                    "email": "[email protected]"
1731
                },
1732
                {
1733
                    "name": "Symfony Community",
1734
                    "homepage": "https://symfony.com/contributors"
1735
                }
1736
            ],
1737
            "description": "Symfony Routing Component",
1738
            "homepage": "https://symfony.com",
1739
            "keywords": [
1740
                "router",
1741
                "routing",
1742
                "uri",
1743
                "url"
1744
            ],
1745
            "time": "2017-03-02T15:58:09+00:00"
1746
        },
1747
        {
1748
            "name": "symfony/translation",
1749
            "version": "v3.2.7",
1750
            "source": {
1751
                "type": "git",
1752
                "url": "https://github.com/symfony/translation.git",
1753
                "reference": "c740eee70783d2af4d3d6b70d5146f209e6b4d13"
1754
            },
1755
            "dist": {
1756
                "type": "zip",
1757
                "url": "https://api.github.com/repos/symfony/translation/zipball/c740eee70783d2af4d3d6b70d5146f209e6b4d13",
1758
                "reference": "c740eee70783d2af4d3d6b70d5146f209e6b4d13",
1759
                "shasum": ""
1760
            },
1761
            "require": {
1762
                "php": ">=5.5.9",
1763
                "symfony/polyfill-mbstring": "~1.0"
1764
            },
1765
            "conflict": {
1766
                "symfony/config": "<2.8"
1767
            },
1768
            "require-dev": {
1769
                "psr/log": "~1.0",
1770
                "symfony/config": "~2.8|~3.0",
1771
                "symfony/intl": "^2.8.18|^3.2.5",
1772
                "symfony/yaml": "~2.8|~3.0"
1773
            },
1774
            "suggest": {
1775
                "psr/log": "To use logging capability in translator",
1776
                "symfony/config": "",
1777
                "symfony/yaml": ""
1778
            },
1779
            "type": "library",
1780
            "extra": {
1781
                "branch-alias": {
1782
                    "dev-master": "3.2-dev"
1783
                }
1784
            },
1785
            "autoload": {
1786
                "psr-4": {
1787
                    "Symfony\\Component\\Translation\\": ""
1788
                },
1789
                "exclude-from-classmap": [
1790
                    "/Tests/"
1791
                ]
1792
            },
1793
            "notification-url": "https://packagist.org/downloads/",
1794
            "license": [
1795
                "MIT"
1796
            ],
1797
            "authors": [
1798
                {
1799
                    "name": "Fabien Potencier",
1800
                    "email": "[email protected]"
1801
                },
1802
                {
1803
                    "name": "Symfony Community",
1804
                    "homepage": "https://symfony.com/contributors"
1805
                }
1806
            ],
1807
            "description": "Symfony Translation Component",
1808
            "homepage": "https://symfony.com",
1809
            "time": "2017-03-21T21:44:32+00:00"
1810
        },
1811
        {
1812
            "name": "symfony/var-dumper",
1813
            "version": "v3.2.7",
1814
            "source": {
1815
                "type": "git",
1816
                "url": "https://github.com/symfony/var-dumper.git",
1817
                "reference": "81dce20f69a8b40427e1f4e6462178df87cafc03"
1818
            },
1819
            "dist": {
1820
                "type": "zip",
1821
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/81dce20f69a8b40427e1f4e6462178df87cafc03",
1822
                "reference": "81dce20f69a8b40427e1f4e6462178df87cafc03",
1823
                "shasum": ""
1824
            },
1825
            "require": {
1826
                "php": ">=5.5.9",
1827
                "symfony/polyfill-mbstring": "~1.0"
1828
            },
1829
            "conflict": {
1830
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1831
            },
1832
            "require-dev": {
1833
                "twig/twig": "~1.20|~2.0"
1834
            },
1835
            "suggest": {
1836
                "ext-symfony_debug": ""
1837
            },
1838
            "type": "library",
1839
            "extra": {
1840
                "branch-alias": {
1841
                    "dev-master": "3.2-dev"
1842
                }
1843
            },
1844
            "autoload": {
1845
                "files": [
1846
                    "Resources/functions/dump.php"
1847
                ],
1848
                "psr-4": {
1849
                    "Symfony\\Component\\VarDumper\\": ""
1850
                },
1851
                "exclude-from-classmap": [
1852
                    "/Tests/"
1853
                ]
1854
            },
1855
            "notification-url": "https://packagist.org/downloads/",
1856
            "license": [
1857
                "MIT"
1858
            ],
1859
            "authors": [
1860
                {
1861
                    "name": "Nicolas Grekas",
1862
                    "email": "[email protected]"
1863
                },
1864
                {
1865
                    "name": "Symfony Community",
1866
                    "homepage": "https://symfony.com/contributors"
1867
                }
1868
            ],
1869
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1870
            "homepage": "https://symfony.com",
1871
            "keywords": [
1872
                "debug",
1873
                "dump"
1874
            ],
1875
            "time": "2017-03-12T16:07:05+00:00"
1876
        },
1877
        {
1878
            "name": "tijsverkoyen/css-to-inline-styles",
1879
            "version": "2.2.0",
1880
            "source": {
1881
                "type": "git",
1882
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1883
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
1884
            },
1885
            "dist": {
1886
                "type": "zip",
1887
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
1888
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
1889
                "shasum": ""
1890
            },
1891
            "require": {
1892
                "php": "^5.5 || ^7",
1893
                "symfony/css-selector": "^2.7|~3.0"
1894
            },
1895
            "require-dev": {
1896
                "phpunit/phpunit": "~4.8|5.1.*"
1897
            },
1898
            "type": "library",
1899
            "extra": {
1900
                "branch-alias": {
1901
                    "dev-master": "2.0.x-dev"
1902
                }
1903
            },
1904
            "autoload": {
1905
                "psr-4": {
1906
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1907
                }
1908
            },
1909
            "notification-url": "https://packagist.org/downloads/",
1910
            "license": [
1911
                "BSD-3-Clause"
1912
            ],
1913
            "authors": [
1914
                {
1915
                    "name": "Tijs Verkoyen",
1916
                    "email": "[email protected]",
1917
                    "role": "Developer"
1918
                }
1919
            ],
1920
            "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.",
1921
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1922
            "time": "2016-09-20T12:50:39+00:00"
1923
        },
1924
        {
1925
            "name": "vlucas/phpdotenv",
1926
            "version": "v2.4.0",
1927
            "source": {
1928
                "type": "git",
1929
                "url": "https://github.com/vlucas/phpdotenv.git",
1930
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1931
            },
1932
            "dist": {
1933
                "type": "zip",
1934
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1935
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1936
                "shasum": ""
1937
            },
1938
            "require": {
1939
                "php": ">=5.3.9"
1940
            },
1941
            "require-dev": {
1942
                "phpunit/phpunit": "^4.8 || ^5.0"
1943
            },
1944
            "type": "library",
1945
            "extra": {
1946
                "branch-alias": {
1947
                    "dev-master": "2.4-dev"
1948
                }
1949
            },
1950
            "autoload": {
1951
                "psr-4": {
1952
                    "Dotenv\\": "src/"
1953
                }
1954
            },
1955
            "notification-url": "https://packagist.org/downloads/",
1956
            "license": [
1957
                "BSD-3-Clause-Attribution"
1958
            ],
1959
            "authors": [
1960
                {
1961
                    "name": "Vance Lucas",
1962
                    "email": "[email protected]",
1963
                    "homepage": "http://www.vancelucas.com"
1964
                }
1965
            ],
1966
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1967
            "keywords": [
1968
                "dotenv",
1969
                "env",
1970
                "environment"
1971
            ],
1972
            "time": "2016-09-01T10:05:43+00:00"
1973
        }
1974
    ],
1975
    "packages-dev": [
1976
        {
1977
            "name": "doctrine/instantiator",
1978
            "version": "1.0.5",
1979
            "source": {
1980
                "type": "git",
1981
                "url": "https://github.com/doctrine/instantiator.git",
1982
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1983
            },
1984
            "dist": {
1985
                "type": "zip",
1986
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1987
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1988
                "shasum": ""
1989
            },
1990
            "require": {
1991
                "php": ">=5.3,<8.0-DEV"
1992
            },
1993
            "require-dev": {
1994
                "athletic/athletic": "~0.1.8",
1995
                "ext-pdo": "*",
1996
                "ext-phar": "*",
1997
                "phpunit/phpunit": "~4.0",
1998
                "squizlabs/php_codesniffer": "~2.0"
1999
            },
2000
            "type": "library",
2001
            "extra": {
2002
                "branch-alias": {
2003
                    "dev-master": "1.0.x-dev"
2004
                }
2005
            },
2006
            "autoload": {
2007
                "psr-4": {
2008
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2009
                }
2010
            },
2011
            "notification-url": "https://packagist.org/downloads/",
2012
            "license": [
2013
                "MIT"
2014
            ],
2015
            "authors": [
2016
                {
2017
                    "name": "Marco Pivetta",
2018
                    "email": "[email protected]",
2019
                    "homepage": "http://ocramius.github.com/"
2020
                }
2021
            ],
2022
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2023
            "homepage": "https://github.com/doctrine/instantiator",
2024
            "keywords": [
2025
                "constructor",
2026
                "instantiate"
2027
            ],
2028
            "time": "2015-06-14T21:17:01+00:00"
2029
        },
2030
        {
2031
            "name": "fzaninotto/faker",
2032
            "version": "v1.6.0",
2033
            "source": {
2034
                "type": "git",
2035
                "url": "https://github.com/fzaninotto/Faker.git",
2036
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
2037
            },
2038
            "dist": {
2039
                "type": "zip",
2040
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
2041
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
2042
                "shasum": ""
2043
            },
2044
            "require": {
2045
                "php": "^5.3.3|^7.0"
2046
            },
2047
            "require-dev": {
2048
                "ext-intl": "*",
2049
                "phpunit/phpunit": "~4.0",
2050
                "squizlabs/php_codesniffer": "~1.5"
2051
            },
2052
            "type": "library",
2053
            "extra": {
2054
                "branch-alias": []
2055
            },
2056
            "autoload": {
2057
                "psr-4": {
2058
                    "Faker\\": "src/Faker/"
2059
                }
2060
            },
2061
            "notification-url": "https://packagist.org/downloads/",
2062
            "license": [
2063
                "MIT"
2064
            ],
2065
            "authors": [
2066
                {
2067
                    "name": "François Zaninotto"
2068
                }
2069
            ],
2070
            "description": "Faker is a PHP library that generates fake data for you.",
2071
            "keywords": [
2072
                "data",
2073
                "faker",
2074
                "fixtures"
2075
            ],
2076
            "time": "2016-04-29T12:21:54+00:00"
2077
        },
2078
        {
2079
            "name": "hamcrest/hamcrest-php",
2080
            "version": "v1.2.2",
2081
            "source": {
2082
                "type": "git",
2083
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2084
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2085
            },
2086
            "dist": {
2087
                "type": "zip",
2088
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2089
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2090
                "shasum": ""
2091
            },
2092
            "require": {
2093
                "php": ">=5.3.2"
2094
            },
2095
            "replace": {
2096
                "cordoval/hamcrest-php": "*",
2097
                "davedevelopment/hamcrest-php": "*",
2098
                "kodova/hamcrest-php": "*"
2099
            },
2100
            "require-dev": {
2101
                "phpunit/php-file-iterator": "1.3.3",
2102
                "satooshi/php-coveralls": "dev-master"
2103
            },
2104
            "type": "library",
2105
            "autoload": {
2106
                "classmap": [
2107
                    "hamcrest"
2108
                ],
2109
                "files": [
2110
                    "hamcrest/Hamcrest.php"
2111
                ]
2112
            },
2113
            "notification-url": "https://packagist.org/downloads/",
2114
            "license": [
2115
                "BSD"
2116
            ],
2117
            "description": "This is the PHP port of Hamcrest Matchers",
2118
            "keywords": [
2119
                "test"
2120
            ],
2121
            "time": "2015-05-11T14:41:42+00:00"
2122
        },
2123
        {
2124
            "name": "mockery/mockery",
2125
            "version": "0.9.9",
2126
            "source": {
2127
                "type": "git",
2128
                "url": "https://github.com/padraic/mockery.git",
2129
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
2130
            },
2131
            "dist": {
2132
                "type": "zip",
2133
                "url": "https://api.github.com/repos/padraic/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
2134
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
2135
                "shasum": ""
2136
            },
2137
            "require": {
2138
                "hamcrest/hamcrest-php": "~1.1",
2139
                "lib-pcre": ">=7.0",
2140
                "php": ">=5.3.2"
2141
            },
2142
            "require-dev": {
2143
                "phpunit/phpunit": "~4.0"
2144
            },
2145
            "type": "library",
2146
            "extra": {
2147
                "branch-alias": {
2148
                    "dev-master": "0.9.x-dev"
2149
                }
2150
            },
2151
            "autoload": {
2152
                "psr-0": {
2153
                    "Mockery": "library/"
2154
                }
2155
            },
2156
            "notification-url": "https://packagist.org/downloads/",
2157
            "license": [
2158
                "BSD-3-Clause"
2159
            ],
2160
            "authors": [
2161
                {
2162
                    "name": "Pádraic Brady",
2163
                    "email": "[email protected]",
2164
                    "homepage": "http://blog.astrumfutura.com"
2165
                },
2166
                {
2167
                    "name": "Dave Marshall",
2168
                    "email": "[email protected]",
2169
                    "homepage": "http://davedevelopment.co.uk"
2170
                }
2171
            ],
2172
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
2173
            "homepage": "http://github.com/padraic/mockery",
2174
            "keywords": [
2175
                "BDD",
2176
                "TDD",
2177
                "library",
2178
                "mock",
2179
                "mock objects",
2180
                "mockery",
2181
                "stub",
2182
                "test",
2183
                "test double",
2184
                "testing"
2185
            ],
2186
            "time": "2017-02-28T12:52:32+00:00"
2187
        },
2188
        {
2189
            "name": "myclabs/deep-copy",
2190
            "version": "1.6.1",
2191
            "source": {
2192
                "type": "git",
2193
                "url": "https://github.com/myclabs/DeepCopy.git",
2194
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2195
            },
2196
            "dist": {
2197
                "type": "zip",
2198
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2199
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2200
                "shasum": ""
2201
            },
2202
            "require": {
2203
                "php": ">=5.4.0"
2204
            },
2205
            "require-dev": {
2206
                "doctrine/collections": "1.*",
2207
                "phpunit/phpunit": "~4.1"
2208
            },
2209
            "type": "library",
2210
            "autoload": {
2211
                "psr-4": {
2212
                    "DeepCopy\\": "src/DeepCopy/"
2213
                }
2214
            },
2215
            "notification-url": "https://packagist.org/downloads/",
2216
            "license": [
2217
                "MIT"
2218
            ],
2219
            "description": "Create deep copies (clones) of your objects",
2220
            "homepage": "https://github.com/myclabs/DeepCopy",
2221
            "keywords": [
2222
                "clone",
2223
                "copy",
2224
                "duplicate",
2225
                "object",
2226
                "object graph"
2227
            ],
2228
            "time": "2017-04-12T18:52:22+00:00"
2229
        },
2230
        {
2231
            "name": "phpdocumentor/reflection-common",
2232
            "version": "1.0",
2233
            "source": {
2234
                "type": "git",
2235
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2236
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2237
            },
2238
            "dist": {
2239
                "type": "zip",
2240
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2241
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2242
                "shasum": ""
2243
            },
2244
            "require": {
2245
                "php": ">=5.5"
2246
            },
2247
            "require-dev": {
2248
                "phpunit/phpunit": "^4.6"
2249
            },
2250
            "type": "library",
2251
            "extra": {
2252
                "branch-alias": {
2253
                    "dev-master": "1.0.x-dev"
2254
                }
2255
            },
2256
            "autoload": {
2257
                "psr-4": {
2258
                    "phpDocumentor\\Reflection\\": [
2259
                        "src"
2260
                    ]
2261
                }
2262
            },
2263
            "notification-url": "https://packagist.org/downloads/",
2264
            "license": [
2265
                "MIT"
2266
            ],
2267
            "authors": [
2268
                {
2269
                    "name": "Jaap van Otterdijk",
2270
                    "email": "[email protected]"
2271
                }
2272
            ],
2273
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2274
            "homepage": "http://www.phpdoc.org",
2275
            "keywords": [
2276
                "FQSEN",
2277
                "phpDocumentor",
2278
                "phpdoc",
2279
                "reflection",
2280
                "static analysis"
2281
            ],
2282
            "time": "2015-12-27T11:43:31+00:00"
2283
        },
2284
        {
2285
            "name": "phpdocumentor/reflection-docblock",
2286
            "version": "3.1.1",
2287
            "source": {
2288
                "type": "git",
2289
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2290
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2291
            },
2292
            "dist": {
2293
                "type": "zip",
2294
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2295
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2296
                "shasum": ""
2297
            },
2298
            "require": {
2299
                "php": ">=5.5",
2300
                "phpdocumentor/reflection-common": "^1.0@dev",
2301
                "phpdocumentor/type-resolver": "^0.2.0",
2302
                "webmozart/assert": "^1.0"
2303
            },
2304
            "require-dev": {
2305
                "mockery/mockery": "^0.9.4",
2306
                "phpunit/phpunit": "^4.4"
2307
            },
2308
            "type": "library",
2309
            "autoload": {
2310
                "psr-4": {
2311
                    "phpDocumentor\\Reflection\\": [
2312
                        "src/"
2313
                    ]
2314
                }
2315
            },
2316
            "notification-url": "https://packagist.org/downloads/",
2317
            "license": [
2318
                "MIT"
2319
            ],
2320
            "authors": [
2321
                {
2322
                    "name": "Mike van Riel",
2323
                    "email": "[email protected]"
2324
                }
2325
            ],
2326
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2327
            "time": "2016-09-30T07:12:33+00:00"
2328
        },
2329
        {
2330
            "name": "phpdocumentor/type-resolver",
2331
            "version": "0.2.1",
2332
            "source": {
2333
                "type": "git",
2334
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2335
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2336
            },
2337
            "dist": {
2338
                "type": "zip",
2339
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2340
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2341
                "shasum": ""
2342
            },
2343
            "require": {
2344
                "php": ">=5.5",
2345
                "phpdocumentor/reflection-common": "^1.0"
2346
            },
2347
            "require-dev": {
2348
                "mockery/mockery": "^0.9.4",
2349
                "phpunit/phpunit": "^5.2||^4.8.24"
2350
            },
2351
            "type": "library",
2352
            "extra": {
2353
                "branch-alias": {
2354
                    "dev-master": "1.0.x-dev"
2355
                }
2356
            },
2357
            "autoload": {
2358
                "psr-4": {
2359
                    "phpDocumentor\\Reflection\\": [
2360
                        "src/"
2361
                    ]
2362
                }
2363
            },
2364
            "notification-url": "https://packagist.org/downloads/",
2365
            "license": [
2366
                "MIT"
2367
            ],
2368
            "authors": [
2369
                {
2370
                    "name": "Mike van Riel",
2371
                    "email": "[email protected]"
2372
                }
2373
            ],
2374
            "time": "2016-11-25T06:54:22+00:00"
2375
        },
2376
        {
2377
            "name": "phpspec/prophecy",
2378
            "version": "v1.7.0",
2379
            "source": {
2380
                "type": "git",
2381
                "url": "https://github.com/phpspec/prophecy.git",
2382
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2383
            },
2384
            "dist": {
2385
                "type": "zip",
2386
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
2387
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2388
                "shasum": ""
2389
            },
2390
            "require": {
2391
                "doctrine/instantiator": "^1.0.2",
2392
                "php": "^5.3|^7.0",
2393
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2394
                "sebastian/comparator": "^1.1|^2.0",
2395
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2396
            },
2397
            "require-dev": {
2398
                "phpspec/phpspec": "^2.5|^3.2",
2399
                "phpunit/phpunit": "^4.8 || ^5.6.5"
2400
            },
2401
            "type": "library",
2402
            "extra": {
2403
                "branch-alias": {
2404
                    "dev-master": "1.6.x-dev"
2405
                }
2406
            },
2407
            "autoload": {
2408
                "psr-0": {
2409
                    "Prophecy\\": "src/"
2410
                }
2411
            },
2412
            "notification-url": "https://packagist.org/downloads/",
2413
            "license": [
2414
                "MIT"
2415
            ],
2416
            "authors": [
2417
                {
2418
                    "name": "Konstantin Kudryashov",
2419
                    "email": "[email protected]",
2420
                    "homepage": "http://everzet.com"
2421
                },
2422
                {
2423
                    "name": "Marcello Duarte",
2424
                    "email": "[email protected]"
2425
                }
2426
            ],
2427
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2428
            "homepage": "https://github.com/phpspec/prophecy",
2429
            "keywords": [
2430
                "Double",
2431
                "Dummy",
2432
                "fake",
2433
                "mock",
2434
                "spy",
2435
                "stub"
2436
            ],
2437
            "time": "2017-03-02T20:05:34+00:00"
2438
        },
2439
        {
2440
            "name": "phpunit/php-code-coverage",
2441
            "version": "4.0.8",
2442
            "source": {
2443
                "type": "git",
2444
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2445
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2446
            },
2447
            "dist": {
2448
                "type": "zip",
2449
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2450
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2451
                "shasum": ""
2452
            },
2453
            "require": {
2454
                "ext-dom": "*",
2455
                "ext-xmlwriter": "*",
2456
                "php": "^5.6 || ^7.0",
2457
                "phpunit/php-file-iterator": "^1.3",
2458
                "phpunit/php-text-template": "^1.2",
2459
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2460
                "sebastian/code-unit-reverse-lookup": "^1.0",
2461
                "sebastian/environment": "^1.3.2 || ^2.0",
2462
                "sebastian/version": "^1.0 || ^2.0"
2463
            },
2464
            "require-dev": {
2465
                "ext-xdebug": "^2.1.4",
2466
                "phpunit/phpunit": "^5.7"
2467
            },
2468
            "suggest": {
2469
                "ext-xdebug": "^2.5.1"
2470
            },
2471
            "type": "library",
2472
            "extra": {
2473
                "branch-alias": {
2474
                    "dev-master": "4.0.x-dev"
2475
                }
2476
            },
2477
            "autoload": {
2478
                "classmap": [
2479
                    "src/"
2480
                ]
2481
            },
2482
            "notification-url": "https://packagist.org/downloads/",
2483
            "license": [
2484
                "BSD-3-Clause"
2485
            ],
2486
            "authors": [
2487
                {
2488
                    "name": "Sebastian Bergmann",
2489
                    "email": "[email protected]",
2490
                    "role": "lead"
2491
                }
2492
            ],
2493
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2494
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2495
            "keywords": [
2496
                "coverage",
2497
                "testing",
2498
                "xunit"
2499
            ],
2500
            "time": "2017-04-02T07:44:40+00:00"
2501
        },
2502
        {
2503
            "name": "phpunit/php-file-iterator",
2504
            "version": "1.4.2",
2505
            "source": {
2506
                "type": "git",
2507
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2508
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2509
            },
2510
            "dist": {
2511
                "type": "zip",
2512
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2513
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2514
                "shasum": ""
2515
            },
2516
            "require": {
2517
                "php": ">=5.3.3"
2518
            },
2519
            "type": "library",
2520
            "extra": {
2521
                "branch-alias": {
2522
                    "dev-master": "1.4.x-dev"
2523
                }
2524
            },
2525
            "autoload": {
2526
                "classmap": [
2527
                    "src/"
2528
                ]
2529
            },
2530
            "notification-url": "https://packagist.org/downloads/",
2531
            "license": [
2532
                "BSD-3-Clause"
2533
            ],
2534
            "authors": [
2535
                {
2536
                    "name": "Sebastian Bergmann",
2537
                    "email": "[email protected]",
2538
                    "role": "lead"
2539
                }
2540
            ],
2541
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2542
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2543
            "keywords": [
2544
                "filesystem",
2545
                "iterator"
2546
            ],
2547
            "time": "2016-10-03T07:40:28+00:00"
2548
        },
2549
        {
2550
            "name": "phpunit/php-text-template",
2551
            "version": "1.2.1",
2552
            "source": {
2553
                "type": "git",
2554
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2555
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2556
            },
2557
            "dist": {
2558
                "type": "zip",
2559
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2560
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2561
                "shasum": ""
2562
            },
2563
            "require": {
2564
                "php": ">=5.3.3"
2565
            },
2566
            "type": "library",
2567
            "autoload": {
2568
                "classmap": [
2569
                    "src/"
2570
                ]
2571
            },
2572
            "notification-url": "https://packagist.org/downloads/",
2573
            "license": [
2574
                "BSD-3-Clause"
2575
            ],
2576
            "authors": [
2577
                {
2578
                    "name": "Sebastian Bergmann",
2579
                    "email": "[email protected]",
2580
                    "role": "lead"
2581
                }
2582
            ],
2583
            "description": "Simple template engine.",
2584
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2585
            "keywords": [
2586
                "template"
2587
            ],
2588
            "time": "2015-06-21T13:50:34+00:00"
2589
        },
2590
        {
2591
            "name": "phpunit/php-timer",
2592
            "version": "1.0.9",
2593
            "source": {
2594
                "type": "git",
2595
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2596
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2597
            },
2598
            "dist": {
2599
                "type": "zip",
2600
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2601
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2602
                "shasum": ""
2603
            },
2604
            "require": {
2605
                "php": "^5.3.3 || ^7.0"
2606
            },
2607
            "require-dev": {
2608
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2609
            },
2610
            "type": "library",
2611
            "extra": {
2612
                "branch-alias": {
2613
                    "dev-master": "1.0-dev"
2614
                }
2615
            },
2616
            "autoload": {
2617
                "classmap": [
2618
                    "src/"
2619
                ]
2620
            },
2621
            "notification-url": "https://packagist.org/downloads/",
2622
            "license": [
2623
                "BSD-3-Clause"
2624
            ],
2625
            "authors": [
2626
                {
2627
                    "name": "Sebastian Bergmann",
2628
                    "email": "[email protected]",
2629
                    "role": "lead"
2630
                }
2631
            ],
2632
            "description": "Utility class for timing",
2633
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2634
            "keywords": [
2635
                "timer"
2636
            ],
2637
            "time": "2017-02-26T11:10:40+00:00"
2638
        },
2639
        {
2640
            "name": "phpunit/php-token-stream",
2641
            "version": "1.4.11",
2642
            "source": {
2643
                "type": "git",
2644
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2645
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2646
            },
2647
            "dist": {
2648
                "type": "zip",
2649
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
2650
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2651
                "shasum": ""
2652
            },
2653
            "require": {
2654
                "ext-tokenizer": "*",
2655
                "php": ">=5.3.3"
2656
            },
2657
            "require-dev": {
2658
                "phpunit/phpunit": "~4.2"
2659
            },
2660
            "type": "library",
2661
            "extra": {
2662
                "branch-alias": {
2663
                    "dev-master": "1.4-dev"
2664
                }
2665
            },
2666
            "autoload": {
2667
                "classmap": [
2668
                    "src/"
2669
                ]
2670
            },
2671
            "notification-url": "https://packagist.org/downloads/",
2672
            "license": [
2673
                "BSD-3-Clause"
2674
            ],
2675
            "authors": [
2676
                {
2677
                    "name": "Sebastian Bergmann",
2678
                    "email": "[email protected]"
2679
                }
2680
            ],
2681
            "description": "Wrapper around PHP's tokenizer extension.",
2682
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2683
            "keywords": [
2684
                "tokenizer"
2685
            ],
2686
            "time": "2017-02-27T10:12:30+00:00"
2687
        },
2688
        {
2689
            "name": "phpunit/phpunit",
2690
            "version": "5.7.19",
2691
            "source": {
2692
                "type": "git",
2693
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2694
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
2695
            },
2696
            "dist": {
2697
                "type": "zip",
2698
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
2699
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
2700
                "shasum": ""
2701
            },
2702
            "require": {
2703
                "ext-dom": "*",
2704
                "ext-json": "*",
2705
                "ext-libxml": "*",
2706
                "ext-mbstring": "*",
2707
                "ext-xml": "*",
2708
                "myclabs/deep-copy": "~1.3",
2709
                "php": "^5.6 || ^7.0",
2710
                "phpspec/prophecy": "^1.6.2",
2711
                "phpunit/php-code-coverage": "^4.0.4",
2712
                "phpunit/php-file-iterator": "~1.4",
2713
                "phpunit/php-text-template": "~1.2",
2714
                "phpunit/php-timer": "^1.0.6",
2715
                "phpunit/phpunit-mock-objects": "^3.2",
2716
                "sebastian/comparator": "^1.2.4",
2717
                "sebastian/diff": "~1.2",
2718
                "sebastian/environment": "^1.3.4 || ^2.0",
2719
                "sebastian/exporter": "~2.0",
2720
                "sebastian/global-state": "^1.1",
2721
                "sebastian/object-enumerator": "~2.0",
2722
                "sebastian/resource-operations": "~1.0",
2723
                "sebastian/version": "~1.0.3|~2.0",
2724
                "symfony/yaml": "~2.1|~3.0"
2725
            },
2726
            "conflict": {
2727
                "phpdocumentor/reflection-docblock": "3.0.2"
2728
            },
2729
            "require-dev": {
2730
                "ext-pdo": "*"
2731
            },
2732
            "suggest": {
2733
                "ext-xdebug": "*",
2734
                "phpunit/php-invoker": "~1.1"
2735
            },
2736
            "bin": [
2737
                "phpunit"
2738
            ],
2739
            "type": "library",
2740
            "extra": {
2741
                "branch-alias": {
2742
                    "dev-master": "5.7.x-dev"
2743
                }
2744
            },
2745
            "autoload": {
2746
                "classmap": [
2747
                    "src/"
2748
                ]
2749
            },
2750
            "notification-url": "https://packagist.org/downloads/",
2751
            "license": [
2752
                "BSD-3-Clause"
2753
            ],
2754
            "authors": [
2755
                {
2756
                    "name": "Sebastian Bergmann",
2757
                    "email": "[email protected]",
2758
                    "role": "lead"
2759
                }
2760
            ],
2761
            "description": "The PHP Unit Testing framework.",
2762
            "homepage": "https://phpunit.de/",
2763
            "keywords": [
2764
                "phpunit",
2765
                "testing",
2766
                "xunit"
2767
            ],
2768
            "time": "2017-04-03T02:22:27+00:00"
2769
        },
2770
        {
2771
            "name": "phpunit/phpunit-mock-objects",
2772
            "version": "3.4.3",
2773
            "source": {
2774
                "type": "git",
2775
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2776
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2777
            },
2778
            "dist": {
2779
                "type": "zip",
2780
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2781
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2782
                "shasum": ""
2783
            },
2784
            "require": {
2785
                "doctrine/instantiator": "^1.0.2",
2786
                "php": "^5.6 || ^7.0",
2787
                "phpunit/php-text-template": "^1.2",
2788
                "sebastian/exporter": "^1.2 || ^2.0"
2789
            },
2790
            "conflict": {
2791
                "phpunit/phpunit": "<5.4.0"
2792
            },
2793
            "require-dev": {
2794
                "phpunit/phpunit": "^5.4"
2795
            },
2796
            "suggest": {
2797
                "ext-soap": "*"
2798
            },
2799
            "type": "library",
2800
            "extra": {
2801
                "branch-alias": {
2802
                    "dev-master": "3.2.x-dev"
2803
                }
2804
            },
2805
            "autoload": {
2806
                "classmap": [
2807
                    "src/"
2808
                ]
2809
            },
2810
            "notification-url": "https://packagist.org/downloads/",
2811
            "license": [
2812
                "BSD-3-Clause"
2813
            ],
2814
            "authors": [
2815
                {
2816
                    "name": "Sebastian Bergmann",
2817
                    "email": "[email protected]",
2818
                    "role": "lead"
2819
                }
2820
            ],
2821
            "description": "Mock Object library for PHPUnit",
2822
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2823
            "keywords": [
2824
                "mock",
2825
                "xunit"
2826
            ],
2827
            "time": "2016-12-08T20:27:08+00:00"
2828
        },
2829
        {
2830
            "name": "sebastian/code-unit-reverse-lookup",
2831
            "version": "1.0.1",
2832
            "source": {
2833
                "type": "git",
2834
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2835
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2836
            },
2837
            "dist": {
2838
                "type": "zip",
2839
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2840
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2841
                "shasum": ""
2842
            },
2843
            "require": {
2844
                "php": "^5.6 || ^7.0"
2845
            },
2846
            "require-dev": {
2847
                "phpunit/phpunit": "^5.7 || ^6.0"
2848
            },
2849
            "type": "library",
2850
            "extra": {
2851
                "branch-alias": {
2852
                    "dev-master": "1.0.x-dev"
2853
                }
2854
            },
2855
            "autoload": {
2856
                "classmap": [
2857
                    "src/"
2858
                ]
2859
            },
2860
            "notification-url": "https://packagist.org/downloads/",
2861
            "license": [
2862
                "BSD-3-Clause"
2863
            ],
2864
            "authors": [
2865
                {
2866
                    "name": "Sebastian Bergmann",
2867
                    "email": "[email protected]"
2868
                }
2869
            ],
2870
            "description": "Looks up which function or method a line of code belongs to",
2871
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2872
            "time": "2017-03-04T06:30:41+00:00"
2873
        },
2874
        {
2875
            "name": "sebastian/comparator",
2876
            "version": "1.2.4",
2877
            "source": {
2878
                "type": "git",
2879
                "url": "https://github.com/sebastianbergmann/comparator.git",
2880
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2881
            },
2882
            "dist": {
2883
                "type": "zip",
2884
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2885
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2886
                "shasum": ""
2887
            },
2888
            "require": {
2889
                "php": ">=5.3.3",
2890
                "sebastian/diff": "~1.2",
2891
                "sebastian/exporter": "~1.2 || ~2.0"
2892
            },
2893
            "require-dev": {
2894
                "phpunit/phpunit": "~4.4"
2895
            },
2896
            "type": "library",
2897
            "extra": {
2898
                "branch-alias": {
2899
                    "dev-master": "1.2.x-dev"
2900
                }
2901
            },
2902
            "autoload": {
2903
                "classmap": [
2904
                    "src/"
2905
                ]
2906
            },
2907
            "notification-url": "https://packagist.org/downloads/",
2908
            "license": [
2909
                "BSD-3-Clause"
2910
            ],
2911
            "authors": [
2912
                {
2913
                    "name": "Jeff Welch",
2914
                    "email": "[email protected]"
2915
                },
2916
                {
2917
                    "name": "Volker Dusch",
2918
                    "email": "[email protected]"
2919
                },
2920
                {
2921
                    "name": "Bernhard Schussek",
2922
                    "email": "[email protected]"
2923
                },
2924
                {
2925
                    "name": "Sebastian Bergmann",
2926
                    "email": "[email protected]"
2927
                }
2928
            ],
2929
            "description": "Provides the functionality to compare PHP values for equality",
2930
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2931
            "keywords": [
2932
                "comparator",
2933
                "compare",
2934
                "equality"
2935
            ],
2936
            "time": "2017-01-29T09:50:25+00:00"
2937
        },
2938
        {
2939
            "name": "sebastian/diff",
2940
            "version": "1.4.1",
2941
            "source": {
2942
                "type": "git",
2943
                "url": "https://github.com/sebastianbergmann/diff.git",
2944
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2945
            },
2946
            "dist": {
2947
                "type": "zip",
2948
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2949
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2950
                "shasum": ""
2951
            },
2952
            "require": {
2953
                "php": ">=5.3.3"
2954
            },
2955
            "require-dev": {
2956
                "phpunit/phpunit": "~4.8"
2957
            },
2958
            "type": "library",
2959
            "extra": {
2960
                "branch-alias": {
2961
                    "dev-master": "1.4-dev"
2962
                }
2963
            },
2964
            "autoload": {
2965
                "classmap": [
2966
                    "src/"
2967
                ]
2968
            },
2969
            "notification-url": "https://packagist.org/downloads/",
2970
            "license": [
2971
                "BSD-3-Clause"
2972
            ],
2973
            "authors": [
2974
                {
2975
                    "name": "Kore Nordmann",
2976
                    "email": "[email protected]"
2977
                },
2978
                {
2979
                    "name": "Sebastian Bergmann",
2980
                    "email": "[email protected]"
2981
                }
2982
            ],
2983
            "description": "Diff implementation",
2984
            "homepage": "https://github.com/sebastianbergmann/diff",
2985
            "keywords": [
2986
                "diff"
2987
            ],
2988
            "time": "2015-12-08T07:14:41+00:00"
2989
        },
2990
        {
2991
            "name": "sebastian/environment",
2992
            "version": "2.0.0",
2993
            "source": {
2994
                "type": "git",
2995
                "url": "https://github.com/sebastianbergmann/environment.git",
2996
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2997
            },
2998
            "dist": {
2999
                "type": "zip",
3000
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3001
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3002
                "shasum": ""
3003
            },
3004
            "require": {
3005
                "php": "^5.6 || ^7.0"
3006
            },
3007
            "require-dev": {
3008
                "phpunit/phpunit": "^5.0"
3009
            },
3010
            "type": "library",
3011
            "extra": {
3012
                "branch-alias": {
3013
                    "dev-master": "2.0.x-dev"
3014
                }
3015
            },
3016
            "autoload": {
3017
                "classmap": [
3018
                    "src/"
3019
                ]
3020
            },
3021
            "notification-url": "https://packagist.org/downloads/",
3022
            "license": [
3023
                "BSD-3-Clause"
3024
            ],
3025
            "authors": [
3026
                {
3027
                    "name": "Sebastian Bergmann",
3028
                    "email": "[email protected]"
3029
                }
3030
            ],
3031
            "description": "Provides functionality to handle HHVM/PHP environments",
3032
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3033
            "keywords": [
3034
                "Xdebug",
3035
                "environment",
3036
                "hhvm"
3037
            ],
3038
            "time": "2016-11-26T07:53:53+00:00"
3039
        },
3040
        {
3041
            "name": "sebastian/exporter",
3042
            "version": "2.0.0",
3043
            "source": {
3044
                "type": "git",
3045
                "url": "https://github.com/sebastianbergmann/exporter.git",
3046
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3047
            },
3048
            "dist": {
3049
                "type": "zip",
3050
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3051
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3052
                "shasum": ""
3053
            },
3054
            "require": {
3055
                "php": ">=5.3.3",
3056
                "sebastian/recursion-context": "~2.0"
3057
            },
3058
            "require-dev": {
3059
                "ext-mbstring": "*",
3060
                "phpunit/phpunit": "~4.4"
3061
            },
3062
            "type": "library",
3063
            "extra": {
3064
                "branch-alias": {
3065
                    "dev-master": "2.0.x-dev"
3066
                }
3067
            },
3068
            "autoload": {
3069
                "classmap": [
3070
                    "src/"
3071
                ]
3072
            },
3073
            "notification-url": "https://packagist.org/downloads/",
3074
            "license": [
3075
                "BSD-3-Clause"
3076
            ],
3077
            "authors": [
3078
                {
3079
                    "name": "Jeff Welch",
3080
                    "email": "[email protected]"
3081
                },
3082
                {
3083
                    "name": "Volker Dusch",
3084
                    "email": "[email protected]"
3085
                },
3086
                {
3087
                    "name": "Bernhard Schussek",
3088
                    "email": "[email protected]"
3089
                },
3090
                {
3091
                    "name": "Sebastian Bergmann",
3092
                    "email": "[email protected]"
3093
                },
3094
                {
3095
                    "name": "Adam Harvey",
3096
                    "email": "[email protected]"
3097
                }
3098
            ],
3099
            "description": "Provides the functionality to export PHP variables for visualization",
3100
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3101
            "keywords": [
3102
                "export",
3103
                "exporter"
3104
            ],
3105
            "time": "2016-11-19T08:54:04+00:00"
3106
        },
3107
        {
3108
            "name": "sebastian/global-state",
3109
            "version": "1.1.1",
3110
            "source": {
3111
                "type": "git",
3112
                "url": "https://github.com/sebastianbergmann/global-state.git",
3113
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3114
            },
3115
            "dist": {
3116
                "type": "zip",
3117
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3118
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3119
                "shasum": ""
3120
            },
3121
            "require": {
3122
                "php": ">=5.3.3"
3123
            },
3124
            "require-dev": {
3125
                "phpunit/phpunit": "~4.2"
3126
            },
3127
            "suggest": {
3128
                "ext-uopz": "*"
3129
            },
3130
            "type": "library",
3131
            "extra": {
3132
                "branch-alias": {
3133
                    "dev-master": "1.0-dev"
3134
                }
3135
            },
3136
            "autoload": {
3137
                "classmap": [
3138
                    "src/"
3139
                ]
3140
            },
3141
            "notification-url": "https://packagist.org/downloads/",
3142
            "license": [
3143
                "BSD-3-Clause"
3144
            ],
3145
            "authors": [
3146
                {
3147
                    "name": "Sebastian Bergmann",
3148
                    "email": "[email protected]"
3149
                }
3150
            ],
3151
            "description": "Snapshotting of global state",
3152
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3153
            "keywords": [
3154
                "global state"
3155
            ],
3156
            "time": "2015-10-12T03:26:01+00:00"
3157
        },
3158
        {
3159
            "name": "sebastian/object-enumerator",
3160
            "version": "2.0.1",
3161
            "source": {
3162
                "type": "git",
3163
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3164
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3165
            },
3166
            "dist": {
3167
                "type": "zip",
3168
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3169
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3170
                "shasum": ""
3171
            },
3172
            "require": {
3173
                "php": ">=5.6",
3174
                "sebastian/recursion-context": "~2.0"
3175
            },
3176
            "require-dev": {
3177
                "phpunit/phpunit": "~5"
3178
            },
3179
            "type": "library",
3180
            "extra": {
3181
                "branch-alias": {
3182
                    "dev-master": "2.0.x-dev"
3183
                }
3184
            },
3185
            "autoload": {
3186
                "classmap": [
3187
                    "src/"
3188
                ]
3189
            },
3190
            "notification-url": "https://packagist.org/downloads/",
3191
            "license": [
3192
                "BSD-3-Clause"
3193
            ],
3194
            "authors": [
3195
                {
3196
                    "name": "Sebastian Bergmann",
3197
                    "email": "[email protected]"
3198
                }
3199
            ],
3200
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3201
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3202
            "time": "2017-02-18T15:18:39+00:00"
3203
        },
3204
        {
3205
            "name": "sebastian/recursion-context",
3206
            "version": "2.0.0",
3207
            "source": {
3208
                "type": "git",
3209
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3210
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3211
            },
3212
            "dist": {
3213
                "type": "zip",
3214
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3215
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3216
                "shasum": ""
3217
            },
3218
            "require": {
3219
                "php": ">=5.3.3"
3220
            },
3221
            "require-dev": {
3222
                "phpunit/phpunit": "~4.4"
3223
            },
3224
            "type": "library",
3225
            "extra": {
3226
                "branch-alias": {
3227
                    "dev-master": "2.0.x-dev"
3228
                }
3229
            },
3230
            "autoload": {
3231
                "classmap": [
3232
                    "src/"
3233
                ]
3234
            },
3235
            "notification-url": "https://packagist.org/downloads/",
3236
            "license": [
3237
                "BSD-3-Clause"
3238
            ],
3239
            "authors": [
3240
                {
3241
                    "name": "Jeff Welch",
3242
                    "email": "[email protected]"
3243
                },
3244
                {
3245
                    "name": "Sebastian Bergmann",
3246
                    "email": "[email protected]"
3247
                },
3248
                {
3249
                    "name": "Adam Harvey",
3250
                    "email": "[email protected]"
3251
                }
3252
            ],
3253
            "description": "Provides functionality to recursively process PHP variables",
3254
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3255
            "time": "2016-11-19T07:33:16+00:00"
3256
        },
3257
        {
3258
            "name": "sebastian/resource-operations",
3259
            "version": "1.0.0",
3260
            "source": {
3261
                "type": "git",
3262
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3263
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3264
            },
3265
            "dist": {
3266
                "type": "zip",
3267
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3268
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3269
                "shasum": ""
3270
            },
3271
            "require": {
3272
                "php": ">=5.6.0"
3273
            },
3274
            "type": "library",
3275
            "extra": {
3276
                "branch-alias": {
3277
                    "dev-master": "1.0.x-dev"
3278
                }
3279
            },
3280
            "autoload": {
3281
                "classmap": [
3282
                    "src/"
3283
                ]
3284
            },
3285
            "notification-url": "https://packagist.org/downloads/",
3286
            "license": [
3287
                "BSD-3-Clause"
3288
            ],
3289
            "authors": [
3290
                {
3291
                    "name": "Sebastian Bergmann",
3292
                    "email": "[email protected]"
3293
                }
3294
            ],
3295
            "description": "Provides a list of PHP built-in functions that operate on resources",
3296
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3297
            "time": "2015-07-28T20:34:47+00:00"
3298
        },
3299
        {
3300
            "name": "sebastian/version",
3301
            "version": "2.0.1",
3302
            "source": {
3303
                "type": "git",
3304
                "url": "https://github.com/sebastianbergmann/version.git",
3305
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3306
            },
3307
            "dist": {
3308
                "type": "zip",
3309
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3310
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3311
                "shasum": ""
3312
            },
3313
            "require": {
3314
                "php": ">=5.6"
3315
            },
3316
            "type": "library",
3317
            "extra": {
3318
                "branch-alias": {
3319
                    "dev-master": "2.0.x-dev"
3320
                }
3321
            },
3322
            "autoload": {
3323
                "classmap": [
3324
                    "src/"
3325
                ]
3326
            },
3327
            "notification-url": "https://packagist.org/downloads/",
3328
            "license": [
3329
                "BSD-3-Clause"
3330
            ],
3331
            "authors": [
3332
                {
3333
                    "name": "Sebastian Bergmann",
3334
                    "email": "[email protected]",
3335
                    "role": "lead"
3336
                }
3337
            ],
3338
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3339
            "homepage": "https://github.com/sebastianbergmann/version",
3340
            "time": "2016-10-03T07:35:21+00:00"
3341
        },
3342
        {
3343
            "name": "symfony/yaml",
3344
            "version": "v3.2.7",
3345
            "source": {
3346
                "type": "git",
3347
                "url": "https://github.com/symfony/yaml.git",
3348
                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621"
3349
            },
3350
            "dist": {
3351
                "type": "zip",
3352
                "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621",
3353
                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621",
3354
                "shasum": ""
3355
            },
3356
            "require": {
3357
                "php": ">=5.5.9"
3358
            },
3359
            "require-dev": {
3360
                "symfony/console": "~2.8|~3.0"
3361
            },
3362
            "suggest": {
3363
                "symfony/console": "For validating YAML files using the lint command"
3364
            },
3365
            "type": "library",
3366
            "extra": {
3367
                "branch-alias": {
3368
                    "dev-master": "3.2-dev"
3369
                }
3370
            },
3371
            "autoload": {
3372
                "psr-4": {
3373
                    "Symfony\\Component\\Yaml\\": ""
3374
                },
3375
                "exclude-from-classmap": [
3376
                    "/Tests/"
3377
                ]
3378
            },
3379
            "notification-url": "https://packagist.org/downloads/",
3380
            "license": [
3381
                "MIT"
3382
            ],
3383
            "authors": [
3384
                {
3385
                    "name": "Fabien Potencier",
3386
                    "email": "[email protected]"
3387
                },
3388
                {
3389
                    "name": "Symfony Community",
3390
                    "homepage": "https://symfony.com/contributors"
3391
                }
3392
            ],
3393
            "description": "Symfony Yaml Component",
3394
            "homepage": "https://symfony.com",
3395
            "time": "2017-03-20T09:45:15+00:00"
3396
        },
3397
        {
3398
            "name": "webmozart/assert",
3399
            "version": "1.2.0",
3400
            "source": {
3401
                "type": "git",
3402
                "url": "https://github.com/webmozart/assert.git",
3403
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3404
            },
3405
            "dist": {
3406
                "type": "zip",
3407
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3408
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3409
                "shasum": ""
3410
            },
3411
            "require": {
3412
                "php": "^5.3.3 || ^7.0"
3413
            },
3414
            "require-dev": {
3415
                "phpunit/phpunit": "^4.6",
3416
                "sebastian/version": "^1.0.1"
3417
            },
3418
            "type": "library",
3419
            "extra": {
3420
                "branch-alias": {
3421
                    "dev-master": "1.3-dev"
3422
                }
3423
            },
3424
            "autoload": {
3425
                "psr-4": {
3426
                    "Webmozart\\Assert\\": "src/"
3427
                }
3428
            },
3429
            "notification-url": "https://packagist.org/downloads/",
3430
            "license": [
3431
                "MIT"
3432
            ],
3433
            "authors": [
3434
                {
3435
                    "name": "Bernhard Schussek",
3436
                    "email": "[email protected]"
3437
                }
3438
            ],
3439
            "description": "Assertions to validate method input/output with nice error messages.",
3440
            "keywords": [
3441
                "assert",
3442
                "check",
3443
                "validate"
3444
            ],
3445
            "time": "2016-11-23T20:04:58+00:00"
3446
        }
3447
    ],
3448
    "aliases": [],
3449
    "minimum-stability": "stable",
3450
    "stability-flags": [],
3451
    "prefer-stable": false,
3452
    "prefer-lowest": false,
3453
    "platform": {
3454
        "php": ">=5.6.4"
3455
    },
3456
    "platform-dev": []
3457
}
3458