Issues (38)

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 (3 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": "1592ef899539790a06d203137a40f2f4",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
20
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.0"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.2.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2017-07-22T12:18:28+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "egulias/email-validator",
132
            "version": "2.1.3",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/egulias/EmailValidator.git",
136
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
141
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "doctrine/lexer": "^1.0.1",
146
                "php": ">= 5.5"
147
            },
148
            "require-dev": {
149
                "dominicsayers/isemail": "dev-master",
150
                "phpunit/phpunit": "^4.8.35",
151
                "satooshi/php-coveralls": "^1.0.1"
152
            },
153
            "suggest": {
154
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
155
            },
156
            "type": "library",
157
            "extra": {
158
                "branch-alias": {
159
                    "dev-master": "2.0.x-dev"
160
                }
161
            },
162
            "autoload": {
163
                "psr-4": {
164
                    "Egulias\\EmailValidator\\": "EmailValidator"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Eduardo Gulias Davis"
174
                }
175
            ],
176
            "description": "A library for validating emails against several RFCs",
177
            "homepage": "https://github.com/egulias/EmailValidator",
178
            "keywords": [
179
                "email",
180
                "emailvalidation",
181
                "emailvalidator",
182
                "validation",
183
                "validator"
184
            ],
185
            "time": "2017-11-15T23:40:40+00:00"
186
        },
187
        {
188
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
189
            "version": "1.6.4",
190
            "source": {
191
                "type": "git",
192
                "url": "https://github.com/erusev/parsedown.git",
193
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
194
            },
195
            "dist": {
196
                "type": "zip",
197
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
198
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
199
                "shasum": ""
200
            },
201
            "require": {
202
                "php": ">=5.3.0"
203
            },
204
            "require-dev": {
205
                "phpunit/phpunit": "^4.8.35"
206
            },
207
            "type": "library",
208
            "autoload": {
209
                "psr-0": {
210
                    "Parsedown": ""
211
                }
212
            },
213
            "notification-url": "https://packagist.org/downloads/",
214
            "license": [
215
                "MIT"
216
            ],
217
            "authors": [
218
                {
219
                    "name": "Emanuil Rusev",
220
                    "email": "[email protected]",
221
                    "homepage": "http://erusev.com"
222
                }
223
            ],
224
            "description": "Parser for Markdown.",
225
            "homepage": "http://parsedown.org",
226
            "keywords": [
227
                "markdown",
228
                "parser"
229
            ],
230
            "time": "2017-11-14T20:44:03+00:00"
231
        },
232
        {
233
            "name": "guzzlehttp/guzzle",
234
            "version": "6.3.0",
235
            "source": {
236
                "type": "git",
237
                "url": "https://github.com/guzzle/guzzle.git",
238
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
239
            },
240
            "dist": {
241
                "type": "zip",
242
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
243
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
244
                "shasum": ""
245
            },
246
            "require": {
247
                "guzzlehttp/promises": "^1.0",
248
                "guzzlehttp/psr7": "^1.4",
249
                "php": ">=5.5"
250
            },
251
            "require-dev": {
252
                "ext-curl": "*",
253
                "phpunit/phpunit": "^4.0 || ^5.0",
254
                "psr/log": "^1.0"
255
            },
256
            "suggest": {
257
                "psr/log": "Required for using the Log middleware"
258
            },
259
            "type": "library",
260
            "extra": {
261
                "branch-alias": {
262
                    "dev-master": "6.2-dev"
263
                }
264
            },
265
            "autoload": {
266
                "files": [
267
                    "src/functions_include.php"
268
                ],
269
                "psr-4": {
270
                    "GuzzleHttp\\": "src/"
271
                }
272
            },
273
            "notification-url": "https://packagist.org/downloads/",
274
            "license": [
275
                "MIT"
276
            ],
277
            "authors": [
278
                {
279
                    "name": "Michael Dowling",
280
                    "email": "[email protected]",
281
                    "homepage": "https://github.com/mtdowling"
282
                }
283
            ],
284
            "description": "Guzzle is a PHP HTTP client library",
285
            "homepage": "http://guzzlephp.org/",
286
            "keywords": [
287
                "client",
288
                "curl",
289
                "framework",
290
                "http",
291
                "http client",
292
                "rest",
293
                "web service"
294
            ],
295
            "time": "2017-06-22T18:50:49+00:00"
296
        },
297
        {
298
            "name": "guzzlehttp/promises",
299
            "version": "v1.3.1",
300
            "source": {
301
                "type": "git",
302
                "url": "https://github.com/guzzle/promises.git",
303
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
304
            },
305
            "dist": {
306
                "type": "zip",
307
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
308
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
309
                "shasum": ""
310
            },
311
            "require": {
312
                "php": ">=5.5.0"
313
            },
314
            "require-dev": {
315
                "phpunit/phpunit": "^4.0"
316
            },
317
            "type": "library",
318
            "extra": {
319
                "branch-alias": {
320
                    "dev-master": "1.4-dev"
321
                }
322
            },
323
            "autoload": {
324
                "psr-4": {
325
                    "GuzzleHttp\\Promise\\": "src/"
326
                },
327
                "files": [
328
                    "src/functions_include.php"
329
                ]
330
            },
331
            "notification-url": "https://packagist.org/downloads/",
332
            "license": [
333
                "MIT"
334
            ],
335
            "authors": [
336
                {
337
                    "name": "Michael Dowling",
338
                    "email": "[email protected]",
339
                    "homepage": "https://github.com/mtdowling"
340
                }
341
            ],
342
            "description": "Guzzle promises library",
343
            "keywords": [
344
                "promise"
345
            ],
346
            "time": "2016-12-20T10:07:11+00:00"
347
        },
348
        {
349
            "name": "guzzlehttp/psr7",
350
            "version": "1.4.2",
351
            "source": {
352
                "type": "git",
353
                "url": "https://github.com/guzzle/psr7.git",
354
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
355
            },
356
            "dist": {
357
                "type": "zip",
358
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
359
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
360
                "shasum": ""
361
            },
362
            "require": {
363
                "php": ">=5.4.0",
364
                "psr/http-message": "~1.0"
365
            },
366
            "provide": {
367
                "psr/http-message-implementation": "1.0"
368
            },
369
            "require-dev": {
370
                "phpunit/phpunit": "~4.0"
371
            },
372
            "type": "library",
373
            "extra": {
374
                "branch-alias": {
375
                    "dev-master": "1.4-dev"
376
                }
377
            },
378
            "autoload": {
379
                "psr-4": {
380
                    "GuzzleHttp\\Psr7\\": "src/"
381
                },
382
                "files": [
383
                    "src/functions_include.php"
384
                ]
385
            },
386
            "notification-url": "https://packagist.org/downloads/",
387
            "license": [
388
                "MIT"
389
            ],
390
            "authors": [
391
                {
392
                    "name": "Michael Dowling",
393
                    "email": "[email protected]",
394
                    "homepage": "https://github.com/mtdowling"
395
                },
396
                {
397
                    "name": "Tobias Schultze",
398
                    "homepage": "https://github.com/Tobion"
399
                }
400
            ],
401
            "description": "PSR-7 message implementation that also provides common utility methods",
402
            "keywords": [
403
                "http",
404
                "message",
405
                "request",
406
                "response",
407
                "stream",
408
                "uri",
409
                "url"
410
            ],
411
            "time": "2017-03-20T17:10:46+00:00"
412
        },
413
        {
414
            "name": "jobapis/jobs-careerbuilder",
415
            "version": "2.0.3",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/jobapis/jobs-careerbuilder.git",
419
                "reference": "42f69648afdc7f54ed771d641d58ff101997c09e"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/jobapis/jobs-careerbuilder/zipball/42f69648afdc7f54ed771d641d58ff101997c09e",
424
                "reference": "42f69648afdc7f54ed771d641d58ff101997c09e",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "jobapis/jobs-common": "^2.0.2",
429
                "php": ">=5.5.0"
430
            },
431
            "require-dev": {
432
                "mockery/mockery": ">=0.9.4",
433
                "phpunit/php-code-coverage": "~2.0",
434
                "phpunit/phpunit": ">=4.6",
435
                "squizlabs/php_codesniffer": "~2.0"
436
            },
437
            "type": "library",
438
            "autoload": {
439
                "psr-4": {
440
                    "JobApis\\Jobs\\Client\\": "src/"
441
                }
442
            },
443
            "notification-url": "https://packagist.org/downloads/",
444
            "license": [
445
                "Apache-2.0"
446
            ],
447
            "authors": [
448
                {
449
                    "name": "Steven Maguire",
450
                    "email": "[email protected]",
451
                    "homepage": "https://github.com/stevenmaguire"
452
                },
453
                {
454
                    "name": "Karl Hughes",
455
                    "email": "[email protected]",
456
                    "homepage": "https://github.com/karllhughes"
457
                }
458
            ],
459
            "description": "Making it simple to integrate your application with Careerbuilder Jobs API.",
460
            "homepage": "https://github.com/jobapis/jobs-careerbuilder",
461
            "keywords": [
462
                "api client",
463
                "careerbuilder",
464
                "jobs",
465
                "object"
466
            ],
467
            "time": "2016-11-01T20:40:15+00:00"
468
        },
469
        {
470
            "name": "jobapis/jobs-careercast",
471
            "version": "1.0.1",
472
            "source": {
473
                "type": "git",
474
                "url": "https://github.com/jobapis/jobs-careercast.git",
475
                "reference": "a1ea25018fbfaa73f80578e61f85c039fa4681a4"
476
            },
477
            "dist": {
478
                "type": "zip",
479
                "url": "https://api.github.com/repos/jobapis/jobs-careercast/zipball/a1ea25018fbfaa73f80578e61f85c039fa4681a4",
480
                "reference": "a1ea25018fbfaa73f80578e61f85c039fa4681a4",
481
                "shasum": ""
482
            },
483
            "require": {
484
                "jobapis/jobs-common": "^2.0.0",
485
                "php": ">=5.5.0"
486
            },
487
            "require-dev": {
488
                "mockery/mockery": ">=0.9.4",
489
                "phpunit/php-code-coverage": "~2.0",
490
                "phpunit/phpunit": ">=4.6",
491
                "squizlabs/php_codesniffer": "~2.0"
492
            },
493
            "type": "library",
494
            "autoload": {
495
                "psr-4": {
496
                    "JobApis\\Jobs\\Client\\": "src/"
497
                }
498
            },
499
            "notification-url": "https://packagist.org/downloads/",
500
            "license": [
501
                "Apache-2.0"
502
            ],
503
            "authors": [
504
                {
505
                    "name": "Karl Hughes",
506
                    "email": "[email protected]",
507
                    "homepage": "https://github.com/karllhughes"
508
                }
509
            ],
510
            "description": "Making it simple to integrate your application with Careercast's Jobs RSS feed.",
511
            "homepage": "https://github.com/JobBrander/jobs-careercast",
512
            "keywords": [
513
                "api client",
514
                "careercast",
515
                "jobs",
516
                "object",
517
                "rss client"
518
            ],
519
            "time": "2016-10-07T00:00:25+00:00"
520
        },
521
        {
522
            "name": "jobapis/jobs-careerjet",
523
            "version": "0.1.0",
524
            "source": {
525
                "type": "git",
526
                "url": "https://github.com/jobapis/jobs-careerjet.git",
527
                "reference": "2914987c021dc96c64ec29320b07c3fd9a2f45f4"
528
            },
529
            "dist": {
530
                "type": "zip",
531
                "url": "https://api.github.com/repos/jobapis/jobs-careerjet/zipball/2914987c021dc96c64ec29320b07c3fd9a2f45f4",
532
                "reference": "2914987c021dc96c64ec29320b07c3fd9a2f45f4",
533
                "shasum": ""
534
            },
535
            "require": {
536
                "jobapis/jobs-common": "^2.0.0",
537
                "php": ">=5.5.0"
538
            },
539
            "require-dev": {
540
                "mockery/mockery": ">=0.9.4",
541
                "phpunit/php-code-coverage": "~2.0",
542
                "phpunit/phpunit": ">=4.6",
543
                "squizlabs/php_codesniffer": "~2.0"
544
            },
545
            "type": "library",
546
            "autoload": {
547
                "psr-4": {
548
                    "JobApis\\Jobs\\Client\\": "src/"
549
                }
550
            },
551
            "notification-url": "https://packagist.org/downloads/",
552
            "license": [
553
                "Apache-2.0"
554
            ],
555
            "authors": [
556
                {
557
                    "name": "Karl Hughes",
558
                    "email": "[email protected]",
559
                    "homepage": "https://github.com/karllhughes"
560
                }
561
            ],
562
            "description": "Making it simple to integrate your application with the Careerjet Jobs API.",
563
            "homepage": "https://github.com/jobapis/jobs-careerjet",
564
            "keywords": [
565
                "api client",
566
                "careerjet",
567
                "jobs",
568
                "object"
569
            ],
570
            "time": "2016-11-09T23:26:17+00:00"
571
        },
572
        {
573
            "name": "jobapis/jobs-common",
574
            "version": "2.1.2",
575
            "source": {
576
                "type": "git",
577
                "url": "https://github.com/jobapis/jobs-common.git",
578
                "reference": "e35bf885998252c83e3018600e9ef9dfac78a5ba"
579
            },
580
            "dist": {
581
                "type": "zip",
582
                "url": "https://api.github.com/repos/jobapis/jobs-common/zipball/e35bf885998252c83e3018600e9ef9dfac78a5ba",
583
                "reference": "e35bf885998252c83e3018600e9ef9dfac78a5ba",
584
                "shasum": ""
585
            },
586
            "require": {
587
                "guzzlehttp/guzzle": "~6.0",
588
                "php": ">=5.5.0"
589
            },
590
            "require-dev": {
591
                "dunglas/php-schema": "0.4.*",
592
                "mockery/mockery": ">=0.9.4",
593
                "phpunit/php-code-coverage": "~2.0",
594
                "phpunit/phpunit": ">=4.6",
595
                "squizlabs/php_codesniffer": "~2.0"
596
            },
597
            "type": "library",
598
            "autoload": {
599
                "psr-4": {
600
                    "JobApis\\Jobs\\Client\\": "src/"
601
                }
602
            },
603
            "notification-url": "https://packagist.org/downloads/",
604
            "license": [
605
                "Apache-2.0"
606
            ],
607
            "authors": [
608
                {
609
                    "name": "Steven Maguire",
610
                    "email": "[email protected]",
611
                    "homepage": "https://github.com/stevenmaguire"
612
                },
613
                {
614
                    "name": "Karl Hughes",
615
                    "email": "[email protected]",
616
                    "homepage": "http://www.karllhughes.com"
617
                }
618
            ],
619
            "description": "Making it simple to integrate your application with job api providers.",
620
            "homepage": "http://jobapis.com",
621
            "keywords": [
622
                "api client",
623
                "job boards",
624
                "jobs",
625
                "object"
626
            ],
627
            "time": "2017-01-21T23:16:05+00:00"
628
        },
629
        {
630
            "name": "jobapis/jobs-dice",
631
            "version": "1.0.1",
632
            "source": {
633
                "type": "git",
634
                "url": "https://github.com/jobapis/jobs-dice.git",
635
                "reference": "b58cdda8a5e78f431d129450114add6988fcb5fa"
636
            },
637
            "dist": {
638
                "type": "zip",
639
                "url": "https://api.github.com/repos/jobapis/jobs-dice/zipball/b58cdda8a5e78f431d129450114add6988fcb5fa",
640
                "reference": "b58cdda8a5e78f431d129450114add6988fcb5fa",
641
                "shasum": ""
642
            },
643
            "require": {
644
                "jobapis/jobs-common": "^2.0.0",
645
                "php": ">=5.5.0"
646
            },
647
            "require-dev": {
648
                "mockery/mockery": ">=0.9.4",
649
                "phpunit/php-code-coverage": "~2.0",
650
                "phpunit/phpunit": ">=4.6",
651
                "squizlabs/php_codesniffer": "~2.0"
652
            },
653
            "type": "library",
654
            "autoload": {
655
                "psr-4": {
656
                    "JobApis\\Jobs\\Client\\": "src/"
657
                }
658
            },
659
            "notification-url": "https://packagist.org/downloads/",
660
            "license": [
661
                "Apache-2.0"
662
            ],
663
            "authors": [
664
                {
665
                    "name": "Steven Maguire",
666
                    "email": "[email protected]",
667
                    "homepage": "https://github.com/stevenmaguire"
668
                },
669
                {
670
                    "name": "Karl Hughes",
671
                    "email": "[email protected]",
672
                    "homepage": "https://github.com/karllhughes"
673
                }
674
            ],
675
            "description": "Making it simple to integrate your application with Dice Jobs API.",
676
            "homepage": "https://github.com/JobBrander/jobs-dice",
677
            "keywords": [
678
                "api client",
679
                "dice",
680
                "jobs",
681
                "object"
682
            ],
683
            "time": "2016-09-08T00:54:18+00:00"
684
        },
685
        {
686
            "name": "jobapis/jobs-github",
687
            "version": "1.0.0",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/jobapis/jobs-github.git",
691
                "reference": "1461e7862864b0d38bf0005ff13782c5f9fd965c"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/jobapis/jobs-github/zipball/1461e7862864b0d38bf0005ff13782c5f9fd965c",
696
                "reference": "1461e7862864b0d38bf0005ff13782c5f9fd965c",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "jobapis/jobs-common": "^2.0.0",
701
                "php": ">=5.5.0"
702
            },
703
            "require-dev": {
704
                "mockery/mockery": ">=0.9.4",
705
                "phpunit/php-code-coverage": "~2.0",
706
                "phpunit/phpunit": ">=4.6",
707
                "squizlabs/php_codesniffer": "~2.0"
708
            },
709
            "type": "library",
710
            "autoload": {
711
                "psr-4": {
712
                    "JobApis\\Jobs\\Client\\": "src/"
713
                }
714
            },
715
            "notification-url": "https://packagist.org/downloads/",
716
            "license": [
717
                "Apache-2.0"
718
            ],
719
            "authors": [
720
                {
721
                    "name": "Steven Maguire",
722
                    "email": "[email protected]",
723
                    "homepage": "https://github.com/stevenmaguire"
724
                },
725
                {
726
                    "name": "Karl Hughes",
727
                    "email": "[email protected]",
728
                    "homepage": "https://github.com/karllhughes"
729
                }
730
            ],
731
            "description": "Making it simple to integrate your application with Github Jobs API.",
732
            "homepage": "https://github.com/JobBrander/jobs-github",
733
            "keywords": [
734
                "api client",
735
                "github",
736
                "jobs",
737
                "object"
738
            ],
739
            "time": "2016-09-08T01:47:54+00:00"
740
        },
741
        {
742
            "name": "jobapis/jobs-govt",
743
            "version": "1.0.0",
744
            "source": {
745
                "type": "git",
746
                "url": "https://github.com/jobapis/jobs-govt.git",
747
                "reference": "9293603ccd65f5ade3d3ddd62c4a376ed557b90b"
748
            },
749
            "dist": {
750
                "type": "zip",
751
                "url": "https://api.github.com/repos/jobapis/jobs-govt/zipball/9293603ccd65f5ade3d3ddd62c4a376ed557b90b",
752
                "reference": "9293603ccd65f5ade3d3ddd62c4a376ed557b90b",
753
                "shasum": ""
754
            },
755
            "require": {
756
                "jobapis/jobs-common": "^2.0.0",
757
                "php": ">=5.5.0"
758
            },
759
            "require-dev": {
760
                "mockery/mockery": ">=0.9.4",
761
                "phpunit/php-code-coverage": "~2.0",
762
                "phpunit/phpunit": ">=4.6",
763
                "squizlabs/php_codesniffer": "~2.0"
764
            },
765
            "type": "library",
766
            "autoload": {
767
                "psr-4": {
768
                    "JobApis\\Jobs\\Client\\": "src/"
769
                }
770
            },
771
            "notification-url": "https://packagist.org/downloads/",
772
            "license": [
773
                "Apache-2.0"
774
            ],
775
            "authors": [
776
                {
777
                    "name": "Steven Maguire",
778
                    "email": "[email protected]",
779
                    "homepage": "https://github.com/stevenmaguire"
780
                },
781
                {
782
                    "name": "Karl Hughes",
783
                    "email": "[email protected]",
784
                    "homepage": "https://github.com/karllhughes"
785
                }
786
            ],
787
            "description": "Making it simple to integrate your application with the Government Jobs API.",
788
            "homepage": "https://github.com/jobapis/jobs-govt",
789
            "keywords": [
790
                "api client",
791
                "government jobs",
792
                "jobs",
793
                "object"
794
            ],
795
            "time": "2016-09-03T15:21:56+00:00"
796
        },
797
        {
798
            "name": "jobapis/jobs-ieee",
799
            "version": "0.1.0",
800
            "source": {
801
                "type": "git",
802
                "url": "https://github.com/jobapis/jobs-ieee.git",
803
                "reference": "d0127c9e911341bbf5e2311727ff2946bb9942c8"
804
            },
805
            "dist": {
806
                "type": "zip",
807
                "url": "https://api.github.com/repos/jobapis/jobs-ieee/zipball/d0127c9e911341bbf5e2311727ff2946bb9942c8",
808
                "reference": "d0127c9e911341bbf5e2311727ff2946bb9942c8",
809
                "shasum": ""
810
            },
811
            "require": {
812
                "jobapis/jobs-common": "^2.0.0",
813
                "php": ">=5.5.0"
814
            },
815
            "require-dev": {
816
                "mockery/mockery": ">=0.9.4",
817
                "phpunit/php-code-coverage": "~2.0",
818
                "phpunit/phpunit": ">=4.6",
819
                "squizlabs/php_codesniffer": "~2.0"
820
            },
821
            "type": "library",
822
            "autoload": {
823
                "psr-4": {
824
                    "JobApis\\Jobs\\Client\\": "src/"
825
                }
826
            },
827
            "notification-url": "https://packagist.org/downloads/",
828
            "license": [
829
                "Apache-2.0"
830
            ],
831
            "authors": [
832
                {
833
                    "name": "Karl Hughes",
834
                    "email": "[email protected]",
835
                    "homepage": "https://github.com/karllhughes"
836
                }
837
            ],
838
            "description": "Making it simple to integrate your application with the IEEE JobSite API.",
839
            "homepage": "https://github.com/jobapis/jobs-ieee",
840
            "keywords": [
841
                "api client",
842
                "ieee",
843
                "jobs",
844
                "object"
845
            ],
846
            "time": "2016-11-15T15:20:54+00:00"
847
        },
848
        {
849
            "name": "jobapis/jobs-indeed",
850
            "version": "1.1.0",
851
            "source": {
852
                "type": "git",
853
                "url": "https://github.com/jobapis/jobs-indeed.git",
854
                "reference": "c4bfab52be4bb4d254e2900a2d1c129064fad37c"
855
            },
856
            "dist": {
857
                "type": "zip",
858
                "url": "https://api.github.com/repos/jobapis/jobs-indeed/zipball/c4bfab52be4bb4d254e2900a2d1c129064fad37c",
859
                "reference": "c4bfab52be4bb4d254e2900a2d1c129064fad37c",
860
                "shasum": ""
861
            },
862
            "require": {
863
                "jobapis/jobs-common": "^2.1.2",
864
                "php": ">=5.5.0"
865
            },
866
            "require-dev": {
867
                "mockery/mockery": ">=0.9.4",
868
                "phpunit/php-code-coverage": "~2.0",
869
                "phpunit/phpunit": ">=4.6",
870
                "squizlabs/php_codesniffer": "~2.0"
871
            },
872
            "type": "library",
873
            "autoload": {
874
                "psr-4": {
875
                    "JobApis\\Jobs\\Client\\": "src/"
876
                }
877
            },
878
            "notification-url": "https://packagist.org/downloads/",
879
            "license": [
880
                "Apache-2.0"
881
            ],
882
            "authors": [
883
                {
884
                    "name": "Steven Maguire",
885
                    "email": "[email protected]",
886
                    "homepage": "https://github.com/stevenmaguire"
887
                },
888
                {
889
                    "name": "Karl Hughes",
890
                    "email": "[email protected]",
891
                    "homepage": "http://www.karllhughes.com"
892
                }
893
            ],
894
            "description": "Making it simple to integrate your application with Indeed Jobs API.",
895
            "homepage": "https://github.com/JobBrander/jobs-indeed",
896
            "keywords": [
897
                "api client",
898
                "indeed",
899
                "jobs",
900
                "object"
901
            ],
902
            "time": "2017-01-21T23:26:00+00:00"
903
        },
904
        {
905
            "name": "jobapis/jobs-jobinventory",
906
            "version": "0.1.0",
907
            "source": {
908
                "type": "git",
909
                "url": "https://github.com/jobapis/jobs-jobinventory.git",
910
                "reference": "0022bfef1580293a65b3f643b09babee03ebe170"
911
            },
912
            "dist": {
913
                "type": "zip",
914
                "url": "https://api.github.com/repos/jobapis/jobs-jobinventory/zipball/0022bfef1580293a65b3f643b09babee03ebe170",
915
                "reference": "0022bfef1580293a65b3f643b09babee03ebe170",
916
                "shasum": ""
917
            },
918
            "require": {
919
                "jobapis/jobs-common": "^2.0.0",
920
                "php": ">=5.5.0"
921
            },
922
            "require-dev": {
923
                "mockery/mockery": ">=0.9.4",
924
                "phpunit/php-code-coverage": "~2.0",
925
                "phpunit/phpunit": ">=4.6",
926
                "squizlabs/php_codesniffer": "~2.0"
927
            },
928
            "type": "library",
929
            "autoload": {
930
                "psr-4": {
931
                    "JobApis\\Jobs\\Client\\": "src/"
932
                }
933
            },
934
            "notification-url": "https://packagist.org/downloads/",
935
            "license": [
936
                "Apache-2.0"
937
            ],
938
            "authors": [
939
                {
940
                    "name": "Karl Hughes",
941
                    "email": "[email protected]",
942
                    "homepage": "https://github.com/karllhughes"
943
                }
944
            ],
945
            "description": "Making it simple to integrate your application with Jobinventory's RSS Feed.",
946
            "homepage": "https://github.com/jobapis/jobs-jobinventory",
947
            "keywords": [
948
                "api client",
949
                "jobinventory",
950
                "jobs",
951
                "object"
952
            ],
953
            "time": "2016-10-29T19:05:03+00:00"
954
        },
955
        {
956
            "name": "jobapis/jobs-jobs2careers",
957
            "version": "2.0.0",
958
            "source": {
959
                "type": "git",
960
                "url": "https://github.com/jobapis/jobs-jobs2careers.git",
961
                "reference": "6727954018927f6ab375f6f5b03b0bc6598b4de4"
962
            },
963
            "dist": {
964
                "type": "zip",
965
                "url": "https://api.github.com/repos/jobapis/jobs-jobs2careers/zipball/6727954018927f6ab375f6f5b03b0bc6598b4de4",
966
                "reference": "6727954018927f6ab375f6f5b03b0bc6598b4de4",
967
                "shasum": ""
968
            },
969
            "require": {
970
                "jobapis/jobs-common": "^2.1.0",
971
                "php": ">=5.5.0"
972
            },
973
            "require-dev": {
974
                "mockery/mockery": ">=0.9.4",
975
                "phpunit/php-code-coverage": "~2.0",
976
                "phpunit/phpunit": ">=4.6",
977
                "squizlabs/php_codesniffer": "~2.0"
978
            },
979
            "type": "library",
980
            "autoload": {
981
                "psr-4": {
982
                    "JobApis\\Jobs\\Client\\": "src/"
983
                }
984
            },
985
            "notification-url": "https://packagist.org/downloads/",
986
            "license": [
987
                "Apache-2.0"
988
            ],
989
            "authors": [
990
                {
991
                    "name": "Karl Hughes",
992
                    "email": "[email protected]",
993
                    "homepage": "https://github.com/karllhughes"
994
                }
995
            ],
996
            "description": "Making it simple to integrate your application with the Jobs2Careers API.",
997
            "homepage": "https://github.com/jobapis/jobs-jobs2careers",
998
            "keywords": [
999
                "api client",
1000
                "jobs",
1001
                "jobs2careers",
1002
                "object"
1003
            ],
1004
            "time": "2017-02-14T18:26:03+00:00"
1005
        },
1006
        {
1007
            "name": "jobapis/jobs-juju",
1008
            "version": "2.0.0",
1009
            "source": {
1010
                "type": "git",
1011
                "url": "https://github.com/jobapis/jobs-juju.git",
1012
                "reference": "0f1f95e5265f8975cb50ee5ffca59c282f63a614"
1013
            },
1014
            "dist": {
1015
                "type": "zip",
1016
                "url": "https://api.github.com/repos/jobapis/jobs-juju/zipball/0f1f95e5265f8975cb50ee5ffca59c282f63a614",
1017
                "reference": "0f1f95e5265f8975cb50ee5ffca59c282f63a614",
1018
                "shasum": ""
1019
            },
1020
            "require": {
1021
                "jobapis/jobs-common": "^2.0.0",
1022
                "php": ">=5.5.0"
1023
            },
1024
            "require-dev": {
1025
                "mockery/mockery": ">=0.9.4",
1026
                "phpunit/php-code-coverage": "~2.0",
1027
                "phpunit/phpunit": ">=4.6",
1028
                "squizlabs/php_codesniffer": "~2.0"
1029
            },
1030
            "type": "library",
1031
            "autoload": {
1032
                "psr-4": {
1033
                    "JobApis\\Jobs\\Client\\": "src/"
1034
                }
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "Apache-2.0"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Karl Hughes",
1043
                    "email": "[email protected]",
1044
                    "homepage": "https://github.com/karllhughes"
1045
                }
1046
            ],
1047
            "description": "Making it simple to integrate your application with Juju Jobs API.",
1048
            "homepage": "https://github.com/jobapis/jobs-juju",
1049
            "keywords": [
1050
                "api client",
1051
                "jobs",
1052
                "juju",
1053
                "object"
1054
            ],
1055
            "time": "2016-10-04T02:24:12+00:00"
1056
        },
1057
        {
1058
            "name": "jobapis/jobs-monster",
1059
            "version": "0.1.0",
1060
            "source": {
1061
                "type": "git",
1062
                "url": "https://github.com/jobapis/jobs-monster.git",
1063
                "reference": "9eaf3bd78614233db6dc300c10227f54c08b2f7a"
1064
            },
1065
            "dist": {
1066
                "type": "zip",
1067
                "url": "https://api.github.com/repos/jobapis/jobs-monster/zipball/9eaf3bd78614233db6dc300c10227f54c08b2f7a",
1068
                "reference": "9eaf3bd78614233db6dc300c10227f54c08b2f7a",
1069
                "shasum": ""
1070
            },
1071
            "require": {
1072
                "jobapis/jobs-common": "^2.0.0",
1073
                "php": ">=5.5.0"
1074
            },
1075
            "require-dev": {
1076
                "mockery/mockery": ">=0.9.4",
1077
                "phpunit/php-code-coverage": "~2.0",
1078
                "phpunit/phpunit": ">=4.6",
1079
                "squizlabs/php_codesniffer": "~2.0"
1080
            },
1081
            "type": "library",
1082
            "autoload": {
1083
                "psr-4": {
1084
                    "JobApis\\Jobs\\Client\\": "src/"
1085
                }
1086
            },
1087
            "notification-url": "https://packagist.org/downloads/",
1088
            "license": [
1089
                "Apache-2.0"
1090
            ],
1091
            "authors": [
1092
                {
1093
                    "name": "Karl Hughes",
1094
                    "email": "[email protected]",
1095
                    "homepage": "https://github.com/karllhughes"
1096
                }
1097
            ],
1098
            "description": "Making it simple to integrate your application with Monster.com's RSS Feed.",
1099
            "homepage": "https://github.com/jobapis/jobs-monster",
1100
            "keywords": [
1101
                "api client",
1102
                "jobs",
1103
                "monster",
1104
                "monster.com",
1105
                "object"
1106
            ],
1107
            "time": "2017-01-06T20:26:22+00:00"
1108
        },
1109
        {
1110
            "name": "jobapis/jobs-multi",
1111
            "version": "1.1.1",
1112
            "source": {
1113
                "type": "git",
1114
                "url": "https://github.com/jobapis/jobs-multi.git",
1115
                "reference": "53883ce700915928cee850a7d581a1940f711554"
1116
            },
1117
            "dist": {
1118
                "type": "zip",
1119
                "url": "https://api.github.com/repos/jobapis/jobs-multi/zipball/53883ce700915928cee850a7d581a1940f711554",
1120
                "reference": "53883ce700915928cee850a7d581a1940f711554",
1121
                "shasum": ""
1122
            },
1123
            "require": {
1124
                "jobapis/jobs-careerbuilder": "^2.0.3",
1125
                "jobapis/jobs-careercast": "^1.0.1",
1126
                "jobapis/jobs-careerjet": "^0.1.0",
1127
                "jobapis/jobs-common": "^2.1.1",
1128
                "jobapis/jobs-dice": "^1.0.0",
1129
                "jobapis/jobs-github": "^1.0.0",
1130
                "jobapis/jobs-govt": "^1.0.0",
1131
                "jobapis/jobs-ieee": "^0.1.0",
1132
                "jobapis/jobs-indeed": "^1.0.0",
1133
                "jobapis/jobs-jobinventory": "^0.1.0",
1134
                "jobapis/jobs-jobs2careers": "^2.0.0",
1135
                "jobapis/jobs-juju": "^2.0.0",
1136
                "jobapis/jobs-monster": "^0.1.0",
1137
                "jobapis/jobs-stackoverflow": "^0.1.0",
1138
                "jobapis/jobs-usajobs": "^0.2.0",
1139
                "jobapis/jobs-ziprecruiter": "^1.0.0",
1140
                "php": ">=5.5.0"
1141
            },
1142
            "require-dev": {
1143
                "mockery/mockery": ">=0.9.4",
1144
                "phpunit/php-code-coverage": "~2.0",
1145
                "phpunit/phpunit": ">=4.6",
1146
                "squizlabs/php_codesniffer": "~2.0"
1147
            },
1148
            "type": "library",
1149
            "autoload": {
1150
                "psr-4": {
1151
                    "JobApis\\Jobs\\Client\\": "src/"
1152
                }
1153
            },
1154
            "notification-url": "https://packagist.org/downloads/",
1155
            "license": [
1156
                "Apache-2.0"
1157
            ],
1158
            "authors": [
1159
                {
1160
                    "name": "Karl Hughes",
1161
                    "email": "[email protected]",
1162
                    "homepage": "http://www.karllhughes.com"
1163
                }
1164
            ],
1165
            "description": "Making it easy to get jobs from multiple job boards.",
1166
            "homepage": "http://jobapis.com",
1167
            "keywords": [
1168
                "api client",
1169
                "job boards",
1170
                "jobs",
1171
                "multiple job boards"
1172
            ],
1173
            "time": "2017-05-17T16:27:50+00:00"
1174
        },
1175
        {
1176
            "name": "jobapis/jobs-stackoverflow",
1177
            "version": "0.1.0",
1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/jobapis/jobs-stackoverflow.git",
1181
                "reference": "daf781aadb288ad91601d1173c7dc83447009ed0"
1182
            },
1183
            "dist": {
1184
                "type": "zip",
1185
                "url": "https://api.github.com/repos/jobapis/jobs-stackoverflow/zipball/daf781aadb288ad91601d1173c7dc83447009ed0",
1186
                "reference": "daf781aadb288ad91601d1173c7dc83447009ed0",
1187
                "shasum": ""
1188
            },
1189
            "require": {
1190
                "jobapis/jobs-common": "^2.0.0",
1191
                "php": ">=5.5.0"
1192
            },
1193
            "require-dev": {
1194
                "mockery/mockery": ">=0.9.4",
1195
                "phpunit/php-code-coverage": "~2.0",
1196
                "phpunit/phpunit": ">=4.6",
1197
                "squizlabs/php_codesniffer": "~2.0"
1198
            },
1199
            "type": "library",
1200
            "autoload": {
1201
                "psr-4": {
1202
                    "JobApis\\Jobs\\Client\\": "src/"
1203
                }
1204
            },
1205
            "notification-url": "https://packagist.org/downloads/",
1206
            "license": [
1207
                "Apache-2.0"
1208
            ],
1209
            "authors": [
1210
                {
1211
                    "name": "Karl Hughes",
1212
                    "email": "[email protected]",
1213
                    "homepage": "https://github.com/karllhughes"
1214
                }
1215
            ],
1216
            "description": "Making it simple to integrate your application with Stack Overflows's Career RSS Feed.",
1217
            "homepage": "https://github.com/jobapis/jobs-stackoverflow",
1218
            "keywords": [
1219
                "api client",
1220
                "jobs",
1221
                "object",
1222
                "stack overflow"
1223
            ],
1224
            "time": "2016-11-29T18:25:34+00:00"
1225
        },
1226
        {
1227
            "name": "jobapis/jobs-usajobs",
1228
            "version": "0.2.0",
1229
            "source": {
1230
                "type": "git",
1231
                "url": "https://github.com/jobapis/jobs-usajobs.git",
1232
                "reference": "a1dbbcf2b3de368899ceffde8a37fbafc3d9ee34"
1233
            },
1234
            "dist": {
1235
                "type": "zip",
1236
                "url": "https://api.github.com/repos/jobapis/jobs-usajobs/zipball/a1dbbcf2b3de368899ceffde8a37fbafc3d9ee34",
1237
                "reference": "a1dbbcf2b3de368899ceffde8a37fbafc3d9ee34",
1238
                "shasum": ""
1239
            },
1240
            "require": {
1241
                "jobapis/jobs-common": "^2.0.0",
1242
                "php": ">=5.5.0"
1243
            },
1244
            "require-dev": {
1245
                "mockery/mockery": ">=0.9.4",
1246
                "phpunit/php-code-coverage": "~2.0",
1247
                "phpunit/phpunit": ">=4.6",
1248
                "squizlabs/php_codesniffer": "~2.0"
1249
            },
1250
            "type": "library",
1251
            "autoload": {
1252
                "psr-4": {
1253
                    "JobApis\\Jobs\\Client\\": "src/"
1254
                }
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "Apache-2.0"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Karl Hughes",
1263
                    "email": "[email protected]",
1264
                    "homepage": "https://github.com/karllhughes"
1265
                }
1266
            ],
1267
            "description": "Making it simple to integrate your application with the USAJOBS API.",
1268
            "homepage": "https://github.com/jobapis/jobs-usajobs",
1269
            "keywords": [
1270
                "api client",
1271
                "jobs",
1272
                "object",
1273
                "usajobs"
1274
            ],
1275
            "time": "2016-10-07T00:16:20+00:00"
1276
        },
1277
        {
1278
            "name": "jobapis/jobs-ziprecruiter",
1279
            "version": "1.1.0",
1280
            "source": {
1281
                "type": "git",
1282
                "url": "https://github.com/jobapis/jobs-ziprecruiter.git",
1283
                "reference": "f100d99e1c9ec9cd2087b8fa8e7bd7e42b5f4f21"
1284
            },
1285
            "dist": {
1286
                "type": "zip",
1287
                "url": "https://api.github.com/repos/jobapis/jobs-ziprecruiter/zipball/f100d99e1c9ec9cd2087b8fa8e7bd7e42b5f4f21",
1288
                "reference": "f100d99e1c9ec9cd2087b8fa8e7bd7e42b5f4f21",
1289
                "shasum": ""
1290
            },
1291
            "require": {
1292
                "jobapis/jobs-common": "^2.0.0",
1293
                "php": ">=5.5.0"
1294
            },
1295
            "require-dev": {
1296
                "mockery/mockery": ">=0.9.4",
1297
                "phpunit/php-code-coverage": "~2.0",
1298
                "phpunit/phpunit": ">=4.6",
1299
                "squizlabs/php_codesniffer": "~2.0"
1300
            },
1301
            "type": "library",
1302
            "autoload": {
1303
                "psr-4": {
1304
                    "JobApis\\Jobs\\Client\\": "src/"
1305
                }
1306
            },
1307
            "notification-url": "https://packagist.org/downloads/",
1308
            "license": [
1309
                "Apache-2.0"
1310
            ],
1311
            "authors": [
1312
                {
1313
                    "name": "Karl Hughes",
1314
                    "email": "[email protected]",
1315
                    "homepage": "https://github.com/karllhughes"
1316
                }
1317
            ],
1318
            "description": "Making it simple to integrate your application with ZipRecruiter Jobs API.",
1319
            "homepage": "https://github.com/jobapis/jobs-ziprecruiter",
1320
            "keywords": [
1321
                "api client",
1322
                "jobs",
1323
                "object",
1324
                "ziprecruiter"
1325
            ],
1326
            "time": "2017-10-04T21:41:29+00:00"
1327
        },
1328
        {
1329
            "name": "laravel/framework",
0 ignored issues
show
There are 2 security advisories for your installed version of laravel/framework:

- Exploit of encryption failure vulnerability
- Cookie serialization vulnerability
Loading history...
1330
            "version": "v5.5.28",
1331
            "source": {
1332
                "type": "git",
1333
                "url": "https://github.com/laravel/framework.git",
1334
                "reference": "cfafae1f2043208390a7c984e3070696f4969605"
1335
            },
1336
            "dist": {
1337
                "type": "zip",
1338
                "url": "https://api.github.com/repos/laravel/framework/zipball/cfafae1f2043208390a7c984e3070696f4969605",
1339
                "reference": "cfafae1f2043208390a7c984e3070696f4969605",
1340
                "shasum": ""
1341
            },
1342
            "require": {
1343
                "doctrine/inflector": "~1.1",
1344
                "erusev/parsedown": "~1.6",
1345
                "ext-mbstring": "*",
1346
                "ext-openssl": "*",
1347
                "league/flysystem": "~1.0",
1348
                "monolog/monolog": "~1.12",
1349
                "mtdowling/cron-expression": "~1.0",
1350
                "nesbot/carbon": "~1.20",
1351
                "php": ">=7.0",
1352
                "psr/container": "~1.0",
1353
                "psr/simple-cache": "^1.0",
1354
                "ramsey/uuid": "~3.0",
1355
                "swiftmailer/swiftmailer": "~6.0",
1356
                "symfony/console": "~3.3",
1357
                "symfony/debug": "~3.3",
1358
                "symfony/finder": "~3.3",
1359
                "symfony/http-foundation": "~3.3",
1360
                "symfony/http-kernel": "~3.3",
1361
                "symfony/process": "~3.3",
1362
                "symfony/routing": "~3.3",
1363
                "symfony/var-dumper": "~3.3",
1364
                "tijsverkoyen/css-to-inline-styles": "~2.2",
1365
                "vlucas/phpdotenv": "~2.2"
1366
            },
1367
            "replace": {
1368
                "illuminate/auth": "self.version",
1369
                "illuminate/broadcasting": "self.version",
1370
                "illuminate/bus": "self.version",
1371
                "illuminate/cache": "self.version",
1372
                "illuminate/config": "self.version",
1373
                "illuminate/console": "self.version",
1374
                "illuminate/container": "self.version",
1375
                "illuminate/contracts": "self.version",
1376
                "illuminate/cookie": "self.version",
1377
                "illuminate/database": "self.version",
1378
                "illuminate/encryption": "self.version",
1379
                "illuminate/events": "self.version",
1380
                "illuminate/filesystem": "self.version",
1381
                "illuminate/hashing": "self.version",
1382
                "illuminate/http": "self.version",
1383
                "illuminate/log": "self.version",
1384
                "illuminate/mail": "self.version",
1385
                "illuminate/notifications": "self.version",
1386
                "illuminate/pagination": "self.version",
1387
                "illuminate/pipeline": "self.version",
1388
                "illuminate/queue": "self.version",
1389
                "illuminate/redis": "self.version",
1390
                "illuminate/routing": "self.version",
1391
                "illuminate/session": "self.version",
1392
                "illuminate/support": "self.version",
1393
                "illuminate/translation": "self.version",
1394
                "illuminate/validation": "self.version",
1395
                "illuminate/view": "self.version",
1396
                "tightenco/collect": "self.version"
1397
            },
1398
            "require-dev": {
1399
                "aws/aws-sdk-php": "~3.0",
1400
                "doctrine/dbal": "~2.5",
1401
                "filp/whoops": "^2.1.4",
1402
                "mockery/mockery": "~1.0",
1403
                "orchestra/testbench-core": "3.5.*",
1404
                "pda/pheanstalk": "~3.0",
1405
                "phpunit/phpunit": "~6.0",
1406
                "predis/predis": "^1.1.1",
1407
                "symfony/css-selector": "~3.3",
1408
                "symfony/dom-crawler": "~3.3"
1409
            },
1410
            "suggest": {
1411
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
1412
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
1413
                "ext-pcntl": "Required to use all features of the queue worker.",
1414
                "ext-posix": "Required to use all features of the queue worker.",
1415
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1416
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
1417
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
1418
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1419
                "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
1420
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1421
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
1422
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1423
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
1424
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
1425
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
1426
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
1427
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
1428
            },
1429
            "type": "library",
1430
            "extra": {
1431
                "branch-alias": {
1432
                    "dev-master": "5.5-dev"
1433
                }
1434
            },
1435
            "autoload": {
1436
                "files": [
1437
                    "src/Illuminate/Foundation/helpers.php",
1438
                    "src/Illuminate/Support/helpers.php"
1439
                ],
1440
                "psr-4": {
1441
                    "Illuminate\\": "src/Illuminate/"
1442
                }
1443
            },
1444
            "notification-url": "https://packagist.org/downloads/",
1445
            "license": [
1446
                "MIT"
1447
            ],
1448
            "authors": [
1449
                {
1450
                    "name": "Taylor Otwell",
1451
                    "email": "[email protected]"
1452
                }
1453
            ],
1454
            "description": "The Laravel Framework.",
1455
            "homepage": "https://laravel.com",
1456
            "keywords": [
1457
                "framework",
1458
                "laravel"
1459
            ],
1460
            "time": "2017-12-26T16:24:40+00:00"
1461
        },
1462
        {
1463
            "name": "league/csv",
1464
            "version": "9.1.1",
1465
            "source": {
1466
                "type": "git",
1467
                "url": "https://github.com/thephpleague/csv.git",
1468
                "reference": "66118f5c2a7e4da77e743e69f74773c63b73e8f9"
1469
            },
1470
            "dist": {
1471
                "type": "zip",
1472
                "url": "https://api.github.com/repos/thephpleague/csv/zipball/66118f5c2a7e4da77e743e69f74773c63b73e8f9",
1473
                "reference": "66118f5c2a7e4da77e743e69f74773c63b73e8f9",
1474
                "shasum": ""
1475
            },
1476
            "require": {
1477
                "ext-mbstring": "*",
1478
                "php": ">=7.0.10"
1479
            },
1480
            "require-dev": {
1481
                "ext-curl": "*",
1482
                "friendsofphp/php-cs-fixer": "^2.0",
1483
                "phpunit/phpunit": "^6.0"
1484
            },
1485
            "suggest": {
1486
                "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "9.x-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "psr-4": {
1496
                    "League\\Csv\\": "src"
1497
                },
1498
                "files": [
1499
                    "src/functions_include.php"
1500
                ]
1501
            },
1502
            "notification-url": "https://packagist.org/downloads/",
1503
            "license": [
1504
                "MIT"
1505
            ],
1506
            "authors": [
1507
                {
1508
                    "name": "Ignace Nyamagana Butera",
1509
                    "email": "[email protected]",
1510
                    "homepage": "https://github.com/nyamsprod/",
1511
                    "role": "Developer"
1512
                }
1513
            ],
1514
            "description": "Csv data manipulation made easy in PHP",
1515
            "homepage": "http://csv.thephpleague.com",
1516
            "keywords": [
1517
                "csv",
1518
                "export",
1519
                "filter",
1520
                "import",
1521
                "read",
1522
                "write"
1523
            ],
1524
            "time": "2017-11-28T08:29:49+00:00"
1525
        },
1526
        {
1527
            "name": "league/flysystem",
1528
            "version": "1.0.41",
1529
            "source": {
1530
                "type": "git",
1531
                "url": "https://github.com/thephpleague/flysystem.git",
1532
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
1533
            },
1534
            "dist": {
1535
                "type": "zip",
1536
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
1537
                "reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
1538
                "shasum": ""
1539
            },
1540
            "require": {
1541
                "php": ">=5.5.9"
1542
            },
1543
            "conflict": {
1544
                "league/flysystem-sftp": "<1.0.6"
1545
            },
1546
            "require-dev": {
1547
                "ext-fileinfo": "*",
1548
                "mockery/mockery": "~0.9",
1549
                "phpspec/phpspec": "^2.2",
1550
                "phpunit/phpunit": "~4.8"
1551
            },
1552
            "suggest": {
1553
                "ext-fileinfo": "Required for MimeType",
1554
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1555
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1556
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1557
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1558
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1559
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1560
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1561
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1562
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1563
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1564
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1565
            },
1566
            "type": "library",
1567
            "extra": {
1568
                "branch-alias": {
1569
                    "dev-master": "1.1-dev"
1570
                }
1571
            },
1572
            "autoload": {
1573
                "psr-4": {
1574
                    "League\\Flysystem\\": "src/"
1575
                }
1576
            },
1577
            "notification-url": "https://packagist.org/downloads/",
1578
            "license": [
1579
                "MIT"
1580
            ],
1581
            "authors": [
1582
                {
1583
                    "name": "Frank de Jonge",
1584
                    "email": "[email protected]"
1585
                }
1586
            ],
1587
            "description": "Filesystem abstraction: Many filesystems, one API.",
1588
            "keywords": [
1589
                "Cloud Files",
1590
                "WebDAV",
1591
                "abstraction",
1592
                "aws",
1593
                "cloud",
1594
                "copy.com",
1595
                "dropbox",
1596
                "file systems",
1597
                "files",
1598
                "filesystem",
1599
                "filesystems",
1600
                "ftp",
1601
                "rackspace",
1602
                "remote",
1603
                "s3",
1604
                "sftp",
1605
                "storage"
1606
            ],
1607
            "time": "2017-08-06T17:41:04+00:00"
1608
        },
1609
        {
1610
            "name": "monolog/monolog",
1611
            "version": "1.23.0",
1612
            "source": {
1613
                "type": "git",
1614
                "url": "https://github.com/Seldaek/monolog.git",
1615
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1616
            },
1617
            "dist": {
1618
                "type": "zip",
1619
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1620
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1621
                "shasum": ""
1622
            },
1623
            "require": {
1624
                "php": ">=5.3.0",
1625
                "psr/log": "~1.0"
1626
            },
1627
            "provide": {
1628
                "psr/log-implementation": "1.0.0"
1629
            },
1630
            "require-dev": {
1631
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1632
                "doctrine/couchdb": "~1.0@dev",
1633
                "graylog2/gelf-php": "~1.0",
1634
                "jakub-onderka/php-parallel-lint": "0.9",
1635
                "php-amqplib/php-amqplib": "~2.4",
1636
                "php-console/php-console": "^3.1.3",
1637
                "phpunit/phpunit": "~4.5",
1638
                "phpunit/phpunit-mock-objects": "2.3.0",
1639
                "ruflin/elastica": ">=0.90 <3.0",
1640
                "sentry/sentry": "^0.13",
1641
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1642
            },
1643
            "suggest": {
1644
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1645
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1646
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1647
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1648
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1649
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1650
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1651
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1652
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1653
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1654
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1655
            },
1656
            "type": "library",
1657
            "extra": {
1658
                "branch-alias": {
1659
                    "dev-master": "2.0.x-dev"
1660
                }
1661
            },
1662
            "autoload": {
1663
                "psr-4": {
1664
                    "Monolog\\": "src/Monolog"
1665
                }
1666
            },
1667
            "notification-url": "https://packagist.org/downloads/",
1668
            "license": [
1669
                "MIT"
1670
            ],
1671
            "authors": [
1672
                {
1673
                    "name": "Jordi Boggiano",
1674
                    "email": "[email protected]",
1675
                    "homepage": "http://seld.be"
1676
                }
1677
            ],
1678
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1679
            "homepage": "http://github.com/Seldaek/monolog",
1680
            "keywords": [
1681
                "log",
1682
                "logging",
1683
                "psr-3"
1684
            ],
1685
            "time": "2017-06-19T01:22:40+00:00"
1686
        },
1687
        {
1688
            "name": "mtdowling/cron-expression",
1689
            "version": "v1.2.1",
1690
            "source": {
1691
                "type": "git",
1692
                "url": "https://github.com/mtdowling/cron-expression.git",
1693
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
1694
            },
1695
            "dist": {
1696
                "type": "zip",
1697
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
1698
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
1699
                "shasum": ""
1700
            },
1701
            "require": {
1702
                "php": ">=5.3.2"
1703
            },
1704
            "require-dev": {
1705
                "phpunit/phpunit": "~4.0|~5.0"
1706
            },
1707
            "type": "library",
1708
            "autoload": {
1709
                "psr-4": {
1710
                    "Cron\\": "src/Cron/"
1711
                }
1712
            },
1713
            "notification-url": "https://packagist.org/downloads/",
1714
            "license": [
1715
                "MIT"
1716
            ],
1717
            "authors": [
1718
                {
1719
                    "name": "Michael Dowling",
1720
                    "email": "[email protected]",
1721
                    "homepage": "https://github.com/mtdowling"
1722
                }
1723
            ],
1724
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1725
            "keywords": [
1726
                "cron",
1727
                "schedule"
1728
            ],
1729
            "time": "2017-01-23T04:29:33+00:00"
1730
        },
1731
        {
1732
            "name": "nesbot/carbon",
1733
            "version": "1.22.1",
1734
            "source": {
1735
                "type": "git",
1736
                "url": "https://github.com/briannesbitt/Carbon.git",
1737
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
1738
            },
1739
            "dist": {
1740
                "type": "zip",
1741
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
1742
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
1743
                "shasum": ""
1744
            },
1745
            "require": {
1746
                "php": ">=5.3.0",
1747
                "symfony/translation": "~2.6 || ~3.0"
1748
            },
1749
            "require-dev": {
1750
                "friendsofphp/php-cs-fixer": "~2",
1751
                "phpunit/phpunit": "~4.0 || ~5.0"
1752
            },
1753
            "type": "library",
1754
            "extra": {
1755
                "branch-alias": {
1756
                    "dev-master": "1.23-dev"
1757
                }
1758
            },
1759
            "autoload": {
1760
                "psr-4": {
1761
                    "Carbon\\": "src/Carbon/"
1762
                }
1763
            },
1764
            "notification-url": "https://packagist.org/downloads/",
1765
            "license": [
1766
                "MIT"
1767
            ],
1768
            "authors": [
1769
                {
1770
                    "name": "Brian Nesbitt",
1771
                    "email": "[email protected]",
1772
                    "homepage": "http://nesbot.com"
1773
                }
1774
            ],
1775
            "description": "A simple API extension for DateTime.",
1776
            "homepage": "http://carbon.nesbot.com",
1777
            "keywords": [
1778
                "date",
1779
                "datetime",
1780
                "time"
1781
            ],
1782
            "time": "2017-01-16T07:55:07+00:00"
1783
        },
1784
        {
1785
            "name": "paragonie/random_compat",
1786
            "version": "v2.0.11",
1787
            "source": {
1788
                "type": "git",
1789
                "url": "https://github.com/paragonie/random_compat.git",
1790
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
1791
            },
1792
            "dist": {
1793
                "type": "zip",
1794
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
1795
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
1796
                "shasum": ""
1797
            },
1798
            "require": {
1799
                "php": ">=5.2.0"
1800
            },
1801
            "require-dev": {
1802
                "phpunit/phpunit": "4.*|5.*"
1803
            },
1804
            "suggest": {
1805
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1806
            },
1807
            "type": "library",
1808
            "autoload": {
1809
                "files": [
1810
                    "lib/random.php"
1811
                ]
1812
            },
1813
            "notification-url": "https://packagist.org/downloads/",
1814
            "license": [
1815
                "MIT"
1816
            ],
1817
            "authors": [
1818
                {
1819
                    "name": "Paragon Initiative Enterprises",
1820
                    "email": "[email protected]",
1821
                    "homepage": "https://paragonie.com"
1822
                }
1823
            ],
1824
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1825
            "keywords": [
1826
                "csprng",
1827
                "pseudorandom",
1828
                "random"
1829
            ],
1830
            "time": "2017-09-27T21:40:39+00:00"
1831
        },
1832
        {
1833
            "name": "psr/container",
1834
            "version": "1.0.0",
1835
            "source": {
1836
                "type": "git",
1837
                "url": "https://github.com/php-fig/container.git",
1838
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1839
            },
1840
            "dist": {
1841
                "type": "zip",
1842
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1843
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1844
                "shasum": ""
1845
            },
1846
            "require": {
1847
                "php": ">=5.3.0"
1848
            },
1849
            "type": "library",
1850
            "extra": {
1851
                "branch-alias": {
1852
                    "dev-master": "1.0.x-dev"
1853
                }
1854
            },
1855
            "autoload": {
1856
                "psr-4": {
1857
                    "Psr\\Container\\": "src/"
1858
                }
1859
            },
1860
            "notification-url": "https://packagist.org/downloads/",
1861
            "license": [
1862
                "MIT"
1863
            ],
1864
            "authors": [
1865
                {
1866
                    "name": "PHP-FIG",
1867
                    "homepage": "http://www.php-fig.org/"
1868
                }
1869
            ],
1870
            "description": "Common Container Interface (PHP FIG PSR-11)",
1871
            "homepage": "https://github.com/php-fig/container",
1872
            "keywords": [
1873
                "PSR-11",
1874
                "container",
1875
                "container-interface",
1876
                "container-interop",
1877
                "psr"
1878
            ],
1879
            "time": "2017-02-14T16:28:37+00:00"
1880
        },
1881
        {
1882
            "name": "psr/http-message",
1883
            "version": "1.0.1",
1884
            "source": {
1885
                "type": "git",
1886
                "url": "https://github.com/php-fig/http-message.git",
1887
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1888
            },
1889
            "dist": {
1890
                "type": "zip",
1891
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1892
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1893
                "shasum": ""
1894
            },
1895
            "require": {
1896
                "php": ">=5.3.0"
1897
            },
1898
            "type": "library",
1899
            "extra": {
1900
                "branch-alias": {
1901
                    "dev-master": "1.0.x-dev"
1902
                }
1903
            },
1904
            "autoload": {
1905
                "psr-4": {
1906
                    "Psr\\Http\\Message\\": "src/"
1907
                }
1908
            },
1909
            "notification-url": "https://packagist.org/downloads/",
1910
            "license": [
1911
                "MIT"
1912
            ],
1913
            "authors": [
1914
                {
1915
                    "name": "PHP-FIG",
1916
                    "homepage": "http://www.php-fig.org/"
1917
                }
1918
            ],
1919
            "description": "Common interface for HTTP messages",
1920
            "homepage": "https://github.com/php-fig/http-message",
1921
            "keywords": [
1922
                "http",
1923
                "http-message",
1924
                "psr",
1925
                "psr-7",
1926
                "request",
1927
                "response"
1928
            ],
1929
            "time": "2016-08-06T14:39:51+00:00"
1930
        },
1931
        {
1932
            "name": "psr/log",
1933
            "version": "1.0.2",
1934
            "source": {
1935
                "type": "git",
1936
                "url": "https://github.com/php-fig/log.git",
1937
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1938
            },
1939
            "dist": {
1940
                "type": "zip",
1941
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1942
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1943
                "shasum": ""
1944
            },
1945
            "require": {
1946
                "php": ">=5.3.0"
1947
            },
1948
            "type": "library",
1949
            "extra": {
1950
                "branch-alias": {
1951
                    "dev-master": "1.0.x-dev"
1952
                }
1953
            },
1954
            "autoload": {
1955
                "psr-4": {
1956
                    "Psr\\Log\\": "Psr/Log/"
1957
                }
1958
            },
1959
            "notification-url": "https://packagist.org/downloads/",
1960
            "license": [
1961
                "MIT"
1962
            ],
1963
            "authors": [
1964
                {
1965
                    "name": "PHP-FIG",
1966
                    "homepage": "http://www.php-fig.org/"
1967
                }
1968
            ],
1969
            "description": "Common interface for logging libraries",
1970
            "homepage": "https://github.com/php-fig/log",
1971
            "keywords": [
1972
                "log",
1973
                "psr",
1974
                "psr-3"
1975
            ],
1976
            "time": "2016-10-10T12:19:37+00:00"
1977
        },
1978
        {
1979
            "name": "psr/simple-cache",
1980
            "version": "1.0.0",
1981
            "source": {
1982
                "type": "git",
1983
                "url": "https://github.com/php-fig/simple-cache.git",
1984
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
1985
            },
1986
            "dist": {
1987
                "type": "zip",
1988
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
1989
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
1990
                "shasum": ""
1991
            },
1992
            "require": {
1993
                "php": ">=5.3.0"
1994
            },
1995
            "type": "library",
1996
            "extra": {
1997
                "branch-alias": {
1998
                    "dev-master": "1.0.x-dev"
1999
                }
2000
            },
2001
            "autoload": {
2002
                "psr-4": {
2003
                    "Psr\\SimpleCache\\": "src/"
2004
                }
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "MIT"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "PHP-FIG",
2013
                    "homepage": "http://www.php-fig.org/"
2014
                }
2015
            ],
2016
            "description": "Common interfaces for simple caching",
2017
            "keywords": [
2018
                "cache",
2019
                "caching",
2020
                "psr",
2021
                "psr-16",
2022
                "simple-cache"
2023
            ],
2024
            "time": "2017-01-02T13:31:39+00:00"
2025
        },
2026
        {
2027
            "name": "ramsey/uuid",
2028
            "version": "3.7.1",
2029
            "source": {
2030
                "type": "git",
2031
                "url": "https://github.com/ramsey/uuid.git",
2032
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334"
2033
            },
2034
            "dist": {
2035
                "type": "zip",
2036
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334",
2037
                "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334",
2038
                "shasum": ""
2039
            },
2040
            "require": {
2041
                "paragonie/random_compat": "^1.0|^2.0",
2042
                "php": "^5.4 || ^7.0"
2043
            },
2044
            "replace": {
2045
                "rhumsaa/uuid": "self.version"
2046
            },
2047
            "require-dev": {
2048
                "apigen/apigen": "^4.1",
2049
                "codeception/aspect-mock": "^1.0 | ^2.0",
2050
                "doctrine/annotations": "~1.2.0",
2051
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
2052
                "ircmaxell/random-lib": "^1.1",
2053
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2054
                "mockery/mockery": "^0.9.4",
2055
                "moontoast/math": "^1.1",
2056
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
2057
                "phpunit/phpunit": "^4.7|>=5.0 <5.4",
2058
                "satooshi/php-coveralls": "^0.6.1",
2059
                "squizlabs/php_codesniffer": "^2.3"
2060
            },
2061
            "suggest": {
2062
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2063
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2064
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2065
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2066
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2067
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2068
            },
2069
            "type": "library",
2070
            "extra": {
2071
                "branch-alias": {
2072
                    "dev-master": "3.x-dev"
2073
                }
2074
            },
2075
            "autoload": {
2076
                "psr-4": {
2077
                    "Ramsey\\Uuid\\": "src/"
2078
                }
2079
            },
2080
            "notification-url": "https://packagist.org/downloads/",
2081
            "license": [
2082
                "MIT"
2083
            ],
2084
            "authors": [
2085
                {
2086
                    "name": "Marijn Huizendveld",
2087
                    "email": "[email protected]"
2088
                },
2089
                {
2090
                    "name": "Thibaud Fabre",
2091
                    "email": "[email protected]"
2092
                },
2093
                {
2094
                    "name": "Ben Ramsey",
2095
                    "email": "[email protected]",
2096
                    "homepage": "https://benramsey.com"
2097
                }
2098
            ],
2099
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2100
            "homepage": "https://github.com/ramsey/uuid",
2101
            "keywords": [
2102
                "guid",
2103
                "identifier",
2104
                "uuid"
2105
            ],
2106
            "time": "2017-09-22T20:46:04+00:00"
2107
        },
2108
        {
2109
            "name": "s-ichikawa/laravel-sendgrid-driver",
2110
            "version": "2.0.2",
2111
            "source": {
2112
                "type": "git",
2113
                "url": "https://github.com/s-ichikawa/laravel-sendgrid-driver.git",
2114
                "reference": "6091b0156e259879408f99d8e887d3e7684c32a4"
2115
            },
2116
            "dist": {
2117
                "type": "zip",
2118
                "url": "https://api.github.com/repos/s-ichikawa/laravel-sendgrid-driver/zipball/6091b0156e259879408f99d8e887d3e7684c32a4",
2119
                "reference": "6091b0156e259879408f99d8e887d3e7684c32a4",
2120
                "shasum": ""
2121
            },
2122
            "require": {
2123
                "guzzlehttp/guzzle": "~5.3|~6.2",
2124
                "illuminate/mail": "~5.5"
2125
            },
2126
            "require-dev": {
2127
                "illuminate/container": "~5.5",
2128
                "illuminate/filesystem": "~5.5",
2129
                "phpunit/phpunit": "~5.7"
2130
            },
2131
            "suggest": {
2132
                "s-ichikawa/sendgrid-api-builder": "support to build json for sendgrid api"
2133
            },
2134
            "type": "library",
2135
            "extra": {
2136
                "laravel": {
2137
                    "providers": [
2138
                        "Sichikawa\\LaravelSendgridDriver\\SendgridTransportServiceProvider"
2139
                    ]
2140
                }
2141
            },
2142
            "autoload": {
2143
                "psr-4": {
2144
                    "Sichikawa\\LaravelSendgridDriver\\": "src"
2145
                }
2146
            },
2147
            "notification-url": "https://packagist.org/downloads/",
2148
            "license": [
2149
                "MIT"
2150
            ],
2151
            "authors": [
2152
                {
2153
                    "name": "shingo.ichikawa",
2154
                    "email": "[email protected]"
2155
                }
2156
            ],
2157
            "description": "This library adds a 'sendgrid' mail driver to Laravel.",
2158
            "keywords": [
2159
                "laravel",
2160
                "sendgrid"
2161
            ],
2162
            "time": "2017-12-28T14:54:25+00:00"
2163
        },
2164
        {
2165
            "name": "swiftmailer/swiftmailer",
2166
            "version": "v6.0.2",
2167
            "source": {
2168
                "type": "git",
2169
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2170
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
2171
            },
2172
            "dist": {
2173
                "type": "zip",
2174
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
2175
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
2176
                "shasum": ""
2177
            },
2178
            "require": {
2179
                "egulias/email-validator": "~2.0",
2180
                "php": ">=7.0.0"
2181
            },
2182
            "require-dev": {
2183
                "mockery/mockery": "~0.9.1",
2184
                "symfony/phpunit-bridge": "~3.3@dev"
2185
            },
2186
            "type": "library",
2187
            "extra": {
2188
                "branch-alias": {
2189
                    "dev-master": "6.0-dev"
2190
                }
2191
            },
2192
            "autoload": {
2193
                "files": [
2194
                    "lib/swift_required.php"
2195
                ]
2196
            },
2197
            "notification-url": "https://packagist.org/downloads/",
2198
            "license": [
2199
                "MIT"
2200
            ],
2201
            "authors": [
2202
                {
2203
                    "name": "Chris Corbyn"
2204
                },
2205
                {
2206
                    "name": "Fabien Potencier",
2207
                    "email": "[email protected]"
2208
                }
2209
            ],
2210
            "description": "Swiftmailer, free feature-rich PHP mailer",
2211
            "homepage": "http://swiftmailer.symfony.com",
2212
            "keywords": [
2213
                "email",
2214
                "mail",
2215
                "mailer"
2216
            ],
2217
            "time": "2017-09-30T22:39:41+00:00"
2218
        },
2219
        {
2220
            "name": "symfony/console",
2221
            "version": "v3.4.2",
2222
            "source": {
2223
                "type": "git",
2224
                "url": "https://github.com/symfony/console.git",
2225
                "reference": "9f21adfb92a9315b73ae2ed43138988ee4913d4e"
2226
            },
2227
            "dist": {
2228
                "type": "zip",
2229
                "url": "https://api.github.com/repos/symfony/console/zipball/9f21adfb92a9315b73ae2ed43138988ee4913d4e",
2230
                "reference": "9f21adfb92a9315b73ae2ed43138988ee4913d4e",
2231
                "shasum": ""
2232
            },
2233
            "require": {
2234
                "php": "^5.5.9|>=7.0.8",
2235
                "symfony/debug": "~2.8|~3.0|~4.0",
2236
                "symfony/polyfill-mbstring": "~1.0"
2237
            },
2238
            "conflict": {
2239
                "symfony/dependency-injection": "<3.4",
2240
                "symfony/process": "<3.3"
2241
            },
2242
            "require-dev": {
2243
                "psr/log": "~1.0",
2244
                "symfony/config": "~3.3|~4.0",
2245
                "symfony/dependency-injection": "~3.4|~4.0",
2246
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2247
                "symfony/lock": "~3.4|~4.0",
2248
                "symfony/process": "~3.3|~4.0"
2249
            },
2250
            "suggest": {
2251
                "psr/log": "For using the console logger",
2252
                "symfony/event-dispatcher": "",
2253
                "symfony/lock": "",
2254
                "symfony/process": ""
2255
            },
2256
            "type": "library",
2257
            "extra": {
2258
                "branch-alias": {
2259
                    "dev-master": "3.4-dev"
2260
                }
2261
            },
2262
            "autoload": {
2263
                "psr-4": {
2264
                    "Symfony\\Component\\Console\\": ""
2265
                },
2266
                "exclude-from-classmap": [
2267
                    "/Tests/"
2268
                ]
2269
            },
2270
            "notification-url": "https://packagist.org/downloads/",
2271
            "license": [
2272
                "MIT"
2273
            ],
2274
            "authors": [
2275
                {
2276
                    "name": "Fabien Potencier",
2277
                    "email": "[email protected]"
2278
                },
2279
                {
2280
                    "name": "Symfony Community",
2281
                    "homepage": "https://symfony.com/contributors"
2282
                }
2283
            ],
2284
            "description": "Symfony Console Component",
2285
            "homepage": "https://symfony.com",
2286
            "time": "2017-12-14T19:40:10+00:00"
2287
        },
2288
        {
2289
            "name": "symfony/css-selector",
2290
            "version": "v3.1.10",
2291
            "source": {
2292
                "type": "git",
2293
                "url": "https://github.com/symfony/css-selector.git",
2294
                "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
2295
            },
2296
            "dist": {
2297
                "type": "zip",
2298
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2299
                "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2300
                "shasum": ""
2301
            },
2302
            "require": {
2303
                "php": ">=5.5.9"
2304
            },
2305
            "type": "library",
2306
            "extra": {
2307
                "branch-alias": {
2308
                    "dev-master": "3.1-dev"
2309
                }
2310
            },
2311
            "autoload": {
2312
                "psr-4": {
2313
                    "Symfony\\Component\\CssSelector\\": ""
2314
                },
2315
                "exclude-from-classmap": [
2316
                    "/Tests/"
2317
                ]
2318
            },
2319
            "notification-url": "https://packagist.org/downloads/",
2320
            "license": [
2321
                "MIT"
2322
            ],
2323
            "authors": [
2324
                {
2325
                    "name": "Jean-François Simon",
2326
                    "email": "[email protected]"
2327
                },
2328
                {
2329
                    "name": "Fabien Potencier",
2330
                    "email": "[email protected]"
2331
                },
2332
                {
2333
                    "name": "Symfony Community",
2334
                    "homepage": "https://symfony.com/contributors"
2335
                }
2336
            ],
2337
            "description": "Symfony CssSelector Component",
2338
            "homepage": "https://symfony.com",
2339
            "time": "2017-01-02T20:31:54+00:00"
2340
        },
2341
        {
2342
            "name": "symfony/debug",
2343
            "version": "v3.4.2",
2344
            "source": {
2345
                "type": "git",
2346
                "url": "https://github.com/symfony/debug.git",
2347
                "reference": "543deab3ffff94402440b326fc94153bae2dfa7a"
2348
            },
2349
            "dist": {
2350
                "type": "zip",
2351
                "url": "https://api.github.com/repos/symfony/debug/zipball/543deab3ffff94402440b326fc94153bae2dfa7a",
2352
                "reference": "543deab3ffff94402440b326fc94153bae2dfa7a",
2353
                "shasum": ""
2354
            },
2355
            "require": {
2356
                "php": "^5.5.9|>=7.0.8",
2357
                "psr/log": "~1.0"
2358
            },
2359
            "conflict": {
2360
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2361
            },
2362
            "require-dev": {
2363
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
2364
            },
2365
            "type": "library",
2366
            "extra": {
2367
                "branch-alias": {
2368
                    "dev-master": "3.4-dev"
2369
                }
2370
            },
2371
            "autoload": {
2372
                "psr-4": {
2373
                    "Symfony\\Component\\Debug\\": ""
2374
                },
2375
                "exclude-from-classmap": [
2376
                    "/Tests/"
2377
                ]
2378
            },
2379
            "notification-url": "https://packagist.org/downloads/",
2380
            "license": [
2381
                "MIT"
2382
            ],
2383
            "authors": [
2384
                {
2385
                    "name": "Fabien Potencier",
2386
                    "email": "[email protected]"
2387
                },
2388
                {
2389
                    "name": "Symfony Community",
2390
                    "homepage": "https://symfony.com/contributors"
2391
                }
2392
            ],
2393
            "description": "Symfony Debug Component",
2394
            "homepage": "https://symfony.com",
2395
            "time": "2017-12-12T08:27:14+00:00"
2396
        },
2397
        {
2398
            "name": "symfony/event-dispatcher",
2399
            "version": "v4.0.2",
2400
            "source": {
2401
                "type": "git",
2402
                "url": "https://github.com/symfony/event-dispatcher.git",
2403
                "reference": "d4face19ed8002eec8280bc1c5ec18130472bf43"
2404
            },
2405
            "dist": {
2406
                "type": "zip",
2407
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d4face19ed8002eec8280bc1c5ec18130472bf43",
2408
                "reference": "d4face19ed8002eec8280bc1c5ec18130472bf43",
2409
                "shasum": ""
2410
            },
2411
            "require": {
2412
                "php": "^7.1.3"
2413
            },
2414
            "conflict": {
2415
                "symfony/dependency-injection": "<3.4"
2416
            },
2417
            "require-dev": {
2418
                "psr/log": "~1.0",
2419
                "symfony/config": "~3.4|~4.0",
2420
                "symfony/dependency-injection": "~3.4|~4.0",
2421
                "symfony/expression-language": "~3.4|~4.0",
2422
                "symfony/stopwatch": "~3.4|~4.0"
2423
            },
2424
            "suggest": {
2425
                "symfony/dependency-injection": "",
2426
                "symfony/http-kernel": ""
2427
            },
2428
            "type": "library",
2429
            "extra": {
2430
                "branch-alias": {
2431
                    "dev-master": "4.0-dev"
2432
                }
2433
            },
2434
            "autoload": {
2435
                "psr-4": {
2436
                    "Symfony\\Component\\EventDispatcher\\": ""
2437
                },
2438
                "exclude-from-classmap": [
2439
                    "/Tests/"
2440
                ]
2441
            },
2442
            "notification-url": "https://packagist.org/downloads/",
2443
            "license": [
2444
                "MIT"
2445
            ],
2446
            "authors": [
2447
                {
2448
                    "name": "Fabien Potencier",
2449
                    "email": "[email protected]"
2450
                },
2451
                {
2452
                    "name": "Symfony Community",
2453
                    "homepage": "https://symfony.com/contributors"
2454
                }
2455
            ],
2456
            "description": "Symfony EventDispatcher Component",
2457
            "homepage": "https://symfony.com",
2458
            "time": "2017-12-14T19:48:22+00:00"
2459
        },
2460
        {
2461
            "name": "symfony/finder",
2462
            "version": "v3.4.2",
2463
            "source": {
2464
                "type": "git",
2465
                "url": "https://github.com/symfony/finder.git",
2466
                "reference": "dac8d7db537bac7ad8143eb11360a8c2231f251a"
2467
            },
2468
            "dist": {
2469
                "type": "zip",
2470
                "url": "https://api.github.com/repos/symfony/finder/zipball/dac8d7db537bac7ad8143eb11360a8c2231f251a",
2471
                "reference": "dac8d7db537bac7ad8143eb11360a8c2231f251a",
2472
                "shasum": ""
2473
            },
2474
            "require": {
2475
                "php": "^5.5.9|>=7.0.8"
2476
            },
2477
            "type": "library",
2478
            "extra": {
2479
                "branch-alias": {
2480
                    "dev-master": "3.4-dev"
2481
                }
2482
            },
2483
            "autoload": {
2484
                "psr-4": {
2485
                    "Symfony\\Component\\Finder\\": ""
2486
                },
2487
                "exclude-from-classmap": [
2488
                    "/Tests/"
2489
                ]
2490
            },
2491
            "notification-url": "https://packagist.org/downloads/",
2492
            "license": [
2493
                "MIT"
2494
            ],
2495
            "authors": [
2496
                {
2497
                    "name": "Fabien Potencier",
2498
                    "email": "[email protected]"
2499
                },
2500
                {
2501
                    "name": "Symfony Community",
2502
                    "homepage": "https://symfony.com/contributors"
2503
                }
2504
            ],
2505
            "description": "Symfony Finder Component",
2506
            "homepage": "https://symfony.com",
2507
            "time": "2017-11-05T16:10:10+00:00"
2508
        },
2509
        {
2510
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-14773: Remove support for legacy and risky HTTP headers
- CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
2511
            "version": "v3.4.2",
2512
            "source": {
2513
                "type": "git",
2514
                "url": "https://github.com/symfony/http-foundation.git",
2515
                "reference": "59bf131b5460227a2f583a7dbe6b179f98f9e0a5"
2516
            },
2517
            "dist": {
2518
                "type": "zip",
2519
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/59bf131b5460227a2f583a7dbe6b179f98f9e0a5",
2520
                "reference": "59bf131b5460227a2f583a7dbe6b179f98f9e0a5",
2521
                "shasum": ""
2522
            },
2523
            "require": {
2524
                "php": "^5.5.9|>=7.0.8",
2525
                "symfony/polyfill-mbstring": "~1.1",
2526
                "symfony/polyfill-php70": "~1.6"
2527
            },
2528
            "require-dev": {
2529
                "symfony/expression-language": "~2.8|~3.0|~4.0"
2530
            },
2531
            "type": "library",
2532
            "extra": {
2533
                "branch-alias": {
2534
                    "dev-master": "3.4-dev"
2535
                }
2536
            },
2537
            "autoload": {
2538
                "psr-4": {
2539
                    "Symfony\\Component\\HttpFoundation\\": ""
2540
                },
2541
                "exclude-from-classmap": [
2542
                    "/Tests/"
2543
                ]
2544
            },
2545
            "notification-url": "https://packagist.org/downloads/",
2546
            "license": [
2547
                "MIT"
2548
            ],
2549
            "authors": [
2550
                {
2551
                    "name": "Fabien Potencier",
2552
                    "email": "[email protected]"
2553
                },
2554
                {
2555
                    "name": "Symfony Community",
2556
                    "homepage": "https://symfony.com/contributors"
2557
                }
2558
            ],
2559
            "description": "Symfony HttpFoundation Component",
2560
            "homepage": "https://symfony.com",
2561
            "time": "2017-12-14T19:40:10+00:00"
2562
        },
2563
        {
2564
            "name": "symfony/http-kernel",
2565
            "version": "v3.4.2",
2566
            "source": {
2567
                "type": "git",
2568
                "url": "https://github.com/symfony/http-kernel.git",
2569
                "reference": "48325096bbda77b983e642d21a4dd9bdde3ab73e"
2570
            },
2571
            "dist": {
2572
                "type": "zip",
2573
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/48325096bbda77b983e642d21a4dd9bdde3ab73e",
2574
                "reference": "48325096bbda77b983e642d21a4dd9bdde3ab73e",
2575
                "shasum": ""
2576
            },
2577
            "require": {
2578
                "php": "^5.5.9|>=7.0.8",
2579
                "psr/log": "~1.0",
2580
                "symfony/debug": "~2.8|~3.0|~4.0",
2581
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2582
                "symfony/http-foundation": "^3.3.11|~4.0"
2583
            },
2584
            "conflict": {
2585
                "symfony/config": "<2.8",
2586
                "symfony/dependency-injection": "<3.4",
2587
                "symfony/var-dumper": "<3.3",
2588
                "twig/twig": "<1.34|<2.4,>=2"
2589
            },
2590
            "provide": {
2591
                "psr/log-implementation": "1.0"
2592
            },
2593
            "require-dev": {
2594
                "psr/cache": "~1.0",
2595
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
2596
                "symfony/class-loader": "~2.8|~3.0",
2597
                "symfony/config": "~2.8|~3.0|~4.0",
2598
                "symfony/console": "~2.8|~3.0|~4.0",
2599
                "symfony/css-selector": "~2.8|~3.0|~4.0",
2600
                "symfony/dependency-injection": "~3.4|~4.0",
2601
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
2602
                "symfony/expression-language": "~2.8|~3.0|~4.0",
2603
                "symfony/finder": "~2.8|~3.0|~4.0",
2604
                "symfony/process": "~2.8|~3.0|~4.0",
2605
                "symfony/routing": "~3.4|~4.0",
2606
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
2607
                "symfony/templating": "~2.8|~3.0|~4.0",
2608
                "symfony/translation": "~2.8|~3.0|~4.0",
2609
                "symfony/var-dumper": "~3.3|~4.0"
2610
            },
2611
            "suggest": {
2612
                "symfony/browser-kit": "",
2613
                "symfony/config": "",
2614
                "symfony/console": "",
2615
                "symfony/dependency-injection": "",
2616
                "symfony/finder": "",
2617
                "symfony/var-dumper": ""
2618
            },
2619
            "type": "library",
2620
            "extra": {
2621
                "branch-alias": {
2622
                    "dev-master": "3.4-dev"
2623
                }
2624
            },
2625
            "autoload": {
2626
                "psr-4": {
2627
                    "Symfony\\Component\\HttpKernel\\": ""
2628
                },
2629
                "exclude-from-classmap": [
2630
                    "/Tests/"
2631
                ]
2632
            },
2633
            "notification-url": "https://packagist.org/downloads/",
2634
            "license": [
2635
                "MIT"
2636
            ],
2637
            "authors": [
2638
                {
2639
                    "name": "Fabien Potencier",
2640
                    "email": "[email protected]"
2641
                },
2642
                {
2643
                    "name": "Symfony Community",
2644
                    "homepage": "https://symfony.com/contributors"
2645
                }
2646
            ],
2647
            "description": "Symfony HttpKernel Component",
2648
            "homepage": "https://symfony.com",
2649
            "time": "2017-12-15T02:05:18+00:00"
2650
        },
2651
        {
2652
            "name": "symfony/polyfill-mbstring",
2653
            "version": "v1.6.0",
2654
            "source": {
2655
                "type": "git",
2656
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2657
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2658
            },
2659
            "dist": {
2660
                "type": "zip",
2661
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2662
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2663
                "shasum": ""
2664
            },
2665
            "require": {
2666
                "php": ">=5.3.3"
2667
            },
2668
            "suggest": {
2669
                "ext-mbstring": "For best performance"
2670
            },
2671
            "type": "library",
2672
            "extra": {
2673
                "branch-alias": {
2674
                    "dev-master": "1.6-dev"
2675
                }
2676
            },
2677
            "autoload": {
2678
                "psr-4": {
2679
                    "Symfony\\Polyfill\\Mbstring\\": ""
2680
                },
2681
                "files": [
2682
                    "bootstrap.php"
2683
                ]
2684
            },
2685
            "notification-url": "https://packagist.org/downloads/",
2686
            "license": [
2687
                "MIT"
2688
            ],
2689
            "authors": [
2690
                {
2691
                    "name": "Nicolas Grekas",
2692
                    "email": "[email protected]"
2693
                },
2694
                {
2695
                    "name": "Symfony Community",
2696
                    "homepage": "https://symfony.com/contributors"
2697
                }
2698
            ],
2699
            "description": "Symfony polyfill for the Mbstring extension",
2700
            "homepage": "https://symfony.com",
2701
            "keywords": [
2702
                "compatibility",
2703
                "mbstring",
2704
                "polyfill",
2705
                "portable",
2706
                "shim"
2707
            ],
2708
            "time": "2017-10-11T12:05:26+00:00"
2709
        },
2710
        {
2711
            "name": "symfony/polyfill-php70",
2712
            "version": "v1.6.0",
2713
            "source": {
2714
                "type": "git",
2715
                "url": "https://github.com/symfony/polyfill-php70.git",
2716
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
2717
            },
2718
            "dist": {
2719
                "type": "zip",
2720
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
2721
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
2722
                "shasum": ""
2723
            },
2724
            "require": {
2725
                "paragonie/random_compat": "~1.0|~2.0",
2726
                "php": ">=5.3.3"
2727
            },
2728
            "type": "library",
2729
            "extra": {
2730
                "branch-alias": {
2731
                    "dev-master": "1.6-dev"
2732
                }
2733
            },
2734
            "autoload": {
2735
                "psr-4": {
2736
                    "Symfony\\Polyfill\\Php70\\": ""
2737
                },
2738
                "files": [
2739
                    "bootstrap.php"
2740
                ],
2741
                "classmap": [
2742
                    "Resources/stubs"
2743
                ]
2744
            },
2745
            "notification-url": "https://packagist.org/downloads/",
2746
            "license": [
2747
                "MIT"
2748
            ],
2749
            "authors": [
2750
                {
2751
                    "name": "Nicolas Grekas",
2752
                    "email": "[email protected]"
2753
                },
2754
                {
2755
                    "name": "Symfony Community",
2756
                    "homepage": "https://symfony.com/contributors"
2757
                }
2758
            ],
2759
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2760
            "homepage": "https://symfony.com",
2761
            "keywords": [
2762
                "compatibility",
2763
                "polyfill",
2764
                "portable",
2765
                "shim"
2766
            ],
2767
            "time": "2017-10-11T12:05:26+00:00"
2768
        },
2769
        {
2770
            "name": "symfony/process",
2771
            "version": "v3.4.2",
2772
            "source": {
2773
                "type": "git",
2774
                "url": "https://github.com/symfony/process.git",
2775
                "reference": "bb3ef65d493a6d57297cad6c560ee04e2a8f5098"
2776
            },
2777
            "dist": {
2778
                "type": "zip",
2779
                "url": "https://api.github.com/repos/symfony/process/zipball/bb3ef65d493a6d57297cad6c560ee04e2a8f5098",
2780
                "reference": "bb3ef65d493a6d57297cad6c560ee04e2a8f5098",
2781
                "shasum": ""
2782
            },
2783
            "require": {
2784
                "php": "^5.5.9|>=7.0.8"
2785
            },
2786
            "type": "library",
2787
            "extra": {
2788
                "branch-alias": {
2789
                    "dev-master": "3.4-dev"
2790
                }
2791
            },
2792
            "autoload": {
2793
                "psr-4": {
2794
                    "Symfony\\Component\\Process\\": ""
2795
                },
2796
                "exclude-from-classmap": [
2797
                    "/Tests/"
2798
                ]
2799
            },
2800
            "notification-url": "https://packagist.org/downloads/",
2801
            "license": [
2802
                "MIT"
2803
            ],
2804
            "authors": [
2805
                {
2806
                    "name": "Fabien Potencier",
2807
                    "email": "[email protected]"
2808
                },
2809
                {
2810
                    "name": "Symfony Community",
2811
                    "homepage": "https://symfony.com/contributors"
2812
                }
2813
            ],
2814
            "description": "Symfony Process Component",
2815
            "homepage": "https://symfony.com",
2816
            "time": "2017-12-14T19:40:10+00:00"
2817
        },
2818
        {
2819
            "name": "symfony/routing",
2820
            "version": "v3.4.2",
2821
            "source": {
2822
                "type": "git",
2823
                "url": "https://github.com/symfony/routing.git",
2824
                "reference": "5f248dfac5e4660c74982eb3dadc71cf58595570"
2825
            },
2826
            "dist": {
2827
                "type": "zip",
2828
                "url": "https://api.github.com/repos/symfony/routing/zipball/5f248dfac5e4660c74982eb3dadc71cf58595570",
2829
                "reference": "5f248dfac5e4660c74982eb3dadc71cf58595570",
2830
                "shasum": ""
2831
            },
2832
            "require": {
2833
                "php": "^5.5.9|>=7.0.8"
2834
            },
2835
            "conflict": {
2836
                "symfony/config": "<2.8",
2837
                "symfony/dependency-injection": "<3.3",
2838
                "symfony/yaml": "<3.4"
2839
            },
2840
            "require-dev": {
2841
                "doctrine/annotations": "~1.0",
2842
                "doctrine/common": "~2.2",
2843
                "psr/log": "~1.0",
2844
                "symfony/config": "~2.8|~3.0|~4.0",
2845
                "symfony/dependency-injection": "~3.3|~4.0",
2846
                "symfony/expression-language": "~2.8|~3.0|~4.0",
2847
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
2848
                "symfony/yaml": "~3.4|~4.0"
2849
            },
2850
            "suggest": {
2851
                "doctrine/annotations": "For using the annotation loader",
2852
                "symfony/config": "For using the all-in-one router or any loader",
2853
                "symfony/dependency-injection": "For loading routes from a service",
2854
                "symfony/expression-language": "For using expression matching",
2855
                "symfony/http-foundation": "For using a Symfony Request object",
2856
                "symfony/yaml": "For using the YAML loader"
2857
            },
2858
            "type": "library",
2859
            "extra": {
2860
                "branch-alias": {
2861
                    "dev-master": "3.4-dev"
2862
                }
2863
            },
2864
            "autoload": {
2865
                "psr-4": {
2866
                    "Symfony\\Component\\Routing\\": ""
2867
                },
2868
                "exclude-from-classmap": [
2869
                    "/Tests/"
2870
                ]
2871
            },
2872
            "notification-url": "https://packagist.org/downloads/",
2873
            "license": [
2874
                "MIT"
2875
            ],
2876
            "authors": [
2877
                {
2878
                    "name": "Fabien Potencier",
2879
                    "email": "[email protected]"
2880
                },
2881
                {
2882
                    "name": "Symfony Community",
2883
                    "homepage": "https://symfony.com/contributors"
2884
                }
2885
            ],
2886
            "description": "Symfony Routing Component",
2887
            "homepage": "https://symfony.com",
2888
            "keywords": [
2889
                "router",
2890
                "routing",
2891
                "uri",
2892
                "url"
2893
            ],
2894
            "time": "2017-12-14T22:37:31+00:00"
2895
        },
2896
        {
2897
            "name": "symfony/translation",
2898
            "version": "v3.4.2",
2899
            "source": {
2900
                "type": "git",
2901
                "url": "https://github.com/symfony/translation.git",
2902
                "reference": "4c5d5582baf2829751a5207659329c1f52eedeb6"
2903
            },
2904
            "dist": {
2905
                "type": "zip",
2906
                "url": "https://api.github.com/repos/symfony/translation/zipball/4c5d5582baf2829751a5207659329c1f52eedeb6",
2907
                "reference": "4c5d5582baf2829751a5207659329c1f52eedeb6",
2908
                "shasum": ""
2909
            },
2910
            "require": {
2911
                "php": "^5.5.9|>=7.0.8",
2912
                "symfony/polyfill-mbstring": "~1.0"
2913
            },
2914
            "conflict": {
2915
                "symfony/config": "<2.8",
2916
                "symfony/dependency-injection": "<3.4",
2917
                "symfony/yaml": "<3.4"
2918
            },
2919
            "require-dev": {
2920
                "psr/log": "~1.0",
2921
                "symfony/config": "~2.8|~3.0|~4.0",
2922
                "symfony/dependency-injection": "~3.4|~4.0",
2923
                "symfony/finder": "~2.8|~3.0|~4.0",
2924
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
2925
                "symfony/yaml": "~3.4|~4.0"
2926
            },
2927
            "suggest": {
2928
                "psr/log": "To use logging capability in translator",
2929
                "symfony/config": "",
2930
                "symfony/yaml": ""
2931
            },
2932
            "type": "library",
2933
            "extra": {
2934
                "branch-alias": {
2935
                    "dev-master": "3.4-dev"
2936
                }
2937
            },
2938
            "autoload": {
2939
                "psr-4": {
2940
                    "Symfony\\Component\\Translation\\": ""
2941
                },
2942
                "exclude-from-classmap": [
2943
                    "/Tests/"
2944
                ]
2945
            },
2946
            "notification-url": "https://packagist.org/downloads/",
2947
            "license": [
2948
                "MIT"
2949
            ],
2950
            "authors": [
2951
                {
2952
                    "name": "Fabien Potencier",
2953
                    "email": "[email protected]"
2954
                },
2955
                {
2956
                    "name": "Symfony Community",
2957
                    "homepage": "https://symfony.com/contributors"
2958
                }
2959
            ],
2960
            "description": "Symfony Translation Component",
2961
            "homepage": "https://symfony.com",
2962
            "time": "2017-12-12T08:27:14+00:00"
2963
        },
2964
        {
2965
            "name": "symfony/var-dumper",
2966
            "version": "v3.4.2",
2967
            "source": {
2968
                "type": "git",
2969
                "url": "https://github.com/symfony/var-dumper.git",
2970
                "reference": "757074cf71b952ce9e75b557538948811c2bf006"
2971
            },
2972
            "dist": {
2973
                "type": "zip",
2974
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/757074cf71b952ce9e75b557538948811c2bf006",
2975
                "reference": "757074cf71b952ce9e75b557538948811c2bf006",
2976
                "shasum": ""
2977
            },
2978
            "require": {
2979
                "php": "^5.5.9|>=7.0.8",
2980
                "symfony/polyfill-mbstring": "~1.0"
2981
            },
2982
            "conflict": {
2983
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2984
            },
2985
            "require-dev": {
2986
                "ext-iconv": "*",
2987
                "twig/twig": "~1.34|~2.4"
2988
            },
2989
            "suggest": {
2990
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2991
                "ext-intl": "To show region name in time zone dump",
2992
                "ext-symfony_debug": ""
2993
            },
2994
            "type": "library",
2995
            "extra": {
2996
                "branch-alias": {
2997
                    "dev-master": "3.4-dev"
2998
                }
2999
            },
3000
            "autoload": {
3001
                "files": [
3002
                    "Resources/functions/dump.php"
3003
                ],
3004
                "psr-4": {
3005
                    "Symfony\\Component\\VarDumper\\": ""
3006
                },
3007
                "exclude-from-classmap": [
3008
                    "/Tests/"
3009
                ]
3010
            },
3011
            "notification-url": "https://packagist.org/downloads/",
3012
            "license": [
3013
                "MIT"
3014
            ],
3015
            "authors": [
3016
                {
3017
                    "name": "Nicolas Grekas",
3018
                    "email": "[email protected]"
3019
                },
3020
                {
3021
                    "name": "Symfony Community",
3022
                    "homepage": "https://symfony.com/contributors"
3023
                }
3024
            ],
3025
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3026
            "homepage": "https://symfony.com",
3027
            "keywords": [
3028
                "debug",
3029
                "dump"
3030
            ],
3031
            "time": "2017-12-11T22:06:16+00:00"
3032
        },
3033
        {
3034
            "name": "tijsverkoyen/css-to-inline-styles",
3035
            "version": "2.2.0",
3036
            "source": {
3037
                "type": "git",
3038
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3039
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
3040
            },
3041
            "dist": {
3042
                "type": "zip",
3043
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
3044
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
3045
                "shasum": ""
3046
            },
3047
            "require": {
3048
                "php": "^5.5 || ^7",
3049
                "symfony/css-selector": "^2.7|~3.0"
3050
            },
3051
            "require-dev": {
3052
                "phpunit/phpunit": "~4.8|5.1.*"
3053
            },
3054
            "type": "library",
3055
            "extra": {
3056
                "branch-alias": {
3057
                    "dev-master": "2.0.x-dev"
3058
                }
3059
            },
3060
            "autoload": {
3061
                "psr-4": {
3062
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
3063
                }
3064
            },
3065
            "notification-url": "https://packagist.org/downloads/",
3066
            "license": [
3067
                "BSD-3-Clause"
3068
            ],
3069
            "authors": [
3070
                {
3071
                    "name": "Tijs Verkoyen",
3072
                    "email": "[email protected]",
3073
                    "role": "Developer"
3074
                }
3075
            ],
3076
            "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.",
3077
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3078
            "time": "2016-09-20T12:50:39+00:00"
3079
        },
3080
        {
3081
            "name": "vlucas/phpdotenv",
3082
            "version": "v2.4.0",
3083
            "source": {
3084
                "type": "git",
3085
                "url": "https://github.com/vlucas/phpdotenv.git",
3086
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
3087
            },
3088
            "dist": {
3089
                "type": "zip",
3090
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3091
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3092
                "shasum": ""
3093
            },
3094
            "require": {
3095
                "php": ">=5.3.9"
3096
            },
3097
            "require-dev": {
3098
                "phpunit/phpunit": "^4.8 || ^5.0"
3099
            },
3100
            "type": "library",
3101
            "extra": {
3102
                "branch-alias": {
3103
                    "dev-master": "2.4-dev"
3104
                }
3105
            },
3106
            "autoload": {
3107
                "psr-4": {
3108
                    "Dotenv\\": "src/"
3109
                }
3110
            },
3111
            "notification-url": "https://packagist.org/downloads/",
3112
            "license": [
3113
                "BSD-3-Clause-Attribution"
3114
            ],
3115
            "authors": [
3116
                {
3117
                    "name": "Vance Lucas",
3118
                    "email": "[email protected]",
3119
                    "homepage": "http://www.vancelucas.com"
3120
                }
3121
            ],
3122
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3123
            "keywords": [
3124
                "dotenv",
3125
                "env",
3126
                "environment"
3127
            ],
3128
            "time": "2016-09-01T10:05:43+00:00"
3129
        }
3130
    ],
3131
    "packages-dev": [
3132
        {
3133
            "name": "doctrine/instantiator",
3134
            "version": "1.1.0",
3135
            "source": {
3136
                "type": "git",
3137
                "url": "https://github.com/doctrine/instantiator.git",
3138
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
3139
            },
3140
            "dist": {
3141
                "type": "zip",
3142
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3143
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3144
                "shasum": ""
3145
            },
3146
            "require": {
3147
                "php": "^7.1"
3148
            },
3149
            "require-dev": {
3150
                "athletic/athletic": "~0.1.8",
3151
                "ext-pdo": "*",
3152
                "ext-phar": "*",
3153
                "phpunit/phpunit": "^6.2.3",
3154
                "squizlabs/php_codesniffer": "^3.0.2"
3155
            },
3156
            "type": "library",
3157
            "extra": {
3158
                "branch-alias": {
3159
                    "dev-master": "1.2.x-dev"
3160
                }
3161
            },
3162
            "autoload": {
3163
                "psr-4": {
3164
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3165
                }
3166
            },
3167
            "notification-url": "https://packagist.org/downloads/",
3168
            "license": [
3169
                "MIT"
3170
            ],
3171
            "authors": [
3172
                {
3173
                    "name": "Marco Pivetta",
3174
                    "email": "[email protected]",
3175
                    "homepage": "http://ocramius.github.com/"
3176
                }
3177
            ],
3178
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3179
            "homepage": "https://github.com/doctrine/instantiator",
3180
            "keywords": [
3181
                "constructor",
3182
                "instantiate"
3183
            ],
3184
            "time": "2017-07-22T11:58:36+00:00"
3185
        },
3186
        {
3187
            "name": "filp/whoops",
3188
            "version": "2.1.14",
3189
            "source": {
3190
                "type": "git",
3191
                "url": "https://github.com/filp/whoops.git",
3192
                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
3193
            },
3194
            "dist": {
3195
                "type": "zip",
3196
                "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
3197
                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
3198
                "shasum": ""
3199
            },
3200
            "require": {
3201
                "php": "^5.5.9 || ^7.0",
3202
                "psr/log": "^1.0.1"
3203
            },
3204
            "require-dev": {
3205
                "mockery/mockery": "0.9.*",
3206
                "phpunit/phpunit": "^4.8.35 || ^5.7",
3207
                "symfony/var-dumper": "^2.6 || ^3.0"
3208
            },
3209
            "suggest": {
3210
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
3211
                "whoops/soap": "Formats errors as SOAP responses"
3212
            },
3213
            "type": "library",
3214
            "extra": {
3215
                "branch-alias": {
3216
                    "dev-master": "2.0-dev"
3217
                }
3218
            },
3219
            "autoload": {
3220
                "psr-4": {
3221
                    "Whoops\\": "src/Whoops/"
3222
                }
3223
            },
3224
            "notification-url": "https://packagist.org/downloads/",
3225
            "license": [
3226
                "MIT"
3227
            ],
3228
            "authors": [
3229
                {
3230
                    "name": "Filipe Dobreira",
3231
                    "homepage": "https://github.com/filp",
3232
                    "role": "Developer"
3233
                }
3234
            ],
3235
            "description": "php error handling for cool kids",
3236
            "homepage": "https://filp.github.io/whoops/",
3237
            "keywords": [
3238
                "error",
3239
                "exception",
3240
                "handling",
3241
                "library",
3242
                "throwable",
3243
                "whoops"
3244
            ],
3245
            "time": "2017-11-23T18:22:44+00:00"
3246
        },
3247
        {
3248
            "name": "fzaninotto/faker",
3249
            "version": "v1.7.1",
3250
            "source": {
3251
                "type": "git",
3252
                "url": "https://github.com/fzaninotto/Faker.git",
3253
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
3254
            },
3255
            "dist": {
3256
                "type": "zip",
3257
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3258
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3259
                "shasum": ""
3260
            },
3261
            "require": {
3262
                "php": "^5.3.3 || ^7.0"
3263
            },
3264
            "require-dev": {
3265
                "ext-intl": "*",
3266
                "phpunit/phpunit": "^4.0 || ^5.0",
3267
                "squizlabs/php_codesniffer": "^1.5"
3268
            },
3269
            "type": "library",
3270
            "extra": {
3271
                "branch-alias": {
3272
                    "dev-master": "1.8-dev"
3273
                }
3274
            },
3275
            "autoload": {
3276
                "psr-4": {
3277
                    "Faker\\": "src/Faker/"
3278
                }
3279
            },
3280
            "notification-url": "https://packagist.org/downloads/",
3281
            "license": [
3282
                "MIT"
3283
            ],
3284
            "authors": [
3285
                {
3286
                    "name": "François Zaninotto"
3287
                }
3288
            ],
3289
            "description": "Faker is a PHP library that generates fake data for you.",
3290
            "keywords": [
3291
                "data",
3292
                "faker",
3293
                "fixtures"
3294
            ],
3295
            "time": "2017-08-15T16:48:10+00:00"
3296
        },
3297
        {
3298
            "name": "hamcrest/hamcrest-php",
3299
            "version": "v2.0.0",
3300
            "source": {
3301
                "type": "git",
3302
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3303
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3304
            },
3305
            "dist": {
3306
                "type": "zip",
3307
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3308
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3309
                "shasum": ""
3310
            },
3311
            "require": {
3312
                "php": "^5.3|^7.0"
3313
            },
3314
            "replace": {
3315
                "cordoval/hamcrest-php": "*",
3316
                "davedevelopment/hamcrest-php": "*",
3317
                "kodova/hamcrest-php": "*"
3318
            },
3319
            "require-dev": {
3320
                "phpunit/php-file-iterator": "1.3.3",
3321
                "phpunit/phpunit": "~4.0",
3322
                "satooshi/php-coveralls": "^1.0"
3323
            },
3324
            "type": "library",
3325
            "extra": {
3326
                "branch-alias": {
3327
                    "dev-master": "2.0-dev"
3328
                }
3329
            },
3330
            "autoload": {
3331
                "classmap": [
3332
                    "hamcrest"
3333
                ]
3334
            },
3335
            "notification-url": "https://packagist.org/downloads/",
3336
            "license": [
3337
                "BSD"
3338
            ],
3339
            "description": "This is the PHP port of Hamcrest Matchers",
3340
            "keywords": [
3341
                "test"
3342
            ],
3343
            "time": "2016-01-20T08:20:44+00:00"
3344
        },
3345
        {
3346
            "name": "mockery/mockery",
3347
            "version": "1.0",
3348
            "source": {
3349
                "type": "git",
3350
                "url": "https://github.com/mockery/mockery.git",
3351
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
3352
            },
3353
            "dist": {
3354
                "type": "zip",
3355
                "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
3356
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
3357
                "shasum": ""
3358
            },
3359
            "require": {
3360
                "hamcrest/hamcrest-php": "~2.0",
3361
                "lib-pcre": ">=7.0",
3362
                "php": ">=5.6.0"
3363
            },
3364
            "require-dev": {
3365
                "phpunit/phpunit": "~5.7|~6.1"
3366
            },
3367
            "type": "library",
3368
            "extra": {
3369
                "branch-alias": {
3370
                    "dev-master": "1.0.x-dev"
3371
                }
3372
            },
3373
            "autoload": {
3374
                "psr-0": {
3375
                    "Mockery": "library/"
3376
                }
3377
            },
3378
            "notification-url": "https://packagist.org/downloads/",
3379
            "license": [
3380
                "BSD-3-Clause"
3381
            ],
3382
            "authors": [
3383
                {
3384
                    "name": "Pádraic Brady",
3385
                    "email": "[email protected]",
3386
                    "homepage": "http://blog.astrumfutura.com"
3387
                },
3388
                {
3389
                    "name": "Dave Marshall",
3390
                    "email": "[email protected]",
3391
                    "homepage": "http://davedevelopment.co.uk"
3392
                }
3393
            ],
3394
            "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.",
3395
            "homepage": "http://github.com/mockery/mockery",
3396
            "keywords": [
3397
                "BDD",
3398
                "TDD",
3399
                "library",
3400
                "mock",
3401
                "mock objects",
3402
                "mockery",
3403
                "stub",
3404
                "test",
3405
                "test double",
3406
                "testing"
3407
            ],
3408
            "time": "2017-10-06T16:20:43+00:00"
3409
        },
3410
        {
3411
            "name": "myclabs/deep-copy",
3412
            "version": "1.7.0",
3413
            "source": {
3414
                "type": "git",
3415
                "url": "https://github.com/myclabs/DeepCopy.git",
3416
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3417
            },
3418
            "dist": {
3419
                "type": "zip",
3420
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3421
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3422
                "shasum": ""
3423
            },
3424
            "require": {
3425
                "php": "^5.6 || ^7.0"
3426
            },
3427
            "require-dev": {
3428
                "doctrine/collections": "^1.0",
3429
                "doctrine/common": "^2.6",
3430
                "phpunit/phpunit": "^4.1"
3431
            },
3432
            "type": "library",
3433
            "autoload": {
3434
                "psr-4": {
3435
                    "DeepCopy\\": "src/DeepCopy/"
3436
                },
3437
                "files": [
3438
                    "src/DeepCopy/deep_copy.php"
3439
                ]
3440
            },
3441
            "notification-url": "https://packagist.org/downloads/",
3442
            "license": [
3443
                "MIT"
3444
            ],
3445
            "description": "Create deep copies (clones) of your objects",
3446
            "keywords": [
3447
                "clone",
3448
                "copy",
3449
                "duplicate",
3450
                "object",
3451
                "object graph"
3452
            ],
3453
            "time": "2017-10-19T19:58:43+00:00"
3454
        },
3455
        {
3456
            "name": "phar-io/manifest",
3457
            "version": "1.0.1",
3458
            "source": {
3459
                "type": "git",
3460
                "url": "https://github.com/phar-io/manifest.git",
3461
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3462
            },
3463
            "dist": {
3464
                "type": "zip",
3465
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3466
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3467
                "shasum": ""
3468
            },
3469
            "require": {
3470
                "ext-dom": "*",
3471
                "ext-phar": "*",
3472
                "phar-io/version": "^1.0.1",
3473
                "php": "^5.6 || ^7.0"
3474
            },
3475
            "type": "library",
3476
            "extra": {
3477
                "branch-alias": {
3478
                    "dev-master": "1.0.x-dev"
3479
                }
3480
            },
3481
            "autoload": {
3482
                "classmap": [
3483
                    "src/"
3484
                ]
3485
            },
3486
            "notification-url": "https://packagist.org/downloads/",
3487
            "license": [
3488
                "BSD-3-Clause"
3489
            ],
3490
            "authors": [
3491
                {
3492
                    "name": "Arne Blankerts",
3493
                    "email": "[email protected]",
3494
                    "role": "Developer"
3495
                },
3496
                {
3497
                    "name": "Sebastian Heuer",
3498
                    "email": "[email protected]",
3499
                    "role": "Developer"
3500
                },
3501
                {
3502
                    "name": "Sebastian Bergmann",
3503
                    "email": "[email protected]",
3504
                    "role": "Developer"
3505
                }
3506
            ],
3507
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3508
            "time": "2017-03-05T18:14:27+00:00"
3509
        },
3510
        {
3511
            "name": "phar-io/version",
3512
            "version": "1.0.1",
3513
            "source": {
3514
                "type": "git",
3515
                "url": "https://github.com/phar-io/version.git",
3516
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3517
            },
3518
            "dist": {
3519
                "type": "zip",
3520
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3521
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3522
                "shasum": ""
3523
            },
3524
            "require": {
3525
                "php": "^5.6 || ^7.0"
3526
            },
3527
            "type": "library",
3528
            "autoload": {
3529
                "classmap": [
3530
                    "src/"
3531
                ]
3532
            },
3533
            "notification-url": "https://packagist.org/downloads/",
3534
            "license": [
3535
                "BSD-3-Clause"
3536
            ],
3537
            "authors": [
3538
                {
3539
                    "name": "Arne Blankerts",
3540
                    "email": "[email protected]",
3541
                    "role": "Developer"
3542
                },
3543
                {
3544
                    "name": "Sebastian Heuer",
3545
                    "email": "[email protected]",
3546
                    "role": "Developer"
3547
                },
3548
                {
3549
                    "name": "Sebastian Bergmann",
3550
                    "email": "[email protected]",
3551
                    "role": "Developer"
3552
                }
3553
            ],
3554
            "description": "Library for handling version information and constraints",
3555
            "time": "2017-03-05T17:38:23+00:00"
3556
        },
3557
        {
3558
            "name": "phpdocumentor/reflection-common",
3559
            "version": "1.0.1",
3560
            "source": {
3561
                "type": "git",
3562
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3563
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3564
            },
3565
            "dist": {
3566
                "type": "zip",
3567
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3568
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3569
                "shasum": ""
3570
            },
3571
            "require": {
3572
                "php": ">=5.5"
3573
            },
3574
            "require-dev": {
3575
                "phpunit/phpunit": "^4.6"
3576
            },
3577
            "type": "library",
3578
            "extra": {
3579
                "branch-alias": {
3580
                    "dev-master": "1.0.x-dev"
3581
                }
3582
            },
3583
            "autoload": {
3584
                "psr-4": {
3585
                    "phpDocumentor\\Reflection\\": [
3586
                        "src"
3587
                    ]
3588
                }
3589
            },
3590
            "notification-url": "https://packagist.org/downloads/",
3591
            "license": [
3592
                "MIT"
3593
            ],
3594
            "authors": [
3595
                {
3596
                    "name": "Jaap van Otterdijk",
3597
                    "email": "[email protected]"
3598
                }
3599
            ],
3600
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3601
            "homepage": "http://www.phpdoc.org",
3602
            "keywords": [
3603
                "FQSEN",
3604
                "phpDocumentor",
3605
                "phpdoc",
3606
                "reflection",
3607
                "static analysis"
3608
            ],
3609
            "time": "2017-09-11T18:02:19+00:00"
3610
        },
3611
        {
3612
            "name": "phpdocumentor/reflection-docblock",
3613
            "version": "4.2.0",
3614
            "source": {
3615
                "type": "git",
3616
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3617
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
3618
            },
3619
            "dist": {
3620
                "type": "zip",
3621
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
3622
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
3623
                "shasum": ""
3624
            },
3625
            "require": {
3626
                "php": "^7.0",
3627
                "phpdocumentor/reflection-common": "^1.0.0",
3628
                "phpdocumentor/type-resolver": "^0.4.0",
3629
                "webmozart/assert": "^1.0"
3630
            },
3631
            "require-dev": {
3632
                "doctrine/instantiator": "~1.0.5",
3633
                "mockery/mockery": "^1.0",
3634
                "phpunit/phpunit": "^6.4"
3635
            },
3636
            "type": "library",
3637
            "extra": {
3638
                "branch-alias": {
3639
                    "dev-master": "4.x-dev"
3640
                }
3641
            },
3642
            "autoload": {
3643
                "psr-4": {
3644
                    "phpDocumentor\\Reflection\\": [
3645
                        "src/"
3646
                    ]
3647
                }
3648
            },
3649
            "notification-url": "https://packagist.org/downloads/",
3650
            "license": [
3651
                "MIT"
3652
            ],
3653
            "authors": [
3654
                {
3655
                    "name": "Mike van Riel",
3656
                    "email": "[email protected]"
3657
                }
3658
            ],
3659
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3660
            "time": "2017-11-27T17:38:31+00:00"
3661
        },
3662
        {
3663
            "name": "phpdocumentor/type-resolver",
3664
            "version": "0.4.0",
3665
            "source": {
3666
                "type": "git",
3667
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3668
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3669
            },
3670
            "dist": {
3671
                "type": "zip",
3672
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3673
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3674
                "shasum": ""
3675
            },
3676
            "require": {
3677
                "php": "^5.5 || ^7.0",
3678
                "phpdocumentor/reflection-common": "^1.0"
3679
            },
3680
            "require-dev": {
3681
                "mockery/mockery": "^0.9.4",
3682
                "phpunit/phpunit": "^5.2||^4.8.24"
3683
            },
3684
            "type": "library",
3685
            "extra": {
3686
                "branch-alias": {
3687
                    "dev-master": "1.0.x-dev"
3688
                }
3689
            },
3690
            "autoload": {
3691
                "psr-4": {
3692
                    "phpDocumentor\\Reflection\\": [
3693
                        "src/"
3694
                    ]
3695
                }
3696
            },
3697
            "notification-url": "https://packagist.org/downloads/",
3698
            "license": [
3699
                "MIT"
3700
            ],
3701
            "authors": [
3702
                {
3703
                    "name": "Mike van Riel",
3704
                    "email": "[email protected]"
3705
                }
3706
            ],
3707
            "time": "2017-07-14T14:27:02+00:00"
3708
        },
3709
        {
3710
            "name": "phpspec/prophecy",
3711
            "version": "1.7.3",
3712
            "source": {
3713
                "type": "git",
3714
                "url": "https://github.com/phpspec/prophecy.git",
3715
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
3716
            },
3717
            "dist": {
3718
                "type": "zip",
3719
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
3720
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
3721
                "shasum": ""
3722
            },
3723
            "require": {
3724
                "doctrine/instantiator": "^1.0.2",
3725
                "php": "^5.3|^7.0",
3726
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3727
                "sebastian/comparator": "^1.1|^2.0",
3728
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3729
            },
3730
            "require-dev": {
3731
                "phpspec/phpspec": "^2.5|^3.2",
3732
                "phpunit/phpunit": "^4.8.35 || ^5.7"
3733
            },
3734
            "type": "library",
3735
            "extra": {
3736
                "branch-alias": {
3737
                    "dev-master": "1.7.x-dev"
3738
                }
3739
            },
3740
            "autoload": {
3741
                "psr-0": {
3742
                    "Prophecy\\": "src/"
3743
                }
3744
            },
3745
            "notification-url": "https://packagist.org/downloads/",
3746
            "license": [
3747
                "MIT"
3748
            ],
3749
            "authors": [
3750
                {
3751
                    "name": "Konstantin Kudryashov",
3752
                    "email": "[email protected]",
3753
                    "homepage": "http://everzet.com"
3754
                },
3755
                {
3756
                    "name": "Marcello Duarte",
3757
                    "email": "[email protected]"
3758
                }
3759
            ],
3760
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3761
            "homepage": "https://github.com/phpspec/prophecy",
3762
            "keywords": [
3763
                "Double",
3764
                "Dummy",
3765
                "fake",
3766
                "mock",
3767
                "spy",
3768
                "stub"
3769
            ],
3770
            "time": "2017-11-24T13:59:53+00:00"
3771
        },
3772
        {
3773
            "name": "phpunit/php-code-coverage",
3774
            "version": "5.3.0",
3775
            "source": {
3776
                "type": "git",
3777
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3778
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
3779
            },
3780
            "dist": {
3781
                "type": "zip",
3782
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3783
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3784
                "shasum": ""
3785
            },
3786
            "require": {
3787
                "ext-dom": "*",
3788
                "ext-xmlwriter": "*",
3789
                "php": "^7.0",
3790
                "phpunit/php-file-iterator": "^1.4.2",
3791
                "phpunit/php-text-template": "^1.2.1",
3792
                "phpunit/php-token-stream": "^2.0.1",
3793
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3794
                "sebastian/environment": "^3.0",
3795
                "sebastian/version": "^2.0.1",
3796
                "theseer/tokenizer": "^1.1"
3797
            },
3798
            "require-dev": {
3799
                "phpunit/phpunit": "^6.0"
3800
            },
3801
            "suggest": {
3802
                "ext-xdebug": "^2.5.5"
3803
            },
3804
            "type": "library",
3805
            "extra": {
3806
                "branch-alias": {
3807
                    "dev-master": "5.3.x-dev"
3808
                }
3809
            },
3810
            "autoload": {
3811
                "classmap": [
3812
                    "src/"
3813
                ]
3814
            },
3815
            "notification-url": "https://packagist.org/downloads/",
3816
            "license": [
3817
                "BSD-3-Clause"
3818
            ],
3819
            "authors": [
3820
                {
3821
                    "name": "Sebastian Bergmann",
3822
                    "email": "[email protected]",
3823
                    "role": "lead"
3824
                }
3825
            ],
3826
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3827
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3828
            "keywords": [
3829
                "coverage",
3830
                "testing",
3831
                "xunit"
3832
            ],
3833
            "time": "2017-12-06T09:29:45+00:00"
3834
        },
3835
        {
3836
            "name": "phpunit/php-file-iterator",
3837
            "version": "1.4.5",
3838
            "source": {
3839
                "type": "git",
3840
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3841
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3842
            },
3843
            "dist": {
3844
                "type": "zip",
3845
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3846
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3847
                "shasum": ""
3848
            },
3849
            "require": {
3850
                "php": ">=5.3.3"
3851
            },
3852
            "type": "library",
3853
            "extra": {
3854
                "branch-alias": {
3855
                    "dev-master": "1.4.x-dev"
3856
                }
3857
            },
3858
            "autoload": {
3859
                "classmap": [
3860
                    "src/"
3861
                ]
3862
            },
3863
            "notification-url": "https://packagist.org/downloads/",
3864
            "license": [
3865
                "BSD-3-Clause"
3866
            ],
3867
            "authors": [
3868
                {
3869
                    "name": "Sebastian Bergmann",
3870
                    "email": "[email protected]",
3871
                    "role": "lead"
3872
                }
3873
            ],
3874
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3875
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3876
            "keywords": [
3877
                "filesystem",
3878
                "iterator"
3879
            ],
3880
            "time": "2017-11-27T13:52:08+00:00"
3881
        },
3882
        {
3883
            "name": "phpunit/php-text-template",
3884
            "version": "1.2.1",
3885
            "source": {
3886
                "type": "git",
3887
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3888
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3889
            },
3890
            "dist": {
3891
                "type": "zip",
3892
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3893
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3894
                "shasum": ""
3895
            },
3896
            "require": {
3897
                "php": ">=5.3.3"
3898
            },
3899
            "type": "library",
3900
            "autoload": {
3901
                "classmap": [
3902
                    "src/"
3903
                ]
3904
            },
3905
            "notification-url": "https://packagist.org/downloads/",
3906
            "license": [
3907
                "BSD-3-Clause"
3908
            ],
3909
            "authors": [
3910
                {
3911
                    "name": "Sebastian Bergmann",
3912
                    "email": "[email protected]",
3913
                    "role": "lead"
3914
                }
3915
            ],
3916
            "description": "Simple template engine.",
3917
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3918
            "keywords": [
3919
                "template"
3920
            ],
3921
            "time": "2015-06-21T13:50:34+00:00"
3922
        },
3923
        {
3924
            "name": "phpunit/php-timer",
3925
            "version": "1.0.9",
3926
            "source": {
3927
                "type": "git",
3928
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3929
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3930
            },
3931
            "dist": {
3932
                "type": "zip",
3933
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3934
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3935
                "shasum": ""
3936
            },
3937
            "require": {
3938
                "php": "^5.3.3 || ^7.0"
3939
            },
3940
            "require-dev": {
3941
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3942
            },
3943
            "type": "library",
3944
            "extra": {
3945
                "branch-alias": {
3946
                    "dev-master": "1.0-dev"
3947
                }
3948
            },
3949
            "autoload": {
3950
                "classmap": [
3951
                    "src/"
3952
                ]
3953
            },
3954
            "notification-url": "https://packagist.org/downloads/",
3955
            "license": [
3956
                "BSD-3-Clause"
3957
            ],
3958
            "authors": [
3959
                {
3960
                    "name": "Sebastian Bergmann",
3961
                    "email": "[email protected]",
3962
                    "role": "lead"
3963
                }
3964
            ],
3965
            "description": "Utility class for timing",
3966
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3967
            "keywords": [
3968
                "timer"
3969
            ],
3970
            "time": "2017-02-26T11:10:40+00:00"
3971
        },
3972
        {
3973
            "name": "phpunit/php-token-stream",
3974
            "version": "2.0.2",
3975
            "source": {
3976
                "type": "git",
3977
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3978
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
3979
            },
3980
            "dist": {
3981
                "type": "zip",
3982
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
3983
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
3984
                "shasum": ""
3985
            },
3986
            "require": {
3987
                "ext-tokenizer": "*",
3988
                "php": "^7.0"
3989
            },
3990
            "require-dev": {
3991
                "phpunit/phpunit": "^6.2.4"
3992
            },
3993
            "type": "library",
3994
            "extra": {
3995
                "branch-alias": {
3996
                    "dev-master": "2.0-dev"
3997
                }
3998
            },
3999
            "autoload": {
4000
                "classmap": [
4001
                    "src/"
4002
                ]
4003
            },
4004
            "notification-url": "https://packagist.org/downloads/",
4005
            "license": [
4006
                "BSD-3-Clause"
4007
            ],
4008
            "authors": [
4009
                {
4010
                    "name": "Sebastian Bergmann",
4011
                    "email": "[email protected]"
4012
                }
4013
            ],
4014
            "description": "Wrapper around PHP's tokenizer extension.",
4015
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4016
            "keywords": [
4017
                "tokenizer"
4018
            ],
4019
            "time": "2017-11-27T05:48:46+00:00"
4020
        },
4021
        {
4022
            "name": "phpunit/phpunit",
4023
            "version": "6.5.5",
4024
            "source": {
4025
                "type": "git",
4026
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4027
                "reference": "83d27937a310f2984fd575686138597147bdc7df"
4028
            },
4029
            "dist": {
4030
                "type": "zip",
4031
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df",
4032
                "reference": "83d27937a310f2984fd575686138597147bdc7df",
4033
                "shasum": ""
4034
            },
4035
            "require": {
4036
                "ext-dom": "*",
4037
                "ext-json": "*",
4038
                "ext-libxml": "*",
4039
                "ext-mbstring": "*",
4040
                "ext-xml": "*",
4041
                "myclabs/deep-copy": "^1.6.1",
4042
                "phar-io/manifest": "^1.0.1",
4043
                "phar-io/version": "^1.0",
4044
                "php": "^7.0",
4045
                "phpspec/prophecy": "^1.7",
4046
                "phpunit/php-code-coverage": "^5.3",
4047
                "phpunit/php-file-iterator": "^1.4.3",
4048
                "phpunit/php-text-template": "^1.2.1",
4049
                "phpunit/php-timer": "^1.0.9",
4050
                "phpunit/phpunit-mock-objects": "^5.0.5",
4051
                "sebastian/comparator": "^2.1",
4052
                "sebastian/diff": "^2.0",
4053
                "sebastian/environment": "^3.1",
4054
                "sebastian/exporter": "^3.1",
4055
                "sebastian/global-state": "^2.0",
4056
                "sebastian/object-enumerator": "^3.0.3",
4057
                "sebastian/resource-operations": "^1.0",
4058
                "sebastian/version": "^2.0.1"
4059
            },
4060
            "conflict": {
4061
                "phpdocumentor/reflection-docblock": "3.0.2",
4062
                "phpunit/dbunit": "<3.0"
4063
            },
4064
            "require-dev": {
4065
                "ext-pdo": "*"
4066
            },
4067
            "suggest": {
4068
                "ext-xdebug": "*",
4069
                "phpunit/php-invoker": "^1.1"
4070
            },
4071
            "bin": [
4072
                "phpunit"
4073
            ],
4074
            "type": "library",
4075
            "extra": {
4076
                "branch-alias": {
4077
                    "dev-master": "6.5.x-dev"
4078
                }
4079
            },
4080
            "autoload": {
4081
                "classmap": [
4082
                    "src/"
4083
                ]
4084
            },
4085
            "notification-url": "https://packagist.org/downloads/",
4086
            "license": [
4087
                "BSD-3-Clause"
4088
            ],
4089
            "authors": [
4090
                {
4091
                    "name": "Sebastian Bergmann",
4092
                    "email": "[email protected]",
4093
                    "role": "lead"
4094
                }
4095
            ],
4096
            "description": "The PHP Unit Testing framework.",
4097
            "homepage": "https://phpunit.de/",
4098
            "keywords": [
4099
                "phpunit",
4100
                "testing",
4101
                "xunit"
4102
            ],
4103
            "time": "2017-12-17T06:31:19+00:00"
4104
        },
4105
        {
4106
            "name": "phpunit/phpunit-mock-objects",
4107
            "version": "5.0.5",
4108
            "source": {
4109
                "type": "git",
4110
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4111
                "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933"
4112
            },
4113
            "dist": {
4114
                "type": "zip",
4115
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/283b9f4f670e3a6fd6c4ff95c51a952eb5c75933",
4116
                "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933",
4117
                "shasum": ""
4118
            },
4119
            "require": {
4120
                "doctrine/instantiator": "^1.0.5",
4121
                "php": "^7.0",
4122
                "phpunit/php-text-template": "^1.2.1",
4123
                "sebastian/exporter": "^3.1"
4124
            },
4125
            "conflict": {
4126
                "phpunit/phpunit": "<6.0"
4127
            },
4128
            "require-dev": {
4129
                "phpunit/phpunit": "^6.5"
4130
            },
4131
            "suggest": {
4132
                "ext-soap": "*"
4133
            },
4134
            "type": "library",
4135
            "extra": {
4136
                "branch-alias": {
4137
                    "dev-master": "5.0.x-dev"
4138
                }
4139
            },
4140
            "autoload": {
4141
                "classmap": [
4142
                    "src/"
4143
                ]
4144
            },
4145
            "notification-url": "https://packagist.org/downloads/",
4146
            "license": [
4147
                "BSD-3-Clause"
4148
            ],
4149
            "authors": [
4150
                {
4151
                    "name": "Sebastian Bergmann",
4152
                    "email": "[email protected]",
4153
                    "role": "lead"
4154
                }
4155
            ],
4156
            "description": "Mock Object library for PHPUnit",
4157
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4158
            "keywords": [
4159
                "mock",
4160
                "xunit"
4161
            ],
4162
            "time": "2017-12-10T08:01:53+00:00"
4163
        },
4164
        {
4165
            "name": "sebastian/code-unit-reverse-lookup",
4166
            "version": "1.0.1",
4167
            "source": {
4168
                "type": "git",
4169
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4170
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4171
            },
4172
            "dist": {
4173
                "type": "zip",
4174
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4175
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4176
                "shasum": ""
4177
            },
4178
            "require": {
4179
                "php": "^5.6 || ^7.0"
4180
            },
4181
            "require-dev": {
4182
                "phpunit/phpunit": "^5.7 || ^6.0"
4183
            },
4184
            "type": "library",
4185
            "extra": {
4186
                "branch-alias": {
4187
                    "dev-master": "1.0.x-dev"
4188
                }
4189
            },
4190
            "autoload": {
4191
                "classmap": [
4192
                    "src/"
4193
                ]
4194
            },
4195
            "notification-url": "https://packagist.org/downloads/",
4196
            "license": [
4197
                "BSD-3-Clause"
4198
            ],
4199
            "authors": [
4200
                {
4201
                    "name": "Sebastian Bergmann",
4202
                    "email": "[email protected]"
4203
                }
4204
            ],
4205
            "description": "Looks up which function or method a line of code belongs to",
4206
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4207
            "time": "2017-03-04T06:30:41+00:00"
4208
        },
4209
        {
4210
            "name": "sebastian/comparator",
4211
            "version": "2.1.1",
4212
            "source": {
4213
                "type": "git",
4214
                "url": "https://github.com/sebastianbergmann/comparator.git",
4215
                "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f"
4216
            },
4217
            "dist": {
4218
                "type": "zip",
4219
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
4220
                "reference": "b11c729f95109b56a0fe9650c6a63a0fcd8c439f",
4221
                "shasum": ""
4222
            },
4223
            "require": {
4224
                "php": "^7.0",
4225
                "sebastian/diff": "^2.0",
4226
                "sebastian/exporter": "^3.1"
4227
            },
4228
            "require-dev": {
4229
                "phpunit/phpunit": "^6.4"
4230
            },
4231
            "type": "library",
4232
            "extra": {
4233
                "branch-alias": {
4234
                    "dev-master": "2.1.x-dev"
4235
                }
4236
            },
4237
            "autoload": {
4238
                "classmap": [
4239
                    "src/"
4240
                ]
4241
            },
4242
            "notification-url": "https://packagist.org/downloads/",
4243
            "license": [
4244
                "BSD-3-Clause"
4245
            ],
4246
            "authors": [
4247
                {
4248
                    "name": "Jeff Welch",
4249
                    "email": "[email protected]"
4250
                },
4251
                {
4252
                    "name": "Volker Dusch",
4253
                    "email": "[email protected]"
4254
                },
4255
                {
4256
                    "name": "Bernhard Schussek",
4257
                    "email": "[email protected]"
4258
                },
4259
                {
4260
                    "name": "Sebastian Bergmann",
4261
                    "email": "[email protected]"
4262
                }
4263
            ],
4264
            "description": "Provides the functionality to compare PHP values for equality",
4265
            "homepage": "https://github.com/sebastianbergmann/comparator",
4266
            "keywords": [
4267
                "comparator",
4268
                "compare",
4269
                "equality"
4270
            ],
4271
            "time": "2017-12-22T14:50:35+00:00"
4272
        },
4273
        {
4274
            "name": "sebastian/diff",
4275
            "version": "2.0.1",
4276
            "source": {
4277
                "type": "git",
4278
                "url": "https://github.com/sebastianbergmann/diff.git",
4279
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
4280
            },
4281
            "dist": {
4282
                "type": "zip",
4283
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4284
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4285
                "shasum": ""
4286
            },
4287
            "require": {
4288
                "php": "^7.0"
4289
            },
4290
            "require-dev": {
4291
                "phpunit/phpunit": "^6.2"
4292
            },
4293
            "type": "library",
4294
            "extra": {
4295
                "branch-alias": {
4296
                    "dev-master": "2.0-dev"
4297
                }
4298
            },
4299
            "autoload": {
4300
                "classmap": [
4301
                    "src/"
4302
                ]
4303
            },
4304
            "notification-url": "https://packagist.org/downloads/",
4305
            "license": [
4306
                "BSD-3-Clause"
4307
            ],
4308
            "authors": [
4309
                {
4310
                    "name": "Kore Nordmann",
4311
                    "email": "[email protected]"
4312
                },
4313
                {
4314
                    "name": "Sebastian Bergmann",
4315
                    "email": "[email protected]"
4316
                }
4317
            ],
4318
            "description": "Diff implementation",
4319
            "homepage": "https://github.com/sebastianbergmann/diff",
4320
            "keywords": [
4321
                "diff"
4322
            ],
4323
            "time": "2017-08-03T08:09:46+00:00"
4324
        },
4325
        {
4326
            "name": "sebastian/environment",
4327
            "version": "3.1.0",
4328
            "source": {
4329
                "type": "git",
4330
                "url": "https://github.com/sebastianbergmann/environment.git",
4331
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4332
            },
4333
            "dist": {
4334
                "type": "zip",
4335
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4336
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4337
                "shasum": ""
4338
            },
4339
            "require": {
4340
                "php": "^7.0"
4341
            },
4342
            "require-dev": {
4343
                "phpunit/phpunit": "^6.1"
4344
            },
4345
            "type": "library",
4346
            "extra": {
4347
                "branch-alias": {
4348
                    "dev-master": "3.1.x-dev"
4349
                }
4350
            },
4351
            "autoload": {
4352
                "classmap": [
4353
                    "src/"
4354
                ]
4355
            },
4356
            "notification-url": "https://packagist.org/downloads/",
4357
            "license": [
4358
                "BSD-3-Clause"
4359
            ],
4360
            "authors": [
4361
                {
4362
                    "name": "Sebastian Bergmann",
4363
                    "email": "[email protected]"
4364
                }
4365
            ],
4366
            "description": "Provides functionality to handle HHVM/PHP environments",
4367
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4368
            "keywords": [
4369
                "Xdebug",
4370
                "environment",
4371
                "hhvm"
4372
            ],
4373
            "time": "2017-07-01T08:51:00+00:00"
4374
        },
4375
        {
4376
            "name": "sebastian/exporter",
4377
            "version": "3.1.0",
4378
            "source": {
4379
                "type": "git",
4380
                "url": "https://github.com/sebastianbergmann/exporter.git",
4381
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4382
            },
4383
            "dist": {
4384
                "type": "zip",
4385
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4386
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4387
                "shasum": ""
4388
            },
4389
            "require": {
4390
                "php": "^7.0",
4391
                "sebastian/recursion-context": "^3.0"
4392
            },
4393
            "require-dev": {
4394
                "ext-mbstring": "*",
4395
                "phpunit/phpunit": "^6.0"
4396
            },
4397
            "type": "library",
4398
            "extra": {
4399
                "branch-alias": {
4400
                    "dev-master": "3.1.x-dev"
4401
                }
4402
            },
4403
            "autoload": {
4404
                "classmap": [
4405
                    "src/"
4406
                ]
4407
            },
4408
            "notification-url": "https://packagist.org/downloads/",
4409
            "license": [
4410
                "BSD-3-Clause"
4411
            ],
4412
            "authors": [
4413
                {
4414
                    "name": "Jeff Welch",
4415
                    "email": "[email protected]"
4416
                },
4417
                {
4418
                    "name": "Volker Dusch",
4419
                    "email": "[email protected]"
4420
                },
4421
                {
4422
                    "name": "Bernhard Schussek",
4423
                    "email": "[email protected]"
4424
                },
4425
                {
4426
                    "name": "Sebastian Bergmann",
4427
                    "email": "[email protected]"
4428
                },
4429
                {
4430
                    "name": "Adam Harvey",
4431
                    "email": "[email protected]"
4432
                }
4433
            ],
4434
            "description": "Provides the functionality to export PHP variables for visualization",
4435
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4436
            "keywords": [
4437
                "export",
4438
                "exporter"
4439
            ],
4440
            "time": "2017-04-03T13:19:02+00:00"
4441
        },
4442
        {
4443
            "name": "sebastian/global-state",
4444
            "version": "2.0.0",
4445
            "source": {
4446
                "type": "git",
4447
                "url": "https://github.com/sebastianbergmann/global-state.git",
4448
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4449
            },
4450
            "dist": {
4451
                "type": "zip",
4452
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4453
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4454
                "shasum": ""
4455
            },
4456
            "require": {
4457
                "php": "^7.0"
4458
            },
4459
            "require-dev": {
4460
                "phpunit/phpunit": "^6.0"
4461
            },
4462
            "suggest": {
4463
                "ext-uopz": "*"
4464
            },
4465
            "type": "library",
4466
            "extra": {
4467
                "branch-alias": {
4468
                    "dev-master": "2.0-dev"
4469
                }
4470
            },
4471
            "autoload": {
4472
                "classmap": [
4473
                    "src/"
4474
                ]
4475
            },
4476
            "notification-url": "https://packagist.org/downloads/",
4477
            "license": [
4478
                "BSD-3-Clause"
4479
            ],
4480
            "authors": [
4481
                {
4482
                    "name": "Sebastian Bergmann",
4483
                    "email": "[email protected]"
4484
                }
4485
            ],
4486
            "description": "Snapshotting of global state",
4487
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4488
            "keywords": [
4489
                "global state"
4490
            ],
4491
            "time": "2017-04-27T15:39:26+00:00"
4492
        },
4493
        {
4494
            "name": "sebastian/object-enumerator",
4495
            "version": "3.0.3",
4496
            "source": {
4497
                "type": "git",
4498
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4499
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4500
            },
4501
            "dist": {
4502
                "type": "zip",
4503
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4504
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4505
                "shasum": ""
4506
            },
4507
            "require": {
4508
                "php": "^7.0",
4509
                "sebastian/object-reflector": "^1.1.1",
4510
                "sebastian/recursion-context": "^3.0"
4511
            },
4512
            "require-dev": {
4513
                "phpunit/phpunit": "^6.0"
4514
            },
4515
            "type": "library",
4516
            "extra": {
4517
                "branch-alias": {
4518
                    "dev-master": "3.0.x-dev"
4519
                }
4520
            },
4521
            "autoload": {
4522
                "classmap": [
4523
                    "src/"
4524
                ]
4525
            },
4526
            "notification-url": "https://packagist.org/downloads/",
4527
            "license": [
4528
                "BSD-3-Clause"
4529
            ],
4530
            "authors": [
4531
                {
4532
                    "name": "Sebastian Bergmann",
4533
                    "email": "[email protected]"
4534
                }
4535
            ],
4536
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4537
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4538
            "time": "2017-08-03T12:35:26+00:00"
4539
        },
4540
        {
4541
            "name": "sebastian/object-reflector",
4542
            "version": "1.1.1",
4543
            "source": {
4544
                "type": "git",
4545
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4546
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4547
            },
4548
            "dist": {
4549
                "type": "zip",
4550
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4551
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4552
                "shasum": ""
4553
            },
4554
            "require": {
4555
                "php": "^7.0"
4556
            },
4557
            "require-dev": {
4558
                "phpunit/phpunit": "^6.0"
4559
            },
4560
            "type": "library",
4561
            "extra": {
4562
                "branch-alias": {
4563
                    "dev-master": "1.1-dev"
4564
                }
4565
            },
4566
            "autoload": {
4567
                "classmap": [
4568
                    "src/"
4569
                ]
4570
            },
4571
            "notification-url": "https://packagist.org/downloads/",
4572
            "license": [
4573
                "BSD-3-Clause"
4574
            ],
4575
            "authors": [
4576
                {
4577
                    "name": "Sebastian Bergmann",
4578
                    "email": "[email protected]"
4579
                }
4580
            ],
4581
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4582
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4583
            "time": "2017-03-29T09:07:27+00:00"
4584
        },
4585
        {
4586
            "name": "sebastian/recursion-context",
4587
            "version": "3.0.0",
4588
            "source": {
4589
                "type": "git",
4590
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4591
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4592
            },
4593
            "dist": {
4594
                "type": "zip",
4595
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4596
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4597
                "shasum": ""
4598
            },
4599
            "require": {
4600
                "php": "^7.0"
4601
            },
4602
            "require-dev": {
4603
                "phpunit/phpunit": "^6.0"
4604
            },
4605
            "type": "library",
4606
            "extra": {
4607
                "branch-alias": {
4608
                    "dev-master": "3.0.x-dev"
4609
                }
4610
            },
4611
            "autoload": {
4612
                "classmap": [
4613
                    "src/"
4614
                ]
4615
            },
4616
            "notification-url": "https://packagist.org/downloads/",
4617
            "license": [
4618
                "BSD-3-Clause"
4619
            ],
4620
            "authors": [
4621
                {
4622
                    "name": "Jeff Welch",
4623
                    "email": "[email protected]"
4624
                },
4625
                {
4626
                    "name": "Sebastian Bergmann",
4627
                    "email": "[email protected]"
4628
                },
4629
                {
4630
                    "name": "Adam Harvey",
4631
                    "email": "[email protected]"
4632
                }
4633
            ],
4634
            "description": "Provides functionality to recursively process PHP variables",
4635
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4636
            "time": "2017-03-03T06:23:57+00:00"
4637
        },
4638
        {
4639
            "name": "sebastian/resource-operations",
4640
            "version": "1.0.0",
4641
            "source": {
4642
                "type": "git",
4643
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4644
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4645
            },
4646
            "dist": {
4647
                "type": "zip",
4648
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4649
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4650
                "shasum": ""
4651
            },
4652
            "require": {
4653
                "php": ">=5.6.0"
4654
            },
4655
            "type": "library",
4656
            "extra": {
4657
                "branch-alias": {
4658
                    "dev-master": "1.0.x-dev"
4659
                }
4660
            },
4661
            "autoload": {
4662
                "classmap": [
4663
                    "src/"
4664
                ]
4665
            },
4666
            "notification-url": "https://packagist.org/downloads/",
4667
            "license": [
4668
                "BSD-3-Clause"
4669
            ],
4670
            "authors": [
4671
                {
4672
                    "name": "Sebastian Bergmann",
4673
                    "email": "[email protected]"
4674
                }
4675
            ],
4676
            "description": "Provides a list of PHP built-in functions that operate on resources",
4677
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4678
            "time": "2015-07-28T20:34:47+00:00"
4679
        },
4680
        {
4681
            "name": "sebastian/version",
4682
            "version": "2.0.1",
4683
            "source": {
4684
                "type": "git",
4685
                "url": "https://github.com/sebastianbergmann/version.git",
4686
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4687
            },
4688
            "dist": {
4689
                "type": "zip",
4690
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4691
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4692
                "shasum": ""
4693
            },
4694
            "require": {
4695
                "php": ">=5.6"
4696
            },
4697
            "type": "library",
4698
            "extra": {
4699
                "branch-alias": {
4700
                    "dev-master": "2.0.x-dev"
4701
                }
4702
            },
4703
            "autoload": {
4704
                "classmap": [
4705
                    "src/"
4706
                ]
4707
            },
4708
            "notification-url": "https://packagist.org/downloads/",
4709
            "license": [
4710
                "BSD-3-Clause"
4711
            ],
4712
            "authors": [
4713
                {
4714
                    "name": "Sebastian Bergmann",
4715
                    "email": "[email protected]",
4716
                    "role": "lead"
4717
                }
4718
            ],
4719
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4720
            "homepage": "https://github.com/sebastianbergmann/version",
4721
            "time": "2016-10-03T07:35:21+00:00"
4722
        },
4723
        {
4724
            "name": "squizlabs/php_codesniffer",
4725
            "version": "2.9.1",
4726
            "source": {
4727
                "type": "git",
4728
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4729
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
4730
            },
4731
            "dist": {
4732
                "type": "zip",
4733
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
4734
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
4735
                "shasum": ""
4736
            },
4737
            "require": {
4738
                "ext-simplexml": "*",
4739
                "ext-tokenizer": "*",
4740
                "ext-xmlwriter": "*",
4741
                "php": ">=5.1.2"
4742
            },
4743
            "require-dev": {
4744
                "phpunit/phpunit": "~4.0"
4745
            },
4746
            "bin": [
4747
                "scripts/phpcs",
4748
                "scripts/phpcbf"
4749
            ],
4750
            "type": "library",
4751
            "extra": {
4752
                "branch-alias": {
4753
                    "dev-master": "2.x-dev"
4754
                }
4755
            },
4756
            "autoload": {
4757
                "classmap": [
4758
                    "CodeSniffer.php",
4759
                    "CodeSniffer/CLI.php",
4760
                    "CodeSniffer/Exception.php",
4761
                    "CodeSniffer/File.php",
4762
                    "CodeSniffer/Fixer.php",
4763
                    "CodeSniffer/Report.php",
4764
                    "CodeSniffer/Reporting.php",
4765
                    "CodeSniffer/Sniff.php",
4766
                    "CodeSniffer/Tokens.php",
4767
                    "CodeSniffer/Reports/",
4768
                    "CodeSniffer/Tokenizers/",
4769
                    "CodeSniffer/DocGenerators/",
4770
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4771
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4772
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4773
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4774
                    "CodeSniffer/Standards/Generic/Sniffs/",
4775
                    "CodeSniffer/Standards/MySource/Sniffs/",
4776
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4777
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4778
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4779
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4780
                    "CodeSniffer/Standards/Zend/Sniffs/"
4781
                ]
4782
            },
4783
            "notification-url": "https://packagist.org/downloads/",
4784
            "license": [
4785
                "BSD-3-Clause"
4786
            ],
4787
            "authors": [
4788
                {
4789
                    "name": "Greg Sherwood",
4790
                    "role": "lead"
4791
                }
4792
            ],
4793
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4794
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4795
            "keywords": [
4796
                "phpcs",
4797
                "standards"
4798
            ],
4799
            "time": "2017-05-22T02:43:20+00:00"
4800
        },
4801
        {
4802
            "name": "symfony/dom-crawler",
4803
            "version": "v3.1.10",
4804
            "source": {
4805
                "type": "git",
4806
                "url": "https://github.com/symfony/dom-crawler.git",
4807
                "reference": "7eede2a901a19928494194f7d1815a77b9a473a0"
4808
            },
4809
            "dist": {
4810
                "type": "zip",
4811
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7eede2a901a19928494194f7d1815a77b9a473a0",
4812
                "reference": "7eede2a901a19928494194f7d1815a77b9a473a0",
4813
                "shasum": ""
4814
            },
4815
            "require": {
4816
                "php": ">=5.5.9",
4817
                "symfony/polyfill-mbstring": "~1.0"
4818
            },
4819
            "require-dev": {
4820
                "symfony/css-selector": "~2.8|~3.0"
4821
            },
4822
            "suggest": {
4823
                "symfony/css-selector": ""
4824
            },
4825
            "type": "library",
4826
            "extra": {
4827
                "branch-alias": {
4828
                    "dev-master": "3.1-dev"
4829
                }
4830
            },
4831
            "autoload": {
4832
                "psr-4": {
4833
                    "Symfony\\Component\\DomCrawler\\": ""
4834
                },
4835
                "exclude-from-classmap": [
4836
                    "/Tests/"
4837
                ]
4838
            },
4839
            "notification-url": "https://packagist.org/downloads/",
4840
            "license": [
4841
                "MIT"
4842
            ],
4843
            "authors": [
4844
                {
4845
                    "name": "Fabien Potencier",
4846
                    "email": "[email protected]"
4847
                },
4848
                {
4849
                    "name": "Symfony Community",
4850
                    "homepage": "https://symfony.com/contributors"
4851
                }
4852
            ],
4853
            "description": "Symfony DomCrawler Component",
4854
            "homepage": "https://symfony.com",
4855
            "time": "2017-01-21T17:13:55+00:00"
4856
        },
4857
        {
4858
            "name": "theseer/tokenizer",
4859
            "version": "1.1.0",
4860
            "source": {
4861
                "type": "git",
4862
                "url": "https://github.com/theseer/tokenizer.git",
4863
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4864
            },
4865
            "dist": {
4866
                "type": "zip",
4867
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4868
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4869
                "shasum": ""
4870
            },
4871
            "require": {
4872
                "ext-dom": "*",
4873
                "ext-tokenizer": "*",
4874
                "ext-xmlwriter": "*",
4875
                "php": "^7.0"
4876
            },
4877
            "type": "library",
4878
            "autoload": {
4879
                "classmap": [
4880
                    "src/"
4881
                ]
4882
            },
4883
            "notification-url": "https://packagist.org/downloads/",
4884
            "license": [
4885
                "BSD-3-Clause"
4886
            ],
4887
            "authors": [
4888
                {
4889
                    "name": "Arne Blankerts",
4890
                    "email": "[email protected]",
4891
                    "role": "Developer"
4892
                }
4893
            ],
4894
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4895
            "time": "2017-04-07T12:08:54+00:00"
4896
        },
4897
        {
4898
            "name": "webmozart/assert",
4899
            "version": "1.2.0",
4900
            "source": {
4901
                "type": "git",
4902
                "url": "https://github.com/webmozart/assert.git",
4903
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4904
            },
4905
            "dist": {
4906
                "type": "zip",
4907
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
4908
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4909
                "shasum": ""
4910
            },
4911
            "require": {
4912
                "php": "^5.3.3 || ^7.0"
4913
            },
4914
            "require-dev": {
4915
                "phpunit/phpunit": "^4.6",
4916
                "sebastian/version": "^1.0.1"
4917
            },
4918
            "type": "library",
4919
            "extra": {
4920
                "branch-alias": {
4921
                    "dev-master": "1.3-dev"
4922
                }
4923
            },
4924
            "autoload": {
4925
                "psr-4": {
4926
                    "Webmozart\\Assert\\": "src/"
4927
                }
4928
            },
4929
            "notification-url": "https://packagist.org/downloads/",
4930
            "license": [
4931
                "MIT"
4932
            ],
4933
            "authors": [
4934
                {
4935
                    "name": "Bernhard Schussek",
4936
                    "email": "[email protected]"
4937
                }
4938
            ],
4939
            "description": "Assertions to validate method input/output with nice error messages.",
4940
            "keywords": [
4941
                "assert",
4942
                "check",
4943
                "validate"
4944
            ],
4945
            "time": "2016-11-23T20:04:58+00:00"
4946
        }
4947
    ],
4948
    "aliases": [],
4949
    "minimum-stability": "stable",
4950
    "stability-flags": [],
4951
    "prefer-stable": false,
4952
    "prefer-lowest": false,
4953
    "platform": {
4954
        "php": ">=7.1.0"
4955
    },
4956
    "platform-dev": []
4957
}
4958