Issues (1)

Security Analysis    no request data  

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 (1 issue)

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": "e74801143c26469a63f24c8ff34e0e60",
8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
11
            "version": "v1.5.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
20
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "php": "^7.1"
26
            },
27
            "require-dev": {
28
                "doctrine/cache": "1.*",
29
                "phpunit/phpunit": "^5.7"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.5.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-4": {
39
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Roman Borschel",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
66
                }
67
            ],
68
            "description": "Docblock Annotations Parser",
69
            "homepage": "http://www.doctrine-project.org",
70
            "keywords": [
71
                "annotations",
72
                "docblock",
73
                "parser"
74
            ],
75
            "time": "2017-07-22T10:58:02+00:00"
76
        },
77
        {
78
            "name": "doctrine/cache",
79
            "version": "v1.7.1",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/cache.git",
83
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
88
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": "~7.1"
93
            },
94
            "conflict": {
95
                "doctrine/common": ">2.2,<2.4"
96
            },
97
            "require-dev": {
98
                "alcaeus/mongo-php-adapter": "^1.1",
99
                "mongodb/mongodb": "^1.1",
100
                "phpunit/phpunit": "^5.7",
101
                "predis/predis": "~1.0"
102
            },
103
            "suggest": {
104
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
105
            },
106
            "type": "library",
107
            "extra": {
108
                "branch-alias": {
109
                    "dev-master": "1.7.x-dev"
110
                }
111
            },
112
            "autoload": {
113
                "psr-4": {
114
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
115
                }
116
            },
117
            "notification-url": "https://packagist.org/downloads/",
118
            "license": [
119
                "MIT"
120
            ],
121
            "authors": [
122
                {
123
                    "name": "Roman Borschel",
124
                    "email": "[email protected]"
125
                },
126
                {
127
                    "name": "Benjamin Eberlei",
128
                    "email": "[email protected]"
129
                },
130
                {
131
                    "name": "Guilherme Blanco",
132
                    "email": "[email protected]"
133
                },
134
                {
135
                    "name": "Jonathan Wage",
136
                    "email": "[email protected]"
137
                },
138
                {
139
                    "name": "Johannes Schmitt",
140
                    "email": "[email protected]"
141
                }
142
            ],
143
            "description": "Caching library offering an object-oriented API for many cache backends",
144
            "homepage": "http://www.doctrine-project.org",
145
            "keywords": [
146
                "cache",
147
                "caching"
148
            ],
149
            "time": "2017-08-25T07:02:50+00:00"
150
        },
151
        {
152
            "name": "doctrine/collections",
153
            "version": "v1.5.0",
154
            "source": {
155
                "type": "git",
156
                "url": "https://github.com/doctrine/collections.git",
157
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
158
            },
159
            "dist": {
160
                "type": "zip",
161
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
162
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
163
                "shasum": ""
164
            },
165
            "require": {
166
                "php": "^7.1"
167
            },
168
            "require-dev": {
169
                "doctrine/coding-standard": "~0.1@dev",
170
                "phpunit/phpunit": "^5.7"
171
            },
172
            "type": "library",
173
            "extra": {
174
                "branch-alias": {
175
                    "dev-master": "1.3.x-dev"
176
                }
177
            },
178
            "autoload": {
179
                "psr-0": {
180
                    "Doctrine\\Common\\Collections\\": "lib/"
181
                }
182
            },
183
            "notification-url": "https://packagist.org/downloads/",
184
            "license": [
185
                "MIT"
186
            ],
187
            "authors": [
188
                {
189
                    "name": "Roman Borschel",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Benjamin Eberlei",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Guilherme Blanco",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Jonathan Wage",
202
                    "email": "[email protected]"
203
                },
204
                {
205
                    "name": "Johannes Schmitt",
206
                    "email": "[email protected]"
207
                }
208
            ],
209
            "description": "Collections Abstraction library",
210
            "homepage": "http://www.doctrine-project.org",
211
            "keywords": [
212
                "array",
213
                "collections",
214
                "iterator"
215
            ],
216
            "time": "2017-07-22T10:37:32+00:00"
217
        },
218
        {
219
            "name": "doctrine/common",
220
            "version": "v2.8.1",
221
            "source": {
222
                "type": "git",
223
                "url": "https://github.com/doctrine/common.git",
224
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
225
            },
226
            "dist": {
227
                "type": "zip",
228
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
229
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
230
                "shasum": ""
231
            },
232
            "require": {
233
                "doctrine/annotations": "1.*",
234
                "doctrine/cache": "1.*",
235
                "doctrine/collections": "1.*",
236
                "doctrine/inflector": "1.*",
237
                "doctrine/lexer": "1.*",
238
                "php": "~7.1"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": "^5.7"
242
            },
243
            "type": "library",
244
            "extra": {
245
                "branch-alias": {
246
                    "dev-master": "2.8.x-dev"
247
                }
248
            },
249
            "autoload": {
250
                "psr-4": {
251
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
252
                }
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "Roman Borschel",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Benjamin Eberlei",
265
                    "email": "[email protected]"
266
                },
267
                {
268
                    "name": "Guilherme Blanco",
269
                    "email": "[email protected]"
270
                },
271
                {
272
                    "name": "Jonathan Wage",
273
                    "email": "[email protected]"
274
                },
275
                {
276
                    "name": "Johannes Schmitt",
277
                    "email": "[email protected]"
278
                }
279
            ],
280
            "description": "Common Library for Doctrine projects",
281
            "homepage": "http://www.doctrine-project.org",
282
            "keywords": [
283
                "annotations",
284
                "collections",
285
                "eventmanager",
286
                "persistence",
287
                "spl"
288
            ],
289
            "time": "2017-08-31T08:43:38+00:00"
290
        },
291
        {
292
            "name": "doctrine/inflector",
293
            "version": "v1.2.0",
294
            "source": {
295
                "type": "git",
296
                "url": "https://github.com/doctrine/inflector.git",
297
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
298
            },
299
            "dist": {
300
                "type": "zip",
301
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
302
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
303
                "shasum": ""
304
            },
305
            "require": {
306
                "php": "^7.0"
307
            },
308
            "require-dev": {
309
                "phpunit/phpunit": "^6.2"
310
            },
311
            "type": "library",
312
            "extra": {
313
                "branch-alias": {
314
                    "dev-master": "1.2.x-dev"
315
                }
316
            },
317
            "autoload": {
318
                "psr-4": {
319
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
320
                }
321
            },
322
            "notification-url": "https://packagist.org/downloads/",
323
            "license": [
324
                "MIT"
325
            ],
326
            "authors": [
327
                {
328
                    "name": "Roman Borschel",
329
                    "email": "[email protected]"
330
                },
331
                {
332
                    "name": "Benjamin Eberlei",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Guilherme Blanco",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Jonathan Wage",
341
                    "email": "[email protected]"
342
                },
343
                {
344
                    "name": "Johannes Schmitt",
345
                    "email": "[email protected]"
346
                }
347
            ],
348
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
349
            "homepage": "http://www.doctrine-project.org",
350
            "keywords": [
351
                "inflection",
352
                "pluralize",
353
                "singularize",
354
                "string"
355
            ],
356
            "time": "2017-07-22T12:18:28+00:00"
357
        },
358
        {
359
            "name": "doctrine/lexer",
360
            "version": "v1.0.1",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/doctrine/lexer.git",
364
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
369
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "php": ">=5.3.2"
374
            },
375
            "type": "library",
376
            "extra": {
377
                "branch-alias": {
378
                    "dev-master": "1.0.x-dev"
379
                }
380
            },
381
            "autoload": {
382
                "psr-0": {
383
                    "Doctrine\\Common\\Lexer\\": "lib/"
384
                }
385
            },
386
            "notification-url": "https://packagist.org/downloads/",
387
            "license": [
388
                "MIT"
389
            ],
390
            "authors": [
391
                {
392
                    "name": "Roman Borschel",
393
                    "email": "[email protected]"
394
                },
395
                {
396
                    "name": "Guilherme Blanco",
397
                    "email": "[email protected]"
398
                },
399
                {
400
                    "name": "Johannes Schmitt",
401
                    "email": "[email protected]"
402
                }
403
            ],
404
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
405
            "homepage": "http://www.doctrine-project.org",
406
            "keywords": [
407
                "lexer",
408
                "parser"
409
            ],
410
            "time": "2014-09-09T13:34:57+00:00"
411
        },
412
        {
413
            "name": "egulias/email-validator",
414
            "version": "2.1.3",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/egulias/EmailValidator.git",
418
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
423
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "doctrine/lexer": "^1.0.1",
428
                "php": ">= 5.5"
429
            },
430
            "require-dev": {
431
                "dominicsayers/isemail": "dev-master",
432
                "phpunit/phpunit": "^4.8.35",
433
                "satooshi/php-coveralls": "^1.0.1"
434
            },
435
            "suggest": {
436
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
437
            },
438
            "type": "library",
439
            "extra": {
440
                "branch-alias": {
441
                    "dev-master": "2.0.x-dev"
442
                }
443
            },
444
            "autoload": {
445
                "psr-4": {
446
                    "Egulias\\EmailValidator\\": "EmailValidator"
447
                }
448
            },
449
            "notification-url": "https://packagist.org/downloads/",
450
            "license": [
451
                "MIT"
452
            ],
453
            "authors": [
454
                {
455
                    "name": "Eduardo Gulias Davis"
456
                }
457
            ],
458
            "description": "A library for validating emails against several RFCs",
459
            "homepage": "https://github.com/egulias/EmailValidator",
460
            "keywords": [
461
                "email",
462
                "emailvalidation",
463
                "emailvalidator",
464
                "validation",
465
                "validator"
466
            ],
467
            "time": "2017-11-15T23:40:40+00:00"
468
        },
469
        {
470
            "name": "jdr/mailer",
471
            "version": "0.0.1",
472
            "source": {
473
                "type": "git",
474
                "url": "https://github.com/johanderuijter/mailer.git",
475
                "reference": "19da128a8a79d8a9b30145a3699690a72505de0c"
476
            },
477
            "dist": {
478
                "type": "zip",
479
                "url": "https://api.github.com/repos/johanderuijter/mailer/zipball/19da128a8a79d8a9b30145a3699690a72505de0c",
480
                "reference": "19da128a8a79d8a9b30145a3699690a72505de0c",
481
                "shasum": ""
482
            },
483
            "require": {
484
                "php": "~7.0"
485
            },
486
            "require-dev": {
487
                "phpunit/phpunit": "~5.0",
488
                "scrutinizer/ocular": "~1.1",
489
                "squizlabs/php_codesniffer": "~2.3"
490
            },
491
            "suggest": {
492
                "jdr/mailer-swift-mailer-bridge": "Send emails using swiftmailer"
493
            },
494
            "type": "library",
495
            "extra": {
496
                "branch-alias": {
497
                    "dev-master": "1.0-dev"
498
                }
499
            },
500
            "autoload": {
501
                "psr-4": {
502
                    "JDR\\Mailer\\": "src"
503
                }
504
            },
505
            "notification-url": "https://packagist.org/downloads/",
506
            "license": [
507
                "MIT"
508
            ],
509
            "authors": [
510
                {
511
                    "name": "Johan de Ruijter",
512
                    "email": "[email protected]",
513
                    "homepage": "http://johanderuijter.nl",
514
                    "role": "Developer"
515
                }
516
            ],
517
            "description": "Build and send emails.",
518
            "homepage": "https://github.com/johanderuijter/mailer",
519
            "keywords": [
520
                "jdr",
521
                "mailer"
522
            ],
523
            "time": "2016-10-08T10:32:40+00:00"
524
        },
525
        {
526
            "name": "jdr/mailer-swift-mailer-bridge",
527
            "version": "0.1.1",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/johanderuijter/mailer-swift-mailer-bridge.git",
531
                "reference": "be7acf4b6f3f2e448546835038f98fdef9fc2889"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/johanderuijter/mailer-swift-mailer-bridge/zipball/be7acf4b6f3f2e448546835038f98fdef9fc2889",
536
                "reference": "be7acf4b6f3f2e448546835038f98fdef9fc2889",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "jdr/mailer": "~0.0.1",
541
                "php": "^7.1",
542
                "swiftmailer/swiftmailer": "^6.0"
543
            },
544
            "require-dev": {
545
                "phpunit/phpunit": "~5.0",
546
                "scrutinizer/ocular": "~1.1",
547
                "squizlabs/php_codesniffer": "~2.3"
548
            },
549
            "type": "library",
550
            "extra": {
551
                "branch-alias": {
552
                    "dev-master": "1.0-dev"
553
                }
554
            },
555
            "autoload": {
556
                "psr-4": {
557
                    "JDR\\MailerSwiftMailerBridge\\": "src"
558
                }
559
            },
560
            "notification-url": "https://packagist.org/downloads/",
561
            "license": [
562
                "MIT"
563
            ],
564
            "authors": [
565
                {
566
                    "name": "Johan de Ruijter",
567
                    "email": "[email protected]",
568
                    "homepage": "http://johanderuijter.nl",
569
                    "role": "Developer"
570
                }
571
            ],
572
            "description": "Bridge for jdr/mailer that allows you to send emails using swift mailer",
573
            "homepage": "https://github.com/johanderuijter/mailer-swift-mailer-bridge",
574
            "keywords": [
575
                "jdr",
576
                "mailer-swift-mailer-bridge"
577
            ],
578
            "time": "2017-12-09T22:41:38+00:00"
579
        },
580
        {
581
            "name": "paragonie/random_compat",
582
            "version": "v2.0.11",
583
            "source": {
584
                "type": "git",
585
                "url": "https://github.com/paragonie/random_compat.git",
586
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
587
            },
588
            "dist": {
589
                "type": "zip",
590
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
591
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
592
                "shasum": ""
593
            },
594
            "require": {
595
                "php": ">=5.2.0"
596
            },
597
            "require-dev": {
598
                "phpunit/phpunit": "4.*|5.*"
599
            },
600
            "suggest": {
601
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
602
            },
603
            "type": "library",
604
            "autoload": {
605
                "files": [
606
                    "lib/random.php"
607
                ]
608
            },
609
            "notification-url": "https://packagist.org/downloads/",
610
            "license": [
611
                "MIT"
612
            ],
613
            "authors": [
614
                {
615
                    "name": "Paragon Initiative Enterprises",
616
                    "email": "[email protected]",
617
                    "homepage": "https://paragonie.com"
618
                }
619
            ],
620
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
621
            "keywords": [
622
                "csprng",
623
                "pseudorandom",
624
                "random"
625
            ],
626
            "time": "2017-09-27T21:40:39+00:00"
627
        },
628
        {
629
            "name": "psr/cache",
630
            "version": "1.0.1",
631
            "source": {
632
                "type": "git",
633
                "url": "https://github.com/php-fig/cache.git",
634
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
635
            },
636
            "dist": {
637
                "type": "zip",
638
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
639
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
640
                "shasum": ""
641
            },
642
            "require": {
643
                "php": ">=5.3.0"
644
            },
645
            "type": "library",
646
            "extra": {
647
                "branch-alias": {
648
                    "dev-master": "1.0.x-dev"
649
                }
650
            },
651
            "autoload": {
652
                "psr-4": {
653
                    "Psr\\Cache\\": "src/"
654
                }
655
            },
656
            "notification-url": "https://packagist.org/downloads/",
657
            "license": [
658
                "MIT"
659
            ],
660
            "authors": [
661
                {
662
                    "name": "PHP-FIG",
663
                    "homepage": "http://www.php-fig.org/"
664
                }
665
            ],
666
            "description": "Common interface for caching libraries",
667
            "keywords": [
668
                "cache",
669
                "psr",
670
                "psr-6"
671
            ],
672
            "time": "2016-08-06T20:24:11+00:00"
673
        },
674
        {
675
            "name": "psr/log",
676
            "version": "1.0.2",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/php-fig/log.git",
680
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
685
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "php": ">=5.3.0"
690
            },
691
            "type": "library",
692
            "extra": {
693
                "branch-alias": {
694
                    "dev-master": "1.0.x-dev"
695
                }
696
            },
697
            "autoload": {
698
                "psr-4": {
699
                    "Psr\\Log\\": "Psr/Log/"
700
                }
701
            },
702
            "notification-url": "https://packagist.org/downloads/",
703
            "license": [
704
                "MIT"
705
            ],
706
            "authors": [
707
                {
708
                    "name": "PHP-FIG",
709
                    "homepage": "http://www.php-fig.org/"
710
                }
711
            ],
712
            "description": "Common interface for logging libraries",
713
            "homepage": "https://github.com/php-fig/log",
714
            "keywords": [
715
                "log",
716
                "psr",
717
                "psr-3"
718
            ],
719
            "time": "2016-10-10T12:19:37+00:00"
720
        },
721
        {
722
            "name": "swiftmailer/swiftmailer",
723
            "version": "v6.0.2",
724
            "source": {
725
                "type": "git",
726
                "url": "https://github.com/swiftmailer/swiftmailer.git",
727
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
728
            },
729
            "dist": {
730
                "type": "zip",
731
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
732
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
733
                "shasum": ""
734
            },
735
            "require": {
736
                "egulias/email-validator": "~2.0",
737
                "php": ">=7.0.0"
738
            },
739
            "require-dev": {
740
                "mockery/mockery": "~0.9.1",
741
                "symfony/phpunit-bridge": "~3.3@dev"
742
            },
743
            "type": "library",
744
            "extra": {
745
                "branch-alias": {
746
                    "dev-master": "6.0-dev"
747
                }
748
            },
749
            "autoload": {
750
                "files": [
751
                    "lib/swift_required.php"
752
                ]
753
            },
754
            "notification-url": "https://packagist.org/downloads/",
755
            "license": [
756
                "MIT"
757
            ],
758
            "authors": [
759
                {
760
                    "name": "Chris Corbyn"
761
                },
762
                {
763
                    "name": "Fabien Potencier",
764
                    "email": "[email protected]"
765
                }
766
            ],
767
            "description": "Swiftmailer, free feature-rich PHP mailer",
768
            "homepage": "http://swiftmailer.symfony.com",
769
            "keywords": [
770
                "email",
771
                "mail",
772
                "mailer"
773
            ],
774
            "time": "2017-09-30T22:39:41+00:00"
775
        },
776
        {
777
            "name": "symfony/polyfill-intl-icu",
778
            "version": "v1.6.0",
779
            "source": {
780
                "type": "git",
781
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
782
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
783
            },
784
            "dist": {
785
                "type": "zip",
786
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
787
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
788
                "shasum": ""
789
            },
790
            "require": {
791
                "php": ">=5.3.3",
792
                "symfony/intl": "~2.3|~3.0|~4.0"
793
            },
794
            "suggest": {
795
                "ext-intl": "For best performance"
796
            },
797
            "type": "library",
798
            "extra": {
799
                "branch-alias": {
800
                    "dev-master": "1.6-dev"
801
                }
802
            },
803
            "autoload": {
804
                "files": [
805
                    "bootstrap.php"
806
                ]
807
            },
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "Nicolas Grekas",
815
                    "email": "[email protected]"
816
                },
817
                {
818
                    "name": "Symfony Community",
819
                    "homepage": "https://symfony.com/contributors"
820
                }
821
            ],
822
            "description": "Symfony polyfill for intl's ICU-related data and classes",
823
            "homepage": "https://symfony.com",
824
            "keywords": [
825
                "compatibility",
826
                "icu",
827
                "intl",
828
                "polyfill",
829
                "portable",
830
                "shim"
831
            ],
832
            "time": "2017-10-11T12:05:26+00:00"
833
        },
834
        {
835
            "name": "symfony/polyfill-mbstring",
836
            "version": "v1.6.0",
837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/symfony/polyfill-mbstring.git",
840
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
841
            },
842
            "dist": {
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
845
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
846
                "shasum": ""
847
            },
848
            "require": {
849
                "php": ">=5.3.3"
850
            },
851
            "suggest": {
852
                "ext-mbstring": "For best performance"
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "1.6-dev"
858
                }
859
            },
860
            "autoload": {
861
                "psr-4": {
862
                    "Symfony\\Polyfill\\Mbstring\\": ""
863
                },
864
                "files": [
865
                    "bootstrap.php"
866
                ]
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "MIT"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Nicolas Grekas",
875
                    "email": "[email protected]"
876
                },
877
                {
878
                    "name": "Symfony Community",
879
                    "homepage": "https://symfony.com/contributors"
880
                }
881
            ],
882
            "description": "Symfony polyfill for the Mbstring extension",
883
            "homepage": "https://symfony.com",
884
            "keywords": [
885
                "compatibility",
886
                "mbstring",
887
                "polyfill",
888
                "portable",
889
                "shim"
890
            ],
891
            "time": "2017-10-11T12:05:26+00:00"
892
        },
893
        {
894
            "name": "symfony/polyfill-php56",
895
            "version": "v1.6.0",
896
            "source": {
897
                "type": "git",
898
                "url": "https://github.com/symfony/polyfill-php56.git",
899
                "reference": "265fc96795492430762c29be291a371494ba3a5b"
900
            },
901
            "dist": {
902
                "type": "zip",
903
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
904
                "reference": "265fc96795492430762c29be291a371494ba3a5b",
905
                "shasum": ""
906
            },
907
            "require": {
908
                "php": ">=5.3.3",
909
                "symfony/polyfill-util": "~1.0"
910
            },
911
            "type": "library",
912
            "extra": {
913
                "branch-alias": {
914
                    "dev-master": "1.6-dev"
915
                }
916
            },
917
            "autoload": {
918
                "psr-4": {
919
                    "Symfony\\Polyfill\\Php56\\": ""
920
                },
921
                "files": [
922
                    "bootstrap.php"
923
                ]
924
            },
925
            "notification-url": "https://packagist.org/downloads/",
926
            "license": [
927
                "MIT"
928
            ],
929
            "authors": [
930
                {
931
                    "name": "Nicolas Grekas",
932
                    "email": "[email protected]"
933
                },
934
                {
935
                    "name": "Symfony Community",
936
                    "homepage": "https://symfony.com/contributors"
937
                }
938
            ],
939
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
940
            "homepage": "https://symfony.com",
941
            "keywords": [
942
                "compatibility",
943
                "polyfill",
944
                "portable",
945
                "shim"
946
            ],
947
            "time": "2017-10-11T12:05:26+00:00"
948
        },
949
        {
950
            "name": "symfony/polyfill-php70",
951
            "version": "v1.6.0",
952
            "source": {
953
                "type": "git",
954
                "url": "https://github.com/symfony/polyfill-php70.git",
955
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
956
            },
957
            "dist": {
958
                "type": "zip",
959
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
960
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
961
                "shasum": ""
962
            },
963
            "require": {
964
                "paragonie/random_compat": "~1.0|~2.0",
965
                "php": ">=5.3.3"
966
            },
967
            "type": "library",
968
            "extra": {
969
                "branch-alias": {
970
                    "dev-master": "1.6-dev"
971
                }
972
            },
973
            "autoload": {
974
                "psr-4": {
975
                    "Symfony\\Polyfill\\Php70\\": ""
976
                },
977
                "files": [
978
                    "bootstrap.php"
979
                ],
980
                "classmap": [
981
                    "Resources/stubs"
982
                ]
983
            },
984
            "notification-url": "https://packagist.org/downloads/",
985
            "license": [
986
                "MIT"
987
            ],
988
            "authors": [
989
                {
990
                    "name": "Nicolas Grekas",
991
                    "email": "[email protected]"
992
                },
993
                {
994
                    "name": "Symfony Community",
995
                    "homepage": "https://symfony.com/contributors"
996
                }
997
            ],
998
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
999
            "homepage": "https://symfony.com",
1000
            "keywords": [
1001
                "compatibility",
1002
                "polyfill",
1003
                "portable",
1004
                "shim"
1005
            ],
1006
            "time": "2017-10-11T12:05:26+00:00"
1007
        },
1008
        {
1009
            "name": "symfony/polyfill-util",
1010
            "version": "v1.6.0",
1011
            "source": {
1012
                "type": "git",
1013
                "url": "https://github.com/symfony/polyfill-util.git",
1014
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
1015
            },
1016
            "dist": {
1017
                "type": "zip",
1018
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
1019
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
1020
                "shasum": ""
1021
            },
1022
            "require": {
1023
                "php": ">=5.3.3"
1024
            },
1025
            "type": "library",
1026
            "extra": {
1027
                "branch-alias": {
1028
                    "dev-master": "1.6-dev"
1029
                }
1030
            },
1031
            "autoload": {
1032
                "psr-4": {
1033
                    "Symfony\\Polyfill\\Util\\": ""
1034
                }
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "MIT"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Nicolas Grekas",
1043
                    "email": "[email protected]"
1044
                },
1045
                {
1046
                    "name": "Symfony Community",
1047
                    "homepage": "https://symfony.com/contributors"
1048
                }
1049
            ],
1050
            "description": "Symfony utilities for portability of PHP codes",
1051
            "homepage": "https://symfony.com",
1052
            "keywords": [
1053
                "compat",
1054
                "compatibility",
1055
                "polyfill",
1056
                "shim"
1057
            ],
1058
            "time": "2017-10-11T12:05:26+00:00"
1059
        },
1060
        {
1061
            "name": "symfony/symfony",
0 ignored issues
show
1062
            "version": "v3.1.5",
1063
            "source": {
1064
                "type": "git",
1065
                "url": "https://github.com/symfony/symfony.git",
1066
                "reference": "e7e1d01fe103de78bca6fbf7f6f4acf64482d63c"
1067
            },
1068
            "dist": {
1069
                "type": "zip",
1070
                "url": "https://api.github.com/repos/symfony/symfony/zipball/e7e1d01fe103de78bca6fbf7f6f4acf64482d63c",
1071
                "reference": "e7e1d01fe103de78bca6fbf7f6f4acf64482d63c",
1072
                "shasum": ""
1073
            },
1074
            "require": {
1075
                "doctrine/common": "~2.4",
1076
                "php": ">=5.5.9",
1077
                "psr/cache": "~1.0",
1078
                "psr/log": "~1.0",
1079
                "symfony/polyfill-intl-icu": "~1.0",
1080
                "symfony/polyfill-mbstring": "~1.0",
1081
                "symfony/polyfill-php56": "~1.0",
1082
                "symfony/polyfill-php70": "~1.0",
1083
                "symfony/polyfill-util": "~1.0",
1084
                "twig/twig": "~1.26|~2.0"
1085
            },
1086
            "conflict": {
1087
                "phpdocumentor/reflection-docblock": "<3.0",
1088
                "phpdocumentor/type-resolver": "<0.2.0"
1089
            },
1090
            "provide": {
1091
                "psr/cache-implementation": "1.0"
1092
            },
1093
            "replace": {
1094
                "symfony/asset": "self.version",
1095
                "symfony/browser-kit": "self.version",
1096
                "symfony/cache": "self.version",
1097
                "symfony/class-loader": "self.version",
1098
                "symfony/config": "self.version",
1099
                "symfony/console": "self.version",
1100
                "symfony/css-selector": "self.version",
1101
                "symfony/debug": "self.version",
1102
                "symfony/debug-bundle": "self.version",
1103
                "symfony/dependency-injection": "self.version",
1104
                "symfony/doctrine-bridge": "self.version",
1105
                "symfony/dom-crawler": "self.version",
1106
                "symfony/event-dispatcher": "self.version",
1107
                "symfony/expression-language": "self.version",
1108
                "symfony/filesystem": "self.version",
1109
                "symfony/finder": "self.version",
1110
                "symfony/form": "self.version",
1111
                "symfony/framework-bundle": "self.version",
1112
                "symfony/http-foundation": "self.version",
1113
                "symfony/http-kernel": "self.version",
1114
                "symfony/inflector": "self.version",
1115
                "symfony/intl": "self.version",
1116
                "symfony/ldap": "self.version",
1117
                "symfony/monolog-bridge": "self.version",
1118
                "symfony/options-resolver": "self.version",
1119
                "symfony/process": "self.version",
1120
                "symfony/property-access": "self.version",
1121
                "symfony/property-info": "self.version",
1122
                "symfony/proxy-manager-bridge": "self.version",
1123
                "symfony/routing": "self.version",
1124
                "symfony/security": "self.version",
1125
                "symfony/security-bundle": "self.version",
1126
                "symfony/security-core": "self.version",
1127
                "symfony/security-csrf": "self.version",
1128
                "symfony/security-guard": "self.version",
1129
                "symfony/security-http": "self.version",
1130
                "symfony/serializer": "self.version",
1131
                "symfony/stopwatch": "self.version",
1132
                "symfony/templating": "self.version",
1133
                "symfony/translation": "self.version",
1134
                "symfony/twig-bridge": "self.version",
1135
                "symfony/twig-bundle": "self.version",
1136
                "symfony/validator": "self.version",
1137
                "symfony/var-dumper": "self.version",
1138
                "symfony/web-profiler-bundle": "self.version",
1139
                "symfony/yaml": "self.version"
1140
            },
1141
            "require-dev": {
1142
                "cache/integration-tests": "dev-master",
1143
                "doctrine/cache": "~1.6",
1144
                "doctrine/data-fixtures": "1.0.*",
1145
                "doctrine/dbal": "~2.4",
1146
                "doctrine/doctrine-bundle": "~1.4",
1147
                "doctrine/orm": "~2.4,>=2.4.5",
1148
                "egulias/email-validator": "~1.2,>=1.2.1",
1149
                "monolog/monolog": "~1.11",
1150
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
1151
                "phpdocumentor/reflection-docblock": "^3.0",
1152
                "predis/predis": "~1.0",
1153
                "symfony/phpunit-bridge": "~3.2",
1154
                "symfony/polyfill-apcu": "~1.1",
1155
                "symfony/security-acl": "~2.8|~3.0"
1156
            },
1157
            "type": "library",
1158
            "extra": {
1159
                "branch-alias": {
1160
                    "dev-master": "3.1-dev"
1161
                }
1162
            },
1163
            "autoload": {
1164
                "psr-4": {
1165
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
1166
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
1167
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
1168
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
1169
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
1170
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
1171
                    "Symfony\\Component\\": "src/Symfony/Component/"
1172
                },
1173
                "classmap": [
1174
                    "src/Symfony/Component/Intl/Resources/stubs"
1175
                ],
1176
                "exclude-from-classmap": [
1177
                    "**/Tests/"
1178
                ]
1179
            },
1180
            "notification-url": "https://packagist.org/downloads/",
1181
            "license": [
1182
                "MIT"
1183
            ],
1184
            "authors": [
1185
                {
1186
                    "name": "Fabien Potencier",
1187
                    "email": "[email protected]"
1188
                },
1189
                {
1190
                    "name": "Symfony Community",
1191
                    "homepage": "https://symfony.com/contributors"
1192
                }
1193
            ],
1194
            "description": "The Symfony PHP framework",
1195
            "homepage": "https://symfony.com",
1196
            "keywords": [
1197
                "framework"
1198
            ],
1199
            "time": "2016-10-03T19:01:14+00:00"
1200
        },
1201
        {
1202
            "name": "twig/twig",
1203
            "version": "v2.4.4",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/twigphp/Twig.git",
1207
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
1212
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "php": "^7.0",
1217
                "symfony/polyfill-mbstring": "~1.0"
1218
            },
1219
            "require-dev": {
1220
                "psr/container": "^1.0",
1221
                "symfony/debug": "~2.7",
1222
                "symfony/phpunit-bridge": "~3.3@dev"
1223
            },
1224
            "type": "library",
1225
            "extra": {
1226
                "branch-alias": {
1227
                    "dev-master": "2.4-dev"
1228
                }
1229
            },
1230
            "autoload": {
1231
                "psr-0": {
1232
                    "Twig_": "lib/"
1233
                },
1234
                "psr-4": {
1235
                    "Twig\\": "src/"
1236
                }
1237
            },
1238
            "notification-url": "https://packagist.org/downloads/",
1239
            "license": [
1240
                "BSD-3-Clause"
1241
            ],
1242
            "authors": [
1243
                {
1244
                    "name": "Fabien Potencier",
1245
                    "email": "[email protected]",
1246
                    "homepage": "http://fabien.potencier.org",
1247
                    "role": "Lead Developer"
1248
                },
1249
                {
1250
                    "name": "Armin Ronacher",
1251
                    "email": "[email protected]",
1252
                    "role": "Project Founder"
1253
                },
1254
                {
1255
                    "name": "Twig Team",
1256
                    "homepage": "http://twig.sensiolabs.org/contributors",
1257
                    "role": "Contributors"
1258
                }
1259
            ],
1260
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1261
            "homepage": "http://twig.sensiolabs.org",
1262
            "keywords": [
1263
                "templating"
1264
            ],
1265
            "time": "2017-09-27T18:10:31+00:00"
1266
        }
1267
    ],
1268
    "packages-dev": [
1269
        {
1270
            "name": "doctrine/instantiator",
1271
            "version": "1.1.0",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/doctrine/instantiator.git",
1275
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1280
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": "^7.1"
1285
            },
1286
            "require-dev": {
1287
                "athletic/athletic": "~0.1.8",
1288
                "ext-pdo": "*",
1289
                "ext-phar": "*",
1290
                "phpunit/phpunit": "^6.2.3",
1291
                "squizlabs/php_codesniffer": "^3.0.2"
1292
            },
1293
            "type": "library",
1294
            "extra": {
1295
                "branch-alias": {
1296
                    "dev-master": "1.2.x-dev"
1297
                }
1298
            },
1299
            "autoload": {
1300
                "psr-4": {
1301
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1302
                }
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "MIT"
1307
            ],
1308
            "authors": [
1309
                {
1310
                    "name": "Marco Pivetta",
1311
                    "email": "[email protected]",
1312
                    "homepage": "http://ocramius.github.com/"
1313
                }
1314
            ],
1315
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1316
            "homepage": "https://github.com/doctrine/instantiator",
1317
            "keywords": [
1318
                "constructor",
1319
                "instantiate"
1320
            ],
1321
            "time": "2017-07-22T11:58:36+00:00"
1322
        },
1323
        {
1324
            "name": "guzzlehttp/guzzle",
1325
            "version": "6.3.0",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/guzzle/guzzle.git",
1329
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1334
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "guzzlehttp/promises": "^1.0",
1339
                "guzzlehttp/psr7": "^1.4",
1340
                "php": ">=5.5"
1341
            },
1342
            "require-dev": {
1343
                "ext-curl": "*",
1344
                "phpunit/phpunit": "^4.0 || ^5.0",
1345
                "psr/log": "^1.0"
1346
            },
1347
            "suggest": {
1348
                "psr/log": "Required for using the Log middleware"
1349
            },
1350
            "type": "library",
1351
            "extra": {
1352
                "branch-alias": {
1353
                    "dev-master": "6.2-dev"
1354
                }
1355
            },
1356
            "autoload": {
1357
                "files": [
1358
                    "src/functions_include.php"
1359
                ],
1360
                "psr-4": {
1361
                    "GuzzleHttp\\": "src/"
1362
                }
1363
            },
1364
            "notification-url": "https://packagist.org/downloads/",
1365
            "license": [
1366
                "MIT"
1367
            ],
1368
            "authors": [
1369
                {
1370
                    "name": "Michael Dowling",
1371
                    "email": "[email protected]",
1372
                    "homepage": "https://github.com/mtdowling"
1373
                }
1374
            ],
1375
            "description": "Guzzle is a PHP HTTP client library",
1376
            "homepage": "http://guzzlephp.org/",
1377
            "keywords": [
1378
                "client",
1379
                "curl",
1380
                "framework",
1381
                "http",
1382
                "http client",
1383
                "rest",
1384
                "web service"
1385
            ],
1386
            "time": "2017-06-22T18:50:49+00:00"
1387
        },
1388
        {
1389
            "name": "guzzlehttp/promises",
1390
            "version": "v1.3.1",
1391
            "source": {
1392
                "type": "git",
1393
                "url": "https://github.com/guzzle/promises.git",
1394
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1395
            },
1396
            "dist": {
1397
                "type": "zip",
1398
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1399
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1400
                "shasum": ""
1401
            },
1402
            "require": {
1403
                "php": ">=5.5.0"
1404
            },
1405
            "require-dev": {
1406
                "phpunit/phpunit": "^4.0"
1407
            },
1408
            "type": "library",
1409
            "extra": {
1410
                "branch-alias": {
1411
                    "dev-master": "1.4-dev"
1412
                }
1413
            },
1414
            "autoload": {
1415
                "psr-4": {
1416
                    "GuzzleHttp\\Promise\\": "src/"
1417
                },
1418
                "files": [
1419
                    "src/functions_include.php"
1420
                ]
1421
            },
1422
            "notification-url": "https://packagist.org/downloads/",
1423
            "license": [
1424
                "MIT"
1425
            ],
1426
            "authors": [
1427
                {
1428
                    "name": "Michael Dowling",
1429
                    "email": "[email protected]",
1430
                    "homepage": "https://github.com/mtdowling"
1431
                }
1432
            ],
1433
            "description": "Guzzle promises library",
1434
            "keywords": [
1435
                "promise"
1436
            ],
1437
            "time": "2016-12-20T10:07:11+00:00"
1438
        },
1439
        {
1440
            "name": "guzzlehttp/psr7",
1441
            "version": "1.4.2",
1442
            "source": {
1443
                "type": "git",
1444
                "url": "https://github.com/guzzle/psr7.git",
1445
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1446
            },
1447
            "dist": {
1448
                "type": "zip",
1449
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1450
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1451
                "shasum": ""
1452
            },
1453
            "require": {
1454
                "php": ">=5.4.0",
1455
                "psr/http-message": "~1.0"
1456
            },
1457
            "provide": {
1458
                "psr/http-message-implementation": "1.0"
1459
            },
1460
            "require-dev": {
1461
                "phpunit/phpunit": "~4.0"
1462
            },
1463
            "type": "library",
1464
            "extra": {
1465
                "branch-alias": {
1466
                    "dev-master": "1.4-dev"
1467
                }
1468
            },
1469
            "autoload": {
1470
                "psr-4": {
1471
                    "GuzzleHttp\\Psr7\\": "src/"
1472
                },
1473
                "files": [
1474
                    "src/functions_include.php"
1475
                ]
1476
            },
1477
            "notification-url": "https://packagist.org/downloads/",
1478
            "license": [
1479
                "MIT"
1480
            ],
1481
            "authors": [
1482
                {
1483
                    "name": "Michael Dowling",
1484
                    "email": "[email protected]",
1485
                    "homepage": "https://github.com/mtdowling"
1486
                },
1487
                {
1488
                    "name": "Tobias Schultze",
1489
                    "homepage": "https://github.com/Tobion"
1490
                }
1491
            ],
1492
            "description": "PSR-7 message implementation that also provides common utility methods",
1493
            "keywords": [
1494
                "http",
1495
                "message",
1496
                "request",
1497
                "response",
1498
                "stream",
1499
                "uri",
1500
                "url"
1501
            ],
1502
            "time": "2017-03-20T17:10:46+00:00"
1503
        },
1504
        {
1505
            "name": "jms/metadata",
1506
            "version": "1.6.0",
1507
            "source": {
1508
                "type": "git",
1509
                "url": "https://github.com/schmittjoh/metadata.git",
1510
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
1511
            },
1512
            "dist": {
1513
                "type": "zip",
1514
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
1515
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
1516
                "shasum": ""
1517
            },
1518
            "require": {
1519
                "php": ">=5.3.0"
1520
            },
1521
            "require-dev": {
1522
                "doctrine/cache": "~1.0",
1523
                "symfony/cache": "~3.1"
1524
            },
1525
            "type": "library",
1526
            "extra": {
1527
                "branch-alias": {
1528
                    "dev-master": "1.5.x-dev"
1529
                }
1530
            },
1531
            "autoload": {
1532
                "psr-0": {
1533
                    "Metadata\\": "src/"
1534
                }
1535
            },
1536
            "notification-url": "https://packagist.org/downloads/",
1537
            "license": [
1538
                "Apache-2.0"
1539
            ],
1540
            "authors": [
1541
                {
1542
                    "name": "Johannes M. Schmitt",
1543
                    "email": "[email protected]"
1544
                }
1545
            ],
1546
            "description": "Class/method/property metadata management in PHP",
1547
            "keywords": [
1548
                "annotations",
1549
                "metadata",
1550
                "xml",
1551
                "yaml"
1552
            ],
1553
            "time": "2016-12-05T10:18:33+00:00"
1554
        },
1555
        {
1556
            "name": "jms/parser-lib",
1557
            "version": "1.0.0",
1558
            "source": {
1559
                "type": "git",
1560
                "url": "https://github.com/schmittjoh/parser-lib.git",
1561
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1562
            },
1563
            "dist": {
1564
                "type": "zip",
1565
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1566
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1567
                "shasum": ""
1568
            },
1569
            "require": {
1570
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1571
            },
1572
            "type": "library",
1573
            "extra": {
1574
                "branch-alias": {
1575
                    "dev-master": "1.0-dev"
1576
                }
1577
            },
1578
            "autoload": {
1579
                "psr-0": {
1580
                    "JMS\\": "src/"
1581
                }
1582
            },
1583
            "notification-url": "https://packagist.org/downloads/",
1584
            "license": [
1585
                "Apache2"
1586
            ],
1587
            "description": "A library for easily creating recursive-descent parsers.",
1588
            "time": "2012-11-18T18:08:43+00:00"
1589
        },
1590
        {
1591
            "name": "jms/serializer",
1592
            "version": "1.10.0",
1593
            "source": {
1594
                "type": "git",
1595
                "url": "https://github.com/schmittjoh/serializer.git",
1596
                "reference": "62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a"
1597
            },
1598
            "dist": {
1599
                "type": "zip",
1600
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a",
1601
                "reference": "62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a",
1602
                "shasum": ""
1603
            },
1604
            "require": {
1605
                "doctrine/annotations": "^1.0",
1606
                "doctrine/instantiator": "^1.0.3",
1607
                "jms/metadata": "~1.1",
1608
                "jms/parser-lib": "1.*",
1609
                "php": ">=5.5.0",
1610
                "phpcollection/phpcollection": "~0.1",
1611
                "phpoption/phpoption": "^1.1"
1612
            },
1613
            "conflict": {
1614
                "jms/serializer-bundle": "<1.2.1",
1615
                "twig/twig": "<1.12"
1616
            },
1617
            "require-dev": {
1618
                "doctrine/orm": "~2.1",
1619
                "doctrine/phpcr-odm": "^1.3|^2.0",
1620
                "ext-pdo_sqlite": "*",
1621
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1622
                "phpunit/phpunit": "^4.8|^5.0",
1623
                "propel/propel1": "~1.7",
1624
                "psr/container": "^1.0",
1625
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1626
                "symfony/expression-language": "^2.6|^3.0",
1627
                "symfony/filesystem": "^2.1",
1628
                "symfony/form": "~2.1|^3.0",
1629
                "symfony/translation": "^2.1|^3.0",
1630
                "symfony/validator": "^2.2|^3.0",
1631
                "symfony/yaml": "^2.1|^3.0",
1632
                "twig/twig": "~1.12|~2.0"
1633
            },
1634
            "suggest": {
1635
                "doctrine/cache": "Required if you like to use cache functionality.",
1636
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1637
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1638
            },
1639
            "type": "library",
1640
            "extra": {
1641
                "branch-alias": {
1642
                    "dev-master": "1.10-dev"
1643
                }
1644
            },
1645
            "autoload": {
1646
                "psr-0": {
1647
                    "JMS\\Serializer": "src/"
1648
                }
1649
            },
1650
            "notification-url": "https://packagist.org/downloads/",
1651
            "license": [
1652
                "Apache-2.0"
1653
            ],
1654
            "authors": [
1655
                {
1656
                    "name": "Asmir Mustafic",
1657
                    "email": "[email protected]"
1658
                },
1659
                {
1660
                    "name": "Johannes M. Schmitt",
1661
                    "email": "[email protected]"
1662
                }
1663
            ],
1664
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1665
            "homepage": "http://jmsyst.com/libs/serializer",
1666
            "keywords": [
1667
                "deserialization",
1668
                "jaxb",
1669
                "json",
1670
                "serialization",
1671
                "xml"
1672
            ],
1673
            "time": "2017-11-30T18:23:40+00:00"
1674
        },
1675
        {
1676
            "name": "myclabs/deep-copy",
1677
            "version": "1.7.0",
1678
            "source": {
1679
                "type": "git",
1680
                "url": "https://github.com/myclabs/DeepCopy.git",
1681
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1682
            },
1683
            "dist": {
1684
                "type": "zip",
1685
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1686
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1687
                "shasum": ""
1688
            },
1689
            "require": {
1690
                "php": "^5.6 || ^7.0"
1691
            },
1692
            "require-dev": {
1693
                "doctrine/collections": "^1.0",
1694
                "doctrine/common": "^2.6",
1695
                "phpunit/phpunit": "^4.1"
1696
            },
1697
            "type": "library",
1698
            "autoload": {
1699
                "psr-4": {
1700
                    "DeepCopy\\": "src/DeepCopy/"
1701
                },
1702
                "files": [
1703
                    "src/DeepCopy/deep_copy.php"
1704
                ]
1705
            },
1706
            "notification-url": "https://packagist.org/downloads/",
1707
            "license": [
1708
                "MIT"
1709
            ],
1710
            "description": "Create deep copies (clones) of your objects",
1711
            "keywords": [
1712
                "clone",
1713
                "copy",
1714
                "duplicate",
1715
                "object",
1716
                "object graph"
1717
            ],
1718
            "time": "2017-10-19T19:58:43+00:00"
1719
        },
1720
        {
1721
            "name": "phpcollection/phpcollection",
1722
            "version": "0.5.0",
1723
            "source": {
1724
                "type": "git",
1725
                "url": "https://github.com/schmittjoh/php-collection.git",
1726
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1727
            },
1728
            "dist": {
1729
                "type": "zip",
1730
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1731
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1732
                "shasum": ""
1733
            },
1734
            "require": {
1735
                "phpoption/phpoption": "1.*"
1736
            },
1737
            "type": "library",
1738
            "extra": {
1739
                "branch-alias": {
1740
                    "dev-master": "0.4-dev"
1741
                }
1742
            },
1743
            "autoload": {
1744
                "psr-0": {
1745
                    "PhpCollection": "src/"
1746
                }
1747
            },
1748
            "notification-url": "https://packagist.org/downloads/",
1749
            "license": [
1750
                "Apache2"
1751
            ],
1752
            "authors": [
1753
                {
1754
                    "name": "Johannes M. Schmitt",
1755
                    "email": "[email protected]"
1756
                }
1757
            ],
1758
            "description": "General-Purpose Collection Library for PHP",
1759
            "keywords": [
1760
                "collection",
1761
                "list",
1762
                "map",
1763
                "sequence",
1764
                "set"
1765
            ],
1766
            "time": "2015-05-17T12:39:23+00:00"
1767
        },
1768
        {
1769
            "name": "phpdocumentor/reflection-common",
1770
            "version": "1.0.1",
1771
            "source": {
1772
                "type": "git",
1773
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1774
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1775
            },
1776
            "dist": {
1777
                "type": "zip",
1778
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1779
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1780
                "shasum": ""
1781
            },
1782
            "require": {
1783
                "php": ">=5.5"
1784
            },
1785
            "require-dev": {
1786
                "phpunit/phpunit": "^4.6"
1787
            },
1788
            "type": "library",
1789
            "extra": {
1790
                "branch-alias": {
1791
                    "dev-master": "1.0.x-dev"
1792
                }
1793
            },
1794
            "autoload": {
1795
                "psr-4": {
1796
                    "phpDocumentor\\Reflection\\": [
1797
                        "src"
1798
                    ]
1799
                }
1800
            },
1801
            "notification-url": "https://packagist.org/downloads/",
1802
            "license": [
1803
                "MIT"
1804
            ],
1805
            "authors": [
1806
                {
1807
                    "name": "Jaap van Otterdijk",
1808
                    "email": "[email protected]"
1809
                }
1810
            ],
1811
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1812
            "homepage": "http://www.phpdoc.org",
1813
            "keywords": [
1814
                "FQSEN",
1815
                "phpDocumentor",
1816
                "phpdoc",
1817
                "reflection",
1818
                "static analysis"
1819
            ],
1820
            "time": "2017-09-11T18:02:19+00:00"
1821
        },
1822
        {
1823
            "name": "phpdocumentor/reflection-docblock",
1824
            "version": "4.2.0",
1825
            "source": {
1826
                "type": "git",
1827
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1828
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
1829
            },
1830
            "dist": {
1831
                "type": "zip",
1832
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
1833
                "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
1834
                "shasum": ""
1835
            },
1836
            "require": {
1837
                "php": "^7.0",
1838
                "phpdocumentor/reflection-common": "^1.0.0",
1839
                "phpdocumentor/type-resolver": "^0.4.0",
1840
                "webmozart/assert": "^1.0"
1841
            },
1842
            "require-dev": {
1843
                "doctrine/instantiator": "~1.0.5",
1844
                "mockery/mockery": "^1.0",
1845
                "phpunit/phpunit": "^6.4"
1846
            },
1847
            "type": "library",
1848
            "extra": {
1849
                "branch-alias": {
1850
                    "dev-master": "4.x-dev"
1851
                }
1852
            },
1853
            "autoload": {
1854
                "psr-4": {
1855
                    "phpDocumentor\\Reflection\\": [
1856
                        "src/"
1857
                    ]
1858
                }
1859
            },
1860
            "notification-url": "https://packagist.org/downloads/",
1861
            "license": [
1862
                "MIT"
1863
            ],
1864
            "authors": [
1865
                {
1866
                    "name": "Mike van Riel",
1867
                    "email": "[email protected]"
1868
                }
1869
            ],
1870
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1871
            "time": "2017-11-27T17:38:31+00:00"
1872
        },
1873
        {
1874
            "name": "phpdocumentor/type-resolver",
1875
            "version": "0.4.0",
1876
            "source": {
1877
                "type": "git",
1878
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1879
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1880
            },
1881
            "dist": {
1882
                "type": "zip",
1883
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1884
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1885
                "shasum": ""
1886
            },
1887
            "require": {
1888
                "php": "^5.5 || ^7.0",
1889
                "phpdocumentor/reflection-common": "^1.0"
1890
            },
1891
            "require-dev": {
1892
                "mockery/mockery": "^0.9.4",
1893
                "phpunit/phpunit": "^5.2||^4.8.24"
1894
            },
1895
            "type": "library",
1896
            "extra": {
1897
                "branch-alias": {
1898
                    "dev-master": "1.0.x-dev"
1899
                }
1900
            },
1901
            "autoload": {
1902
                "psr-4": {
1903
                    "phpDocumentor\\Reflection\\": [
1904
                        "src/"
1905
                    ]
1906
                }
1907
            },
1908
            "notification-url": "https://packagist.org/downloads/",
1909
            "license": [
1910
                "MIT"
1911
            ],
1912
            "authors": [
1913
                {
1914
                    "name": "Mike van Riel",
1915
                    "email": "[email protected]"
1916
                }
1917
            ],
1918
            "time": "2017-07-14T14:27:02+00:00"
1919
        },
1920
        {
1921
            "name": "phpoption/phpoption",
1922
            "version": "1.5.0",
1923
            "source": {
1924
                "type": "git",
1925
                "url": "https://github.com/schmittjoh/php-option.git",
1926
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1927
            },
1928
            "dist": {
1929
                "type": "zip",
1930
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1931
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1932
                "shasum": ""
1933
            },
1934
            "require": {
1935
                "php": ">=5.3.0"
1936
            },
1937
            "require-dev": {
1938
                "phpunit/phpunit": "4.7.*"
1939
            },
1940
            "type": "library",
1941
            "extra": {
1942
                "branch-alias": {
1943
                    "dev-master": "1.3-dev"
1944
                }
1945
            },
1946
            "autoload": {
1947
                "psr-0": {
1948
                    "PhpOption\\": "src/"
1949
                }
1950
            },
1951
            "notification-url": "https://packagist.org/downloads/",
1952
            "license": [
1953
                "Apache2"
1954
            ],
1955
            "authors": [
1956
                {
1957
                    "name": "Johannes M. Schmitt",
1958
                    "email": "[email protected]"
1959
                }
1960
            ],
1961
            "description": "Option Type for PHP",
1962
            "keywords": [
1963
                "language",
1964
                "option",
1965
                "php",
1966
                "type"
1967
            ],
1968
            "time": "2015-07-25T16:39:46+00:00"
1969
        },
1970
        {
1971
            "name": "phpspec/prophecy",
1972
            "version": "1.7.3",
1973
            "source": {
1974
                "type": "git",
1975
                "url": "https://github.com/phpspec/prophecy.git",
1976
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
1977
            },
1978
            "dist": {
1979
                "type": "zip",
1980
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1981
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1982
                "shasum": ""
1983
            },
1984
            "require": {
1985
                "doctrine/instantiator": "^1.0.2",
1986
                "php": "^5.3|^7.0",
1987
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1988
                "sebastian/comparator": "^1.1|^2.0",
1989
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1990
            },
1991
            "require-dev": {
1992
                "phpspec/phpspec": "^2.5|^3.2",
1993
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1994
            },
1995
            "type": "library",
1996
            "extra": {
1997
                "branch-alias": {
1998
                    "dev-master": "1.7.x-dev"
1999
                }
2000
            },
2001
            "autoload": {
2002
                "psr-0": {
2003
                    "Prophecy\\": "src/"
2004
                }
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "MIT"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Konstantin Kudryashov",
2013
                    "email": "[email protected]",
2014
                    "homepage": "http://everzet.com"
2015
                },
2016
                {
2017
                    "name": "Marcello Duarte",
2018
                    "email": "[email protected]"
2019
                }
2020
            ],
2021
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2022
            "homepage": "https://github.com/phpspec/prophecy",
2023
            "keywords": [
2024
                "Double",
2025
                "Dummy",
2026
                "fake",
2027
                "mock",
2028
                "spy",
2029
                "stub"
2030
            ],
2031
            "time": "2017-11-24T13:59:53+00:00"
2032
        },
2033
        {
2034
            "name": "phpunit/php-code-coverage",
2035
            "version": "4.0.8",
2036
            "source": {
2037
                "type": "git",
2038
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2039
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2040
            },
2041
            "dist": {
2042
                "type": "zip",
2043
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2044
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2045
                "shasum": ""
2046
            },
2047
            "require": {
2048
                "ext-dom": "*",
2049
                "ext-xmlwriter": "*",
2050
                "php": "^5.6 || ^7.0",
2051
                "phpunit/php-file-iterator": "^1.3",
2052
                "phpunit/php-text-template": "^1.2",
2053
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2054
                "sebastian/code-unit-reverse-lookup": "^1.0",
2055
                "sebastian/environment": "^1.3.2 || ^2.0",
2056
                "sebastian/version": "^1.0 || ^2.0"
2057
            },
2058
            "require-dev": {
2059
                "ext-xdebug": "^2.1.4",
2060
                "phpunit/phpunit": "^5.7"
2061
            },
2062
            "suggest": {
2063
                "ext-xdebug": "^2.5.1"
2064
            },
2065
            "type": "library",
2066
            "extra": {
2067
                "branch-alias": {
2068
                    "dev-master": "4.0.x-dev"
2069
                }
2070
            },
2071
            "autoload": {
2072
                "classmap": [
2073
                    "src/"
2074
                ]
2075
            },
2076
            "notification-url": "https://packagist.org/downloads/",
2077
            "license": [
2078
                "BSD-3-Clause"
2079
            ],
2080
            "authors": [
2081
                {
2082
                    "name": "Sebastian Bergmann",
2083
                    "email": "[email protected]",
2084
                    "role": "lead"
2085
                }
2086
            ],
2087
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2088
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2089
            "keywords": [
2090
                "coverage",
2091
                "testing",
2092
                "xunit"
2093
            ],
2094
            "time": "2017-04-02T07:44:40+00:00"
2095
        },
2096
        {
2097
            "name": "phpunit/php-file-iterator",
2098
            "version": "1.4.5",
2099
            "source": {
2100
                "type": "git",
2101
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2102
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2103
            },
2104
            "dist": {
2105
                "type": "zip",
2106
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2107
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2108
                "shasum": ""
2109
            },
2110
            "require": {
2111
                "php": ">=5.3.3"
2112
            },
2113
            "type": "library",
2114
            "extra": {
2115
                "branch-alias": {
2116
                    "dev-master": "1.4.x-dev"
2117
                }
2118
            },
2119
            "autoload": {
2120
                "classmap": [
2121
                    "src/"
2122
                ]
2123
            },
2124
            "notification-url": "https://packagist.org/downloads/",
2125
            "license": [
2126
                "BSD-3-Clause"
2127
            ],
2128
            "authors": [
2129
                {
2130
                    "name": "Sebastian Bergmann",
2131
                    "email": "[email protected]",
2132
                    "role": "lead"
2133
                }
2134
            ],
2135
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2136
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2137
            "keywords": [
2138
                "filesystem",
2139
                "iterator"
2140
            ],
2141
            "time": "2017-11-27T13:52:08+00:00"
2142
        },
2143
        {
2144
            "name": "phpunit/php-text-template",
2145
            "version": "1.2.1",
2146
            "source": {
2147
                "type": "git",
2148
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2149
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2150
            },
2151
            "dist": {
2152
                "type": "zip",
2153
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2154
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2155
                "shasum": ""
2156
            },
2157
            "require": {
2158
                "php": ">=5.3.3"
2159
            },
2160
            "type": "library",
2161
            "autoload": {
2162
                "classmap": [
2163
                    "src/"
2164
                ]
2165
            },
2166
            "notification-url": "https://packagist.org/downloads/",
2167
            "license": [
2168
                "BSD-3-Clause"
2169
            ],
2170
            "authors": [
2171
                {
2172
                    "name": "Sebastian Bergmann",
2173
                    "email": "[email protected]",
2174
                    "role": "lead"
2175
                }
2176
            ],
2177
            "description": "Simple template engine.",
2178
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2179
            "keywords": [
2180
                "template"
2181
            ],
2182
            "time": "2015-06-21T13:50:34+00:00"
2183
        },
2184
        {
2185
            "name": "phpunit/php-timer",
2186
            "version": "1.0.9",
2187
            "source": {
2188
                "type": "git",
2189
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2190
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2191
            },
2192
            "dist": {
2193
                "type": "zip",
2194
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2195
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2196
                "shasum": ""
2197
            },
2198
            "require": {
2199
                "php": "^5.3.3 || ^7.0"
2200
            },
2201
            "require-dev": {
2202
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2203
            },
2204
            "type": "library",
2205
            "extra": {
2206
                "branch-alias": {
2207
                    "dev-master": "1.0-dev"
2208
                }
2209
            },
2210
            "autoload": {
2211
                "classmap": [
2212
                    "src/"
2213
                ]
2214
            },
2215
            "notification-url": "https://packagist.org/downloads/",
2216
            "license": [
2217
                "BSD-3-Clause"
2218
            ],
2219
            "authors": [
2220
                {
2221
                    "name": "Sebastian Bergmann",
2222
                    "email": "[email protected]",
2223
                    "role": "lead"
2224
                }
2225
            ],
2226
            "description": "Utility class for timing",
2227
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2228
            "keywords": [
2229
                "timer"
2230
            ],
2231
            "time": "2017-02-26T11:10:40+00:00"
2232
        },
2233
        {
2234
            "name": "phpunit/php-token-stream",
2235
            "version": "2.0.2",
2236
            "source": {
2237
                "type": "git",
2238
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2239
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2240
            },
2241
            "dist": {
2242
                "type": "zip",
2243
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2244
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2245
                "shasum": ""
2246
            },
2247
            "require": {
2248
                "ext-tokenizer": "*",
2249
                "php": "^7.0"
2250
            },
2251
            "require-dev": {
2252
                "phpunit/phpunit": "^6.2.4"
2253
            },
2254
            "type": "library",
2255
            "extra": {
2256
                "branch-alias": {
2257
                    "dev-master": "2.0-dev"
2258
                }
2259
            },
2260
            "autoload": {
2261
                "classmap": [
2262
                    "src/"
2263
                ]
2264
            },
2265
            "notification-url": "https://packagist.org/downloads/",
2266
            "license": [
2267
                "BSD-3-Clause"
2268
            ],
2269
            "authors": [
2270
                {
2271
                    "name": "Sebastian Bergmann",
2272
                    "email": "[email protected]"
2273
                }
2274
            ],
2275
            "description": "Wrapper around PHP's tokenizer extension.",
2276
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2277
            "keywords": [
2278
                "tokenizer"
2279
            ],
2280
            "time": "2017-11-27T05:48:46+00:00"
2281
        },
2282
        {
2283
            "name": "phpunit/phpunit",
2284
            "version": "5.7.25",
2285
            "source": {
2286
                "type": "git",
2287
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2288
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a"
2289
            },
2290
            "dist": {
2291
                "type": "zip",
2292
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b1c822a68ae6577df38a59eb49b046712ec0f6a",
2293
                "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a",
2294
                "shasum": ""
2295
            },
2296
            "require": {
2297
                "ext-dom": "*",
2298
                "ext-json": "*",
2299
                "ext-libxml": "*",
2300
                "ext-mbstring": "*",
2301
                "ext-xml": "*",
2302
                "myclabs/deep-copy": "~1.3",
2303
                "php": "^5.6 || ^7.0",
2304
                "phpspec/prophecy": "^1.6.2",
2305
                "phpunit/php-code-coverage": "^4.0.4",
2306
                "phpunit/php-file-iterator": "~1.4",
2307
                "phpunit/php-text-template": "~1.2",
2308
                "phpunit/php-timer": "^1.0.6",
2309
                "phpunit/phpunit-mock-objects": "^3.2",
2310
                "sebastian/comparator": "^1.2.4",
2311
                "sebastian/diff": "^1.4.3",
2312
                "sebastian/environment": "^1.3.4 || ^2.0",
2313
                "sebastian/exporter": "~2.0",
2314
                "sebastian/global-state": "^1.1",
2315
                "sebastian/object-enumerator": "~2.0",
2316
                "sebastian/resource-operations": "~1.0",
2317
                "sebastian/version": "~1.0.3|~2.0",
2318
                "symfony/yaml": "~2.1|~3.0|~4.0"
2319
            },
2320
            "conflict": {
2321
                "phpdocumentor/reflection-docblock": "3.0.2"
2322
            },
2323
            "require-dev": {
2324
                "ext-pdo": "*"
2325
            },
2326
            "suggest": {
2327
                "ext-xdebug": "*",
2328
                "phpunit/php-invoker": "~1.1"
2329
            },
2330
            "bin": [
2331
                "phpunit"
2332
            ],
2333
            "type": "library",
2334
            "extra": {
2335
                "branch-alias": {
2336
                    "dev-master": "5.7.x-dev"
2337
                }
2338
            },
2339
            "autoload": {
2340
                "classmap": [
2341
                    "src/"
2342
                ]
2343
            },
2344
            "notification-url": "https://packagist.org/downloads/",
2345
            "license": [
2346
                "BSD-3-Clause"
2347
            ],
2348
            "authors": [
2349
                {
2350
                    "name": "Sebastian Bergmann",
2351
                    "email": "[email protected]",
2352
                    "role": "lead"
2353
                }
2354
            ],
2355
            "description": "The PHP Unit Testing framework.",
2356
            "homepage": "https://phpunit.de/",
2357
            "keywords": [
2358
                "phpunit",
2359
                "testing",
2360
                "xunit"
2361
            ],
2362
            "time": "2017-11-14T14:50:51+00:00"
2363
        },
2364
        {
2365
            "name": "phpunit/phpunit-mock-objects",
2366
            "version": "3.4.4",
2367
            "source": {
2368
                "type": "git",
2369
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2370
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
2371
            },
2372
            "dist": {
2373
                "type": "zip",
2374
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
2375
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
2376
                "shasum": ""
2377
            },
2378
            "require": {
2379
                "doctrine/instantiator": "^1.0.2",
2380
                "php": "^5.6 || ^7.0",
2381
                "phpunit/php-text-template": "^1.2",
2382
                "sebastian/exporter": "^1.2 || ^2.0"
2383
            },
2384
            "conflict": {
2385
                "phpunit/phpunit": "<5.4.0"
2386
            },
2387
            "require-dev": {
2388
                "phpunit/phpunit": "^5.4"
2389
            },
2390
            "suggest": {
2391
                "ext-soap": "*"
2392
            },
2393
            "type": "library",
2394
            "extra": {
2395
                "branch-alias": {
2396
                    "dev-master": "3.2.x-dev"
2397
                }
2398
            },
2399
            "autoload": {
2400
                "classmap": [
2401
                    "src/"
2402
                ]
2403
            },
2404
            "notification-url": "https://packagist.org/downloads/",
2405
            "license": [
2406
                "BSD-3-Clause"
2407
            ],
2408
            "authors": [
2409
                {
2410
                    "name": "Sebastian Bergmann",
2411
                    "email": "[email protected]",
2412
                    "role": "lead"
2413
                }
2414
            ],
2415
            "description": "Mock Object library for PHPUnit",
2416
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2417
            "keywords": [
2418
                "mock",
2419
                "xunit"
2420
            ],
2421
            "time": "2017-06-30T09:13:00+00:00"
2422
        },
2423
        {
2424
            "name": "psr/http-message",
2425
            "version": "1.0.1",
2426
            "source": {
2427
                "type": "git",
2428
                "url": "https://github.com/php-fig/http-message.git",
2429
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2430
            },
2431
            "dist": {
2432
                "type": "zip",
2433
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2434
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2435
                "shasum": ""
2436
            },
2437
            "require": {
2438
                "php": ">=5.3.0"
2439
            },
2440
            "type": "library",
2441
            "extra": {
2442
                "branch-alias": {
2443
                    "dev-master": "1.0.x-dev"
2444
                }
2445
            },
2446
            "autoload": {
2447
                "psr-4": {
2448
                    "Psr\\Http\\Message\\": "src/"
2449
                }
2450
            },
2451
            "notification-url": "https://packagist.org/downloads/",
2452
            "license": [
2453
                "MIT"
2454
            ],
2455
            "authors": [
2456
                {
2457
                    "name": "PHP-FIG",
2458
                    "homepage": "http://www.php-fig.org/"
2459
                }
2460
            ],
2461
            "description": "Common interface for HTTP messages",
2462
            "homepage": "https://github.com/php-fig/http-message",
2463
            "keywords": [
2464
                "http",
2465
                "http-message",
2466
                "psr",
2467
                "psr-7",
2468
                "request",
2469
                "response"
2470
            ],
2471
            "time": "2016-08-06T14:39:51+00:00"
2472
        },
2473
        {
2474
            "name": "scrutinizer/ocular",
2475
            "version": "1.4.0",
2476
            "source": {
2477
                "type": "git",
2478
                "url": "https://github.com/scrutinizer-ci/ocular.git",
2479
                "reference": "9f14662bd52a9a67bc0a8fb46403adcafa52ff0f"
2480
            },
2481
            "dist": {
2482
                "type": "zip",
2483
                "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/9f14662bd52a9a67bc0a8fb46403adcafa52ff0f",
2484
                "reference": "9f14662bd52a9a67bc0a8fb46403adcafa52ff0f",
2485
                "shasum": ""
2486
            },
2487
            "require": {
2488
                "guzzlehttp/guzzle": "~6.0",
2489
                "jms/serializer": "^1.0.0",
2490
                "phpoption/phpoption": "~1.0",
2491
                "symfony/console": "^2.0.5|~3.0",
2492
                "symfony/process": "~2.3|~3.0"
2493
            },
2494
            "require-dev": {
2495
                "phpunit/phpunit": "^4.8.0",
2496
                "symfony/filesystem": "~2.0|~3.0"
2497
            },
2498
            "bin": [
2499
                "bin/ocular"
2500
            ],
2501
            "type": "library",
2502
            "autoload": {
2503
                "psr-4": {
2504
                    "Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular"
2505
                }
2506
            },
2507
            "notification-url": "https://packagist.org/downloads/",
2508
            "license": [
2509
                "Apache-2.0"
2510
            ],
2511
            "time": "2017-08-14T15:44:52+00:00"
2512
        },
2513
        {
2514
            "name": "sebastian/code-unit-reverse-lookup",
2515
            "version": "1.0.1",
2516
            "source": {
2517
                "type": "git",
2518
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2519
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2520
            },
2521
            "dist": {
2522
                "type": "zip",
2523
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2524
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2525
                "shasum": ""
2526
            },
2527
            "require": {
2528
                "php": "^5.6 || ^7.0"
2529
            },
2530
            "require-dev": {
2531
                "phpunit/phpunit": "^5.7 || ^6.0"
2532
            },
2533
            "type": "library",
2534
            "extra": {
2535
                "branch-alias": {
2536
                    "dev-master": "1.0.x-dev"
2537
                }
2538
            },
2539
            "autoload": {
2540
                "classmap": [
2541
                    "src/"
2542
                ]
2543
            },
2544
            "notification-url": "https://packagist.org/downloads/",
2545
            "license": [
2546
                "BSD-3-Clause"
2547
            ],
2548
            "authors": [
2549
                {
2550
                    "name": "Sebastian Bergmann",
2551
                    "email": "[email protected]"
2552
                }
2553
            ],
2554
            "description": "Looks up which function or method a line of code belongs to",
2555
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2556
            "time": "2017-03-04T06:30:41+00:00"
2557
        },
2558
        {
2559
            "name": "sebastian/comparator",
2560
            "version": "1.2.4",
2561
            "source": {
2562
                "type": "git",
2563
                "url": "https://github.com/sebastianbergmann/comparator.git",
2564
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2565
            },
2566
            "dist": {
2567
                "type": "zip",
2568
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2569
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2570
                "shasum": ""
2571
            },
2572
            "require": {
2573
                "php": ">=5.3.3",
2574
                "sebastian/diff": "~1.2",
2575
                "sebastian/exporter": "~1.2 || ~2.0"
2576
            },
2577
            "require-dev": {
2578
                "phpunit/phpunit": "~4.4"
2579
            },
2580
            "type": "library",
2581
            "extra": {
2582
                "branch-alias": {
2583
                    "dev-master": "1.2.x-dev"
2584
                }
2585
            },
2586
            "autoload": {
2587
                "classmap": [
2588
                    "src/"
2589
                ]
2590
            },
2591
            "notification-url": "https://packagist.org/downloads/",
2592
            "license": [
2593
                "BSD-3-Clause"
2594
            ],
2595
            "authors": [
2596
                {
2597
                    "name": "Jeff Welch",
2598
                    "email": "[email protected]"
2599
                },
2600
                {
2601
                    "name": "Volker Dusch",
2602
                    "email": "[email protected]"
2603
                },
2604
                {
2605
                    "name": "Bernhard Schussek",
2606
                    "email": "[email protected]"
2607
                },
2608
                {
2609
                    "name": "Sebastian Bergmann",
2610
                    "email": "[email protected]"
2611
                }
2612
            ],
2613
            "description": "Provides the functionality to compare PHP values for equality",
2614
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2615
            "keywords": [
2616
                "comparator",
2617
                "compare",
2618
                "equality"
2619
            ],
2620
            "time": "2017-01-29T09:50:25+00:00"
2621
        },
2622
        {
2623
            "name": "sebastian/diff",
2624
            "version": "1.4.3",
2625
            "source": {
2626
                "type": "git",
2627
                "url": "https://github.com/sebastianbergmann/diff.git",
2628
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2629
            },
2630
            "dist": {
2631
                "type": "zip",
2632
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2633
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2634
                "shasum": ""
2635
            },
2636
            "require": {
2637
                "php": "^5.3.3 || ^7.0"
2638
            },
2639
            "require-dev": {
2640
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2641
            },
2642
            "type": "library",
2643
            "extra": {
2644
                "branch-alias": {
2645
                    "dev-master": "1.4-dev"
2646
                }
2647
            },
2648
            "autoload": {
2649
                "classmap": [
2650
                    "src/"
2651
                ]
2652
            },
2653
            "notification-url": "https://packagist.org/downloads/",
2654
            "license": [
2655
                "BSD-3-Clause"
2656
            ],
2657
            "authors": [
2658
                {
2659
                    "name": "Kore Nordmann",
2660
                    "email": "[email protected]"
2661
                },
2662
                {
2663
                    "name": "Sebastian Bergmann",
2664
                    "email": "[email protected]"
2665
                }
2666
            ],
2667
            "description": "Diff implementation",
2668
            "homepage": "https://github.com/sebastianbergmann/diff",
2669
            "keywords": [
2670
                "diff"
2671
            ],
2672
            "time": "2017-05-22T07:24:03+00:00"
2673
        },
2674
        {
2675
            "name": "sebastian/environment",
2676
            "version": "2.0.0",
2677
            "source": {
2678
                "type": "git",
2679
                "url": "https://github.com/sebastianbergmann/environment.git",
2680
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2681
            },
2682
            "dist": {
2683
                "type": "zip",
2684
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2685
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2686
                "shasum": ""
2687
            },
2688
            "require": {
2689
                "php": "^5.6 || ^7.0"
2690
            },
2691
            "require-dev": {
2692
                "phpunit/phpunit": "^5.0"
2693
            },
2694
            "type": "library",
2695
            "extra": {
2696
                "branch-alias": {
2697
                    "dev-master": "2.0.x-dev"
2698
                }
2699
            },
2700
            "autoload": {
2701
                "classmap": [
2702
                    "src/"
2703
                ]
2704
            },
2705
            "notification-url": "https://packagist.org/downloads/",
2706
            "license": [
2707
                "BSD-3-Clause"
2708
            ],
2709
            "authors": [
2710
                {
2711
                    "name": "Sebastian Bergmann",
2712
                    "email": "[email protected]"
2713
                }
2714
            ],
2715
            "description": "Provides functionality to handle HHVM/PHP environments",
2716
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2717
            "keywords": [
2718
                "Xdebug",
2719
                "environment",
2720
                "hhvm"
2721
            ],
2722
            "time": "2016-11-26T07:53:53+00:00"
2723
        },
2724
        {
2725
            "name": "sebastian/exporter",
2726
            "version": "2.0.0",
2727
            "source": {
2728
                "type": "git",
2729
                "url": "https://github.com/sebastianbergmann/exporter.git",
2730
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2731
            },
2732
            "dist": {
2733
                "type": "zip",
2734
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2735
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2736
                "shasum": ""
2737
            },
2738
            "require": {
2739
                "php": ">=5.3.3",
2740
                "sebastian/recursion-context": "~2.0"
2741
            },
2742
            "require-dev": {
2743
                "ext-mbstring": "*",
2744
                "phpunit/phpunit": "~4.4"
2745
            },
2746
            "type": "library",
2747
            "extra": {
2748
                "branch-alias": {
2749
                    "dev-master": "2.0.x-dev"
2750
                }
2751
            },
2752
            "autoload": {
2753
                "classmap": [
2754
                    "src/"
2755
                ]
2756
            },
2757
            "notification-url": "https://packagist.org/downloads/",
2758
            "license": [
2759
                "BSD-3-Clause"
2760
            ],
2761
            "authors": [
2762
                {
2763
                    "name": "Jeff Welch",
2764
                    "email": "[email protected]"
2765
                },
2766
                {
2767
                    "name": "Volker Dusch",
2768
                    "email": "[email protected]"
2769
                },
2770
                {
2771
                    "name": "Bernhard Schussek",
2772
                    "email": "[email protected]"
2773
                },
2774
                {
2775
                    "name": "Sebastian Bergmann",
2776
                    "email": "[email protected]"
2777
                },
2778
                {
2779
                    "name": "Adam Harvey",
2780
                    "email": "[email protected]"
2781
                }
2782
            ],
2783
            "description": "Provides the functionality to export PHP variables for visualization",
2784
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2785
            "keywords": [
2786
                "export",
2787
                "exporter"
2788
            ],
2789
            "time": "2016-11-19T08:54:04+00:00"
2790
        },
2791
        {
2792
            "name": "sebastian/global-state",
2793
            "version": "1.1.1",
2794
            "source": {
2795
                "type": "git",
2796
                "url": "https://github.com/sebastianbergmann/global-state.git",
2797
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2798
            },
2799
            "dist": {
2800
                "type": "zip",
2801
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2802
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2803
                "shasum": ""
2804
            },
2805
            "require": {
2806
                "php": ">=5.3.3"
2807
            },
2808
            "require-dev": {
2809
                "phpunit/phpunit": "~4.2"
2810
            },
2811
            "suggest": {
2812
                "ext-uopz": "*"
2813
            },
2814
            "type": "library",
2815
            "extra": {
2816
                "branch-alias": {
2817
                    "dev-master": "1.0-dev"
2818
                }
2819
            },
2820
            "autoload": {
2821
                "classmap": [
2822
                    "src/"
2823
                ]
2824
            },
2825
            "notification-url": "https://packagist.org/downloads/",
2826
            "license": [
2827
                "BSD-3-Clause"
2828
            ],
2829
            "authors": [
2830
                {
2831
                    "name": "Sebastian Bergmann",
2832
                    "email": "[email protected]"
2833
                }
2834
            ],
2835
            "description": "Snapshotting of global state",
2836
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2837
            "keywords": [
2838
                "global state"
2839
            ],
2840
            "time": "2015-10-12T03:26:01+00:00"
2841
        },
2842
        {
2843
            "name": "sebastian/object-enumerator",
2844
            "version": "2.0.1",
2845
            "source": {
2846
                "type": "git",
2847
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2848
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2849
            },
2850
            "dist": {
2851
                "type": "zip",
2852
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2853
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2854
                "shasum": ""
2855
            },
2856
            "require": {
2857
                "php": ">=5.6",
2858
                "sebastian/recursion-context": "~2.0"
2859
            },
2860
            "require-dev": {
2861
                "phpunit/phpunit": "~5"
2862
            },
2863
            "type": "library",
2864
            "extra": {
2865
                "branch-alias": {
2866
                    "dev-master": "2.0.x-dev"
2867
                }
2868
            },
2869
            "autoload": {
2870
                "classmap": [
2871
                    "src/"
2872
                ]
2873
            },
2874
            "notification-url": "https://packagist.org/downloads/",
2875
            "license": [
2876
                "BSD-3-Clause"
2877
            ],
2878
            "authors": [
2879
                {
2880
                    "name": "Sebastian Bergmann",
2881
                    "email": "[email protected]"
2882
                }
2883
            ],
2884
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2885
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2886
            "time": "2017-02-18T15:18:39+00:00"
2887
        },
2888
        {
2889
            "name": "sebastian/recursion-context",
2890
            "version": "2.0.0",
2891
            "source": {
2892
                "type": "git",
2893
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2894
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2895
            },
2896
            "dist": {
2897
                "type": "zip",
2898
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2899
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2900
                "shasum": ""
2901
            },
2902
            "require": {
2903
                "php": ">=5.3.3"
2904
            },
2905
            "require-dev": {
2906
                "phpunit/phpunit": "~4.4"
2907
            },
2908
            "type": "library",
2909
            "extra": {
2910
                "branch-alias": {
2911
                    "dev-master": "2.0.x-dev"
2912
                }
2913
            },
2914
            "autoload": {
2915
                "classmap": [
2916
                    "src/"
2917
                ]
2918
            },
2919
            "notification-url": "https://packagist.org/downloads/",
2920
            "license": [
2921
                "BSD-3-Clause"
2922
            ],
2923
            "authors": [
2924
                {
2925
                    "name": "Jeff Welch",
2926
                    "email": "[email protected]"
2927
                },
2928
                {
2929
                    "name": "Sebastian Bergmann",
2930
                    "email": "[email protected]"
2931
                },
2932
                {
2933
                    "name": "Adam Harvey",
2934
                    "email": "[email protected]"
2935
                }
2936
            ],
2937
            "description": "Provides functionality to recursively process PHP variables",
2938
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2939
            "time": "2016-11-19T07:33:16+00:00"
2940
        },
2941
        {
2942
            "name": "sebastian/resource-operations",
2943
            "version": "1.0.0",
2944
            "source": {
2945
                "type": "git",
2946
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2947
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2948
            },
2949
            "dist": {
2950
                "type": "zip",
2951
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2952
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2953
                "shasum": ""
2954
            },
2955
            "require": {
2956
                "php": ">=5.6.0"
2957
            },
2958
            "type": "library",
2959
            "extra": {
2960
                "branch-alias": {
2961
                    "dev-master": "1.0.x-dev"
2962
                }
2963
            },
2964
            "autoload": {
2965
                "classmap": [
2966
                    "src/"
2967
                ]
2968
            },
2969
            "notification-url": "https://packagist.org/downloads/",
2970
            "license": [
2971
                "BSD-3-Clause"
2972
            ],
2973
            "authors": [
2974
                {
2975
                    "name": "Sebastian Bergmann",
2976
                    "email": "[email protected]"
2977
                }
2978
            ],
2979
            "description": "Provides a list of PHP built-in functions that operate on resources",
2980
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2981
            "time": "2015-07-28T20:34:47+00:00"
2982
        },
2983
        {
2984
            "name": "sebastian/version",
2985
            "version": "2.0.1",
2986
            "source": {
2987
                "type": "git",
2988
                "url": "https://github.com/sebastianbergmann/version.git",
2989
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2990
            },
2991
            "dist": {
2992
                "type": "zip",
2993
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2994
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2995
                "shasum": ""
2996
            },
2997
            "require": {
2998
                "php": ">=5.6"
2999
            },
3000
            "type": "library",
3001
            "extra": {
3002
                "branch-alias": {
3003
                    "dev-master": "2.0.x-dev"
3004
                }
3005
            },
3006
            "autoload": {
3007
                "classmap": [
3008
                    "src/"
3009
                ]
3010
            },
3011
            "notification-url": "https://packagist.org/downloads/",
3012
            "license": [
3013
                "BSD-3-Clause"
3014
            ],
3015
            "authors": [
3016
                {
3017
                    "name": "Sebastian Bergmann",
3018
                    "email": "[email protected]",
3019
                    "role": "lead"
3020
                }
3021
            ],
3022
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3023
            "homepage": "https://github.com/sebastianbergmann/version",
3024
            "time": "2016-10-03T07:35:21+00:00"
3025
        },
3026
        {
3027
            "name": "squizlabs/php_codesniffer",
3028
            "version": "2.9.1",
3029
            "source": {
3030
                "type": "git",
3031
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3032
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
3033
            },
3034
            "dist": {
3035
                "type": "zip",
3036
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
3037
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
3038
                "shasum": ""
3039
            },
3040
            "require": {
3041
                "ext-simplexml": "*",
3042
                "ext-tokenizer": "*",
3043
                "ext-xmlwriter": "*",
3044
                "php": ">=5.1.2"
3045
            },
3046
            "require-dev": {
3047
                "phpunit/phpunit": "~4.0"
3048
            },
3049
            "bin": [
3050
                "scripts/phpcs",
3051
                "scripts/phpcbf"
3052
            ],
3053
            "type": "library",
3054
            "extra": {
3055
                "branch-alias": {
3056
                    "dev-master": "2.x-dev"
3057
                }
3058
            },
3059
            "autoload": {
3060
                "classmap": [
3061
                    "CodeSniffer.php",
3062
                    "CodeSniffer/CLI.php",
3063
                    "CodeSniffer/Exception.php",
3064
                    "CodeSniffer/File.php",
3065
                    "CodeSniffer/Fixer.php",
3066
                    "CodeSniffer/Report.php",
3067
                    "CodeSniffer/Reporting.php",
3068
                    "CodeSniffer/Sniff.php",
3069
                    "CodeSniffer/Tokens.php",
3070
                    "CodeSniffer/Reports/",
3071
                    "CodeSniffer/Tokenizers/",
3072
                    "CodeSniffer/DocGenerators/",
3073
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3074
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3075
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3076
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3077
                    "CodeSniffer/Standards/Generic/Sniffs/",
3078
                    "CodeSniffer/Standards/MySource/Sniffs/",
3079
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3080
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3081
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3082
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3083
                    "CodeSniffer/Standards/Zend/Sniffs/"
3084
                ]
3085
            },
3086
            "notification-url": "https://packagist.org/downloads/",
3087
            "license": [
3088
                "BSD-3-Clause"
3089
            ],
3090
            "authors": [
3091
                {
3092
                    "name": "Greg Sherwood",
3093
                    "role": "lead"
3094
                }
3095
            ],
3096
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3097
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3098
            "keywords": [
3099
                "phpcs",
3100
                "standards"
3101
            ],
3102
            "time": "2017-05-22T02:43:20+00:00"
3103
        },
3104
        {
3105
            "name": "webmozart/assert",
3106
            "version": "1.2.0",
3107
            "source": {
3108
                "type": "git",
3109
                "url": "https://github.com/webmozart/assert.git",
3110
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3111
            },
3112
            "dist": {
3113
                "type": "zip",
3114
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3115
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3116
                "shasum": ""
3117
            },
3118
            "require": {
3119
                "php": "^5.3.3 || ^7.0"
3120
            },
3121
            "require-dev": {
3122
                "phpunit/phpunit": "^4.6",
3123
                "sebastian/version": "^1.0.1"
3124
            },
3125
            "type": "library",
3126
            "extra": {
3127
                "branch-alias": {
3128
                    "dev-master": "1.3-dev"
3129
                }
3130
            },
3131
            "autoload": {
3132
                "psr-4": {
3133
                    "Webmozart\\Assert\\": "src/"
3134
                }
3135
            },
3136
            "notification-url": "https://packagist.org/downloads/",
3137
            "license": [
3138
                "MIT"
3139
            ],
3140
            "authors": [
3141
                {
3142
                    "name": "Bernhard Schussek",
3143
                    "email": "[email protected]"
3144
                }
3145
            ],
3146
            "description": "Assertions to validate method input/output with nice error messages.",
3147
            "keywords": [
3148
                "assert",
3149
                "check",
3150
                "validate"
3151
            ],
3152
            "time": "2016-11-23T20:04:58+00:00"
3153
        }
3154
    ],
3155
    "aliases": [],
3156
    "minimum-stability": "stable",
3157
    "stability-flags": [],
3158
    "prefer-stable": false,
3159
    "prefer-lowest": false,
3160
    "platform": {
3161
        "php": "^7.1"
3162
    },
3163
    "platform-dev": []
3164
}
3165