Issues (83)

Security Analysis    not enabled

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

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

composer.lock (3 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "016996d5d4d1b961fc0c9de245a3a9d5",
8
    "packages": [
9
        {
10
            "name": "classpreloader/classpreloader",
11
            "version": "2.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
15
                "reference": "8c3c14b10309e3b40bce833913a6c0c0b8c8f962"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/8c3c14b10309e3b40bce833913a6c0c0b8c8f962",
20
                "reference": "8c3c14b10309e3b40bce833913a6c0c0b8c8f962",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "nikic/php-parser": "~1.3",
25
                "php": ">=5.5.9"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "~4.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "2.0-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-4": {
38
                    "ClassPreloader\\": "src/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Michael Dowling",
48
                    "email": "[email protected]"
49
                },
50
                {
51
                    "name": "Graham Campbell",
52
                    "email": "[email protected]"
53
                }
54
            ],
55
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
56
            "keywords": [
57
                "autoload",
58
                "class",
59
                "preload"
60
            ],
61
            "time": "2015-06-28 21:39:13"
62
        },
63
        {
64
            "name": "danielstjules/stringy",
65
            "version": "1.10.0",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/danielstjules/Stringy.git",
69
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
74
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "ext-mbstring": "*",
79
                "php": ">=5.3.0"
80
            },
81
            "require-dev": {
82
                "phpunit/phpunit": "~4.0"
83
            },
84
            "type": "library",
85
            "autoload": {
86
                "psr-4": {
87
                    "Stringy\\": "src/"
88
                },
89
                "files": [
90
                    "src/Create.php"
91
                ]
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "MIT"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Daniel St. Jules",
100
                    "email": "[email protected]",
101
                    "homepage": "http://www.danielstjules.com"
102
                }
103
            ],
104
            "description": "A string manipulation library with multibyte support",
105
            "homepage": "https://github.com/danielstjules/Stringy",
106
            "keywords": [
107
                "UTF",
108
                "helpers",
109
                "manipulation",
110
                "methods",
111
                "multibyte",
112
                "string",
113
                "utf-8",
114
                "utility",
115
                "utils"
116
            ],
117
            "time": "2015-07-23 00:54:12"
118
        },
119
        {
120
            "name": "dnoegel/php-xdg-base-dir",
121
            "version": "0.1",
122
            "source": {
123
                "type": "git",
124
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
125
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
126
            },
127
            "dist": {
128
                "type": "zip",
129
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
130
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
131
                "shasum": ""
132
            },
133
            "require": {
134
                "php": ">=5.3.2"
135
            },
136
            "require-dev": {
137
                "phpunit/phpunit": "@stable"
138
            },
139
            "type": "project",
140
            "autoload": {
141
                "psr-4": {
142
                    "XdgBaseDir\\": "src/"
143
                }
144
            },
145
            "notification-url": "https://packagist.org/downloads/",
146
            "license": [
147
                "MIT"
148
            ],
149
            "description": "implementation of xdg base directory specification for php",
150
            "time": "2014-10-24 07:27:01"
151
        },
152
        {
153
            "name": "doctrine/annotations",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/annotations:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
154
            "version": "v1.2.6",
155
            "source": {
156
                "type": "git",
157
                "url": "https://github.com/doctrine/annotations.git",
158
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
159
            },
160
            "dist": {
161
                "type": "zip",
162
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
163
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
164
                "shasum": ""
165
            },
166
            "require": {
167
                "doctrine/lexer": "1.*",
168
                "php": ">=5.3.2"
169
            },
170
            "require-dev": {
171
                "doctrine/cache": "1.*",
172
                "phpunit/phpunit": "4.*"
173
            },
174
            "type": "library",
175
            "extra": {
176
                "branch-alias": {
177
                    "dev-master": "1.3.x-dev"
178
                }
179
            },
180
            "autoload": {
181
                "psr-0": {
182
                    "Doctrine\\Common\\Annotations\\": "lib/"
183
                }
184
            },
185
            "notification-url": "https://packagist.org/downloads/",
186
            "license": [
187
                "MIT"
188
            ],
189
            "authors": [
190
                {
191
                    "name": "Roman Borschel",
192
                    "email": "[email protected]"
193
                },
194
                {
195
                    "name": "Benjamin Eberlei",
196
                    "email": "[email protected]"
197
                },
198
                {
199
                    "name": "Guilherme Blanco",
200
                    "email": "[email protected]"
201
                },
202
                {
203
                    "name": "Jonathan Wage",
204
                    "email": "[email protected]"
205
                },
206
                {
207
                    "name": "Johannes Schmitt",
208
                    "email": "[email protected]"
209
                }
210
            ],
211
            "description": "Docblock Annotations Parser",
212
            "homepage": "http://www.doctrine-project.org",
213
            "keywords": [
214
                "annotations",
215
                "docblock",
216
                "parser"
217
            ],
218
            "time": "2015-06-17 12:21:22"
219
        },
220
        {
221
            "name": "doctrine/cache",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/cache:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
222
            "version": "v1.4.1",
223
            "source": {
224
                "type": "git",
225
                "url": "https://github.com/doctrine/cache.git",
226
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
227
            },
228
            "dist": {
229
                "type": "zip",
230
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
231
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
232
                "shasum": ""
233
            },
234
            "require": {
235
                "php": ">=5.3.2"
236
            },
237
            "conflict": {
238
                "doctrine/common": ">2.2,<2.4"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": ">=3.7",
242
                "predis/predis": "~1.0",
243
                "satooshi/php-coveralls": "~0.6"
244
            },
245
            "type": "library",
246
            "extra": {
247
                "branch-alias": {
248
                    "dev-master": "1.5.x-dev"
249
                }
250
            },
251
            "autoload": {
252
                "psr-0": {
253
                    "Doctrine\\Common\\Cache\\": "lib/"
254
                }
255
            },
256
            "notification-url": "https://packagist.org/downloads/",
257
            "license": [
258
                "MIT"
259
            ],
260
            "authors": [
261
                {
262
                    "name": "Roman Borschel",
263
                    "email": "[email protected]"
264
                },
265
                {
266
                    "name": "Benjamin Eberlei",
267
                    "email": "[email protected]"
268
                },
269
                {
270
                    "name": "Guilherme Blanco",
271
                    "email": "[email protected]"
272
                },
273
                {
274
                    "name": "Jonathan Wage",
275
                    "email": "[email protected]"
276
                },
277
                {
278
                    "name": "Johannes Schmitt",
279
                    "email": "[email protected]"
280
                }
281
            ],
282
            "description": "Caching library offering an object-oriented API for many cache backends",
283
            "homepage": "http://www.doctrine-project.org",
284
            "keywords": [
285
                "cache",
286
                "caching"
287
            ],
288
            "time": "2015-04-15 00:11:59"
289
        },
290
        {
291
            "name": "doctrine/collections",
292
            "version": "v1.3.0",
293
            "source": {
294
                "type": "git",
295
                "url": "https://github.com/doctrine/collections.git",
296
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
297
            },
298
            "dist": {
299
                "type": "zip",
300
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
301
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
302
                "shasum": ""
303
            },
304
            "require": {
305
                "php": ">=5.3.2"
306
            },
307
            "require-dev": {
308
                "phpunit/phpunit": "~4.0"
309
            },
310
            "type": "library",
311
            "extra": {
312
                "branch-alias": {
313
                    "dev-master": "1.2.x-dev"
314
                }
315
            },
316
            "autoload": {
317
                "psr-0": {
318
                    "Doctrine\\Common\\Collections\\": "lib/"
319
                }
320
            },
321
            "notification-url": "https://packagist.org/downloads/",
322
            "license": [
323
                "MIT"
324
            ],
325
            "authors": [
326
                {
327
                    "name": "Roman Borschel",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Benjamin Eberlei",
332
                    "email": "[email protected]"
333
                },
334
                {
335
                    "name": "Guilherme Blanco",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "Jonathan Wage",
340
                    "email": "[email protected]"
341
                },
342
                {
343
                    "name": "Johannes Schmitt",
344
                    "email": "[email protected]"
345
                }
346
            ],
347
            "description": "Collections Abstraction library",
348
            "homepage": "http://www.doctrine-project.org",
349
            "keywords": [
350
                "array",
351
                "collections",
352
                "iterator"
353
            ],
354
            "time": "2015-04-14 22:21:58"
355
        },
356
        {
357
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

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