Issues (5)

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": "5e3545c79db2a9d4c1a7ecd5d7e65877",
8
    "content-hash": "2253dc6801c5a89a7b1e6727ff0be8fa",
9
    "packages": [
10
        {
11
            "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...
12
            "version": "6.1.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/guzzle/guzzle.git",
16
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
21
                "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "guzzlehttp/promises": "~1.0",
26
                "guzzlehttp/psr7": "~1.1",
27
                "php": ">=5.5.0"
28
            },
29
            "require-dev": {
30
                "ext-curl": "*",
31
                "phpunit/phpunit": "~4.0",
32
                "psr/log": "~1.0"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "6.1-dev"
38
                }
39
            },
40
            "autoload": {
41
                "files": [
42
                    "src/functions_include.php"
43
                ],
44
                "psr-4": {
45
                    "GuzzleHttp\\": "src/"
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "MIT"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Michael Dowling",
55
                    "email": "[email protected]",
56
                    "homepage": "https://github.com/mtdowling"
57
                }
58
            ],
59
            "description": "Guzzle is a PHP HTTP client library",
60
            "homepage": "http://guzzlephp.org/",
61
            "keywords": [
62
                "client",
63
                "curl",
64
                "framework",
65
                "http",
66
                "http client",
67
                "rest",
68
                "web service"
69
            ],
70
            "time": "2015-11-23 00:47:50"
71
        },
72
        {
73
            "name": "guzzlehttp/promises",
74
            "version": "1.0.3",
75
            "source": {
76
                "type": "git",
77
                "url": "https://github.com/guzzle/promises.git",
78
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
79
            },
80
            "dist": {
81
                "type": "zip",
82
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
83
                "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
84
                "shasum": ""
85
            },
86
            "require": {
87
                "php": ">=5.5.0"
88
            },
89
            "require-dev": {
90
                "phpunit/phpunit": "~4.0"
91
            },
92
            "type": "library",
93
            "extra": {
94
                "branch-alias": {
95
                    "dev-master": "1.0-dev"
96
                }
97
            },
98
            "autoload": {
99
                "psr-4": {
100
                    "GuzzleHttp\\Promise\\": "src/"
101
                },
102
                "files": [
103
                    "src/functions_include.php"
104
                ]
105
            },
106
            "notification-url": "https://packagist.org/downloads/",
107
            "license": [
108
                "MIT"
109
            ],
110
            "authors": [
111
                {
112
                    "name": "Michael Dowling",
113
                    "email": "[email protected]",
114
                    "homepage": "https://github.com/mtdowling"
115
                }
116
            ],
117
            "description": "Guzzle promises library",
118
            "keywords": [
119
                "promise"
120
            ],
121
            "time": "2015-10-15 22:28:00"
122
        },
123
        {
124
            "name": "guzzlehttp/psr7",
125
            "version": "1.2.2",
126
            "source": {
127
                "type": "git",
128
                "url": "https://github.com/guzzle/psr7.git",
129
                "reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb"
130
            },
131
            "dist": {
132
                "type": "zip",
133
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5d04bdd2881ac89abde1fb78cc234bce24327bb",
134
                "reference": "f5d04bdd2881ac89abde1fb78cc234bce24327bb",
135
                "shasum": ""
136
            },
137
            "require": {
138
                "php": ">=5.4.0",
139
                "psr/http-message": "~1.0"
140
            },
141
            "provide": {
142
                "psr/http-message-implementation": "1.0"
143
            },
144
            "require-dev": {
145
                "phpunit/phpunit": "~4.0"
146
            },
147
            "type": "library",
148
            "extra": {
149
                "branch-alias": {
150
                    "dev-master": "1.0-dev"
151
                }
152
            },
153
            "autoload": {
154
                "psr-4": {
155
                    "GuzzleHttp\\Psr7\\": "src/"
156
                },
157
                "files": [
158
                    "src/functions_include.php"
159
                ]
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Michael Dowling",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/mtdowling"
170
                }
171
            ],
172
            "description": "PSR-7 message implementation",
173
            "keywords": [
174
                "http",
175
                "message",
176
                "stream",
177
                "uri"
178
            ],
179
            "time": "2016-01-23 01:23:02"
180
        },
181
        {
182
            "name": "psr/http-message",
183
            "version": "1.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/php-fig/http-message.git",
187
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
192
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "php": ">=5.3.0"
197
            },
198
            "type": "library",
199
            "extra": {
200
                "branch-alias": {
201
                    "dev-master": "1.0.x-dev"
202
                }
203
            },
204
            "autoload": {
205
                "psr-4": {
206
                    "Psr\\Http\\Message\\": "src/"
207
                }
208
            },
209
            "notification-url": "https://packagist.org/downloads/",
210
            "license": [
211
                "MIT"
212
            ],
213
            "authors": [
214
                {
215
                    "name": "PHP-FIG",
216
                    "homepage": "http://www.php-fig.org/"
217
                }
218
            ],
219
            "description": "Common interface for HTTP messages",
220
            "keywords": [
221
                "http",
222
                "http-message",
223
                "psr",
224
                "psr-7",
225
                "request",
226
                "response"
227
            ],
228
            "time": "2015-05-04 20:22:00"
229
        },
230
        {
231
            "name": "symfony/console",
232
            "version": "v3.0.1",
233
            "source": {
234
                "type": "git",
235
                "url": "https://github.com/symfony/console.git",
236
                "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3"
237
            },
238
            "dist": {
239
                "type": "zip",
240
                "url": "https://api.github.com/repos/symfony/console/zipball/ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
241
                "reference": "ebcdc507829df915f4ca23067bd59ee4ef61f6c3",
242
                "shasum": ""
243
            },
244
            "require": {
245
                "php": ">=5.5.9",
246
                "symfony/polyfill-mbstring": "~1.0"
247
            },
248
            "require-dev": {
249
                "psr/log": "~1.0",
250
                "symfony/event-dispatcher": "~2.8|~3.0",
251
                "symfony/process": "~2.8|~3.0"
252
            },
253
            "suggest": {
254
                "psr/log": "For using the console logger",
255
                "symfony/event-dispatcher": "",
256
                "symfony/process": ""
257
            },
258
            "type": "library",
259
            "extra": {
260
                "branch-alias": {
261
                    "dev-master": "3.0-dev"
262
                }
263
            },
264
            "autoload": {
265
                "psr-4": {
266
                    "Symfony\\Component\\Console\\": ""
267
                },
268
                "exclude-from-classmap": [
269
                    "/Tests/"
270
                ]
271
            },
272
            "notification-url": "https://packagist.org/downloads/",
273
            "license": [
274
                "MIT"
275
            ],
276
            "authors": [
277
                {
278
                    "name": "Fabien Potencier",
279
                    "email": "[email protected]"
280
                },
281
                {
282
                    "name": "Symfony Community",
283
                    "homepage": "https://symfony.com/contributors"
284
                }
285
            ],
286
            "description": "Symfony Console Component",
287
            "homepage": "https://symfony.com",
288
            "time": "2015-12-22 10:39:06"
289
        },
290
        {
291
            "name": "symfony/polyfill-mbstring",
292
            "version": "v1.1.0",
293
            "source": {
294
                "type": "git",
295
                "url": "https://github.com/symfony/polyfill-mbstring.git",
296
                "reference": "1289d16209491b584839022f29257ad859b8532d"
297
            },
298
            "dist": {
299
                "type": "zip",
300
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
301
                "reference": "1289d16209491b584839022f29257ad859b8532d",
302
                "shasum": ""
303
            },
304
            "require": {
305
                "php": ">=5.3.3"
306
            },
307
            "suggest": {
308
                "ext-mbstring": "For best performance"
309
            },
310
            "type": "library",
311
            "extra": {
312
                "branch-alias": {
313
                    "dev-master": "1.1-dev"
314
                }
315
            },
316
            "autoload": {
317
                "psr-4": {
318
                    "Symfony\\Polyfill\\Mbstring\\": ""
319
                },
320
                "files": [
321
                    "bootstrap.php"
322
                ]
323
            },
324
            "notification-url": "https://packagist.org/downloads/",
325
            "license": [
326
                "MIT"
327
            ],
328
            "authors": [
329
                {
330
                    "name": "Nicolas Grekas",
331
                    "email": "[email protected]"
332
                },
333
                {
334
                    "name": "Symfony Community",
335
                    "homepage": "https://symfony.com/contributors"
336
                }
337
            ],
338
            "description": "Symfony polyfill for the Mbstring extension",
339
            "homepage": "https://symfony.com",
340
            "keywords": [
341
                "compatibility",
342
                "mbstring",
343
                "polyfill",
344
                "portable",
345
                "shim"
346
            ],
347
            "time": "2016-01-20 09:13:37"
348
        },
349
        {
350
            "name": "tedivm/stash",
351
            "version": "v0.13.2",
352
            "source": {
353
                "type": "git",
354
                "url": "https://github.com/tedious/Stash.git",
355
                "reference": "3489b13bad93c81a898fcb1054ae954575e1a7b6"
356
            },
357
            "dist": {
358
                "type": "zip",
359
                "url": "https://api.github.com/repos/tedious/Stash/zipball/3489b13bad93c81a898fcb1054ae954575e1a7b6",
360
                "reference": "3489b13bad93c81a898fcb1054ae954575e1a7b6",
361
                "shasum": ""
362
            },
363
            "require": {
364
                "php": "^5.4|^7.0"
365
            },
366
            "require-dev": {
367
                "fabpot/php-cs-fixer": "^1.9",
368
                "phpunit/phpunit": "4.7.*",
369
                "satooshi/php-coveralls": "1.0.*"
370
            },
371
            "type": "library",
372
            "autoload": {
373
                "psr-4": {
374
                    "Stash\\": "src/Stash/"
375
                }
376
            },
377
            "notification-url": "https://packagist.org/downloads/",
378
            "license": [
379
                "BSD-3-Clause"
380
            ],
381
            "authors": [
382
                {
383
                    "name": "Robert Hafner",
384
                    "email": "[email protected]"
385
                },
386
                {
387
                    "name": "Josh Hall-Bachner",
388
                    "email": "[email protected]"
389
                }
390
            ],
391
            "description": "The place to keep your cache.",
392
            "homepage": "http://github.com/tedious/Stash",
393
            "keywords": [
394
                "apc",
395
                "cache",
396
                "caching",
397
                "memcached",
398
                "redis",
399
                "sessions"
400
            ],
401
            "time": "2015-12-29 00:07:05"
402
        }
403
    ],
404
    "packages-dev": [
405
        {
406
            "name": "doctrine/annotations",
407
            "version": "v1.2.7",
408
            "source": {
409
                "type": "git",
410
                "url": "https://github.com/doctrine/annotations.git",
411
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
412
            },
413
            "dist": {
414
                "type": "zip",
415
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
416
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
417
                "shasum": ""
418
            },
419
            "require": {
420
                "doctrine/lexer": "1.*",
421
                "php": ">=5.3.2"
422
            },
423
            "require-dev": {
424
                "doctrine/cache": "1.*",
425
                "phpunit/phpunit": "4.*"
426
            },
427
            "type": "library",
428
            "extra": {
429
                "branch-alias": {
430
                    "dev-master": "1.3.x-dev"
431
                }
432
            },
433
            "autoload": {
434
                "psr-0": {
435
                    "Doctrine\\Common\\Annotations\\": "lib/"
436
                }
437
            },
438
            "notification-url": "https://packagist.org/downloads/",
439
            "license": [
440
                "MIT"
441
            ],
442
            "authors": [
443
                {
444
                    "name": "Roman Borschel",
445
                    "email": "[email protected]"
446
                },
447
                {
448
                    "name": "Benjamin Eberlei",
449
                    "email": "[email protected]"
450
                },
451
                {
452
                    "name": "Guilherme Blanco",
453
                    "email": "[email protected]"
454
                },
455
                {
456
                    "name": "Jonathan Wage",
457
                    "email": "[email protected]"
458
                },
459
                {
460
                    "name": "Johannes Schmitt",
461
                    "email": "[email protected]"
462
                }
463
            ],
464
            "description": "Docblock Annotations Parser",
465
            "homepage": "http://www.doctrine-project.org",
466
            "keywords": [
467
                "annotations",
468
                "docblock",
469
                "parser"
470
            ],
471
            "time": "2015-08-31 12:32:49"
472
        },
473
        {
474
            "name": "doctrine/instantiator",
475
            "version": "1.0.5",
476
            "source": {
477
                "type": "git",
478
                "url": "https://github.com/doctrine/instantiator.git",
479
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
480
            },
481
            "dist": {
482
                "type": "zip",
483
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
484
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
485
                "shasum": ""
486
            },
487
            "require": {
488
                "php": ">=5.3,<8.0-DEV"
489
            },
490
            "require-dev": {
491
                "athletic/athletic": "~0.1.8",
492
                "ext-pdo": "*",
493
                "ext-phar": "*",
494
                "phpunit/phpunit": "~4.0",
495
                "squizlabs/php_codesniffer": "~2.0"
496
            },
497
            "type": "library",
498
            "extra": {
499
                "branch-alias": {
500
                    "dev-master": "1.0.x-dev"
501
                }
502
            },
503
            "autoload": {
504
                "psr-4": {
505
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
506
                }
507
            },
508
            "notification-url": "https://packagist.org/downloads/",
509
            "license": [
510
                "MIT"
511
            ],
512
            "authors": [
513
                {
514
                    "name": "Marco Pivetta",
515
                    "email": "[email protected]",
516
                    "homepage": "http://ocramius.github.com/"
517
                }
518
            ],
519
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
520
            "homepage": "https://github.com/doctrine/instantiator",
521
            "keywords": [
522
                "constructor",
523
                "instantiate"
524
            ],
525
            "time": "2015-06-14 21:17:01"
526
        },
527
        {
528
            "name": "doctrine/lexer",
529
            "version": "v1.0.1",
530
            "source": {
531
                "type": "git",
532
                "url": "https://github.com/doctrine/lexer.git",
533
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
534
            },
535
            "dist": {
536
                "type": "zip",
537
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
538
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
539
                "shasum": ""
540
            },
541
            "require": {
542
                "php": ">=5.3.2"
543
            },
544
            "type": "library",
545
            "extra": {
546
                "branch-alias": {
547
                    "dev-master": "1.0.x-dev"
548
                }
549
            },
550
            "autoload": {
551
                "psr-0": {
552
                    "Doctrine\\Common\\Lexer\\": "lib/"
553
                }
554
            },
555
            "notification-url": "https://packagist.org/downloads/",
556
            "license": [
557
                "MIT"
558
            ],
559
            "authors": [
560
                {
561
                    "name": "Roman Borschel",
562
                    "email": "[email protected]"
563
                },
564
                {
565
                    "name": "Guilherme Blanco",
566
                    "email": "[email protected]"
567
                },
568
                {
569
                    "name": "Johannes Schmitt",
570
                    "email": "[email protected]"
571
                }
572
            ],
573
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
574
            "homepage": "http://www.doctrine-project.org",
575
            "keywords": [
576
                "lexer",
577
                "parser"
578
            ],
579
            "time": "2014-09-09 13:34:57"
580
        },
581
        {
582
            "name": "guzzle/guzzle",
583
            "version": "v3.9.3",
584
            "source": {
585
                "type": "git",
586
                "url": "https://github.com/guzzle/guzzle3.git",
587
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
588
            },
589
            "dist": {
590
                "type": "zip",
591
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
592
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
593
                "shasum": ""
594
            },
595
            "require": {
596
                "ext-curl": "*",
597
                "php": ">=5.3.3",
598
                "symfony/event-dispatcher": "~2.1"
599
            },
600
            "replace": {
601
                "guzzle/batch": "self.version",
602
                "guzzle/cache": "self.version",
603
                "guzzle/common": "self.version",
604
                "guzzle/http": "self.version",
605
                "guzzle/inflection": "self.version",
606
                "guzzle/iterator": "self.version",
607
                "guzzle/log": "self.version",
608
                "guzzle/parser": "self.version",
609
                "guzzle/plugin": "self.version",
610
                "guzzle/plugin-async": "self.version",
611
                "guzzle/plugin-backoff": "self.version",
612
                "guzzle/plugin-cache": "self.version",
613
                "guzzle/plugin-cookie": "self.version",
614
                "guzzle/plugin-curlauth": "self.version",
615
                "guzzle/plugin-error-response": "self.version",
616
                "guzzle/plugin-history": "self.version",
617
                "guzzle/plugin-log": "self.version",
618
                "guzzle/plugin-md5": "self.version",
619
                "guzzle/plugin-mock": "self.version",
620
                "guzzle/plugin-oauth": "self.version",
621
                "guzzle/service": "self.version",
622
                "guzzle/stream": "self.version"
623
            },
624
            "require-dev": {
625
                "doctrine/cache": "~1.3",
626
                "monolog/monolog": "~1.0",
627
                "phpunit/phpunit": "3.7.*",
628
                "psr/log": "~1.0",
629
                "symfony/class-loader": "~2.1",
630
                "zendframework/zend-cache": "2.*,<2.3",
631
                "zendframework/zend-log": "2.*,<2.3"
632
            },
633
            "suggest": {
634
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
635
            },
636
            "type": "library",
637
            "extra": {
638
                "branch-alias": {
639
                    "dev-master": "3.9-dev"
640
                }
641
            },
642
            "autoload": {
643
                "psr-0": {
644
                    "Guzzle": "src/",
645
                    "Guzzle\\Tests": "tests/"
646
                }
647
            },
648
            "notification-url": "https://packagist.org/downloads/",
649
            "license": [
650
                "MIT"
651
            ],
652
            "authors": [
653
                {
654
                    "name": "Michael Dowling",
655
                    "email": "[email protected]",
656
                    "homepage": "https://github.com/mtdowling"
657
                },
658
                {
659
                    "name": "Guzzle Community",
660
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
661
                }
662
            ],
663
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
664
            "homepage": "http://guzzlephp.org/",
665
            "keywords": [
666
                "client",
667
                "curl",
668
                "framework",
669
                "http",
670
                "http client",
671
                "rest",
672
                "web service"
673
            ],
674
            "time": "2015-03-18 18:23:50"
675
        },
676
        {
677
            "name": "hamcrest/hamcrest-php",
678
            "version": "v1.2.2",
679
            "source": {
680
                "type": "git",
681
                "url": "https://github.com/hamcrest/hamcrest-php.git",
682
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
683
            },
684
            "dist": {
685
                "type": "zip",
686
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
687
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
688
                "shasum": ""
689
            },
690
            "require": {
691
                "php": ">=5.3.2"
692
            },
693
            "replace": {
694
                "cordoval/hamcrest-php": "*",
695
                "davedevelopment/hamcrest-php": "*",
696
                "kodova/hamcrest-php": "*"
697
            },
698
            "require-dev": {
699
                "phpunit/php-file-iterator": "1.3.3",
700
                "satooshi/php-coveralls": "dev-master"
701
            },
702
            "type": "library",
703
            "autoload": {
704
                "classmap": [
705
                    "hamcrest"
706
                ],
707
                "files": [
708
                    "hamcrest/Hamcrest.php"
709
                ]
710
            },
711
            "notification-url": "https://packagist.org/downloads/",
712
            "license": [
713
                "BSD"
714
            ],
715
            "description": "This is the PHP port of Hamcrest Matchers",
716
            "keywords": [
717
                "test"
718
            ],
719
            "time": "2015-05-11 14:41:42"
720
        },
721
        {
722
            "name": "jms/metadata",
723
            "version": "1.5.1",
724
            "source": {
725
                "type": "git",
726
                "url": "https://github.com/schmittjoh/metadata.git",
727
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
728
            },
729
            "dist": {
730
                "type": "zip",
731
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
732
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
733
                "shasum": ""
734
            },
735
            "require": {
736
                "php": ">=5.3.0"
737
            },
738
            "require-dev": {
739
                "doctrine/cache": "~1.0"
740
            },
741
            "type": "library",
742
            "extra": {
743
                "branch-alias": {
744
                    "dev-master": "1.5.x-dev"
745
                }
746
            },
747
            "autoload": {
748
                "psr-0": {
749
                    "Metadata\\": "src/"
750
                }
751
            },
752
            "notification-url": "https://packagist.org/downloads/",
753
            "license": [
754
                "Apache"
755
            ],
756
            "authors": [
757
                {
758
                    "name": "Johannes Schmitt",
759
                    "email": "[email protected]",
760
                    "homepage": "https://github.com/schmittjoh",
761
                    "role": "Developer of wrapped JMSSerializerBundle"
762
                }
763
            ],
764
            "description": "Class/method/property metadata management in PHP",
765
            "keywords": [
766
                "annotations",
767
                "metadata",
768
                "xml",
769
                "yaml"
770
            ],
771
            "time": "2014-07-12 07:13:19"
772
        },
773
        {
774
            "name": "jms/parser-lib",
775
            "version": "1.0.0",
776
            "source": {
777
                "type": "git",
778
                "url": "https://github.com/schmittjoh/parser-lib.git",
779
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
780
            },
781
            "dist": {
782
                "type": "zip",
783
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
784
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
785
                "shasum": ""
786
            },
787
            "require": {
788
                "phpoption/phpoption": ">=0.9,<2.0-dev"
789
            },
790
            "type": "library",
791
            "extra": {
792
                "branch-alias": {
793
                    "dev-master": "1.0-dev"
794
                }
795
            },
796
            "autoload": {
797
                "psr-0": {
798
                    "JMS\\": "src/"
799
                }
800
            },
801
            "notification-url": "https://packagist.org/downloads/",
802
            "license": [
803
                "Apache2"
804
            ],
805
            "description": "A library for easily creating recursive-descent parsers.",
806
            "time": "2012-11-18 18:08:43"
807
        },
808
        {
809
            "name": "jms/serializer",
810
            "version": "1.1.0",
811
            "source": {
812
                "type": "git",
813
                "url": "https://github.com/schmittjoh/serializer.git",
814
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
815
            },
816
            "dist": {
817
                "type": "zip",
818
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
819
                "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
820
                "shasum": ""
821
            },
822
            "require": {
823
                "doctrine/annotations": "1.*",
824
                "doctrine/instantiator": "~1.0.3",
825
                "jms/metadata": "~1.1",
826
                "jms/parser-lib": "1.*",
827
                "php": ">=5.4.0",
828
                "phpcollection/phpcollection": "~0.1"
829
            },
830
            "conflict": {
831
                "twig/twig": "<1.12"
832
            },
833
            "require-dev": {
834
                "doctrine/orm": "~2.1",
835
                "doctrine/phpcr-odm": "~1.0.1",
836
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
837
                "phpunit/phpunit": "~4.0",
838
                "propel/propel1": "~1.7",
839
                "symfony/filesystem": "2.*",
840
                "symfony/form": "~2.1",
841
                "symfony/translation": "~2.0",
842
                "symfony/validator": "~2.0",
843
                "symfony/yaml": "2.*",
844
                "twig/twig": "~1.12|~2.0"
845
            },
846
            "suggest": {
847
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
848
            },
849
            "type": "library",
850
            "extra": {
851
                "branch-alias": {
852
                    "dev-master": "1.1-dev"
853
                }
854
            },
855
            "autoload": {
856
                "psr-0": {
857
                    "JMS\\Serializer": "src/"
858
                }
859
            },
860
            "notification-url": "https://packagist.org/downloads/",
861
            "license": [
862
                "Apache2"
863
            ],
864
            "authors": [
865
                {
866
                    "name": "Johannes M. Schmitt",
867
                    "email": "[email protected]"
868
                }
869
            ],
870
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
871
            "homepage": "http://jmsyst.com/libs/serializer",
872
            "keywords": [
873
                "deserialization",
874
                "jaxb",
875
                "json",
876
                "serialization",
877
                "xml"
878
            ],
879
            "time": "2015-10-27 09:24:41"
880
        },
881
        {
882
            "name": "myclabs/deep-copy",
883
            "version": "1.5.0",
884
            "source": {
885
                "type": "git",
886
                "url": "https://github.com/myclabs/DeepCopy.git",
887
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
888
            },
889
            "dist": {
890
                "type": "zip",
891
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
892
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
893
                "shasum": ""
894
            },
895
            "require": {
896
                "php": ">=5.4.0"
897
            },
898
            "require-dev": {
899
                "doctrine/collections": "1.*",
900
                "phpunit/phpunit": "~4.1"
901
            },
902
            "type": "library",
903
            "autoload": {
904
                "psr-4": {
905
                    "DeepCopy\\": "src/DeepCopy/"
906
                }
907
            },
908
            "notification-url": "https://packagist.org/downloads/",
909
            "license": [
910
                "MIT"
911
            ],
912
            "description": "Create deep copies (clones) of your objects",
913
            "homepage": "https://github.com/myclabs/DeepCopy",
914
            "keywords": [
915
                "clone",
916
                "copy",
917
                "duplicate",
918
                "object",
919
                "object graph"
920
            ],
921
            "time": "2015-11-07 22:20:37"
922
        },
923
        {
924
            "name": "phpcollection/phpcollection",
925
            "version": "0.4.0",
926
            "source": {
927
                "type": "git",
928
                "url": "https://github.com/schmittjoh/php-collection.git",
929
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
930
            },
931
            "dist": {
932
                "type": "zip",
933
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
934
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
935
                "shasum": ""
936
            },
937
            "require": {
938
                "phpoption/phpoption": "1.*"
939
            },
940
            "type": "library",
941
            "extra": {
942
                "branch-alias": {
943
                    "dev-master": "0.3-dev"
944
                }
945
            },
946
            "autoload": {
947
                "psr-0": {
948
                    "PhpCollection": "src/"
949
                }
950
            },
951
            "notification-url": "https://packagist.org/downloads/",
952
            "license": [
953
                "Apache2"
954
            ],
955
            "authors": [
956
                {
957
                    "name": "Johannes Schmitt",
958
                    "email": "[email protected]",
959
                    "homepage": "https://github.com/schmittjoh",
960
                    "role": "Developer of wrapped JMSSerializerBundle"
961
                }
962
            ],
963
            "description": "General-Purpose Collection Library for PHP",
964
            "keywords": [
965
                "collection",
966
                "list",
967
                "map",
968
                "sequence",
969
                "set"
970
            ],
971
            "time": "2014-03-11 13:46:42"
972
        },
973
        {
974
            "name": "phpdocumentor/reflection-docblock",
975
            "version": "2.0.4",
976
            "source": {
977
                "type": "git",
978
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
979
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
980
            },
981
            "dist": {
982
                "type": "zip",
983
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
984
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
985
                "shasum": ""
986
            },
987
            "require": {
988
                "php": ">=5.3.3"
989
            },
990
            "require-dev": {
991
                "phpunit/phpunit": "~4.0"
992
            },
993
            "suggest": {
994
                "dflydev/markdown": "~1.0",
995
                "erusev/parsedown": "~1.0"
996
            },
997
            "type": "library",
998
            "extra": {
999
                "branch-alias": {
1000
                    "dev-master": "2.0.x-dev"
1001
                }
1002
            },
1003
            "autoload": {
1004
                "psr-0": {
1005
                    "phpDocumentor": [
1006
                        "src/"
1007
                    ]
1008
                }
1009
            },
1010
            "notification-url": "https://packagist.org/downloads/",
1011
            "license": [
1012
                "MIT"
1013
            ],
1014
            "authors": [
1015
                {
1016
                    "name": "Mike van Riel",
1017
                    "email": "[email protected]"
1018
                }
1019
            ],
1020
            "time": "2015-02-03 12:10:50"
1021
        },
1022
        {
1023
            "name": "phpoption/phpoption",
1024
            "version": "1.5.0",
1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/schmittjoh/php-option.git",
1028
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1029
            },
1030
            "dist": {
1031
                "type": "zip",
1032
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1033
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1034
                "shasum": ""
1035
            },
1036
            "require": {
1037
                "php": ">=5.3.0"
1038
            },
1039
            "require-dev": {
1040
                "phpunit/phpunit": "4.7.*"
1041
            },
1042
            "type": "library",
1043
            "extra": {
1044
                "branch-alias": {
1045
                    "dev-master": "1.3-dev"
1046
                }
1047
            },
1048
            "autoload": {
1049
                "psr-0": {
1050
                    "PhpOption\\": "src/"
1051
                }
1052
            },
1053
            "notification-url": "https://packagist.org/downloads/",
1054
            "license": [
1055
                "Apache2"
1056
            ],
1057
            "authors": [
1058
                {
1059
                    "name": "Johannes M. Schmitt",
1060
                    "email": "[email protected]"
1061
                }
1062
            ],
1063
            "description": "Option Type for PHP",
1064
            "keywords": [
1065
                "language",
1066
                "option",
1067
                "php",
1068
                "type"
1069
            ],
1070
            "time": "2015-07-25 16:39:46"
1071
        },
1072
        {
1073
            "name": "phpspec/prophecy",
1074
            "version": "v1.5.0",
1075
            "source": {
1076
                "type": "git",
1077
                "url": "https://github.com/phpspec/prophecy.git",
1078
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
1079
            },
1080
            "dist": {
1081
                "type": "zip",
1082
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
1083
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
1084
                "shasum": ""
1085
            },
1086
            "require": {
1087
                "doctrine/instantiator": "^1.0.2",
1088
                "phpdocumentor/reflection-docblock": "~2.0",
1089
                "sebastian/comparator": "~1.1"
1090
            },
1091
            "require-dev": {
1092
                "phpspec/phpspec": "~2.0"
1093
            },
1094
            "type": "library",
1095
            "extra": {
1096
                "branch-alias": {
1097
                    "dev-master": "1.4.x-dev"
1098
                }
1099
            },
1100
            "autoload": {
1101
                "psr-0": {
1102
                    "Prophecy\\": "src/"
1103
                }
1104
            },
1105
            "notification-url": "https://packagist.org/downloads/",
1106
            "license": [
1107
                "MIT"
1108
            ],
1109
            "authors": [
1110
                {
1111
                    "name": "Konstantin Kudryashov",
1112
                    "email": "[email protected]",
1113
                    "homepage": "http://everzet.com"
1114
                },
1115
                {
1116
                    "name": "Marcello Duarte",
1117
                    "email": "[email protected]"
1118
                }
1119
            ],
1120
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1121
            "homepage": "https://github.com/phpspec/prophecy",
1122
            "keywords": [
1123
                "Double",
1124
                "Dummy",
1125
                "fake",
1126
                "mock",
1127
                "spy",
1128
                "stub"
1129
            ],
1130
            "time": "2015-08-13 10:07:40"
1131
        },
1132
        {
1133
            "name": "phpunit/php-code-coverage",
1134
            "version": "3.1.0",
1135
            "source": {
1136
                "type": "git",
1137
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1138
                "reference": "64d40a593fc31a8abf4ce3d200147ddf8ca64e52"
1139
            },
1140
            "dist": {
1141
                "type": "zip",
1142
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/64d40a593fc31a8abf4ce3d200147ddf8ca64e52",
1143
                "reference": "64d40a593fc31a8abf4ce3d200147ddf8ca64e52",
1144
                "shasum": ""
1145
            },
1146
            "require": {
1147
                "php": ">=5.6",
1148
                "phpunit/php-file-iterator": "~1.3",
1149
                "phpunit/php-text-template": "~1.2",
1150
                "phpunit/php-token-stream": "~1.3",
1151
                "sebastian/environment": "^1.3.2",
1152
                "sebastian/version": "~1.0"
1153
            },
1154
            "require-dev": {
1155
                "ext-xdebug": ">=2.1.4",
1156
                "phpunit/phpunit": "~5"
1157
            },
1158
            "suggest": {
1159
                "ext-dom": "*",
1160
                "ext-xdebug": ">=2.2.1",
1161
                "ext-xmlwriter": "*"
1162
            },
1163
            "type": "library",
1164
            "extra": {
1165
                "branch-alias": {
1166
                    "dev-master": "3.1.x-dev"
1167
                }
1168
            },
1169
            "autoload": {
1170
                "classmap": [
1171
                    "src/"
1172
                ]
1173
            },
1174
            "notification-url": "https://packagist.org/downloads/",
1175
            "license": [
1176
                "BSD-3-Clause"
1177
            ],
1178
            "authors": [
1179
                {
1180
                    "name": "Sebastian Bergmann",
1181
                    "email": "[email protected]",
1182
                    "role": "lead"
1183
                }
1184
            ],
1185
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1186
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1187
            "keywords": [
1188
                "coverage",
1189
                "testing",
1190
                "xunit"
1191
            ],
1192
            "time": "2016-01-11 10:05:34"
1193
        },
1194
        {
1195
            "name": "phpunit/php-file-iterator",
1196
            "version": "1.4.1",
1197
            "source": {
1198
                "type": "git",
1199
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1200
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1201
            },
1202
            "dist": {
1203
                "type": "zip",
1204
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1205
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1206
                "shasum": ""
1207
            },
1208
            "require": {
1209
                "php": ">=5.3.3"
1210
            },
1211
            "type": "library",
1212
            "extra": {
1213
                "branch-alias": {
1214
                    "dev-master": "1.4.x-dev"
1215
                }
1216
            },
1217
            "autoload": {
1218
                "classmap": [
1219
                    "src/"
1220
                ]
1221
            },
1222
            "notification-url": "https://packagist.org/downloads/",
1223
            "license": [
1224
                "BSD-3-Clause"
1225
            ],
1226
            "authors": [
1227
                {
1228
                    "name": "Sebastian Bergmann",
1229
                    "email": "[email protected]",
1230
                    "role": "lead"
1231
                }
1232
            ],
1233
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1234
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1235
            "keywords": [
1236
                "filesystem",
1237
                "iterator"
1238
            ],
1239
            "time": "2015-06-21 13:08:43"
1240
        },
1241
        {
1242
            "name": "phpunit/php-text-template",
1243
            "version": "1.2.1",
1244
            "source": {
1245
                "type": "git",
1246
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1247
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1248
            },
1249
            "dist": {
1250
                "type": "zip",
1251
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1252
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1253
                "shasum": ""
1254
            },
1255
            "require": {
1256
                "php": ">=5.3.3"
1257
            },
1258
            "type": "library",
1259
            "autoload": {
1260
                "classmap": [
1261
                    "src/"
1262
                ]
1263
            },
1264
            "notification-url": "https://packagist.org/downloads/",
1265
            "license": [
1266
                "BSD-3-Clause"
1267
            ],
1268
            "authors": [
1269
                {
1270
                    "name": "Sebastian Bergmann",
1271
                    "email": "[email protected]",
1272
                    "role": "lead"
1273
                }
1274
            ],
1275
            "description": "Simple template engine.",
1276
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1277
            "keywords": [
1278
                "template"
1279
            ],
1280
            "time": "2015-06-21 13:50:34"
1281
        },
1282
        {
1283
            "name": "phpunit/php-timer",
1284
            "version": "1.0.7",
1285
            "source": {
1286
                "type": "git",
1287
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1288
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
1289
            },
1290
            "dist": {
1291
                "type": "zip",
1292
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1293
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
1294
                "shasum": ""
1295
            },
1296
            "require": {
1297
                "php": ">=5.3.3"
1298
            },
1299
            "type": "library",
1300
            "autoload": {
1301
                "classmap": [
1302
                    "src/"
1303
                ]
1304
            },
1305
            "notification-url": "https://packagist.org/downloads/",
1306
            "license": [
1307
                "BSD-3-Clause"
1308
            ],
1309
            "authors": [
1310
                {
1311
                    "name": "Sebastian Bergmann",
1312
                    "email": "[email protected]",
1313
                    "role": "lead"
1314
                }
1315
            ],
1316
            "description": "Utility class for timing",
1317
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1318
            "keywords": [
1319
                "timer"
1320
            ],
1321
            "time": "2015-06-21 08:01:12"
1322
        },
1323
        {
1324
            "name": "phpunit/php-token-stream",
1325
            "version": "1.4.8",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1329
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1334
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "ext-tokenizer": "*",
1339
                "php": ">=5.3.3"
1340
            },
1341
            "require-dev": {
1342
                "phpunit/phpunit": "~4.2"
1343
            },
1344
            "type": "library",
1345
            "extra": {
1346
                "branch-alias": {
1347
                    "dev-master": "1.4-dev"
1348
                }
1349
            },
1350
            "autoload": {
1351
                "classmap": [
1352
                    "src/"
1353
                ]
1354
            },
1355
            "notification-url": "https://packagist.org/downloads/",
1356
            "license": [
1357
                "BSD-3-Clause"
1358
            ],
1359
            "authors": [
1360
                {
1361
                    "name": "Sebastian Bergmann",
1362
                    "email": "[email protected]"
1363
                }
1364
            ],
1365
            "description": "Wrapper around PHP's tokenizer extension.",
1366
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1367
            "keywords": [
1368
                "tokenizer"
1369
            ],
1370
            "time": "2015-09-15 10:49:45"
1371
        },
1372
        {
1373
            "name": "phpunit/phpunit",
1374
            "version": "5.1.4",
1375
            "source": {
1376
                "type": "git",
1377
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1378
                "reference": "676c25c4ac563869572c878fdaf3db21587f5f3b"
1379
            },
1380
            "dist": {
1381
                "type": "zip",
1382
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/676c25c4ac563869572c878fdaf3db21587f5f3b",
1383
                "reference": "676c25c4ac563869572c878fdaf3db21587f5f3b",
1384
                "shasum": ""
1385
            },
1386
            "require": {
1387
                "ext-dom": "*",
1388
                "ext-json": "*",
1389
                "ext-pcre": "*",
1390
                "ext-reflection": "*",
1391
                "ext-spl": "*",
1392
                "myclabs/deep-copy": "~1.3",
1393
                "php": ">=5.6",
1394
                "phpspec/prophecy": "^1.3.1",
1395
                "phpunit/php-code-coverage": "~3.0",
1396
                "phpunit/php-file-iterator": "~1.4",
1397
                "phpunit/php-text-template": "~1.2",
1398
                "phpunit/php-timer": ">=1.0.6",
1399
                "phpunit/phpunit-mock-objects": ">=3.0.5",
1400
                "sebastian/comparator": "~1.1",
1401
                "sebastian/diff": "~1.2",
1402
                "sebastian/environment": "~1.3",
1403
                "sebastian/exporter": "~1.2",
1404
                "sebastian/global-state": "~1.0",
1405
                "sebastian/resource-operations": "~1.0",
1406
                "sebastian/version": "~1.0",
1407
                "symfony/yaml": "~2.1|~3.0"
1408
            },
1409
            "suggest": {
1410
                "phpunit/php-invoker": "~1.1"
1411
            },
1412
            "bin": [
1413
                "phpunit"
1414
            ],
1415
            "type": "library",
1416
            "extra": {
1417
                "branch-alias": {
1418
                    "dev-master": "5.1.x-dev"
1419
                }
1420
            },
1421
            "autoload": {
1422
                "classmap": [
1423
                    "src/"
1424
                ]
1425
            },
1426
            "notification-url": "https://packagist.org/downloads/",
1427
            "license": [
1428
                "BSD-3-Clause"
1429
            ],
1430
            "authors": [
1431
                {
1432
                    "name": "Sebastian Bergmann",
1433
                    "email": "[email protected]",
1434
                    "role": "lead"
1435
                }
1436
            ],
1437
            "description": "The PHP Unit Testing framework.",
1438
            "homepage": "https://phpunit.de/",
1439
            "keywords": [
1440
                "phpunit",
1441
                "testing",
1442
                "xunit"
1443
            ],
1444
            "time": "2016-01-11 10:11:10"
1445
        },
1446
        {
1447
            "name": "phpunit/phpunit-mock-objects",
1448
            "version": "3.0.6",
1449
            "source": {
1450
                "type": "git",
1451
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1452
                "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
1453
            },
1454
            "dist": {
1455
                "type": "zip",
1456
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
1457
                "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
1458
                "shasum": ""
1459
            },
1460
            "require": {
1461
                "doctrine/instantiator": "^1.0.2",
1462
                "php": ">=5.6",
1463
                "phpunit/php-text-template": "~1.2",
1464
                "sebastian/exporter": "~1.2"
1465
            },
1466
            "require-dev": {
1467
                "phpunit/phpunit": "~5"
1468
            },
1469
            "suggest": {
1470
                "ext-soap": "*"
1471
            },
1472
            "type": "library",
1473
            "extra": {
1474
                "branch-alias": {
1475
                    "dev-master": "3.0.x-dev"
1476
                }
1477
            },
1478
            "autoload": {
1479
                "classmap": [
1480
                    "src/"
1481
                ]
1482
            },
1483
            "notification-url": "https://packagist.org/downloads/",
1484
            "license": [
1485
                "BSD-3-Clause"
1486
            ],
1487
            "authors": [
1488
                {
1489
                    "name": "Sebastian Bergmann",
1490
                    "email": "[email protected]",
1491
                    "role": "lead"
1492
                }
1493
            ],
1494
            "description": "Mock Object library for PHPUnit",
1495
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1496
            "keywords": [
1497
                "mock",
1498
                "xunit"
1499
            ],
1500
            "time": "2015-12-08 08:47:06"
1501
        },
1502
        {
1503
            "name": "scrutinizer/ocular",
1504
            "version": "1.3.0",
1505
            "source": {
1506
                "type": "git",
1507
                "url": "https://github.com/scrutinizer-ci/ocular.git",
1508
                "reference": "72dcffcd4fbafeff41bf51da349df33170f487e5"
1509
            },
1510
            "dist": {
1511
                "type": "zip",
1512
                "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/72dcffcd4fbafeff41bf51da349df33170f487e5",
1513
                "reference": "72dcffcd4fbafeff41bf51da349df33170f487e5",
1514
                "shasum": ""
1515
            },
1516
            "require": {
1517
                "guzzle/guzzle": "~3.0",
1518
                "jms/serializer": "^1.0.0",
1519
                "phpoption/phpoption": "~1.0",
1520
                "symfony/console": "~2.0|~3.0",
1521
                "symfony/process": "~2.3|~3.0"
1522
            },
1523
            "require-dev": {
1524
                "phpunit/phpunit": "^4.8.0",
1525
                "symfony/filesystem": "~2.0|~3.0"
1526
            },
1527
            "bin": [
1528
                "bin/ocular"
1529
            ],
1530
            "type": "library",
1531
            "autoload": {
1532
                "psr-4": {
1533
                    "Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular"
1534
                }
1535
            },
1536
            "notification-url": "https://packagist.org/downloads/",
1537
            "time": "2015-12-16 14:33:15"
1538
        },
1539
        {
1540
            "name": "sebastian/comparator",
1541
            "version": "1.2.0",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/sebastianbergmann/comparator.git",
1545
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1550
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "php": ">=5.3.3",
1555
                "sebastian/diff": "~1.2",
1556
                "sebastian/exporter": "~1.2"
1557
            },
1558
            "require-dev": {
1559
                "phpunit/phpunit": "~4.4"
1560
            },
1561
            "type": "library",
1562
            "extra": {
1563
                "branch-alias": {
1564
                    "dev-master": "1.2.x-dev"
1565
                }
1566
            },
1567
            "autoload": {
1568
                "classmap": [
1569
                    "src/"
1570
                ]
1571
            },
1572
            "notification-url": "https://packagist.org/downloads/",
1573
            "license": [
1574
                "BSD-3-Clause"
1575
            ],
1576
            "authors": [
1577
                {
1578
                    "name": "Jeff Welch",
1579
                    "email": "[email protected]"
1580
                },
1581
                {
1582
                    "name": "Volker Dusch",
1583
                    "email": "[email protected]"
1584
                },
1585
                {
1586
                    "name": "Bernhard Schussek",
1587
                    "email": "[email protected]"
1588
                },
1589
                {
1590
                    "name": "Sebastian Bergmann",
1591
                    "email": "[email protected]"
1592
                }
1593
            ],
1594
            "description": "Provides the functionality to compare PHP values for equality",
1595
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1596
            "keywords": [
1597
                "comparator",
1598
                "compare",
1599
                "equality"
1600
            ],
1601
            "time": "2015-07-26 15:48:44"
1602
        },
1603
        {
1604
            "name": "sebastian/diff",
1605
            "version": "1.4.1",
1606
            "source": {
1607
                "type": "git",
1608
                "url": "https://github.com/sebastianbergmann/diff.git",
1609
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1610
            },
1611
            "dist": {
1612
                "type": "zip",
1613
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1614
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1615
                "shasum": ""
1616
            },
1617
            "require": {
1618
                "php": ">=5.3.3"
1619
            },
1620
            "require-dev": {
1621
                "phpunit/phpunit": "~4.8"
1622
            },
1623
            "type": "library",
1624
            "extra": {
1625
                "branch-alias": {
1626
                    "dev-master": "1.4-dev"
1627
                }
1628
            },
1629
            "autoload": {
1630
                "classmap": [
1631
                    "src/"
1632
                ]
1633
            },
1634
            "notification-url": "https://packagist.org/downloads/",
1635
            "license": [
1636
                "BSD-3-Clause"
1637
            ],
1638
            "authors": [
1639
                {
1640
                    "name": "Kore Nordmann",
1641
                    "email": "[email protected]"
1642
                },
1643
                {
1644
                    "name": "Sebastian Bergmann",
1645
                    "email": "[email protected]"
1646
                }
1647
            ],
1648
            "description": "Diff implementation",
1649
            "homepage": "https://github.com/sebastianbergmann/diff",
1650
            "keywords": [
1651
                "diff"
1652
            ],
1653
            "time": "2015-12-08 07:14:41"
1654
        },
1655
        {
1656
            "name": "sebastian/environment",
1657
            "version": "1.3.3",
1658
            "source": {
1659
                "type": "git",
1660
                "url": "https://github.com/sebastianbergmann/environment.git",
1661
                "reference": "6e7133793a8e5a5714a551a8324337374be209df"
1662
            },
1663
            "dist": {
1664
                "type": "zip",
1665
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
1666
                "reference": "6e7133793a8e5a5714a551a8324337374be209df",
1667
                "shasum": ""
1668
            },
1669
            "require": {
1670
                "php": ">=5.3.3"
1671
            },
1672
            "require-dev": {
1673
                "phpunit/phpunit": "~4.4"
1674
            },
1675
            "type": "library",
1676
            "extra": {
1677
                "branch-alias": {
1678
                    "dev-master": "1.3.x-dev"
1679
                }
1680
            },
1681
            "autoload": {
1682
                "classmap": [
1683
                    "src/"
1684
                ]
1685
            },
1686
            "notification-url": "https://packagist.org/downloads/",
1687
            "license": [
1688
                "BSD-3-Clause"
1689
            ],
1690
            "authors": [
1691
                {
1692
                    "name": "Sebastian Bergmann",
1693
                    "email": "[email protected]"
1694
                }
1695
            ],
1696
            "description": "Provides functionality to handle HHVM/PHP environments",
1697
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1698
            "keywords": [
1699
                "Xdebug",
1700
                "environment",
1701
                "hhvm"
1702
            ],
1703
            "time": "2015-12-02 08:37:27"
1704
        },
1705
        {
1706
            "name": "sebastian/exporter",
1707
            "version": "1.2.1",
1708
            "source": {
1709
                "type": "git",
1710
                "url": "https://github.com/sebastianbergmann/exporter.git",
1711
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1712
            },
1713
            "dist": {
1714
                "type": "zip",
1715
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1716
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1717
                "shasum": ""
1718
            },
1719
            "require": {
1720
                "php": ">=5.3.3",
1721
                "sebastian/recursion-context": "~1.0"
1722
            },
1723
            "require-dev": {
1724
                "phpunit/phpunit": "~4.4"
1725
            },
1726
            "type": "library",
1727
            "extra": {
1728
                "branch-alias": {
1729
                    "dev-master": "1.2.x-dev"
1730
                }
1731
            },
1732
            "autoload": {
1733
                "classmap": [
1734
                    "src/"
1735
                ]
1736
            },
1737
            "notification-url": "https://packagist.org/downloads/",
1738
            "license": [
1739
                "BSD-3-Clause"
1740
            ],
1741
            "authors": [
1742
                {
1743
                    "name": "Jeff Welch",
1744
                    "email": "[email protected]"
1745
                },
1746
                {
1747
                    "name": "Volker Dusch",
1748
                    "email": "[email protected]"
1749
                },
1750
                {
1751
                    "name": "Bernhard Schussek",
1752
                    "email": "[email protected]"
1753
                },
1754
                {
1755
                    "name": "Sebastian Bergmann",
1756
                    "email": "[email protected]"
1757
                },
1758
                {
1759
                    "name": "Adam Harvey",
1760
                    "email": "[email protected]"
1761
                }
1762
            ],
1763
            "description": "Provides the functionality to export PHP variables for visualization",
1764
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1765
            "keywords": [
1766
                "export",
1767
                "exporter"
1768
            ],
1769
            "time": "2015-06-21 07:55:53"
1770
        },
1771
        {
1772
            "name": "sebastian/global-state",
1773
            "version": "1.1.1",
1774
            "source": {
1775
                "type": "git",
1776
                "url": "https://github.com/sebastianbergmann/global-state.git",
1777
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1778
            },
1779
            "dist": {
1780
                "type": "zip",
1781
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1782
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1783
                "shasum": ""
1784
            },
1785
            "require": {
1786
                "php": ">=5.3.3"
1787
            },
1788
            "require-dev": {
1789
                "phpunit/phpunit": "~4.2"
1790
            },
1791
            "suggest": {
1792
                "ext-uopz": "*"
1793
            },
1794
            "type": "library",
1795
            "extra": {
1796
                "branch-alias": {
1797
                    "dev-master": "1.0-dev"
1798
                }
1799
            },
1800
            "autoload": {
1801
                "classmap": [
1802
                    "src/"
1803
                ]
1804
            },
1805
            "notification-url": "https://packagist.org/downloads/",
1806
            "license": [
1807
                "BSD-3-Clause"
1808
            ],
1809
            "authors": [
1810
                {
1811
                    "name": "Sebastian Bergmann",
1812
                    "email": "[email protected]"
1813
                }
1814
            ],
1815
            "description": "Snapshotting of global state",
1816
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1817
            "keywords": [
1818
                "global state"
1819
            ],
1820
            "time": "2015-10-12 03:26:01"
1821
        },
1822
        {
1823
            "name": "sebastian/recursion-context",
1824
            "version": "1.0.2",
1825
            "source": {
1826
                "type": "git",
1827
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1828
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1829
            },
1830
            "dist": {
1831
                "type": "zip",
1832
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1833
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1834
                "shasum": ""
1835
            },
1836
            "require": {
1837
                "php": ">=5.3.3"
1838
            },
1839
            "require-dev": {
1840
                "phpunit/phpunit": "~4.4"
1841
            },
1842
            "type": "library",
1843
            "extra": {
1844
                "branch-alias": {
1845
                    "dev-master": "1.0.x-dev"
1846
                }
1847
            },
1848
            "autoload": {
1849
                "classmap": [
1850
                    "src/"
1851
                ]
1852
            },
1853
            "notification-url": "https://packagist.org/downloads/",
1854
            "license": [
1855
                "BSD-3-Clause"
1856
            ],
1857
            "authors": [
1858
                {
1859
                    "name": "Jeff Welch",
1860
                    "email": "[email protected]"
1861
                },
1862
                {
1863
                    "name": "Sebastian Bergmann",
1864
                    "email": "[email protected]"
1865
                },
1866
                {
1867
                    "name": "Adam Harvey",
1868
                    "email": "[email protected]"
1869
                }
1870
            ],
1871
            "description": "Provides functionality to recursively process PHP variables",
1872
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1873
            "time": "2015-11-11 19:50:13"
1874
        },
1875
        {
1876
            "name": "sebastian/resource-operations",
1877
            "version": "1.0.0",
1878
            "source": {
1879
                "type": "git",
1880
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1881
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1882
            },
1883
            "dist": {
1884
                "type": "zip",
1885
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1886
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1887
                "shasum": ""
1888
            },
1889
            "require": {
1890
                "php": ">=5.6.0"
1891
            },
1892
            "type": "library",
1893
            "extra": {
1894
                "branch-alias": {
1895
                    "dev-master": "1.0.x-dev"
1896
                }
1897
            },
1898
            "autoload": {
1899
                "classmap": [
1900
                    "src/"
1901
                ]
1902
            },
1903
            "notification-url": "https://packagist.org/downloads/",
1904
            "license": [
1905
                "BSD-3-Clause"
1906
            ],
1907
            "authors": [
1908
                {
1909
                    "name": "Sebastian Bergmann",
1910
                    "email": "[email protected]"
1911
                }
1912
            ],
1913
            "description": "Provides a list of PHP built-in functions that operate on resources",
1914
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1915
            "time": "2015-07-28 20:34:47"
1916
        },
1917
        {
1918
            "name": "sebastian/version",
1919
            "version": "1.0.6",
1920
            "source": {
1921
                "type": "git",
1922
                "url": "https://github.com/sebastianbergmann/version.git",
1923
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1924
            },
1925
            "dist": {
1926
                "type": "zip",
1927
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1928
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1929
                "shasum": ""
1930
            },
1931
            "type": "library",
1932
            "autoload": {
1933
                "classmap": [
1934
                    "src/"
1935
                ]
1936
            },
1937
            "notification-url": "https://packagist.org/downloads/",
1938
            "license": [
1939
                "BSD-3-Clause"
1940
            ],
1941
            "authors": [
1942
                {
1943
                    "name": "Sebastian Bergmann",
1944
                    "email": "[email protected]",
1945
                    "role": "lead"
1946
                }
1947
            ],
1948
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1949
            "homepage": "https://github.com/sebastianbergmann/version",
1950
            "time": "2015-06-21 13:59:46"
1951
        },
1952
        {
1953
            "name": "squizlabs/php_codesniffer",
1954
            "version": "2.5.1",
1955
            "source": {
1956
                "type": "git",
1957
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1958
                "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8"
1959
            },
1960
            "dist": {
1961
                "type": "zip",
1962
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6731851d6aaf1d0d6c58feff1065227b7fda3ba8",
1963
                "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8",
1964
                "shasum": ""
1965
            },
1966
            "require": {
1967
                "ext-tokenizer": "*",
1968
                "ext-xmlwriter": "*",
1969
                "php": ">=5.1.2"
1970
            },
1971
            "require-dev": {
1972
                "phpunit/phpunit": "~4.0"
1973
            },
1974
            "bin": [
1975
                "scripts/phpcs",
1976
                "scripts/phpcbf"
1977
            ],
1978
            "type": "library",
1979
            "extra": {
1980
                "branch-alias": {
1981
                    "dev-master": "2.x-dev"
1982
                }
1983
            },
1984
            "autoload": {
1985
                "classmap": [
1986
                    "CodeSniffer.php",
1987
                    "CodeSniffer/CLI.php",
1988
                    "CodeSniffer/Exception.php",
1989
                    "CodeSniffer/File.php",
1990
                    "CodeSniffer/Fixer.php",
1991
                    "CodeSniffer/Report.php",
1992
                    "CodeSniffer/Reporting.php",
1993
                    "CodeSniffer/Sniff.php",
1994
                    "CodeSniffer/Tokens.php",
1995
                    "CodeSniffer/Reports/",
1996
                    "CodeSniffer/Tokenizers/",
1997
                    "CodeSniffer/DocGenerators/",
1998
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1999
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2000
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2001
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2002
                    "CodeSniffer/Standards/Generic/Sniffs/",
2003
                    "CodeSniffer/Standards/MySource/Sniffs/",
2004
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2005
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2006
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2007
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2008
                    "CodeSniffer/Standards/Zend/Sniffs/"
2009
                ]
2010
            },
2011
            "notification-url": "https://packagist.org/downloads/",
2012
            "license": [
2013
                "BSD-3-Clause"
2014
            ],
2015
            "authors": [
2016
                {
2017
                    "name": "Greg Sherwood",
2018
                    "role": "lead"
2019
                }
2020
            ],
2021
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2022
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2023
            "keywords": [
2024
                "phpcs",
2025
                "standards"
2026
            ],
2027
            "time": "2016-01-19 23:39:10"
2028
        },
2029
        {
2030
            "name": "symfony/event-dispatcher",
2031
            "version": "v2.8.2",
2032
            "source": {
2033
                "type": "git",
2034
                "url": "https://github.com/symfony/event-dispatcher.git",
2035
                "reference": "ee278f7c851533e58ca307f66305ccb9188aceda"
2036
            },
2037
            "dist": {
2038
                "type": "zip",
2039
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda",
2040
                "reference": "ee278f7c851533e58ca307f66305ccb9188aceda",
2041
                "shasum": ""
2042
            },
2043
            "require": {
2044
                "php": ">=5.3.9"
2045
            },
2046
            "require-dev": {
2047
                "psr/log": "~1.0",
2048
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2049
                "symfony/dependency-injection": "~2.6|~3.0.0",
2050
                "symfony/expression-language": "~2.6|~3.0.0",
2051
                "symfony/stopwatch": "~2.3|~3.0.0"
2052
            },
2053
            "suggest": {
2054
                "symfony/dependency-injection": "",
2055
                "symfony/http-kernel": ""
2056
            },
2057
            "type": "library",
2058
            "extra": {
2059
                "branch-alias": {
2060
                    "dev-master": "2.8-dev"
2061
                }
2062
            },
2063
            "autoload": {
2064
                "psr-4": {
2065
                    "Symfony\\Component\\EventDispatcher\\": ""
2066
                },
2067
                "exclude-from-classmap": [
2068
                    "/Tests/"
2069
                ]
2070
            },
2071
            "notification-url": "https://packagist.org/downloads/",
2072
            "license": [
2073
                "MIT"
2074
            ],
2075
            "authors": [
2076
                {
2077
                    "name": "Fabien Potencier",
2078
                    "email": "[email protected]"
2079
                },
2080
                {
2081
                    "name": "Symfony Community",
2082
                    "homepage": "https://symfony.com/contributors"
2083
                }
2084
            ],
2085
            "description": "Symfony EventDispatcher Component",
2086
            "homepage": "https://symfony.com",
2087
            "time": "2016-01-13 10:28:07"
2088
        },
2089
        {
2090
            "name": "symfony/process",
2091
            "version": "v3.0.1",
2092
            "source": {
2093
                "type": "git",
2094
                "url": "https://github.com/symfony/process.git",
2095
                "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3"
2096
            },
2097
            "dist": {
2098
                "type": "zip",
2099
                "url": "https://api.github.com/repos/symfony/process/zipball/f4794f1d00f0746621be3020ffbd8c5e0b217ee3",
2100
                "reference": "f4794f1d00f0746621be3020ffbd8c5e0b217ee3",
2101
                "shasum": ""
2102
            },
2103
            "require": {
2104
                "php": ">=5.5.9"
2105
            },
2106
            "type": "library",
2107
            "extra": {
2108
                "branch-alias": {
2109
                    "dev-master": "3.0-dev"
2110
                }
2111
            },
2112
            "autoload": {
2113
                "psr-4": {
2114
                    "Symfony\\Component\\Process\\": ""
2115
                },
2116
                "exclude-from-classmap": [
2117
                    "/Tests/"
2118
                ]
2119
            },
2120
            "notification-url": "https://packagist.org/downloads/",
2121
            "license": [
2122
                "MIT"
2123
            ],
2124
            "authors": [
2125
                {
2126
                    "name": "Fabien Potencier",
2127
                    "email": "[email protected]"
2128
                },
2129
                {
2130
                    "name": "Symfony Community",
2131
                    "homepage": "https://symfony.com/contributors"
2132
                }
2133
            ],
2134
            "description": "Symfony Process Component",
2135
            "homepage": "https://symfony.com",
2136
            "time": "2015-12-23 11:04:02"
2137
        },
2138
        {
2139
            "name": "symfony/yaml",
2140
            "version": "v3.0.1",
2141
            "source": {
2142
                "type": "git",
2143
                "url": "https://github.com/symfony/yaml.git",
2144
                "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691"
2145
            },
2146
            "dist": {
2147
                "type": "zip",
2148
                "url": "https://api.github.com/repos/symfony/yaml/zipball/3df409958a646dad2bc5046c3fb671ee24a1a691",
2149
                "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691",
2150
                "shasum": ""
2151
            },
2152
            "require": {
2153
                "php": ">=5.5.9"
2154
            },
2155
            "type": "library",
2156
            "extra": {
2157
                "branch-alias": {
2158
                    "dev-master": "3.0-dev"
2159
                }
2160
            },
2161
            "autoload": {
2162
                "psr-4": {
2163
                    "Symfony\\Component\\Yaml\\": ""
2164
                },
2165
                "exclude-from-classmap": [
2166
                    "/Tests/"
2167
                ]
2168
            },
2169
            "notification-url": "https://packagist.org/downloads/",
2170
            "license": [
2171
                "MIT"
2172
            ],
2173
            "authors": [
2174
                {
2175
                    "name": "Fabien Potencier",
2176
                    "email": "[email protected]"
2177
                },
2178
                {
2179
                    "name": "Symfony Community",
2180
                    "homepage": "https://symfony.com/contributors"
2181
                }
2182
            ],
2183
            "description": "Symfony Yaml Component",
2184
            "homepage": "https://symfony.com",
2185
            "time": "2015-12-26 13:39:53"
2186
        }
2187
    ],
2188
    "aliases": [],
2189
    "minimum-stability": "stable",
2190
    "stability-flags": [],
2191
    "prefer-stable": false,
2192
    "prefer-lowest": false,
2193
    "platform": {
2194
        "php": "^7.0"
2195
    },
2196
    "platform-dev": []
2197
}
2198