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)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "250a7bc931fed994bdfda0e1cc2f9b8b",
8
    "content-hash": "4ab13cb1adf394169f8ffd84c28a1dca",
9
    "packages": [
10
        {
11
            "name": "crewlabs/unsplash",
12
            "version": "1.1.2",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/CrewLabs/Unsplash-PHP.git",
16
                "reference": "042dc3318766b32818f054662d2f9541994063ef"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/CrewLabs/Unsplash-PHP/zipball/042dc3318766b32818f054662d2f9541994063ef",
21
                "reference": "042dc3318766b32818f054662d2f9541994063ef",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "guzzlehttp/guzzle": "~6.1.0",
26
                "league/oauth2-client": "~1.3.0",
27
                "php": ">=5.5.0"
28
            },
29
            "require-dev": {
30
                "mockery/mockery": "~0.9.0",
31
                "php-vcr/php-vcr": "dev-master",
32
                "php-vcr/phpunit-testlistener-vcr": "*",
33
                "phpunit/phpunit": "~5.1",
34
                "vlucas/phpdotenv": "dev-master"
35
            },
36
            "type": "library",
37
            "autoload": {
38
                "psr-4": {
39
                    "Crew\\Unsplash\\": "src/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "CC0"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Charles Lalonde",
49
                    "email": "[email protected]"
50
                }
51
            ],
52
            "description": "Wrapper to access information from Unsplash API more easily",
53
            "time": "2016-02-23 23:09:56"
54
        },
55
        {
56
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
57
            "version": "6.1.1",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/guzzle/guzzle.git",
61
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
66
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "guzzlehttp/promises": "~1.0",
71
                "guzzlehttp/psr7": "~1.1",
72
                "php": ">=5.5.0"
73
            },
74
            "require-dev": {
75
                "ext-curl": "*",
76
                "phpunit/phpunit": "~4.0",
77
                "psr/log": "~1.0"
78
            },
79
            "type": "library",
80
            "extra": {
81
                "branch-alias": {
82
                    "dev-master": "6.1-dev"
83
                }
84
            },
85
            "autoload": {
86
                "files": [
87
                    "src/functions_include.php"
88
                ],
89
                "psr-4": {
90
                    "GuzzleHttp\\": "src/"
91
                }
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "MIT"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Michael Dowling",
100
                    "email": "[email protected]",
101
                    "homepage": "https://github.com/mtdowling"
102
                }
103
            ],
104
            "description": "Guzzle is a PHP HTTP client library",
105
            "homepage": "http://guzzlephp.org/",
106
            "keywords": [
107
                "client",
108
                "curl",
109
                "framework",
110
                "http",
111
                "http client",
112
                "rest",
113
                "web service"
114
            ],
115
            "time": "2015-11-23 00:47:50"
116
        },
117
        {
118
            "name": "guzzlehttp/promises",
119
            "version": "1.1.0",
120
            "source": {
121
                "type": "git",
122
                "url": "https://github.com/guzzle/promises.git",
123
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
124
            },
125
            "dist": {
126
                "type": "zip",
127
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
128
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
129
                "shasum": ""
130
            },
131
            "require": {
132
                "php": ">=5.5.0"
133
            },
134
            "require-dev": {
135
                "phpunit/phpunit": "~4.0"
136
            },
137
            "type": "library",
138
            "extra": {
139
                "branch-alias": {
140
                    "dev-master": "1.0-dev"
141
                }
142
            },
143
            "autoload": {
144
                "psr-4": {
145
                    "GuzzleHttp\\Promise\\": "src/"
146
                },
147
                "files": [
148
                    "src/functions_include.php"
149
                ]
150
            },
151
            "notification-url": "https://packagist.org/downloads/",
152
            "license": [
153
                "MIT"
154
            ],
155
            "authors": [
156
                {
157
                    "name": "Michael Dowling",
158
                    "email": "[email protected]",
159
                    "homepage": "https://github.com/mtdowling"
160
                }
161
            ],
162
            "description": "Guzzle promises library",
163
            "keywords": [
164
                "promise"
165
            ],
166
            "time": "2016-03-08 01:15:46"
167
        },
168
        {
169
            "name": "guzzlehttp/psr7",
170
            "version": "1.2.3",
171
            "source": {
172
                "type": "git",
173
                "url": "https://github.com/guzzle/psr7.git",
174
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
175
            },
176
            "dist": {
177
                "type": "zip",
178
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
179
                "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
180
                "shasum": ""
181
            },
182
            "require": {
183
                "php": ">=5.4.0",
184
                "psr/http-message": "~1.0"
185
            },
186
            "provide": {
187
                "psr/http-message-implementation": "1.0"
188
            },
189
            "require-dev": {
190
                "phpunit/phpunit": "~4.0"
191
            },
192
            "type": "library",
193
            "extra": {
194
                "branch-alias": {
195
                    "dev-master": "1.0-dev"
196
                }
197
            },
198
            "autoload": {
199
                "psr-4": {
200
                    "GuzzleHttp\\Psr7\\": "src/"
201
                },
202
                "files": [
203
                    "src/functions_include.php"
204
                ]
205
            },
206
            "notification-url": "https://packagist.org/downloads/",
207
            "license": [
208
                "MIT"
209
            ],
210
            "authors": [
211
                {
212
                    "name": "Michael Dowling",
213
                    "email": "[email protected]",
214
                    "homepage": "https://github.com/mtdowling"
215
                }
216
            ],
217
            "description": "PSR-7 message implementation",
218
            "keywords": [
219
                "http",
220
                "message",
221
                "stream",
222
                "uri"
223
            ],
224
            "time": "2016-02-18 21:54:00"
225
        },
226
        {
227
            "name": "ircmaxell/random-lib",
228
            "version": "v1.1.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/ircmaxell/RandomLib.git",
232
                "reference": "13efa4368bb2ac88bb3b1459b487d907de4dbf7c"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/13efa4368bb2ac88bb3b1459b487d907de4dbf7c",
237
                "reference": "13efa4368bb2ac88bb3b1459b487d907de4dbf7c",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "ircmaxell/security-lib": "1.0.*@dev",
242
                "php": ">=5.3.2"
243
            },
244
            "require-dev": {
245
                "mikey179/vfsstream": "1.1.*",
246
                "phpunit/phpunit": "3.7.*"
247
            },
248
            "type": "library",
249
            "extra": {
250
                "branch-alias": {
251
                    "dev-master": "1.0.x-dev"
252
                }
253
            },
254
            "autoload": {
255
                "psr-0": {
256
                    "RandomLib": "lib"
257
                }
258
            },
259
            "notification-url": "https://packagist.org/downloads/",
260
            "license": [
261
                "MIT"
262
            ],
263
            "authors": [
264
                {
265
                    "name": "Anthony Ferrara",
266
                    "email": "[email protected]",
267
                    "homepage": "http://blog.ircmaxell.com"
268
                }
269
            ],
270
            "description": "A Library For Generating Secure Random Numbers",
271
            "homepage": "https://github.com/ircmaxell/RandomLib",
272
            "keywords": [
273
                "cryptography",
274
                "random",
275
                "random-numbers",
276
                "random-strings"
277
            ],
278
            "time": "2015-01-15 16:31:45"
279
        },
280
        {
281
            "name": "ircmaxell/security-lib",
282
            "version": "1.0.0",
283
            "source": {
284
                "type": "git",
285
                "url": "https://github.com/ircmaxell/SecurityLib.git",
286
                "reference": "80934de3c482dcafb46b5756e59ebece082b6dc7"
287
            },
288
            "dist": {
289
                "type": "zip",
290
                "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/80934de3c482dcafb46b5756e59ebece082b6dc7",
291
                "reference": "80934de3c482dcafb46b5756e59ebece082b6dc7",
292
                "shasum": ""
293
            },
294
            "require": {
295
                "php": ">=5.3.2"
296
            },
297
            "require-dev": {
298
                "mikey179/vfsstream": "1.1.*"
299
            },
300
            "type": "library",
301
            "autoload": {
302
                "psr-0": {
303
                    "SecurityLib": "lib"
304
                }
305
            },
306
            "notification-url": "https://packagist.org/downloads/",
307
            "license": [
308
                "MIT"
309
            ],
310
            "authors": [
311
                {
312
                    "name": "Anthony Ferrara",
313
                    "email": "[email protected]",
314
                    "homepage": "http://blog.ircmaxell.com"
315
                }
316
            ],
317
            "description": "A Base Security Library",
318
            "homepage": "https://github.com/ircmaxell/PHP-SecurityLib",
319
            "time": "2013-04-30 18:00:34"
320
        },
321
        {
322
            "name": "league/oauth2-client",
323
            "version": "1.3.0",
324
            "source": {
325
                "type": "git",
326
                "url": "https://github.com/thephpleague/oauth2-client.git",
327
                "reference": "5e5c0bc5bd219515c8d8db8bcb61f19753101b7c"
328
            },
329
            "dist": {
330
                "type": "zip",
331
                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/5e5c0bc5bd219515c8d8db8bcb61f19753101b7c",
332
                "reference": "5e5c0bc5bd219515c8d8db8bcb61f19753101b7c",
333
                "shasum": ""
334
            },
335
            "require": {
336
                "ext-curl": "*",
337
                "guzzlehttp/guzzle": "~6.0",
338
                "ircmaxell/random-lib": "~1.1",
339
                "php": ">=5.5.0"
340
            },
341
            "require-dev": {
342
                "jakub-onderka/php-parallel-lint": "0.8.*",
343
                "mockery/mockery": "~0.9",
344
                "phpunit/phpunit": "~4.0",
345
                "satooshi/php-coveralls": "0.6.*",
346
                "squizlabs/php_codesniffer": "~2.0"
347
            },
348
            "type": "library",
349
            "extra": {
350
                "branch-alias": {
351
                    "dev-master": "1.0.x-dev"
352
                }
353
            },
354
            "autoload": {
355
                "psr-4": {
356
                    "League\\OAuth2\\Client\\": "src/"
357
                }
358
            },
359
            "notification-url": "https://packagist.org/downloads/",
360
            "license": [
361
                "MIT"
362
            ],
363
            "authors": [
364
                {
365
                    "name": "Alex Bilbie",
366
                    "email": "[email protected]",
367
                    "homepage": "http://www.alexbilbie.com",
368
                    "role": "Developer"
369
                }
370
            ],
371
            "description": "OAuth 2.0 Client Library",
372
            "keywords": [
373
                "Authentication",
374
                "SSO",
375
                "authorization",
376
                "identity",
377
                "idp",
378
                "oauth",
379
                "oauth2",
380
                "single sign on"
381
            ],
382
            "time": "2016-02-13 20:18:03"
383
        },
384
        {
385
            "name": "psr/http-message",
386
            "version": "1.0",
387
            "source": {
388
                "type": "git",
389
                "url": "https://github.com/php-fig/http-message.git",
390
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
391
            },
392
            "dist": {
393
                "type": "zip",
394
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
395
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
396
                "shasum": ""
397
            },
398
            "require": {
399
                "php": ">=5.3.0"
400
            },
401
            "type": "library",
402
            "extra": {
403
                "branch-alias": {
404
                    "dev-master": "1.0.x-dev"
405
                }
406
            },
407
            "autoload": {
408
                "psr-4": {
409
                    "Psr\\Http\\Message\\": "src/"
410
                }
411
            },
412
            "notification-url": "https://packagist.org/downloads/",
413
            "license": [
414
                "MIT"
415
            ],
416
            "authors": [
417
                {
418
                    "name": "PHP-FIG",
419
                    "homepage": "http://www.php-fig.org/"
420
                }
421
            ],
422
            "description": "Common interface for HTTP messages",
423
            "keywords": [
424
                "http",
425
                "http-message",
426
                "psr",
427
                "psr-7",
428
                "request",
429
                "response"
430
            ],
431
            "time": "2015-05-04 20:22:00"
432
        },
433
        {
434
            "name": "symfony/console",
435
            "version": "v2.8.3",
436
            "source": {
437
                "type": "git",
438
                "url": "https://github.com/symfony/console.git",
439
                "reference": "56cc5caf051189720b8de974e4746090aaa10d44"
440
            },
441
            "dist": {
442
                "type": "zip",
443
                "url": "https://api.github.com/repos/symfony/console/zipball/56cc5caf051189720b8de974e4746090aaa10d44",
444
                "reference": "56cc5caf051189720b8de974e4746090aaa10d44",
445
                "shasum": ""
446
            },
447
            "require": {
448
                "php": ">=5.3.9",
449
                "symfony/polyfill-mbstring": "~1.0"
450
            },
451
            "require-dev": {
452
                "psr/log": "~1.0",
453
                "symfony/event-dispatcher": "~2.1|~3.0.0",
454
                "symfony/process": "~2.1|~3.0.0"
455
            },
456
            "suggest": {
457
                "psr/log": "For using the console logger",
458
                "symfony/event-dispatcher": "",
459
                "symfony/process": ""
460
            },
461
            "type": "library",
462
            "extra": {
463
                "branch-alias": {
464
                    "dev-master": "2.8-dev"
465
                }
466
            },
467
            "autoload": {
468
                "psr-4": {
469
                    "Symfony\\Component\\Console\\": ""
470
                },
471
                "exclude-from-classmap": [
472
                    "/Tests/"
473
                ]
474
            },
475
            "notification-url": "https://packagist.org/downloads/",
476
            "license": [
477
                "MIT"
478
            ],
479
            "authors": [
480
                {
481
                    "name": "Fabien Potencier",
482
                    "email": "[email protected]"
483
                },
484
                {
485
                    "name": "Symfony Community",
486
                    "homepage": "https://symfony.com/contributors"
487
                }
488
            ],
489
            "description": "Symfony Console Component",
490
            "homepage": "https://symfony.com",
491
            "time": "2016-02-28 16:20:50"
492
        },
493
        {
494
            "name": "symfony/polyfill-mbstring",
495
            "version": "v1.1.1",
496
            "source": {
497
                "type": "git",
498
                "url": "https://github.com/symfony/polyfill-mbstring.git",
499
                "reference": "1289d16209491b584839022f29257ad859b8532d"
500
            },
501
            "dist": {
502
                "type": "zip",
503
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
504
                "reference": "1289d16209491b584839022f29257ad859b8532d",
505
                "shasum": ""
506
            },
507
            "require": {
508
                "php": ">=5.3.3"
509
            },
510
            "suggest": {
511
                "ext-mbstring": "For best performance"
512
            },
513
            "type": "library",
514
            "extra": {
515
                "branch-alias": {
516
                    "dev-master": "1.1-dev"
517
                }
518
            },
519
            "autoload": {
520
                "psr-4": {
521
                    "Symfony\\Polyfill\\Mbstring\\": ""
522
                },
523
                "files": [
524
                    "bootstrap.php"
525
                ]
526
            },
527
            "notification-url": "https://packagist.org/downloads/",
528
            "license": [
529
                "MIT"
530
            ],
531
            "authors": [
532
                {
533
                    "name": "Nicolas Grekas",
534
                    "email": "[email protected]"
535
                },
536
                {
537
                    "name": "Symfony Community",
538
                    "homepage": "https://symfony.com/contributors"
539
                }
540
            ],
541
            "description": "Symfony polyfill for the Mbstring extension",
542
            "homepage": "https://symfony.com",
543
            "keywords": [
544
                "compatibility",
545
                "mbstring",
546
                "polyfill",
547
                "portable",
548
                "shim"
549
            ],
550
            "time": "2016-01-20 09:13:37"
551
        }
552
    ],
553
    "packages-dev": [
554
        {
555
            "name": "doctrine/instantiator",
556
            "version": "1.0.5",
557
            "source": {
558
                "type": "git",
559
                "url": "https://github.com/doctrine/instantiator.git",
560
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
561
            },
562
            "dist": {
563
                "type": "zip",
564
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
565
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
566
                "shasum": ""
567
            },
568
            "require": {
569
                "php": ">=5.3,<8.0-DEV"
570
            },
571
            "require-dev": {
572
                "athletic/athletic": "~0.1.8",
573
                "ext-pdo": "*",
574
                "ext-phar": "*",
575
                "phpunit/phpunit": "~4.0",
576
                "squizlabs/php_codesniffer": "~2.0"
577
            },
578
            "type": "library",
579
            "extra": {
580
                "branch-alias": {
581
                    "dev-master": "1.0.x-dev"
582
                }
583
            },
584
            "autoload": {
585
                "psr-4": {
586
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
587
                }
588
            },
589
            "notification-url": "https://packagist.org/downloads/",
590
            "license": [
591
                "MIT"
592
            ],
593
            "authors": [
594
                {
595
                    "name": "Marco Pivetta",
596
                    "email": "[email protected]",
597
                    "homepage": "http://ocramius.github.com/"
598
                }
599
            ],
600
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
601
            "homepage": "https://github.com/doctrine/instantiator",
602
            "keywords": [
603
                "constructor",
604
                "instantiate"
605
            ],
606
            "time": "2015-06-14 21:17:01"
607
        },
608
        {
609
            "name": "mikey179/vfsStream",
610
            "version": "v1.6.2",
611
            "source": {
612
                "type": "git",
613
                "url": "https://github.com/mikey179/vfsStream.git",
614
                "reference": "fefd182fa739d4e23d9dc7c80d3344f528d600ab"
615
            },
616
            "dist": {
617
                "type": "zip",
618
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/fefd182fa739d4e23d9dc7c80d3344f528d600ab",
619
                "reference": "fefd182fa739d4e23d9dc7c80d3344f528d600ab",
620
                "shasum": ""
621
            },
622
            "require": {
623
                "php": ">=5.3.0"
624
            },
625
            "require-dev": {
626
                "phpunit/phpunit": "~4.5"
627
            },
628
            "type": "library",
629
            "extra": {
630
                "branch-alias": {
631
                    "dev-master": "1.6.x-dev"
632
                }
633
            },
634
            "autoload": {
635
                "psr-0": {
636
                    "org\\bovigo\\vfs\\": "src/main/php"
637
                }
638
            },
639
            "notification-url": "https://packagist.org/downloads/",
640
            "license": [
641
                "BSD-3-Clause"
642
            ],
643
            "authors": [
644
                {
645
                    "name": "Frank Kleine",
646
                    "homepage": "http://frankkleine.de/",
647
                    "role": "Developer"
648
                }
649
            ],
650
            "description": "Virtual file system to mock the real file system in unit tests.",
651
            "homepage": "http://vfs.bovigo.org/",
652
            "time": "2016-01-13 09:41:49"
653
        },
654
        {
655
            "name": "phpdocumentor/reflection-docblock",
656
            "version": "2.0.4",
657
            "source": {
658
                "type": "git",
659
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
660
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
661
            },
662
            "dist": {
663
                "type": "zip",
664
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
665
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
666
                "shasum": ""
667
            },
668
            "require": {
669
                "php": ">=5.3.3"
670
            },
671
            "require-dev": {
672
                "phpunit/phpunit": "~4.0"
673
            },
674
            "suggest": {
675
                "dflydev/markdown": "~1.0",
676
                "erusev/parsedown": "~1.0"
677
            },
678
            "type": "library",
679
            "extra": {
680
                "branch-alias": {
681
                    "dev-master": "2.0.x-dev"
682
                }
683
            },
684
            "autoload": {
685
                "psr-0": {
686
                    "phpDocumentor": [
687
                        "src/"
688
                    ]
689
                }
690
            },
691
            "notification-url": "https://packagist.org/downloads/",
692
            "license": [
693
                "MIT"
694
            ],
695
            "authors": [
696
                {
697
                    "name": "Mike van Riel",
698
                    "email": "[email protected]"
699
                }
700
            ],
701
            "time": "2015-02-03 12:10:50"
702
        },
703
        {
704
            "name": "phpspec/prophecy",
705
            "version": "v1.6.0",
706
            "source": {
707
                "type": "git",
708
                "url": "https://github.com/phpspec/prophecy.git",
709
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
710
            },
711
            "dist": {
712
                "type": "zip",
713
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
714
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
715
                "shasum": ""
716
            },
717
            "require": {
718
                "doctrine/instantiator": "^1.0.2",
719
                "php": "^5.3|^7.0",
720
                "phpdocumentor/reflection-docblock": "~2.0",
721
                "sebastian/comparator": "~1.1",
722
                "sebastian/recursion-context": "~1.0"
723
            },
724
            "require-dev": {
725
                "phpspec/phpspec": "~2.0"
726
            },
727
            "type": "library",
728
            "extra": {
729
                "branch-alias": {
730
                    "dev-master": "1.5.x-dev"
731
                }
732
            },
733
            "autoload": {
734
                "psr-0": {
735
                    "Prophecy\\": "src/"
736
                }
737
            },
738
            "notification-url": "https://packagist.org/downloads/",
739
            "license": [
740
                "MIT"
741
            ],
742
            "authors": [
743
                {
744
                    "name": "Konstantin Kudryashov",
745
                    "email": "[email protected]",
746
                    "homepage": "http://everzet.com"
747
                },
748
                {
749
                    "name": "Marcello Duarte",
750
                    "email": "[email protected]"
751
                }
752
            ],
753
            "description": "Highly opinionated mocking framework for PHP 5.3+",
754
            "homepage": "https://github.com/phpspec/prophecy",
755
            "keywords": [
756
                "Double",
757
                "Dummy",
758
                "fake",
759
                "mock",
760
                "spy",
761
                "stub"
762
            ],
763
            "time": "2016-02-15 07:46:21"
764
        },
765
        {
766
            "name": "phpunit/php-code-coverage",
767
            "version": "2.2.4",
768
            "source": {
769
                "type": "git",
770
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
771
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
772
            },
773
            "dist": {
774
                "type": "zip",
775
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
776
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
777
                "shasum": ""
778
            },
779
            "require": {
780
                "php": ">=5.3.3",
781
                "phpunit/php-file-iterator": "~1.3",
782
                "phpunit/php-text-template": "~1.2",
783
                "phpunit/php-token-stream": "~1.3",
784
                "sebastian/environment": "^1.3.2",
785
                "sebastian/version": "~1.0"
786
            },
787
            "require-dev": {
788
                "ext-xdebug": ">=2.1.4",
789
                "phpunit/phpunit": "~4"
790
            },
791
            "suggest": {
792
                "ext-dom": "*",
793
                "ext-xdebug": ">=2.2.1",
794
                "ext-xmlwriter": "*"
795
            },
796
            "type": "library",
797
            "extra": {
798
                "branch-alias": {
799
                    "dev-master": "2.2.x-dev"
800
                }
801
            },
802
            "autoload": {
803
                "classmap": [
804
                    "src/"
805
                ]
806
            },
807
            "notification-url": "https://packagist.org/downloads/",
808
            "license": [
809
                "BSD-3-Clause"
810
            ],
811
            "authors": [
812
                {
813
                    "name": "Sebastian Bergmann",
814
                    "email": "[email protected]",
815
                    "role": "lead"
816
                }
817
            ],
818
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
819
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
820
            "keywords": [
821
                "coverage",
822
                "testing",
823
                "xunit"
824
            ],
825
            "time": "2015-10-06 15:47:00"
826
        },
827
        {
828
            "name": "phpunit/php-file-iterator",
829
            "version": "1.4.1",
830
            "source": {
831
                "type": "git",
832
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
833
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
834
            },
835
            "dist": {
836
                "type": "zip",
837
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
838
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
839
                "shasum": ""
840
            },
841
            "require": {
842
                "php": ">=5.3.3"
843
            },
844
            "type": "library",
845
            "extra": {
846
                "branch-alias": {
847
                    "dev-master": "1.4.x-dev"
848
                }
849
            },
850
            "autoload": {
851
                "classmap": [
852
                    "src/"
853
                ]
854
            },
855
            "notification-url": "https://packagist.org/downloads/",
856
            "license": [
857
                "BSD-3-Clause"
858
            ],
859
            "authors": [
860
                {
861
                    "name": "Sebastian Bergmann",
862
                    "email": "[email protected]",
863
                    "role": "lead"
864
                }
865
            ],
866
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
867
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
868
            "keywords": [
869
                "filesystem",
870
                "iterator"
871
            ],
872
            "time": "2015-06-21 13:08:43"
873
        },
874
        {
875
            "name": "phpunit/php-text-template",
876
            "version": "1.2.1",
877
            "source": {
878
                "type": "git",
879
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
880
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
881
            },
882
            "dist": {
883
                "type": "zip",
884
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
885
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
886
                "shasum": ""
887
            },
888
            "require": {
889
                "php": ">=5.3.3"
890
            },
891
            "type": "library",
892
            "autoload": {
893
                "classmap": [
894
                    "src/"
895
                ]
896
            },
897
            "notification-url": "https://packagist.org/downloads/",
898
            "license": [
899
                "BSD-3-Clause"
900
            ],
901
            "authors": [
902
                {
903
                    "name": "Sebastian Bergmann",
904
                    "email": "[email protected]",
905
                    "role": "lead"
906
                }
907
            ],
908
            "description": "Simple template engine.",
909
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
910
            "keywords": [
911
                "template"
912
            ],
913
            "time": "2015-06-21 13:50:34"
914
        },
915
        {
916
            "name": "phpunit/php-timer",
917
            "version": "1.0.7",
918
            "source": {
919
                "type": "git",
920
                "url": "https://github.com/sebastianbergmann/php-timer.git",
921
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
922
            },
923
            "dist": {
924
                "type": "zip",
925
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
926
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
927
                "shasum": ""
928
            },
929
            "require": {
930
                "php": ">=5.3.3"
931
            },
932
            "type": "library",
933
            "autoload": {
934
                "classmap": [
935
                    "src/"
936
                ]
937
            },
938
            "notification-url": "https://packagist.org/downloads/",
939
            "license": [
940
                "BSD-3-Clause"
941
            ],
942
            "authors": [
943
                {
944
                    "name": "Sebastian Bergmann",
945
                    "email": "[email protected]",
946
                    "role": "lead"
947
                }
948
            ],
949
            "description": "Utility class for timing",
950
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
951
            "keywords": [
952
                "timer"
953
            ],
954
            "time": "2015-06-21 08:01:12"
955
        },
956
        {
957
            "name": "phpunit/php-token-stream",
958
            "version": "1.4.8",
959
            "source": {
960
                "type": "git",
961
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
962
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
963
            },
964
            "dist": {
965
                "type": "zip",
966
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
967
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
968
                "shasum": ""
969
            },
970
            "require": {
971
                "ext-tokenizer": "*",
972
                "php": ">=5.3.3"
973
            },
974
            "require-dev": {
975
                "phpunit/phpunit": "~4.2"
976
            },
977
            "type": "library",
978
            "extra": {
979
                "branch-alias": {
980
                    "dev-master": "1.4-dev"
981
                }
982
            },
983
            "autoload": {
984
                "classmap": [
985
                    "src/"
986
                ]
987
            },
988
            "notification-url": "https://packagist.org/downloads/",
989
            "license": [
990
                "BSD-3-Clause"
991
            ],
992
            "authors": [
993
                {
994
                    "name": "Sebastian Bergmann",
995
                    "email": "[email protected]"
996
                }
997
            ],
998
            "description": "Wrapper around PHP's tokenizer extension.",
999
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1000
            "keywords": [
1001
                "tokenizer"
1002
            ],
1003
            "time": "2015-09-15 10:49:45"
1004
        },
1005
        {
1006
            "name": "phpunit/phpunit",
1007
            "version": "4.8.24",
1008
            "source": {
1009
                "type": "git",
1010
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1011
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
1012
            },
1013
            "dist": {
1014
                "type": "zip",
1015
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
1016
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
1017
                "shasum": ""
1018
            },
1019
            "require": {
1020
                "ext-dom": "*",
1021
                "ext-json": "*",
1022
                "ext-pcre": "*",
1023
                "ext-reflection": "*",
1024
                "ext-spl": "*",
1025
                "php": ">=5.3.3",
1026
                "phpspec/prophecy": "^1.3.1",
1027
                "phpunit/php-code-coverage": "~2.1",
1028
                "phpunit/php-file-iterator": "~1.4",
1029
                "phpunit/php-text-template": "~1.2",
1030
                "phpunit/php-timer": ">=1.0.6",
1031
                "phpunit/phpunit-mock-objects": "~2.3",
1032
                "sebastian/comparator": "~1.1",
1033
                "sebastian/diff": "~1.2",
1034
                "sebastian/environment": "~1.3",
1035
                "sebastian/exporter": "~1.2",
1036
                "sebastian/global-state": "~1.0",
1037
                "sebastian/version": "~1.0",
1038
                "symfony/yaml": "~2.1|~3.0"
1039
            },
1040
            "suggest": {
1041
                "phpunit/php-invoker": "~1.1"
1042
            },
1043
            "bin": [
1044
                "phpunit"
1045
            ],
1046
            "type": "library",
1047
            "extra": {
1048
                "branch-alias": {
1049
                    "dev-master": "4.8.x-dev"
1050
                }
1051
            },
1052
            "autoload": {
1053
                "classmap": [
1054
                    "src/"
1055
                ]
1056
            },
1057
            "notification-url": "https://packagist.org/downloads/",
1058
            "license": [
1059
                "BSD-3-Clause"
1060
            ],
1061
            "authors": [
1062
                {
1063
                    "name": "Sebastian Bergmann",
1064
                    "email": "[email protected]",
1065
                    "role": "lead"
1066
                }
1067
            ],
1068
            "description": "The PHP Unit Testing framework.",
1069
            "homepage": "https://phpunit.de/",
1070
            "keywords": [
1071
                "phpunit",
1072
                "testing",
1073
                "xunit"
1074
            ],
1075
            "time": "2016-03-14 06:16:08"
1076
        },
1077
        {
1078
            "name": "phpunit/phpunit-mock-objects",
1079
            "version": "2.3.8",
1080
            "source": {
1081
                "type": "git",
1082
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1083
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1084
            },
1085
            "dist": {
1086
                "type": "zip",
1087
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1088
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1089
                "shasum": ""
1090
            },
1091
            "require": {
1092
                "doctrine/instantiator": "^1.0.2",
1093
                "php": ">=5.3.3",
1094
                "phpunit/php-text-template": "~1.2",
1095
                "sebastian/exporter": "~1.2"
1096
            },
1097
            "require-dev": {
1098
                "phpunit/phpunit": "~4.4"
1099
            },
1100
            "suggest": {
1101
                "ext-soap": "*"
1102
            },
1103
            "type": "library",
1104
            "extra": {
1105
                "branch-alias": {
1106
                    "dev-master": "2.3.x-dev"
1107
                }
1108
            },
1109
            "autoload": {
1110
                "classmap": [
1111
                    "src/"
1112
                ]
1113
            },
1114
            "notification-url": "https://packagist.org/downloads/",
1115
            "license": [
1116
                "BSD-3-Clause"
1117
            ],
1118
            "authors": [
1119
                {
1120
                    "name": "Sebastian Bergmann",
1121
                    "email": "[email protected]",
1122
                    "role": "lead"
1123
                }
1124
            ],
1125
            "description": "Mock Object library for PHPUnit",
1126
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1127
            "keywords": [
1128
                "mock",
1129
                "xunit"
1130
            ],
1131
            "time": "2015-10-02 06:51:40"
1132
        },
1133
        {
1134
            "name": "sebastian/comparator",
1135
            "version": "1.2.0",
1136
            "source": {
1137
                "type": "git",
1138
                "url": "https://github.com/sebastianbergmann/comparator.git",
1139
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1140
            },
1141
            "dist": {
1142
                "type": "zip",
1143
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1144
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1145
                "shasum": ""
1146
            },
1147
            "require": {
1148
                "php": ">=5.3.3",
1149
                "sebastian/diff": "~1.2",
1150
                "sebastian/exporter": "~1.2"
1151
            },
1152
            "require-dev": {
1153
                "phpunit/phpunit": "~4.4"
1154
            },
1155
            "type": "library",
1156
            "extra": {
1157
                "branch-alias": {
1158
                    "dev-master": "1.2.x-dev"
1159
                }
1160
            },
1161
            "autoload": {
1162
                "classmap": [
1163
                    "src/"
1164
                ]
1165
            },
1166
            "notification-url": "https://packagist.org/downloads/",
1167
            "license": [
1168
                "BSD-3-Clause"
1169
            ],
1170
            "authors": [
1171
                {
1172
                    "name": "Jeff Welch",
1173
                    "email": "[email protected]"
1174
                },
1175
                {
1176
                    "name": "Volker Dusch",
1177
                    "email": "[email protected]"
1178
                },
1179
                {
1180
                    "name": "Bernhard Schussek",
1181
                    "email": "[email protected]"
1182
                },
1183
                {
1184
                    "name": "Sebastian Bergmann",
1185
                    "email": "[email protected]"
1186
                }
1187
            ],
1188
            "description": "Provides the functionality to compare PHP values for equality",
1189
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1190
            "keywords": [
1191
                "comparator",
1192
                "compare",
1193
                "equality"
1194
            ],
1195
            "time": "2015-07-26 15:48:44"
1196
        },
1197
        {
1198
            "name": "sebastian/diff",
1199
            "version": "1.4.1",
1200
            "source": {
1201
                "type": "git",
1202
                "url": "https://github.com/sebastianbergmann/diff.git",
1203
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1204
            },
1205
            "dist": {
1206
                "type": "zip",
1207
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1208
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1209
                "shasum": ""
1210
            },
1211
            "require": {
1212
                "php": ">=5.3.3"
1213
            },
1214
            "require-dev": {
1215
                "phpunit/phpunit": "~4.8"
1216
            },
1217
            "type": "library",
1218
            "extra": {
1219
                "branch-alias": {
1220
                    "dev-master": "1.4-dev"
1221
                }
1222
            },
1223
            "autoload": {
1224
                "classmap": [
1225
                    "src/"
1226
                ]
1227
            },
1228
            "notification-url": "https://packagist.org/downloads/",
1229
            "license": [
1230
                "BSD-3-Clause"
1231
            ],
1232
            "authors": [
1233
                {
1234
                    "name": "Kore Nordmann",
1235
                    "email": "[email protected]"
1236
                },
1237
                {
1238
                    "name": "Sebastian Bergmann",
1239
                    "email": "[email protected]"
1240
                }
1241
            ],
1242
            "description": "Diff implementation",
1243
            "homepage": "https://github.com/sebastianbergmann/diff",
1244
            "keywords": [
1245
                "diff"
1246
            ],
1247
            "time": "2015-12-08 07:14:41"
1248
        },
1249
        {
1250
            "name": "sebastian/environment",
1251
            "version": "1.3.5",
1252
            "source": {
1253
                "type": "git",
1254
                "url": "https://github.com/sebastianbergmann/environment.git",
1255
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
1256
            },
1257
            "dist": {
1258
                "type": "zip",
1259
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1260
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1261
                "shasum": ""
1262
            },
1263
            "require": {
1264
                "php": ">=5.3.3"
1265
            },
1266
            "require-dev": {
1267
                "phpunit/phpunit": "~4.4"
1268
            },
1269
            "type": "library",
1270
            "extra": {
1271
                "branch-alias": {
1272
                    "dev-master": "1.3.x-dev"
1273
                }
1274
            },
1275
            "autoload": {
1276
                "classmap": [
1277
                    "src/"
1278
                ]
1279
            },
1280
            "notification-url": "https://packagist.org/downloads/",
1281
            "license": [
1282
                "BSD-3-Clause"
1283
            ],
1284
            "authors": [
1285
                {
1286
                    "name": "Sebastian Bergmann",
1287
                    "email": "[email protected]"
1288
                }
1289
            ],
1290
            "description": "Provides functionality to handle HHVM/PHP environments",
1291
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1292
            "keywords": [
1293
                "Xdebug",
1294
                "environment",
1295
                "hhvm"
1296
            ],
1297
            "time": "2016-02-26 18:40:46"
1298
        },
1299
        {
1300
            "name": "sebastian/exporter",
1301
            "version": "1.2.1",
1302
            "source": {
1303
                "type": "git",
1304
                "url": "https://github.com/sebastianbergmann/exporter.git",
1305
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1306
            },
1307
            "dist": {
1308
                "type": "zip",
1309
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1310
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1311
                "shasum": ""
1312
            },
1313
            "require": {
1314
                "php": ">=5.3.3",
1315
                "sebastian/recursion-context": "~1.0"
1316
            },
1317
            "require-dev": {
1318
                "phpunit/phpunit": "~4.4"
1319
            },
1320
            "type": "library",
1321
            "extra": {
1322
                "branch-alias": {
1323
                    "dev-master": "1.2.x-dev"
1324
                }
1325
            },
1326
            "autoload": {
1327
                "classmap": [
1328
                    "src/"
1329
                ]
1330
            },
1331
            "notification-url": "https://packagist.org/downloads/",
1332
            "license": [
1333
                "BSD-3-Clause"
1334
            ],
1335
            "authors": [
1336
                {
1337
                    "name": "Jeff Welch",
1338
                    "email": "[email protected]"
1339
                },
1340
                {
1341
                    "name": "Volker Dusch",
1342
                    "email": "[email protected]"
1343
                },
1344
                {
1345
                    "name": "Bernhard Schussek",
1346
                    "email": "[email protected]"
1347
                },
1348
                {
1349
                    "name": "Sebastian Bergmann",
1350
                    "email": "[email protected]"
1351
                },
1352
                {
1353
                    "name": "Adam Harvey",
1354
                    "email": "[email protected]"
1355
                }
1356
            ],
1357
            "description": "Provides the functionality to export PHP variables for visualization",
1358
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1359
            "keywords": [
1360
                "export",
1361
                "exporter"
1362
            ],
1363
            "time": "2015-06-21 07:55:53"
1364
        },
1365
        {
1366
            "name": "sebastian/global-state",
1367
            "version": "1.1.1",
1368
            "source": {
1369
                "type": "git",
1370
                "url": "https://github.com/sebastianbergmann/global-state.git",
1371
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1372
            },
1373
            "dist": {
1374
                "type": "zip",
1375
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1376
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1377
                "shasum": ""
1378
            },
1379
            "require": {
1380
                "php": ">=5.3.3"
1381
            },
1382
            "require-dev": {
1383
                "phpunit/phpunit": "~4.2"
1384
            },
1385
            "suggest": {
1386
                "ext-uopz": "*"
1387
            },
1388
            "type": "library",
1389
            "extra": {
1390
                "branch-alias": {
1391
                    "dev-master": "1.0-dev"
1392
                }
1393
            },
1394
            "autoload": {
1395
                "classmap": [
1396
                    "src/"
1397
                ]
1398
            },
1399
            "notification-url": "https://packagist.org/downloads/",
1400
            "license": [
1401
                "BSD-3-Clause"
1402
            ],
1403
            "authors": [
1404
                {
1405
                    "name": "Sebastian Bergmann",
1406
                    "email": "[email protected]"
1407
                }
1408
            ],
1409
            "description": "Snapshotting of global state",
1410
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1411
            "keywords": [
1412
                "global state"
1413
            ],
1414
            "time": "2015-10-12 03:26:01"
1415
        },
1416
        {
1417
            "name": "sebastian/recursion-context",
1418
            "version": "1.0.2",
1419
            "source": {
1420
                "type": "git",
1421
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1422
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1423
            },
1424
            "dist": {
1425
                "type": "zip",
1426
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1427
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1428
                "shasum": ""
1429
            },
1430
            "require": {
1431
                "php": ">=5.3.3"
1432
            },
1433
            "require-dev": {
1434
                "phpunit/phpunit": "~4.4"
1435
            },
1436
            "type": "library",
1437
            "extra": {
1438
                "branch-alias": {
1439
                    "dev-master": "1.0.x-dev"
1440
                }
1441
            },
1442
            "autoload": {
1443
                "classmap": [
1444
                    "src/"
1445
                ]
1446
            },
1447
            "notification-url": "https://packagist.org/downloads/",
1448
            "license": [
1449
                "BSD-3-Clause"
1450
            ],
1451
            "authors": [
1452
                {
1453
                    "name": "Jeff Welch",
1454
                    "email": "[email protected]"
1455
                },
1456
                {
1457
                    "name": "Sebastian Bergmann",
1458
                    "email": "[email protected]"
1459
                },
1460
                {
1461
                    "name": "Adam Harvey",
1462
                    "email": "[email protected]"
1463
                }
1464
            ],
1465
            "description": "Provides functionality to recursively process PHP variables",
1466
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1467
            "time": "2015-11-11 19:50:13"
1468
        },
1469
        {
1470
            "name": "sebastian/version",
1471
            "version": "1.0.6",
1472
            "source": {
1473
                "type": "git",
1474
                "url": "https://github.com/sebastianbergmann/version.git",
1475
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1476
            },
1477
            "dist": {
1478
                "type": "zip",
1479
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1480
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1481
                "shasum": ""
1482
            },
1483
            "type": "library",
1484
            "autoload": {
1485
                "classmap": [
1486
                    "src/"
1487
                ]
1488
            },
1489
            "notification-url": "https://packagist.org/downloads/",
1490
            "license": [
1491
                "BSD-3-Clause"
1492
            ],
1493
            "authors": [
1494
                {
1495
                    "name": "Sebastian Bergmann",
1496
                    "email": "[email protected]",
1497
                    "role": "lead"
1498
                }
1499
            ],
1500
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1501
            "homepage": "https://github.com/sebastianbergmann/version",
1502
            "time": "2015-06-21 13:59:46"
1503
        },
1504
        {
1505
            "name": "symfony/yaml",
1506
            "version": "v3.0.3",
1507
            "source": {
1508
                "type": "git",
1509
                "url": "https://github.com/symfony/yaml.git",
1510
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c"
1511
            },
1512
            "dist": {
1513
                "type": "zip",
1514
                "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c",
1515
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c",
1516
                "shasum": ""
1517
            },
1518
            "require": {
1519
                "php": ">=5.5.9"
1520
            },
1521
            "type": "library",
1522
            "extra": {
1523
                "branch-alias": {
1524
                    "dev-master": "3.0-dev"
1525
                }
1526
            },
1527
            "autoload": {
1528
                "psr-4": {
1529
                    "Symfony\\Component\\Yaml\\": ""
1530
                },
1531
                "exclude-from-classmap": [
1532
                    "/Tests/"
1533
                ]
1534
            },
1535
            "notification-url": "https://packagist.org/downloads/",
1536
            "license": [
1537
                "MIT"
1538
            ],
1539
            "authors": [
1540
                {
1541
                    "name": "Fabien Potencier",
1542
                    "email": "[email protected]"
1543
                },
1544
                {
1545
                    "name": "Symfony Community",
1546
                    "homepage": "https://symfony.com/contributors"
1547
                }
1548
            ],
1549
            "description": "Symfony Yaml Component",
1550
            "homepage": "https://symfony.com",
1551
            "time": "2016-02-23 15:16:06"
1552
        }
1553
    ],
1554
    "aliases": [],
1555
    "minimum-stability": "stable",
1556
    "stability-flags": [],
1557
    "prefer-stable": false,
1558
    "prefer-lowest": false,
1559
    "platform": [],
1560
    "platform-dev": []
1561
}
1562