Issues (22)

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 (4 issues)

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": "634cfac669886cc135196847e9137dbc",
8
    "packages": [
9
        {
10
            "name": "asm89/stack-cors",
11
            "version": "0.2.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/asm89/stack-cors.git",
15
                "reference": "2d77e77251a434e4527315313a672f5801b29fa2"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/2d77e77251a434e4527315313a672f5801b29fa2",
20
                "reference": "2d77e77251a434e4527315313a672f5801b29fa2",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.2",
25
                "symfony/http-foundation": "~2.1",
26
                "symfony/http-kernel": "~2.1"
27
            },
28
            "type": "library",
29
            "autoload": {
30
                "psr-0": {
31
                    "Asm89\\Stack": "src/"
32
                }
33
            },
34
            "notification-url": "https://packagist.org/downloads/",
35
            "license": [
36
                "MIT"
37
            ],
38
            "authors": [
39
                {
40
                    "name": "Alexander",
41
                    "email": "[email protected]"
42
                }
43
            ],
44
            "description": "Cross-origin resource sharing library and stack middleware",
45
            "homepage": "https://github.com/asm89/stack-cors",
46
            "keywords": [
47
                "cors",
48
                "stack"
49
            ],
50
            "time": "2014-07-28 07:22:35"
51
        },
52
        {
53
            "name": "barryvdh/laravel-cors",
54
            "version": "v0.5.0",
55
            "source": {
56
                "type": "git",
57
                "url": "https://github.com/barryvdh/laravel-cors.git",
58
                "reference": "9fb31c457a416931684c7b8759751d1848aed5a8"
59
            },
60
            "dist": {
61
                "type": "zip",
62
                "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/9fb31c457a416931684c7b8759751d1848aed5a8",
63
                "reference": "9fb31c457a416931684c7b8759751d1848aed5a8",
64
                "shasum": ""
65
            },
66
            "require": {
67
                "asm89/stack-cors": "0.2.x",
68
                "illuminate/support": "~5.0.17|5.1.x",
69
                "php": ">=5.4.0"
70
            },
71
            "type": "library",
72
            "extra": {
73
                "branch-alias": {
74
                    "dev-master": "0.5-dev"
75
                }
76
            },
77
            "autoload": {
78
                "psr-4": {
79
                    "Barryvdh\\Cors\\": "src/"
80
                }
81
            },
82
            "notification-url": "https://packagist.org/downloads/",
83
            "license": [
84
                "MIT"
85
            ],
86
            "authors": [
87
                {
88
                    "name": "Barry vd. Heuvel",
89
                    "email": "[email protected]"
90
                }
91
            ],
92
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
93
            "keywords": [
94
                "api",
95
                "cors",
96
                "crossdomain",
97
                "laravel"
98
            ],
99
            "time": "2015-05-25 13:45:30"
100
        },
101
        {
102
            "name": "classpreloader/classpreloader",
103
            "version": "1.4.0",
104
            "source": {
105
                "type": "git",
106
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
107
                "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27"
108
            },
109
            "dist": {
110
                "type": "zip",
111
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/b76f3f4f603ebbe7e64351a7ef973431ddaf7b27",
112
                "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27",
113
                "shasum": ""
114
            },
115
            "require": {
116
                "nikic/php-parser": "~1.3",
117
                "php": ">=5.3.3",
118
                "symfony/console": "~2.1",
119
                "symfony/filesystem": "~2.1",
120
                "symfony/finder": "~2.1"
121
            },
122
            "require-dev": {
123
                "phpunit/phpunit": "~4.0"
124
            },
125
            "bin": [
126
                "classpreloader.php"
127
            ],
128
            "type": "library",
129
            "extra": {
130
                "branch-alias": {
131
                    "dev-master": "1.4-dev"
132
                }
133
            },
134
            "autoload": {
135
                "psr-4": {
136
                    "ClassPreloader\\": "src/"
137
                }
138
            },
139
            "notification-url": "https://packagist.org/downloads/",
140
            "license": [
141
                "MIT"
142
            ],
143
            "authors": [
144
                {
145
                    "name": "Michael Dowling",
146
                    "email": "[email protected]"
147
                },
148
                {
149
                    "name": "Graham Campbell",
150
                    "email": "[email protected]"
151
                }
152
            ],
153
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
154
            "keywords": [
155
                "autoload",
156
                "class",
157
                "preload"
158
            ],
159
            "time": "2015-05-26 10:57:51"
160
        },
161
        {
162
            "name": "danielstjules/stringy",
163
            "version": "1.9.0",
164
            "source": {
165
                "type": "git",
166
                "url": "https://github.com/danielstjules/Stringy.git",
167
                "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
168
            },
169
            "dist": {
170
                "type": "zip",
171
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
172
                "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
173
                "shasum": ""
174
            },
175
            "require": {
176
                "ext-mbstring": "*",
177
                "php": ">=5.3.0"
178
            },
179
            "require-dev": {
180
                "phpunit/phpunit": "~4.0"
181
            },
182
            "type": "library",
183
            "autoload": {
184
                "psr-4": {
185
                    "Stringy\\": "src/"
186
                },
187
                "files": [
188
                    "src/Create.php"
189
                ]
190
            },
191
            "notification-url": "https://packagist.org/downloads/",
192
            "license": [
193
                "MIT"
194
            ],
195
            "authors": [
196
                {
197
                    "name": "Daniel St. Jules",
198
                    "email": "[email protected]",
199
                    "homepage": "http://www.danielstjules.com"
200
                }
201
            ],
202
            "description": "A string manipulation library with multibyte support",
203
            "homepage": "https://github.com/danielstjules/Stringy",
204
            "keywords": [
205
                "UTF",
206
                "helpers",
207
                "manipulation",
208
                "methods",
209
                "multibyte",
210
                "string",
211
                "utf-8",
212
                "utility",
213
                "utils"
214
            ],
215
            "time": "2015-02-10 06:19:18"
216
        },
217
        {
218
            "name": "dnoegel/php-xdg-base-dir",
219
            "version": "0.1",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
223
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
228
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
229
                "shasum": ""
230
            },
231
            "require": {
232
                "php": ">=5.3.2"
233
            },
234
            "require-dev": {
235
                "phpunit/phpunit": "@stable"
236
            },
237
            "type": "project",
238
            "autoload": {
239
                "psr-4": {
240
                    "XdgBaseDir\\": "src/"
241
                }
242
            },
243
            "notification-url": "https://packagist.org/downloads/",
244
            "license": [
245
                "MIT"
246
            ],
247
            "description": "implementation of xdg base directory specification for php",
248
            "time": "2014-10-24 07:27:01"
249
        },
250
        {
251
            "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...
252
            "version": "v1.2.6",
253
            "source": {
254
                "type": "git",
255
                "url": "https://github.com/doctrine/annotations.git",
256
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4"
257
            },
258
            "dist": {
259
                "type": "zip",
260
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f4a91702ca3cd2e568c3736aa031ed00c3752af4",
261
                "reference": "f4a91702ca3cd2e568c3736aa031ed00c3752af4",
262
                "shasum": ""
263
            },
264
            "require": {
265
                "doctrine/lexer": "1.*",
266
                "php": ">=5.3.2"
267
            },
268
            "require-dev": {
269
                "doctrine/cache": "1.*",
270
                "phpunit/phpunit": "4.*"
271
            },
272
            "type": "library",
273
            "extra": {
274
                "branch-alias": {
275
                    "dev-master": "1.3.x-dev"
276
                }
277
            },
278
            "autoload": {
279
                "psr-0": {
280
                    "Doctrine\\Common\\Annotations\\": "lib/"
281
                }
282
            },
283
            "notification-url": "https://packagist.org/downloads/",
284
            "license": [
285
                "MIT"
286
            ],
287
            "authors": [
288
                {
289
                    "name": "Roman Borschel",
290
                    "email": "[email protected]"
291
                },
292
                {
293
                    "name": "Benjamin Eberlei",
294
                    "email": "[email protected]"
295
                },
296
                {
297
                    "name": "Guilherme Blanco",
298
                    "email": "[email protected]"
299
                },
300
                {
301
                    "name": "Jonathan Wage",
302
                    "email": "[email protected]"
303
                },
304
                {
305
                    "name": "Johannes Schmitt",
306
                    "email": "[email protected]"
307
                }
308
            ],
309
            "description": "Docblock Annotations Parser",
310
            "homepage": "http://www.doctrine-project.org",
311
            "keywords": [
312
                "annotations",
313
                "docblock",
314
                "parser"
315
            ],
316
            "time": "2015-06-17 12:21:22"
317
        },
318
        {
319
            "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...
320
            "version": "v1.4.1",
321
            "source": {
322
                "type": "git",
323
                "url": "https://github.com/doctrine/cache.git",
324
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
325
            },
326
            "dist": {
327
                "type": "zip",
328
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
329
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
330
                "shasum": ""
331
            },
332
            "require": {
333
                "php": ">=5.3.2"
334
            },
335
            "conflict": {
336
                "doctrine/common": ">2.2,<2.4"
337
            },
338
            "require-dev": {
339
                "phpunit/phpunit": ">=3.7",
340
                "predis/predis": "~1.0",
341
                "satooshi/php-coveralls": "~0.6"
342
            },
343
            "type": "library",
344
            "extra": {
345
                "branch-alias": {
346
                    "dev-master": "1.5.x-dev"
347
                }
348
            },
349
            "autoload": {
350
                "psr-0": {
351
                    "Doctrine\\Common\\Cache\\": "lib/"
352
                }
353
            },
354
            "notification-url": "https://packagist.org/downloads/",
355
            "license": [
356
                "MIT"
357
            ],
358
            "authors": [
359
                {
360
                    "name": "Roman Borschel",
361
                    "email": "[email protected]"
362
                },
363
                {
364
                    "name": "Benjamin Eberlei",
365
                    "email": "[email protected]"
366
                },
367
                {
368
                    "name": "Guilherme Blanco",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Jonathan Wage",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Johannes Schmitt",
377
                    "email": "[email protected]"
378
                }
379
            ],
380
            "description": "Caching library offering an object-oriented API for many cache backends",
381
            "homepage": "http://www.doctrine-project.org",
382
            "keywords": [
383
                "cache",
384
                "caching"
385
            ],
386
            "time": "2015-04-15 00:11:59"
387
        },
388
        {
389
            "name": "doctrine/collections",
390
            "version": "v1.3.0",
391
            "source": {
392
                "type": "git",
393
                "url": "https://github.com/doctrine/collections.git",
394
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
395
            },
396
            "dist": {
397
                "type": "zip",
398
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
399
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
400
                "shasum": ""
401
            },
402
            "require": {
403
                "php": ">=5.3.2"
404
            },
405
            "require-dev": {
406
                "phpunit/phpunit": "~4.0"
407
            },
408
            "type": "library",
409
            "extra": {
410
                "branch-alias": {
411
                    "dev-master": "1.2.x-dev"
412
                }
413
            },
414
            "autoload": {
415
                "psr-0": {
416
                    "Doctrine\\Common\\Collections\\": "lib/"
417
                }
418
            },
419
            "notification-url": "https://packagist.org/downloads/",
420
            "license": [
421
                "MIT"
422
            ],
423
            "authors": [
424
                {
425
                    "name": "Roman Borschel",
426
                    "email": "[email protected]"
427
                },
428
                {
429
                    "name": "Benjamin Eberlei",
430
                    "email": "[email protected]"
431
                },
432
                {
433
                    "name": "Guilherme Blanco",
434
                    "email": "[email protected]"
435
                },
436
                {
437
                    "name": "Jonathan Wage",
438
                    "email": "[email protected]"
439
                },
440
                {
441
                    "name": "Johannes Schmitt",
442
                    "email": "[email protected]"
443
                }
444
            ],
445
            "description": "Collections Abstraction library",
446
            "homepage": "http://www.doctrine-project.org",
447
            "keywords": [
448
                "array",
449
                "collections",
450
                "iterator"
451
            ],
452
            "time": "2015-04-14 22:21:58"
453
        },
454
        {
455
            "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...
456
            "version": "v2.5.0",
457
            "source": {
458
                "type": "git",
459
                "url": "https://github.com/doctrine/common.git",
460
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
461
            },
462
            "dist": {
463
                "type": "zip",
464
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
465
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
466
                "shasum": ""
467
            },
468
            "require": {
469
                "doctrine/annotations": "1.*",
470
                "doctrine/cache": "1.*",
471
                "doctrine/collections": "1.*",
472
                "doctrine/inflector": "1.*",
473
                "doctrine/lexer": "1.*",
474
                "php": ">=5.3.2"
475
            },
476
            "require-dev": {
477
                "phpunit/phpunit": "~3.7"
478
            },
479
            "type": "library",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "2.6.x-dev"
483
                }
484
            },
485
            "autoload": {
486
                "psr-0": {
487
                    "Doctrine\\Common\\": "lib/"
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "MIT"
493
            ],
494
            "authors": [
495
                {
496
                    "name": "Roman Borschel",
497
                    "email": "[email protected]"
498
                },
499
                {
500
                    "name": "Benjamin Eberlei",
501
                    "email": "[email protected]"
502
                },
503
                {
504
                    "name": "Guilherme Blanco",
505
                    "email": "[email protected]"
506
                },
507
                {
508
                    "name": "Jonathan Wage",
509
                    "email": "[email protected]"
510
                },
511
                {
512
                    "name": "Johannes Schmitt",
513
                    "email": "[email protected]"
514
                }
515
            ],
516
            "description": "Common Library for Doctrine projects",
517
            "homepage": "http://www.doctrine-project.org",
518
            "keywords": [
519
                "annotations",
520
                "collections",
521
                "eventmanager",
522
                "persistence",
523
                "spl"
524
            ],
525
            "time": "2015-04-02 19:55:44"
526
        },
527
        {
528
            "name": "doctrine/dbal",
529
            "version": "v2.5.1",
530
            "source": {
531
                "type": "git",
532
                "url": "https://github.com/doctrine/dbal.git",
533
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
534
            },
535
            "dist": {
536
                "type": "zip",
537
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
538
                "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
539
                "shasum": ""
540
            },
541
            "require": {
542
                "doctrine/common": ">=2.4,<2.6-dev",
543
                "php": ">=5.3.2"
544
            },
545
            "require-dev": {
546
                "phpunit/phpunit": "4.*",
547
                "symfony/console": "2.*"
548
            },
549
            "suggest": {
550
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
551
            },
552
            "bin": [
553
                "bin/doctrine-dbal"
554
            ],
555
            "type": "library",
556
            "extra": {
557
                "branch-alias": {
558
                    "dev-master": "2.5.x-dev"
559
                }
560
            },
561
            "autoload": {
562
                "psr-0": {
563
                    "Doctrine\\DBAL\\": "lib/"
564
                }
565
            },
566
            "notification-url": "https://packagist.org/downloads/",
567
            "license": [
568
                "MIT"
569
            ],
570
            "authors": [
571
                {
572
                    "name": "Roman Borschel",
573
                    "email": "[email protected]"
574
                },
575
                {
576
                    "name": "Benjamin Eberlei",
577
                    "email": "[email protected]"
578
                },
579
                {
580
                    "name": "Guilherme Blanco",
581
                    "email": "[email protected]"
582
                },
583
                {
584
                    "name": "Jonathan Wage",
585
                    "email": "[email protected]"
586
                }
587
            ],
588
            "description": "Database Abstraction Layer",
589
            "homepage": "http://www.doctrine-project.org",
590
            "keywords": [
591
                "database",
592
                "dbal",
593
                "persistence",
594
                "queryobject"
595
            ],
596
            "time": "2015-01-12 21:52:47"
597
        },
598
        {
599
            "name": "doctrine/inflector",
600
            "version": "v1.0.1",
601
            "source": {
602
                "type": "git",
603
                "url": "https://github.com/doctrine/inflector.git",
604
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
605
            },
606
            "dist": {
607
                "type": "zip",
608
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
609
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
610
                "shasum": ""
611
            },
612
            "require": {
613
                "php": ">=5.3.2"
614
            },
615
            "require-dev": {
616
                "phpunit/phpunit": "4.*"
617
            },
618
            "type": "library",
619
            "extra": {
620
                "branch-alias": {
621
                    "dev-master": "1.0.x-dev"
622
                }
623
            },
624
            "autoload": {
625
                "psr-0": {
626
                    "Doctrine\\Common\\Inflector\\": "lib/"
627
                }
628
            },
629
            "notification-url": "https://packagist.org/downloads/",
630
            "license": [
631
                "MIT"
632
            ],
633
            "authors": [
634
                {
635
                    "name": "Roman Borschel",
636
                    "email": "[email protected]"
637
                },
638
                {
639
                    "name": "Benjamin Eberlei",
640
                    "email": "[email protected]"
641
                },
642
                {
643
                    "name": "Guilherme Blanco",
644
                    "email": "[email protected]"
645
                },
646
                {
647
                    "name": "Jonathan Wage",
648
                    "email": "[email protected]"
649
                },
650
                {
651
                    "name": "Johannes Schmitt",
652
                    "email": "[email protected]"
653
                }
654
            ],
655
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
656
            "homepage": "http://www.doctrine-project.org",
657
            "keywords": [
658
                "inflection",
659
                "pluralize",
660
                "singularize",
661
                "string"
662
            ],
663
            "time": "2014-12-20 21:24:13"
664
        },
665
        {
666
            "name": "doctrine/lexer",
667
            "version": "v1.0.1",
668
            "source": {
669
                "type": "git",
670
                "url": "https://github.com/doctrine/lexer.git",
671
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
672
            },
673
            "dist": {
674
                "type": "zip",
675
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
676
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
677
                "shasum": ""
678
            },
679
            "require": {
680
                "php": ">=5.3.2"
681
            },
682
            "type": "library",
683
            "extra": {
684
                "branch-alias": {
685
                    "dev-master": "1.0.x-dev"
686
                }
687
            },
688
            "autoload": {
689
                "psr-0": {
690
                    "Doctrine\\Common\\Lexer\\": "lib/"
691
                }
692
            },
693
            "notification-url": "https://packagist.org/downloads/",
694
            "license": [
695
                "MIT"
696
            ],
697
            "authors": [
698
                {
699
                    "name": "Roman Borschel",
700
                    "email": "[email protected]"
701
                },
702
                {
703
                    "name": "Guilherme Blanco",
704
                    "email": "[email protected]"
705
                },
706
                {
707
                    "name": "Johannes Schmitt",
708
                    "email": "[email protected]"
709
                }
710
            ],
711
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
712
            "homepage": "http://www.doctrine-project.org",
713
            "keywords": [
714
                "lexer",
715
                "parser"
716
            ],
717
            "time": "2014-09-09 13:34:57"
718
        },
719
        {
720
            "name": "illuminate/html",
721
            "version": "v5.0.0",
722
            "source": {
723
                "type": "git",
724
                "url": "https://github.com/illuminate/html.git",
725
                "reference": "3d1009bb8e0f25720c914af5c1f4015dd373c9ef"
726
            },
727
            "dist": {
728
                "type": "zip",
729
                "url": "https://api.github.com/repos/illuminate/html/zipball/3d1009bb8e0f25720c914af5c1f4015dd373c9ef",
730
                "reference": "3d1009bb8e0f25720c914af5c1f4015dd373c9ef",
731
                "shasum": ""
732
            },
733
            "require": {
734
                "illuminate/http": "~5.0",
735
                "illuminate/session": "~5.0",
736
                "illuminate/support": "~5.0",
737
                "php": ">=5.4.0"
738
            },
739
            "type": "library",
740
            "extra": {
741
                "branch-alias": {
742
                    "dev-master": "5.0-dev"
743
                }
744
            },
745
            "autoload": {
746
                "psr-4": {
747
                    "Illuminate\\Html\\": ""
748
                },
749
                "files": [
750
                    "helpers.php"
751
                ]
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "MIT"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Taylor Otwell",
760
                    "email": "[email protected]"
761
                }
762
            ],
763
            "time": "2015-01-01 16:31:18"
764
        },
765
        {
766
            "name": "intervention/image",
767
            "version": "2.2.2",
768
            "source": {
769
                "type": "git",
770
                "url": "https://github.com/Intervention/image.git",
771
                "reference": "1009557c32205b077e34b2ae611e6316fa423021"
772
            },
773
            "dist": {
774
                "type": "zip",
775
                "url": "https://api.github.com/repos/Intervention/image/zipball/1009557c32205b077e34b2ae611e6316fa423021",
776
                "reference": "1009557c32205b077e34b2ae611e6316fa423021",
777
                "shasum": ""
778
            },
779
            "require": {
780
                "ext-fileinfo": "*",
781
                "php": ">=5.3.0"
782
            },
783
            "require-dev": {
784
                "mockery/mockery": "~0.9.2",
785
                "phpunit/phpunit": "3.*"
786
            },
787
            "suggest": {
788
                "ext-gd": "to use GD library based image processing.",
789
                "ext-imagick": "to use Imagick based image processing.",
790
                "intervention/imagecache": "Caching extension for the Intervention Image library"
791
            },
792
            "type": "library",
793
            "autoload": {
794
                "psr-4": {
795
                    "Intervention\\Image\\": "src/Intervention/Image"
796
                }
797
            },
798
            "notification-url": "https://packagist.org/downloads/",
799
            "license": [
800
                "MIT"
801
            ],
802
            "authors": [
803
                {
804
                    "name": "Oliver Vogel",
805
                    "email": "[email protected]",
806
                    "homepage": "http://olivervogel.net/"
807
                }
808
            ],
809
            "description": "Image handling and manipulation library with support for Laravel integration",
810
            "homepage": "http://image.intervention.io/",
811
            "keywords": [
812
                "gd",
813
                "image",
814
                "imagick",
815
                "laravel",
816
                "thumbnail",
817
                "watermark"
818
            ],
819
            "time": "2015-06-10 17:50:36"
820
        },
821
        {
822
            "name": "intervention/imagecache",
823
            "version": "2.3.0",
824
            "source": {
825
                "type": "git",
826
                "url": "https://github.com/Intervention/imagecache.git",
827
                "reference": "27d2ee028672c13bedf896b4ca456b7c89d84086"
828
            },
829
            "dist": {
830
                "type": "zip",
831
                "url": "https://api.github.com/repos/Intervention/imagecache/zipball/27d2ee028672c13bedf896b4ca456b7c89d84086",
832
                "reference": "27d2ee028672c13bedf896b4ca456b7c89d84086",
833
                "shasum": ""
834
            },
835
            "require": {
836
                "illuminate/cache": "~4|~5",
837
                "illuminate/filesystem": "~4|~5",
838
                "intervention/image": "dev-master|~2,>=2.2.0",
839
                "jeremeamia/superclosure": "~1|~2",
840
                "php": ">=5.3.0"
841
            },
842
            "require-dev": {
843
                "mockery/mockery": "~0.9.2",
844
                "phpunit/phpunit": "3.*"
845
            },
846
            "type": "library",
847
            "autoload": {
848
                "psr-4": {
849
                    "Intervention\\Image\\": "src/Intervention/Image"
850
                }
851
            },
852
            "notification-url": "https://packagist.org/downloads/",
853
            "license": [
854
                "MIT"
855
            ],
856
            "authors": [
857
                {
858
                    "name": "Oliver Vogel",
859
                    "email": "[email protected]",
860
                    "homepage": "http://olivervogel.net/"
861
                }
862
            ],
863
            "description": "Caching extension for the Intervention Image Class",
864
            "homepage": "http://image.intervention.io",
865
            "keywords": [
866
                "cache",
867
                "gd",
868
                "image",
869
                "imagick",
870
                "laravel"
871
            ],
872
            "time": "2015-05-24 11:53:20"
873
        },
874
        {
875
            "name": "ircmaxell/password-compat",
876
            "version": "v1.0.4",
877
            "source": {
878
                "type": "git",
879
                "url": "https://github.com/ircmaxell/password_compat.git",
880
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
881
            },
882
            "dist": {
883
                "type": "zip",
884
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
885
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
886
                "shasum": ""
887
            },
888
            "require-dev": {
889
                "phpunit/phpunit": "4.*"
890
            },
891
            "type": "library",
892
            "autoload": {
893
                "files": [
894
                    "lib/password.php"
895
                ]
896
            },
897
            "notification-url": "https://packagist.org/downloads/",
898
            "license": [
899
                "MIT"
900
            ],
901
            "authors": [
902
                {
903
                    "name": "Anthony Ferrara",
904
                    "email": "[email protected]",
905
                    "homepage": "http://blog.ircmaxell.com"
906
                }
907
            ],
908
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
909
            "homepage": "https://github.com/ircmaxell/password_compat",
910
            "keywords": [
911
                "hashing",
912
                "password"
913
            ],
914
            "time": "2014-11-20 16:49:30"
915
        },
916
        {
917
            "name": "jakub-onderka/php-console-color",
918
            "version": "0.1",
919
            "source": {
920
                "type": "git",
921
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
922
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
923
            },
924
            "dist": {
925
                "type": "zip",
926
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
927
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
928
                "shasum": ""
929
            },
930
            "require": {
931
                "php": ">=5.3.2"
932
            },
933
            "require-dev": {
934
                "jakub-onderka/php-code-style": "1.0",
935
                "jakub-onderka/php-parallel-lint": "0.*",
936
                "jakub-onderka/php-var-dump-check": "0.*",
937
                "phpunit/phpunit": "3.7.*",
938
                "squizlabs/php_codesniffer": "1.*"
939
            },
940
            "type": "library",
941
            "autoload": {
942
                "psr-0": {
943
                    "JakubOnderka\\PhpConsoleColor": "src/"
944
                }
945
            },
946
            "notification-url": "https://packagist.org/downloads/",
947
            "license": [
948
                "BSD-2-Clause"
949
            ],
950
            "authors": [
951
                {
952
                    "name": "Jakub Onderka",
953
                    "email": "[email protected]",
954
                    "homepage": "http://www.acci.cz"
955
                }
956
            ],
957
            "time": "2014-04-08 15:00:19"
958
        },
959
        {
960
            "name": "jakub-onderka/php-console-highlighter",
961
            "version": "v0.3.2",
962
            "source": {
963
                "type": "git",
964
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
965
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
966
            },
967
            "dist": {
968
                "type": "zip",
969
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
970
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
971
                "shasum": ""
972
            },
973
            "require": {
974
                "jakub-onderka/php-console-color": "~0.1",
975
                "php": ">=5.3.0"
976
            },
977
            "require-dev": {
978
                "jakub-onderka/php-code-style": "~1.0",
979
                "jakub-onderka/php-parallel-lint": "~0.5",
980
                "jakub-onderka/php-var-dump-check": "~0.1",
981
                "phpunit/phpunit": "~4.0",
982
                "squizlabs/php_codesniffer": "~1.5"
983
            },
984
            "type": "library",
985
            "autoload": {
986
                "psr-0": {
987
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
988
                }
989
            },
990
            "notification-url": "https://packagist.org/downloads/",
991
            "license": [
992
                "MIT"
993
            ],
994
            "authors": [
995
                {
996
                    "name": "Jakub Onderka",
997
                    "email": "[email protected]",
998
                    "homepage": "http://www.acci.cz/"
999
                }
1000
            ],
1001
            "time": "2015-04-20 18:58:01"
1002
        },
1003
        {
1004
            "name": "jeremeamia/SuperClosure",
1005
            "version": "2.1.0",
1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/jeremeamia/super_closure.git",
1009
                "reference": "b712f39c671e5ead60c7ebfe662545456aade833"
1010
            },
1011
            "dist": {
1012
                "type": "zip",
1013
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/b712f39c671e5ead60c7ebfe662545456aade833",
1014
                "reference": "b712f39c671e5ead60c7ebfe662545456aade833",
1015
                "shasum": ""
1016
            },
1017
            "require": {
1018
                "nikic/php-parser": "~1.0",
1019
                "php": ">=5.4"
1020
            },
1021
            "require-dev": {
1022
                "codeclimate/php-test-reporter": "~0.1.2",
1023
                "phpunit/phpunit": "~4.0"
1024
            },
1025
            "type": "library",
1026
            "extra": {
1027
                "branch-alias": {
1028
                    "dev-master": "2.1-dev"
1029
                }
1030
            },
1031
            "autoload": {
1032
                "psr-4": {
1033
                    "SuperClosure\\": "src/"
1034
                }
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "MIT"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Jeremy Lindblom",
1043
                    "email": "[email protected]",
1044
                    "homepage": "https://github.com/jeremeamia",
1045
                    "role": "Developer"
1046
                }
1047
            ],
1048
            "description": "Serialize Closure objects, including their context and binding",
1049
            "homepage": "https://github.com/jeremeamia/super_closure",
1050
            "keywords": [
1051
                "closure",
1052
                "function",
1053
                "lambda",
1054
                "parser",
1055
                "serializable",
1056
                "serialize",
1057
                "tokenizer"
1058
            ],
1059
            "time": "2015-03-11 20:06:43"
1060
        },
1061
        {
1062
            "name": "laravel/framework",
1063
            "version": "v5.0.33",
1064
            "source": {
1065
                "type": "git",
1066
                "url": "https://github.com/laravel/framework.git",
1067
                "reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3"
1068
            },
1069
            "dist": {
1070
                "type": "zip",
1071
                "url": "https://api.github.com/repos/laravel/framework/zipball/b11c8ab88245f920b30e5f30e16b141ac8d461d3",
1072
                "reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3",
1073
                "shasum": ""
1074
            },
1075
            "require": {
1076
                "classpreloader/classpreloader": "~1.2",
1077
                "danielstjules/stringy": "~1.8",
1078
                "doctrine/inflector": "~1.0",
1079
                "ext-mbstring": "*",
1080
                "ext-mcrypt": "*",
1081
                "ext-openssl": "*",
1082
                "ircmaxell/password-compat": "~1.0",
1083
                "jeremeamia/superclosure": "~2.0",
1084
                "league/flysystem": "~1.0",
1085
                "monolog/monolog": "~1.11",
1086
                "mtdowling/cron-expression": "~1.0",
1087
                "nesbot/carbon": "~1.0",
1088
                "php": ">=5.4.0",
1089
                "psy/psysh": "0.4.*",
1090
                "swiftmailer/swiftmailer": "~5.1",
1091
                "symfony/console": "2.6.*",
1092
                "symfony/debug": "2.6.*",
1093
                "symfony/finder": "2.6.*",
1094
                "symfony/http-foundation": "2.6.*",
1095
                "symfony/http-kernel": "2.6.*",
1096
                "symfony/process": "2.6.*",
1097
                "symfony/routing": "2.6.*",
1098
                "symfony/security-core": "2.6.*",
1099
                "symfony/translation": "2.6.*",
1100
                "symfony/var-dumper": "2.6.*",
1101
                "vlucas/phpdotenv": "~1.0"
1102
            },
1103
            "replace": {
1104
                "illuminate/auth": "self.version",
1105
                "illuminate/bus": "self.version",
1106
                "illuminate/cache": "self.version",
1107
                "illuminate/config": "self.version",
1108
                "illuminate/console": "self.version",
1109
                "illuminate/container": "self.version",
1110
                "illuminate/contracts": "self.version",
1111
                "illuminate/cookie": "self.version",
1112
                "illuminate/database": "self.version",
1113
                "illuminate/encryption": "self.version",
1114
                "illuminate/events": "self.version",
1115
                "illuminate/exception": "self.version",
1116
                "illuminate/filesystem": "self.version",
1117
                "illuminate/foundation": "self.version",
1118
                "illuminate/hashing": "self.version",
1119
                "illuminate/http": "self.version",
1120
                "illuminate/log": "self.version",
1121
                "illuminate/mail": "self.version",
1122
                "illuminate/pagination": "self.version",
1123
                "illuminate/pipeline": "self.version",
1124
                "illuminate/queue": "self.version",
1125
                "illuminate/redis": "self.version",
1126
                "illuminate/routing": "self.version",
1127
                "illuminate/session": "self.version",
1128
                "illuminate/support": "self.version",
1129
                "illuminate/translation": "self.version",
1130
                "illuminate/validation": "self.version",
1131
                "illuminate/view": "self.version"
1132
            },
1133
            "require-dev": {
1134
                "aws/aws-sdk-php": "~2.4",
1135
                "iron-io/iron_mq": "~1.5",
1136
                "mockery/mockery": "~0.9",
1137
                "pda/pheanstalk": "~3.0",
1138
                "phpunit/phpunit": "~4.0",
1139
                "predis/predis": "~1.0"
1140
            },
1141
            "suggest": {
1142
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).",
1143
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
1144
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).",
1145
                "iron-io/iron_mq": "Required to use the iron queue driver (~1.5).",
1146
                "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).",
1147
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1148
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1149
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0)."
1150
            },
1151
            "type": "library",
1152
            "extra": {
1153
                "branch-alias": {
1154
                    "dev-master": "5.0-dev"
1155
                }
1156
            },
1157
            "autoload": {
1158
                "classmap": [
1159
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
1160
                ],
1161
                "files": [
1162
                    "src/Illuminate/Foundation/helpers.php",
1163
                    "src/Illuminate/Support/helpers.php"
1164
                ],
1165
                "psr-4": {
1166
                    "Illuminate\\": "src/Illuminate/"
1167
                }
1168
            },
1169
            "notification-url": "https://packagist.org/downloads/",
1170
            "license": [
1171
                "MIT"
1172
            ],
1173
            "authors": [
1174
                {
1175
                    "name": "Taylor Otwell",
1176
                    "email": "[email protected]"
1177
                }
1178
            ],
1179
            "description": "The Laravel Framework.",
1180
            "homepage": "http://laravel.com",
1181
            "keywords": [
1182
                "framework",
1183
                "laravel"
1184
            ],
1185
            "time": "2015-06-09 13:12:19"
1186
        },
1187
        {
1188
            "name": "league/flysystem",
1189
            "version": "1.0.4",
1190
            "source": {
1191
                "type": "git",
1192
                "url": "https://github.com/thephpleague/flysystem.git",
1193
                "reference": "56862959b45131ad33e5a7727a25db19f2cf090b"
1194
            },
1195
            "dist": {
1196
                "type": "zip",
1197
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/56862959b45131ad33e5a7727a25db19f2cf090b",
1198
                "reference": "56862959b45131ad33e5a7727a25db19f2cf090b",
1199
                "shasum": ""
1200
            },
1201
            "require": {
1202
                "ext-mbstring": "*",
1203
                "php": ">=5.4.0"
1204
            },
1205
            "require-dev": {
1206
                "ext-fileinfo": "*",
1207
                "league/phpunit-coverage-listener": "~1.1",
1208
                "mockery/mockery": "~0.9",
1209
                "phpspec/phpspec": "~2.0",
1210
                "phpspec/prophecy-phpunit": "~1.0",
1211
                "phpunit/phpunit": "~4.1",
1212
                "predis/predis": "~1.0",
1213
                "tedivm/stash": "~0.12.0"
1214
            },
1215
            "suggest": {
1216
                "ext-fileinfo": "Required for MimeType",
1217
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1218
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1219
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1220
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1221
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1222
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1223
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1224
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1225
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1226
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1227
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1228
                "predis/predis": "Allows you to use Predis for caching"
1229
            },
1230
            "type": "library",
1231
            "extra": {
1232
                "branch-alias": {
1233
                    "dev-master": "1.1-dev"
1234
                }
1235
            },
1236
            "autoload": {
1237
                "psr-4": {
1238
                    "League\\Flysystem\\": "src/"
1239
                }
1240
            },
1241
            "notification-url": "https://packagist.org/downloads/",
1242
            "license": [
1243
                "MIT"
1244
            ],
1245
            "authors": [
1246
                {
1247
                    "name": "Frank de Jonge",
1248
                    "email": "[email protected]"
1249
                }
1250
            ],
1251
            "description": "Many filesystems, one API.",
1252
            "keywords": [
1253
                "Cloud Files",
1254
                "WebDAV",
1255
                "aws",
1256
                "cloud",
1257
                "copy.com",
1258
                "dropbox",
1259
                "file systems",
1260
                "files",
1261
                "filesystem",
1262
                "ftp",
1263
                "rackspace",
1264
                "remote",
1265
                "s3",
1266
                "sftp",
1267
                "storage"
1268
            ],
1269
            "time": "2015-06-07 21:27:37"
1270
        },
1271
        {
1272
            "name": "monolog/monolog",
1273
            "version": "1.13.1",
1274
            "source": {
1275
                "type": "git",
1276
                "url": "https://github.com/Seldaek/monolog.git",
1277
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
1278
            },
1279
            "dist": {
1280
                "type": "zip",
1281
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
1282
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
1283
                "shasum": ""
1284
            },
1285
            "require": {
1286
                "php": ">=5.3.0",
1287
                "psr/log": "~1.0"
1288
            },
1289
            "provide": {
1290
                "psr/log-implementation": "1.0.0"
1291
            },
1292
            "require-dev": {
1293
                "aws/aws-sdk-php": "~2.4, >2.4.8",
1294
                "doctrine/couchdb": "~1.0@dev",
1295
                "graylog2/gelf-php": "~1.0",
1296
                "phpunit/phpunit": "~4.0",
1297
                "raven/raven": "~0.5",
1298
                "ruflin/elastica": "0.90.*",
1299
                "swiftmailer/swiftmailer": "~5.3",
1300
                "videlalvaro/php-amqplib": "~2.4"
1301
            },
1302
            "suggest": {
1303
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1304
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1305
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1306
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1307
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1308
                "raven/raven": "Allow sending log messages to a Sentry server",
1309
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1310
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1311
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1312
            },
1313
            "type": "library",
1314
            "extra": {
1315
                "branch-alias": {
1316
                    "dev-master": "1.13.x-dev"
1317
                }
1318
            },
1319
            "autoload": {
1320
                "psr-4": {
1321
                    "Monolog\\": "src/Monolog"
1322
                }
1323
            },
1324
            "notification-url": "https://packagist.org/downloads/",
1325
            "license": [
1326
                "MIT"
1327
            ],
1328
            "authors": [
1329
                {
1330
                    "name": "Jordi Boggiano",
1331
                    "email": "[email protected]",
1332
                    "homepage": "http://seld.be"
1333
                }
1334
            ],
1335
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1336
            "homepage": "http://github.com/Seldaek/monolog",
1337
            "keywords": [
1338
                "log",
1339
                "logging",
1340
                "psr-3"
1341
            ],
1342
            "time": "2015-03-09 09:58:04"
1343
        },
1344
        {
1345
            "name": "mtdowling/cron-expression",
1346
            "version": "v1.0.4",
1347
            "source": {
1348
                "type": "git",
1349
                "url": "https://github.com/mtdowling/cron-expression.git",
1350
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
1351
            },
1352
            "dist": {
1353
                "type": "zip",
1354
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
1355
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
1356
                "shasum": ""
1357
            },
1358
            "require": {
1359
                "php": ">=5.3.2"
1360
            },
1361
            "require-dev": {
1362
                "phpunit/phpunit": "4.*"
1363
            },
1364
            "type": "library",
1365
            "autoload": {
1366
                "psr-0": {
1367
                    "Cron": "src/"
1368
                }
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "MIT"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Michael Dowling",
1377
                    "email": "[email protected]",
1378
                    "homepage": "https://github.com/mtdowling"
1379
                }
1380
            ],
1381
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1382
            "keywords": [
1383
                "cron",
1384
                "schedule"
1385
            ],
1386
            "time": "2015-01-11 23:07:46"
1387
        },
1388
        {
1389
            "name": "nesbot/carbon",
1390
            "version": "1.19.0",
1391
            "source": {
1392
                "type": "git",
1393
                "url": "https://github.com/briannesbitt/Carbon.git",
1394
                "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320"
1395
            },
1396
            "dist": {
1397
                "type": "zip",
1398
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320",
1399
                "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320",
1400
                "shasum": ""
1401
            },
1402
            "require": {
1403
                "php": ">=5.3.0",
1404
                "symfony/translation": "~2.6"
1405
            },
1406
            "require-dev": {
1407
                "phpunit/phpunit": "~4.0"
1408
            },
1409
            "type": "library",
1410
            "autoload": {
1411
                "psr-0": {
1412
                    "Carbon": "src"
1413
                }
1414
            },
1415
            "notification-url": "https://packagist.org/downloads/",
1416
            "license": [
1417
                "MIT"
1418
            ],
1419
            "authors": [
1420
                {
1421
                    "name": "Brian Nesbitt",
1422
                    "email": "[email protected]",
1423
                    "homepage": "http://nesbot.com"
1424
                }
1425
            ],
1426
            "description": "A simple API extension for DateTime.",
1427
            "homepage": "http://carbon.nesbot.com",
1428
            "keywords": [
1429
                "date",
1430
                "datetime",
1431
                "time"
1432
            ],
1433
            "time": "2015-05-09 03:23:44"
1434
        },
1435
        {
1436
            "name": "nikic/php-parser",
1437
            "version": "v1.3.0",
1438
            "source": {
1439
                "type": "git",
1440
                "url": "https://github.com/nikic/PHP-Parser.git",
1441
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca"
1442
            },
1443
            "dist": {
1444
                "type": "zip",
1445
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dff239267fd1befa1cd40430c9ed12591aa720ca",
1446
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca",
1447
                "shasum": ""
1448
            },
1449
            "require": {
1450
                "ext-tokenizer": "*",
1451
                "php": ">=5.3"
1452
            },
1453
            "type": "library",
1454
            "extra": {
1455
                "branch-alias": {
1456
                    "dev-master": "1.3-dev"
1457
                }
1458
            },
1459
            "autoload": {
1460
                "files": [
1461
                    "lib/bootstrap.php"
1462
                ]
1463
            },
1464
            "notification-url": "https://packagist.org/downloads/",
1465
            "license": [
1466
                "BSD-3-Clause"
1467
            ],
1468
            "authors": [
1469
                {
1470
                    "name": "Nikita Popov"
1471
                }
1472
            ],
1473
            "description": "A PHP parser written in PHP",
1474
            "keywords": [
1475
                "parser",
1476
                "php"
1477
            ],
1478
            "time": "2015-05-02 15:40:40"
1479
        },
1480
        {
1481
            "name": "psr/log",
1482
            "version": "1.0.0",
1483
            "source": {
1484
                "type": "git",
1485
                "url": "https://github.com/php-fig/log.git",
1486
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1487
            },
1488
            "dist": {
1489
                "type": "zip",
1490
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1491
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1492
                "shasum": ""
1493
            },
1494
            "type": "library",
1495
            "autoload": {
1496
                "psr-0": {
1497
                    "Psr\\Log\\": ""
1498
                }
1499
            },
1500
            "notification-url": "https://packagist.org/downloads/",
1501
            "license": [
1502
                "MIT"
1503
            ],
1504
            "authors": [
1505
                {
1506
                    "name": "PHP-FIG",
1507
                    "homepage": "http://www.php-fig.org/"
1508
                }
1509
            ],
1510
            "description": "Common interface for logging libraries",
1511
            "keywords": [
1512
                "log",
1513
                "psr",
1514
                "psr-3"
1515
            ],
1516
            "time": "2012-12-21 11:40:51"
1517
        },
1518
        {
1519
            "name": "psy/psysh",
1520
            "version": "v0.4.4",
1521
            "source": {
1522
                "type": "git",
1523
                "url": "https://github.com/bobthecow/psysh.git",
1524
                "reference": "489816db71649bd95b416e3ed9062d40528ab0ac"
1525
            },
1526
            "dist": {
1527
                "type": "zip",
1528
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac",
1529
                "reference": "489816db71649bd95b416e3ed9062d40528ab0ac",
1530
                "shasum": ""
1531
            },
1532
            "require": {
1533
                "dnoegel/php-xdg-base-dir": "0.1",
1534
                "jakub-onderka/php-console-highlighter": "0.3.*",
1535
                "nikic/php-parser": "~1.0",
1536
                "php": ">=5.3.0",
1537
                "symfony/console": "~2.3.10|~2.4.2|~2.5"
1538
            },
1539
            "require-dev": {
1540
                "fabpot/php-cs-fixer": "~1.5",
1541
                "phpunit/phpunit": "~3.7|~4.0",
1542
                "squizlabs/php_codesniffer": "~2.0",
1543
                "symfony/finder": "~2.1|~3.0"
1544
            },
1545
            "suggest": {
1546
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1547
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1548
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1549
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1550
            },
1551
            "bin": [
1552
                "bin/psysh"
1553
            ],
1554
            "type": "library",
1555
            "extra": {
1556
                "branch-alias": {
1557
                    "dev-develop": "0.4.x-dev"
1558
                }
1559
            },
1560
            "autoload": {
1561
                "files": [
1562
                    "src/Psy/functions.php"
1563
                ],
1564
                "psr-0": {
1565
                    "Psy\\": "src/"
1566
                }
1567
            },
1568
            "notification-url": "https://packagist.org/downloads/",
1569
            "license": [
1570
                "MIT"
1571
            ],
1572
            "authors": [
1573
                {
1574
                    "name": "Justin Hileman",
1575
                    "email": "[email protected]",
1576
                    "homepage": "http://justinhileman.com"
1577
                }
1578
            ],
1579
            "description": "An interactive shell for modern PHP.",
1580
            "homepage": "http://psysh.org",
1581
            "keywords": [
1582
                "REPL",
1583
                "console",
1584
                "interactive",
1585
                "shell"
1586
            ],
1587
            "time": "2015-03-26 18:43:54"
1588
        },
1589
        {
1590
            "name": "sleeping-owl/admin",
1591
            "version": "2.0.43",
1592
            "source": {
1593
                "type": "git",
1594
                "url": "https://github.com/sleeping-owl/admin.git",
1595
                "reference": "4edd7a2090bcb67742344e9b6f5a08b89d063d4d"
1596
            },
1597
            "dist": {
1598
                "type": "zip",
1599
                "url": "https://api.github.com/repos/sleeping-owl/admin/zipball/4edd7a2090bcb67742344e9b6f5a08b89d063d4d",
1600
                "reference": "4edd7a2090bcb67742344e9b6f5a08b89d063d4d",
1601
                "shasum": ""
1602
            },
1603
            "require": {
1604
                "doctrine/dbal": "~2.3",
1605
                "illuminate/html": "~5.0",
1606
                "illuminate/support": "5.*",
1607
                "intervention/image": "2.*",
1608
                "intervention/imagecache": "2.*",
1609
                "php": ">=5.4.0",
1610
                "sleeping-owl/with-join": "1.*"
1611
            },
1612
            "require-dev": {
1613
                "mockery/mockery": "0.9.*",
1614
                "phpunit/phpunit": "4.*"
1615
            },
1616
            "type": "library",
1617
            "autoload": {
1618
                "psr-0": {
1619
                    "SleepingOwl\\Admin": "src/",
1620
                    "SleepingOwl\\DateFormatter": "src/",
1621
                    "SleepingOwl\\Html": "src/",
1622
                    "SleepingOwl\\Models": "src/",
1623
                    "SleepingOwl\\RandomFilenamer": "src/"
1624
                }
1625
            },
1626
            "notification-url": "https://packagist.org/downloads/",
1627
            "license": [
1628
                "MIT"
1629
            ],
1630
            "authors": [
1631
                {
1632
                    "name": "Sleeping Owl",
1633
                    "email": "[email protected]"
1634
                }
1635
            ],
1636
            "description": "Aministrative interface builder for Laravel.",
1637
            "homepage": "http://sleeping-owl.github.io",
1638
            "keywords": [
1639
                "admin",
1640
                "administrator",
1641
                "laravel"
1642
            ],
1643
            "time": "2015-05-18 10:32:10"
1644
        },
1645
        {
1646
            "name": "sleeping-owl/with-join",
1647
            "version": "1.0.11",
1648
            "source": {
1649
                "type": "git",
1650
                "url": "https://github.com/sleeping-owl/with-join.git",
1651
                "reference": "ea58bd3601c271d775cfb4e291383b00d535251c"
1652
            },
1653
            "dist": {
1654
                "type": "zip",
1655
                "url": "https://api.github.com/repos/sleeping-owl/with-join/zipball/ea58bd3601c271d775cfb4e291383b00d535251c",
1656
                "reference": "ea58bd3601c271d775cfb4e291383b00d535251c",
1657
                "shasum": ""
1658
            },
1659
            "require": {
1660
                "illuminate/support": ">=4.1",
1661
                "laravel/framework": ">=5.0.6",
1662
                "php": ">=5.4.0"
1663
            },
1664
            "require-dev": {
1665
                "illuminate/database": ">=4.1"
1666
            },
1667
            "type": "library",
1668
            "autoload": {
1669
                "psr-0": {
1670
                    "SleepingOwl\\WithJoin": "src/"
1671
                }
1672
            },
1673
            "notification-url": "https://packagist.org/downloads/",
1674
            "license": [
1675
                "MIT"
1676
            ],
1677
            "authors": [
1678
                {
1679
                    "name": "Sleeping Owl",
1680
                    "email": "[email protected]"
1681
                }
1682
            ],
1683
            "description": "Package to convert Eloquent BelongsTo subqueries into one query with left join.",
1684
            "keywords": [
1685
                "activerecord",
1686
                "eloquent",
1687
                "join",
1688
                "laravel",
1689
                "with"
1690
            ],
1691
            "time": "2015-02-21 13:48:34"
1692
        },
1693
        {
1694
            "name": "swiftmailer/swiftmailer",
1695
            "version": "v5.4.1",
1696
            "source": {
1697
                "type": "git",
1698
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1699
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1700
            },
1701
            "dist": {
1702
                "type": "zip",
1703
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1704
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1705
                "shasum": ""
1706
            },
1707
            "require": {
1708
                "php": ">=5.3.3"
1709
            },
1710
            "require-dev": {
1711
                "mockery/mockery": "~0.9.1,<0.9.4"
1712
            },
1713
            "type": "library",
1714
            "extra": {
1715
                "branch-alias": {
1716
                    "dev-master": "5.4-dev"
1717
                }
1718
            },
1719
            "autoload": {
1720
                "files": [
1721
                    "lib/swift_required.php"
1722
                ]
1723
            },
1724
            "notification-url": "https://packagist.org/downloads/",
1725
            "license": [
1726
                "MIT"
1727
            ],
1728
            "authors": [
1729
                {
1730
                    "name": "Chris Corbyn"
1731
                },
1732
                {
1733
                    "name": "Fabien Potencier",
1734
                    "email": "[email protected]"
1735
                }
1736
            ],
1737
            "description": "Swiftmailer, free feature-rich PHP mailer",
1738
            "homepage": "http://swiftmailer.org",
1739
            "keywords": [
1740
                "email",
1741
                "mail",
1742
                "mailer"
1743
            ],
1744
            "time": "2015-06-06 14:19:39"
1745
        },
1746
        {
1747
            "name": "symfony/console",
1748
            "version": "v2.6.9",
1749
            "target-dir": "Symfony/Component/Console",
1750
            "source": {
1751
                "type": "git",
1752
                "url": "https://github.com/symfony/Console.git",
1753
                "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd"
1754
            },
1755
            "dist": {
1756
                "type": "zip",
1757
                "url": "https://api.github.com/repos/symfony/Console/zipball/b5ec0c11a204718f2b656357f5505a8e578f30dd",
1758
                "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd",
1759
                "shasum": ""
1760
            },
1761
            "require": {
1762
                "php": ">=5.3.3"
1763
            },
1764
            "require-dev": {
1765
                "psr/log": "~1.0",
1766
                "symfony/event-dispatcher": "~2.1",
1767
                "symfony/phpunit-bridge": "~2.7",
1768
                "symfony/process": "~2.1"
1769
            },
1770
            "suggest": {
1771
                "psr/log": "For using the console logger",
1772
                "symfony/event-dispatcher": "",
1773
                "symfony/process": ""
1774
            },
1775
            "type": "library",
1776
            "extra": {
1777
                "branch-alias": {
1778
                    "dev-master": "2.6-dev"
1779
                }
1780
            },
1781
            "autoload": {
1782
                "psr-0": {
1783
                    "Symfony\\Component\\Console\\": ""
1784
                }
1785
            },
1786
            "notification-url": "https://packagist.org/downloads/",
1787
            "license": [
1788
                "MIT"
1789
            ],
1790
            "authors": [
1791
                {
1792
                    "name": "Fabien Potencier",
1793
                    "email": "[email protected]"
1794
                },
1795
                {
1796
                    "name": "Symfony Community",
1797
                    "homepage": "https://symfony.com/contributors"
1798
                }
1799
            ],
1800
            "description": "Symfony Console Component",
1801
            "homepage": "https://symfony.com",
1802
            "time": "2015-05-29 14:42:58"
1803
        },
1804
        {
1805
            "name": "symfony/debug",
1806
            "version": "v2.6.9",
1807
            "target-dir": "Symfony/Component/Debug",
1808
            "source": {
1809
                "type": "git",
1810
                "url": "https://github.com/symfony/Debug.git",
1811
                "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33"
1812
            },
1813
            "dist": {
1814
                "type": "zip",
1815
                "url": "https://api.github.com/repos/symfony/Debug/zipball/4851a041c48e76b91a221db84ab5850daa6a7b33",
1816
                "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33",
1817
                "shasum": ""
1818
            },
1819
            "require": {
1820
                "php": ">=5.3.3",
1821
                "psr/log": "~1.0"
1822
            },
1823
            "conflict": {
1824
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1825
            },
1826
            "require-dev": {
1827
                "symfony/class-loader": "~2.2",
1828
                "symfony/http-foundation": "~2.1",
1829
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
1830
                "symfony/phpunit-bridge": "~2.7"
1831
            },
1832
            "suggest": {
1833
                "symfony/http-foundation": "",
1834
                "symfony/http-kernel": ""
1835
            },
1836
            "type": "library",
1837
            "extra": {
1838
                "branch-alias": {
1839
                    "dev-master": "2.6-dev"
1840
                }
1841
            },
1842
            "autoload": {
1843
                "psr-0": {
1844
                    "Symfony\\Component\\Debug\\": ""
1845
                }
1846
            },
1847
            "notification-url": "https://packagist.org/downloads/",
1848
            "license": [
1849
                "MIT"
1850
            ],
1851
            "authors": [
1852
                {
1853
                    "name": "Fabien Potencier",
1854
                    "email": "[email protected]"
1855
                },
1856
                {
1857
                    "name": "Symfony Community",
1858
                    "homepage": "https://symfony.com/contributors"
1859
                }
1860
            ],
1861
            "description": "Symfony Debug Component",
1862
            "homepage": "https://symfony.com",
1863
            "time": "2015-05-20 13:09:45"
1864
        },
1865
        {
1866
            "name": "symfony/event-dispatcher",
1867
            "version": "v2.7.1",
1868
            "source": {
1869
                "type": "git",
1870
                "url": "https://github.com/symfony/EventDispatcher.git",
1871
                "reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9"
1872
            },
1873
            "dist": {
1874
                "type": "zip",
1875
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
1876
                "reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9",
1877
                "shasum": ""
1878
            },
1879
            "require": {
1880
                "php": ">=5.3.9"
1881
            },
1882
            "require-dev": {
1883
                "psr/log": "~1.0",
1884
                "symfony/config": "~2.0,>=2.0.5",
1885
                "symfony/dependency-injection": "~2.6",
1886
                "symfony/expression-language": "~2.6",
1887
                "symfony/phpunit-bridge": "~2.7",
1888
                "symfony/stopwatch": "~2.3"
1889
            },
1890
            "suggest": {
1891
                "symfony/dependency-injection": "",
1892
                "symfony/http-kernel": ""
1893
            },
1894
            "type": "library",
1895
            "extra": {
1896
                "branch-alias": {
1897
                    "dev-master": "2.7-dev"
1898
                }
1899
            },
1900
            "autoload": {
1901
                "psr-4": {
1902
                    "Symfony\\Component\\EventDispatcher\\": ""
1903
                }
1904
            },
1905
            "notification-url": "https://packagist.org/downloads/",
1906
            "license": [
1907
                "MIT"
1908
            ],
1909
            "authors": [
1910
                {
1911
                    "name": "Fabien Potencier",
1912
                    "email": "[email protected]"
1913
                },
1914
                {
1915
                    "name": "Symfony Community",
1916
                    "homepage": "https://symfony.com/contributors"
1917
                }
1918
            ],
1919
            "description": "Symfony EventDispatcher Component",
1920
            "homepage": "https://symfony.com",
1921
            "time": "2015-06-08 09:37:21"
1922
        },
1923
        {
1924
            "name": "symfony/filesystem",
1925
            "version": "v2.7.1",
1926
            "source": {
1927
                "type": "git",
1928
                "url": "https://github.com/symfony/Filesystem.git",
1929
                "reference": "a0d43eb3e17d4f4c6990289805a488a0482a07f3"
1930
            },
1931
            "dist": {
1932
                "type": "zip",
1933
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a0d43eb3e17d4f4c6990289805a488a0482a07f3",
1934
                "reference": "a0d43eb3e17d4f4c6990289805a488a0482a07f3",
1935
                "shasum": ""
1936
            },
1937
            "require": {
1938
                "php": ">=5.3.9"
1939
            },
1940
            "require-dev": {
1941
                "symfony/phpunit-bridge": "~2.7"
1942
            },
1943
            "type": "library",
1944
            "extra": {
1945
                "branch-alias": {
1946
                    "dev-master": "2.7-dev"
1947
                }
1948
            },
1949
            "autoload": {
1950
                "psr-4": {
1951
                    "Symfony\\Component\\Filesystem\\": ""
1952
                }
1953
            },
1954
            "notification-url": "https://packagist.org/downloads/",
1955
            "license": [
1956
                "MIT"
1957
            ],
1958
            "authors": [
1959
                {
1960
                    "name": "Fabien Potencier",
1961
                    "email": "[email protected]"
1962
                },
1963
                {
1964
                    "name": "Symfony Community",
1965
                    "homepage": "https://symfony.com/contributors"
1966
                }
1967
            ],
1968
            "description": "Symfony Filesystem Component",
1969
            "homepage": "https://symfony.com",
1970
            "time": "2015-06-08 09:37:21"
1971
        },
1972
        {
1973
            "name": "symfony/finder",
1974
            "version": "v2.6.9",
1975
            "target-dir": "Symfony/Component/Finder",
1976
            "source": {
1977
                "type": "git",
1978
                "url": "https://github.com/symfony/Finder.git",
1979
                "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14"
1980
            },
1981
            "dist": {
1982
                "type": "zip",
1983
                "url": "https://api.github.com/repos/symfony/Finder/zipball/ffedd3e0ff8155188155e9322fe21b9ee012ac14",
1984
                "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14",
1985
                "shasum": ""
1986
            },
1987
            "require": {
1988
                "php": ">=5.3.3"
1989
            },
1990
            "require-dev": {
1991
                "symfony/phpunit-bridge": "~2.7"
1992
            },
1993
            "type": "library",
1994
            "extra": {
1995
                "branch-alias": {
1996
                    "dev-master": "2.6-dev"
1997
                }
1998
            },
1999
            "autoload": {
2000
                "psr-0": {
2001
                    "Symfony\\Component\\Finder\\": ""
2002
                }
2003
            },
2004
            "notification-url": "https://packagist.org/downloads/",
2005
            "license": [
2006
                "MIT"
2007
            ],
2008
            "authors": [
2009
                {
2010
                    "name": "Fabien Potencier",
2011
                    "email": "[email protected]"
2012
                },
2013
                {
2014
                    "name": "Symfony Community",
2015
                    "homepage": "https://symfony.com/contributors"
2016
                }
2017
            ],
2018
            "description": "Symfony Finder Component",
2019
            "homepage": "https://symfony.com",
2020
            "time": "2015-05-15 13:32:45"
2021
        },
2022
        {
2023
            "name": "symfony/http-foundation",
2024
            "version": "v2.6.9",
2025
            "target-dir": "Symfony/Component/HttpFoundation",
2026
            "source": {
2027
                "type": "git",
2028
                "url": "https://github.com/symfony/HttpFoundation.git",
2029
                "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432"
2030
            },
2031
            "dist": {
2032
                "type": "zip",
2033
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/f9b28dcc6d3e50f5568b42dda7292656a9fe8432",
2034
                "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432",
2035
                "shasum": ""
2036
            },
2037
            "require": {
2038
                "php": ">=5.3.3"
2039
            },
2040
            "require-dev": {
2041
                "symfony/expression-language": "~2.4",
2042
                "symfony/phpunit-bridge": "~2.7"
2043
            },
2044
            "type": "library",
2045
            "extra": {
2046
                "branch-alias": {
2047
                    "dev-master": "2.6-dev"
2048
                }
2049
            },
2050
            "autoload": {
2051
                "psr-0": {
2052
                    "Symfony\\Component\\HttpFoundation\\": ""
2053
                },
2054
                "classmap": [
2055
                    "Symfony/Component/HttpFoundation/Resources/stubs"
2056
                ]
2057
            },
2058
            "notification-url": "https://packagist.org/downloads/",
2059
            "license": [
2060
                "MIT"
2061
            ],
2062
            "authors": [
2063
                {
2064
                    "name": "Fabien Potencier",
2065
                    "email": "[email protected]"
2066
                },
2067
                {
2068
                    "name": "Symfony Community",
2069
                    "homepage": "https://symfony.com/contributors"
2070
                }
2071
            ],
2072
            "description": "Symfony HttpFoundation Component",
2073
            "homepage": "https://symfony.com",
2074
            "time": "2015-05-22 14:53:08"
2075
        },
2076
        {
2077
            "name": "symfony/http-kernel",
2078
            "version": "v2.6.9",
2079
            "target-dir": "Symfony/Component/HttpKernel",
2080
            "source": {
2081
                "type": "git",
2082
                "url": "https://github.com/symfony/HttpKernel.git",
2083
                "reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f"
2084
            },
2085
            "dist": {
2086
                "type": "zip",
2087
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f",
2088
                "reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f",
2089
                "shasum": ""
2090
            },
2091
            "require": {
2092
                "php": ">=5.3.3",
2093
                "psr/log": "~1.0",
2094
                "symfony/debug": "~2.6,>=2.6.2",
2095
                "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
2096
                "symfony/http-foundation": "~2.5,>=2.5.4"
2097
            },
2098
            "require-dev": {
2099
                "symfony/browser-kit": "~2.3",
2100
                "symfony/class-loader": "~2.1",
2101
                "symfony/config": "~2.0,>=2.0.5",
2102
                "symfony/console": "~2.3",
2103
                "symfony/css-selector": "~2.0,>=2.0.5",
2104
                "symfony/dependency-injection": "~2.2",
2105
                "symfony/dom-crawler": "~2.0,>=2.0.5",
2106
                "symfony/expression-language": "~2.4",
2107
                "symfony/finder": "~2.0,>=2.0.5",
2108
                "symfony/phpunit-bridge": "~2.7",
2109
                "symfony/process": "~2.0,>=2.0.5",
2110
                "symfony/routing": "~2.2",
2111
                "symfony/stopwatch": "~2.3",
2112
                "symfony/templating": "~2.2",
2113
                "symfony/translation": "~2.0,>=2.0.5",
2114
                "symfony/var-dumper": "~2.6"
2115
            },
2116
            "suggest": {
2117
                "symfony/browser-kit": "",
2118
                "symfony/class-loader": "",
2119
                "symfony/config": "",
2120
                "symfony/console": "",
2121
                "symfony/dependency-injection": "",
2122
                "symfony/finder": "",
2123
                "symfony/var-dumper": ""
2124
            },
2125
            "type": "library",
2126
            "extra": {
2127
                "branch-alias": {
2128
                    "dev-master": "2.6-dev"
2129
                }
2130
            },
2131
            "autoload": {
2132
                "psr-0": {
2133
                    "Symfony\\Component\\HttpKernel\\": ""
2134
                }
2135
            },
2136
            "notification-url": "https://packagist.org/downloads/",
2137
            "license": [
2138
                "MIT"
2139
            ],
2140
            "authors": [
2141
                {
2142
                    "name": "Fabien Potencier",
2143
                    "email": "[email protected]"
2144
                },
2145
                {
2146
                    "name": "Symfony Community",
2147
                    "homepage": "https://symfony.com/contributors"
2148
                }
2149
            ],
2150
            "description": "Symfony HttpKernel Component",
2151
            "homepage": "https://symfony.com",
2152
            "time": "2015-05-29 22:55:07"
2153
        },
2154
        {
2155
            "name": "symfony/process",
2156
            "version": "v2.6.9",
2157
            "target-dir": "Symfony/Component/Process",
2158
            "source": {
2159
                "type": "git",
2160
                "url": "https://github.com/symfony/Process.git",
2161
                "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306"
2162
            },
2163
            "dist": {
2164
                "type": "zip",
2165
                "url": "https://api.github.com/repos/symfony/Process/zipball/7856d78ab6cce6e59d02d9e1a873441f6bd21306",
2166
                "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306",
2167
                "shasum": ""
2168
            },
2169
            "require": {
2170
                "php": ">=5.3.3"
2171
            },
2172
            "require-dev": {
2173
                "symfony/phpunit-bridge": "~2.7"
2174
            },
2175
            "type": "library",
2176
            "extra": {
2177
                "branch-alias": {
2178
                    "dev-master": "2.6-dev"
2179
                }
2180
            },
2181
            "autoload": {
2182
                "psr-0": {
2183
                    "Symfony\\Component\\Process\\": ""
2184
                }
2185
            },
2186
            "notification-url": "https://packagist.org/downloads/",
2187
            "license": [
2188
                "MIT"
2189
            ],
2190
            "authors": [
2191
                {
2192
                    "name": "Fabien Potencier",
2193
                    "email": "[email protected]"
2194
                },
2195
                {
2196
                    "name": "Symfony Community",
2197
                    "homepage": "https://symfony.com/contributors"
2198
                }
2199
            ],
2200
            "description": "Symfony Process Component",
2201
            "homepage": "https://symfony.com",
2202
            "time": "2015-05-15 13:32:45"
2203
        },
2204
        {
2205
            "name": "symfony/routing",
2206
            "version": "v2.6.9",
2207
            "target-dir": "Symfony/Component/Routing",
2208
            "source": {
2209
                "type": "git",
2210
                "url": "https://github.com/symfony/Routing.git",
2211
                "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb"
2212
            },
2213
            "dist": {
2214
                "type": "zip",
2215
                "url": "https://api.github.com/repos/symfony/Routing/zipball/dc9df18a1cfe87de65e270e8f01407ca6d7c39cb",
2216
                "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb",
2217
                "shasum": ""
2218
            },
2219
            "require": {
2220
                "php": ">=5.3.3"
2221
            },
2222
            "require-dev": {
2223
                "doctrine/annotations": "~1.0",
2224
                "doctrine/common": "~2.2",
2225
                "psr/log": "~1.0",
2226
                "symfony/config": "~2.2",
2227
                "symfony/expression-language": "~2.4",
2228
                "symfony/http-foundation": "~2.3",
2229
                "symfony/phpunit-bridge": "~2.7",
2230
                "symfony/yaml": "~2.0,>=2.0.5"
2231
            },
2232
            "suggest": {
2233
                "doctrine/annotations": "For using the annotation loader",
2234
                "symfony/config": "For using the all-in-one router or any loader",
2235
                "symfony/expression-language": "For using expression matching",
2236
                "symfony/yaml": "For using the YAML loader"
2237
            },
2238
            "type": "library",
2239
            "extra": {
2240
                "branch-alias": {
2241
                    "dev-master": "2.6-dev"
2242
                }
2243
            },
2244
            "autoload": {
2245
                "psr-0": {
2246
                    "Symfony\\Component\\Routing\\": ""
2247
                }
2248
            },
2249
            "notification-url": "https://packagist.org/downloads/",
2250
            "license": [
2251
                "MIT"
2252
            ],
2253
            "authors": [
2254
                {
2255
                    "name": "Fabien Potencier",
2256
                    "email": "[email protected]"
2257
                },
2258
                {
2259
                    "name": "Symfony Community",
2260
                    "homepage": "https://symfony.com/contributors"
2261
                }
2262
            ],
2263
            "description": "Symfony Routing Component",
2264
            "homepage": "https://symfony.com",
2265
            "keywords": [
2266
                "router",
2267
                "routing",
2268
                "uri",
2269
                "url"
2270
            ],
2271
            "time": "2015-05-15 13:32:45"
2272
        },
2273
        {
2274
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
2275
            "version": "v2.6.9",
2276
            "target-dir": "Symfony/Component/Security/Core",
2277
            "source": {
2278
                "type": "git",
2279
                "url": "https://github.com/symfony/security-core.git",
2280
                "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0"
2281
            },
2282
            "dist": {
2283
                "type": "zip",
2284
                "url": "https://api.github.com/repos/symfony/security-core/zipball/1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0",
2285
                "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0",
2286
                "shasum": ""
2287
            },
2288
            "require": {
2289
                "php": ">=5.3.3"
2290
            },
2291
            "require-dev": {
2292
                "ircmaxell/password-compat": "1.0.*",
2293
                "psr/log": "~1.0",
2294
                "symfony/event-dispatcher": "~2.1",
2295
                "symfony/expression-language": "~2.6",
2296
                "symfony/http-foundation": "~2.4",
2297
                "symfony/phpunit-bridge": "~2.7",
2298
                "symfony/translation": "~2.0,>=2.0.5",
2299
                "symfony/validator": "~2.5,>=2.5.5"
2300
            },
2301
            "suggest": {
2302
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
2303
                "symfony/event-dispatcher": "",
2304
                "symfony/expression-language": "For using the expression voter",
2305
                "symfony/http-foundation": "",
2306
                "symfony/validator": "For using the user password constraint"
2307
            },
2308
            "type": "library",
2309
            "extra": {
2310
                "branch-alias": {
2311
                    "dev-master": "2.6-dev"
2312
                }
2313
            },
2314
            "autoload": {
2315
                "psr-0": {
2316
                    "Symfony\\Component\\Security\\Core\\": ""
2317
                }
2318
            },
2319
            "notification-url": "https://packagist.org/downloads/",
2320
            "license": [
2321
                "MIT"
2322
            ],
2323
            "authors": [
2324
                {
2325
                    "name": "Fabien Potencier",
2326
                    "email": "[email protected]"
2327
                },
2328
                {
2329
                    "name": "Symfony Community",
2330
                    "homepage": "https://symfony.com/contributors"
2331
                }
2332
            ],
2333
            "description": "Symfony Security Component - Core Library",
2334
            "homepage": "https://symfony.com",
2335
            "time": "2015-05-15 13:53:19"
2336
        },
2337
        {
2338
            "name": "symfony/translation",
2339
            "version": "v2.6.9",
2340
            "target-dir": "Symfony/Component/Translation",
2341
            "source": {
2342
                "type": "git",
2343
                "url": "https://github.com/symfony/Translation.git",
2344
                "reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c"
2345
            },
2346
            "dist": {
2347
                "type": "zip",
2348
                "url": "https://api.github.com/repos/symfony/Translation/zipball/89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c",
2349
                "reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c",
2350
                "shasum": ""
2351
            },
2352
            "require": {
2353
                "php": ">=5.3.3"
2354
            },
2355
            "require-dev": {
2356
                "psr/log": "~1.0",
2357
                "symfony/config": "~2.3,>=2.3.12",
2358
                "symfony/intl": "~2.3",
2359
                "symfony/phpunit-bridge": "~2.7",
2360
                "symfony/yaml": "~2.2"
2361
            },
2362
            "suggest": {
2363
                "psr/log": "To use logging capability in translator",
2364
                "symfony/config": "",
2365
                "symfony/yaml": ""
2366
            },
2367
            "type": "library",
2368
            "extra": {
2369
                "branch-alias": {
2370
                    "dev-master": "2.6-dev"
2371
                }
2372
            },
2373
            "autoload": {
2374
                "psr-0": {
2375
                    "Symfony\\Component\\Translation\\": ""
2376
                }
2377
            },
2378
            "notification-url": "https://packagist.org/downloads/",
2379
            "license": [
2380
                "MIT"
2381
            ],
2382
            "authors": [
2383
                {
2384
                    "name": "Fabien Potencier",
2385
                    "email": "[email protected]"
2386
                },
2387
                {
2388
                    "name": "Symfony Community",
2389
                    "homepage": "https://symfony.com/contributors"
2390
                }
2391
            ],
2392
            "description": "Symfony Translation Component",
2393
            "homepage": "https://symfony.com",
2394
            "time": "2015-05-29 14:42:58"
2395
        },
2396
        {
2397
            "name": "symfony/var-dumper",
2398
            "version": "v2.6.9",
2399
            "target-dir": "Symfony/Component/VarDumper",
2400
            "source": {
2401
                "type": "git",
2402
                "url": "https://github.com/symfony/var-dumper.git",
2403
                "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc"
2404
            },
2405
            "dist": {
2406
                "type": "zip",
2407
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89eec96645fb44af4a454a26c74c72ba6311f5bc",
2408
                "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc",
2409
                "shasum": ""
2410
            },
2411
            "require": {
2412
                "php": ">=5.3.3"
2413
            },
2414
            "require-dev": {
2415
                "symfony/phpunit-bridge": "~2.7"
2416
            },
2417
            "suggest": {
2418
                "ext-symfony_debug": ""
2419
            },
2420
            "type": "library",
2421
            "extra": {
2422
                "branch-alias": {
2423
                    "dev-master": "2.6-dev"
2424
                }
2425
            },
2426
            "autoload": {
2427
                "files": [
2428
                    "Resources/functions/dump.php"
2429
                ],
2430
                "psr-0": {
2431
                    "Symfony\\Component\\VarDumper\\": ""
2432
                }
2433
            },
2434
            "notification-url": "https://packagist.org/downloads/",
2435
            "license": [
2436
                "MIT"
2437
            ],
2438
            "authors": [
2439
                {
2440
                    "name": "Nicolas Grekas",
2441
                    "email": "[email protected]"
2442
                },
2443
                {
2444
                    "name": "Symfony Community",
2445
                    "homepage": "https://symfony.com/contributors"
2446
                }
2447
            ],
2448
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2449
            "homepage": "https://symfony.com",
2450
            "keywords": [
2451
                "debug",
2452
                "dump"
2453
            ],
2454
            "time": "2015-05-01 14:14:24"
2455
        },
2456
        {
2457
            "name": "vlucas/phpdotenv",
2458
            "version": "v1.1.1",
2459
            "source": {
2460
                "type": "git",
2461
                "url": "https://github.com/vlucas/phpdotenv.git",
2462
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
2463
            },
2464
            "dist": {
2465
                "type": "zip",
2466
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
2467
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
2468
                "shasum": ""
2469
            },
2470
            "require": {
2471
                "php": ">=5.3.2"
2472
            },
2473
            "require-dev": {
2474
                "phpunit/phpunit": "~4.0"
2475
            },
2476
            "type": "library",
2477
            "autoload": {
2478
                "psr-0": {
2479
                    "Dotenv": "src/"
2480
                }
2481
            },
2482
            "notification-url": "https://packagist.org/downloads/",
2483
            "license": [
2484
                "BSD"
2485
            ],
2486
            "authors": [
2487
                {
2488
                    "name": "Vance Lucas",
2489
                    "email": "[email protected]",
2490
                    "homepage": "http://www.vancelucas.com"
2491
                }
2492
            ],
2493
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2494
            "homepage": "http://github.com/vlucas/phpdotenv",
2495
            "keywords": [
2496
                "dotenv",
2497
                "env",
2498
                "environment"
2499
            ],
2500
            "time": "2015-05-30 15:59:26"
2501
        }
2502
    ],
2503
    "packages-dev": [
2504
        {
2505
            "name": "doctrine/instantiator",
2506
            "version": "1.0.5",
2507
            "source": {
2508
                "type": "git",
2509
                "url": "https://github.com/doctrine/instantiator.git",
2510
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2511
            },
2512
            "dist": {
2513
                "type": "zip",
2514
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2515
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2516
                "shasum": ""
2517
            },
2518
            "require": {
2519
                "php": ">=5.3,<8.0-DEV"
2520
            },
2521
            "require-dev": {
2522
                "athletic/athletic": "~0.1.8",
2523
                "ext-pdo": "*",
2524
                "ext-phar": "*",
2525
                "phpunit/phpunit": "~4.0",
2526
                "squizlabs/php_codesniffer": "~2.0"
2527
            },
2528
            "type": "library",
2529
            "extra": {
2530
                "branch-alias": {
2531
                    "dev-master": "1.0.x-dev"
2532
                }
2533
            },
2534
            "autoload": {
2535
                "psr-4": {
2536
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2537
                }
2538
            },
2539
            "notification-url": "https://packagist.org/downloads/",
2540
            "license": [
2541
                "MIT"
2542
            ],
2543
            "authors": [
2544
                {
2545
                    "name": "Marco Pivetta",
2546
                    "email": "[email protected]",
2547
                    "homepage": "http://ocramius.github.com/"
2548
                }
2549
            ],
2550
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2551
            "homepage": "https://github.com/doctrine/instantiator",
2552
            "keywords": [
2553
                "constructor",
2554
                "instantiate"
2555
            ],
2556
            "time": "2015-06-14 21:17:01"
2557
        },
2558
        {
2559
            "name": "phpdocumentor/reflection-docblock",
2560
            "version": "2.0.4",
2561
            "source": {
2562
                "type": "git",
2563
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2564
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2565
            },
2566
            "dist": {
2567
                "type": "zip",
2568
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2569
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2570
                "shasum": ""
2571
            },
2572
            "require": {
2573
                "php": ">=5.3.3"
2574
            },
2575
            "require-dev": {
2576
                "phpunit/phpunit": "~4.0"
2577
            },
2578
            "suggest": {
2579
                "dflydev/markdown": "~1.0",
2580
                "erusev/parsedown": "~1.0"
2581
            },
2582
            "type": "library",
2583
            "extra": {
2584
                "branch-alias": {
2585
                    "dev-master": "2.0.x-dev"
2586
                }
2587
            },
2588
            "autoload": {
2589
                "psr-0": {
2590
                    "phpDocumentor": [
2591
                        "src/"
2592
                    ]
2593
                }
2594
            },
2595
            "notification-url": "https://packagist.org/downloads/",
2596
            "license": [
2597
                "MIT"
2598
            ],
2599
            "authors": [
2600
                {
2601
                    "name": "Mike van Riel",
2602
                    "email": "[email protected]"
2603
                }
2604
            ],
2605
            "time": "2015-02-03 12:10:50"
2606
        },
2607
        {
2608
            "name": "phpspec/php-diff",
2609
            "version": "v1.0.2",
2610
            "source": {
2611
                "type": "git",
2612
                "url": "https://github.com/phpspec/php-diff.git",
2613
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
2614
            },
2615
            "dist": {
2616
                "type": "zip",
2617
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
2618
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
2619
                "shasum": ""
2620
            },
2621
            "type": "library",
2622
            "autoload": {
2623
                "psr-0": {
2624
                    "Diff": "lib/"
2625
                }
2626
            },
2627
            "notification-url": "https://packagist.org/downloads/",
2628
            "license": [
2629
                "BSD-3-Clause"
2630
            ],
2631
            "authors": [
2632
                {
2633
                    "name": "Chris Boulton",
2634
                    "homepage": "http://github.com/chrisboulton",
2635
                    "role": "Original developer"
2636
                }
2637
            ],
2638
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
2639
            "time": "2013-11-01 13:02:21"
2640
        },
2641
        {
2642
            "name": "phpspec/phpspec",
2643
            "version": "2.2.1",
2644
            "source": {
2645
                "type": "git",
2646
                "url": "https://github.com/phpspec/phpspec.git",
2647
                "reference": "e9a40577323e67f1de2e214abf32976a0352d8f8"
2648
            },
2649
            "dist": {
2650
                "type": "zip",
2651
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/e9a40577323e67f1de2e214abf32976a0352d8f8",
2652
                "reference": "e9a40577323e67f1de2e214abf32976a0352d8f8",
2653
                "shasum": ""
2654
            },
2655
            "require": {
2656
                "doctrine/instantiator": "^1.0.1",
2657
                "php": ">=5.3.3",
2658
                "phpspec/php-diff": "~1.0.0",
2659
                "phpspec/prophecy": "~1.4",
2660
                "sebastian/exporter": "~1.0",
2661
                "symfony/console": "~2.3",
2662
                "symfony/event-dispatcher": "~2.1",
2663
                "symfony/finder": "~2.1",
2664
                "symfony/process": "~2.1",
2665
                "symfony/yaml": "~2.1"
2666
            },
2667
            "require-dev": {
2668
                "behat/behat": "^3.0.11",
2669
                "bossa/phpspec2-expect": "~1.0",
2670
                "phpunit/phpunit": "~4.4",
2671
                "symfony/filesystem": "~2.1",
2672
                "symfony/process": "~2.1"
2673
            },
2674
            "suggest": {
2675
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
2676
            },
2677
            "bin": [
2678
                "bin/phpspec"
2679
            ],
2680
            "type": "library",
2681
            "extra": {
2682
                "branch-alias": {
2683
                    "dev-master": "2.2.x-dev"
2684
                }
2685
            },
2686
            "autoload": {
2687
                "psr-0": {
2688
                    "PhpSpec": "src/"
2689
                }
2690
            },
2691
            "notification-url": "https://packagist.org/downloads/",
2692
            "license": [
2693
                "MIT"
2694
            ],
2695
            "authors": [
2696
                {
2697
                    "name": "Konstantin Kudryashov",
2698
                    "email": "[email protected]",
2699
                    "homepage": "http://everzet.com"
2700
                },
2701
                {
2702
                    "name": "Marcello Duarte",
2703
                    "homepage": "http://marcelloduarte.net/"
2704
                }
2705
            ],
2706
            "description": "Specification-oriented BDD framework for PHP 5.3+",
2707
            "homepage": "http://phpspec.net/",
2708
            "keywords": [
2709
                "BDD",
2710
                "SpecBDD",
2711
                "TDD",
2712
                "spec",
2713
                "specification",
2714
                "testing",
2715
                "tests"
2716
            ],
2717
            "time": "2015-05-30 15:21:40"
2718
        },
2719
        {
2720
            "name": "phpspec/prophecy",
2721
            "version": "v1.4.1",
2722
            "source": {
2723
                "type": "git",
2724
                "url": "https://github.com/phpspec/prophecy.git",
2725
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
2726
            },
2727
            "dist": {
2728
                "type": "zip",
2729
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
2730
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
2731
                "shasum": ""
2732
            },
2733
            "require": {
2734
                "doctrine/instantiator": "^1.0.2",
2735
                "phpdocumentor/reflection-docblock": "~2.0",
2736
                "sebastian/comparator": "~1.1"
2737
            },
2738
            "require-dev": {
2739
                "phpspec/phpspec": "~2.0"
2740
            },
2741
            "type": "library",
2742
            "extra": {
2743
                "branch-alias": {
2744
                    "dev-master": "1.4.x-dev"
2745
                }
2746
            },
2747
            "autoload": {
2748
                "psr-0": {
2749
                    "Prophecy\\": "src/"
2750
                }
2751
            },
2752
            "notification-url": "https://packagist.org/downloads/",
2753
            "license": [
2754
                "MIT"
2755
            ],
2756
            "authors": [
2757
                {
2758
                    "name": "Konstantin Kudryashov",
2759
                    "email": "[email protected]",
2760
                    "homepage": "http://everzet.com"
2761
                },
2762
                {
2763
                    "name": "Marcello Duarte",
2764
                    "email": "[email protected]"
2765
                }
2766
            ],
2767
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2768
            "homepage": "https://github.com/phpspec/prophecy",
2769
            "keywords": [
2770
                "Double",
2771
                "Dummy",
2772
                "fake",
2773
                "mock",
2774
                "spy",
2775
                "stub"
2776
            ],
2777
            "time": "2015-04-27 22:15:08"
2778
        },
2779
        {
2780
            "name": "phpunit/php-code-coverage",
2781
            "version": "2.1.6",
2782
            "source": {
2783
                "type": "git",
2784
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2785
                "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44"
2786
            },
2787
            "dist": {
2788
                "type": "zip",
2789
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/631e365cf26bb2c078683e8d9bcf8bc631ac4d44",
2790
                "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44",
2791
                "shasum": ""
2792
            },
2793
            "require": {
2794
                "php": ">=5.3.3",
2795
                "phpunit/php-file-iterator": "~1.3",
2796
                "phpunit/php-text-template": "~1.2",
2797
                "phpunit/php-token-stream": "~1.3",
2798
                "sebastian/environment": "~1.0",
2799
                "sebastian/version": "~1.0"
2800
            },
2801
            "require-dev": {
2802
                "ext-xdebug": ">=2.1.4",
2803
                "phpunit/phpunit": "~4"
2804
            },
2805
            "suggest": {
2806
                "ext-dom": "*",
2807
                "ext-xdebug": ">=2.2.1",
2808
                "ext-xmlwriter": "*"
2809
            },
2810
            "type": "library",
2811
            "extra": {
2812
                "branch-alias": {
2813
                    "dev-master": "2.1.x-dev"
2814
                }
2815
            },
2816
            "autoload": {
2817
                "classmap": [
2818
                    "src/"
2819
                ]
2820
            },
2821
            "notification-url": "https://packagist.org/downloads/",
2822
            "license": [
2823
                "BSD-3-Clause"
2824
            ],
2825
            "authors": [
2826
                {
2827
                    "name": "Sebastian Bergmann",
2828
                    "email": "[email protected]",
2829
                    "role": "lead"
2830
                }
2831
            ],
2832
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2833
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2834
            "keywords": [
2835
                "coverage",
2836
                "testing",
2837
                "xunit"
2838
            ],
2839
            "time": "2015-06-19 07:11:55"
2840
        },
2841
        {
2842
            "name": "phpunit/php-file-iterator",
2843
            "version": "1.4.0",
2844
            "source": {
2845
                "type": "git",
2846
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2847
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
2848
            },
2849
            "dist": {
2850
                "type": "zip",
2851
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
2852
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
2853
                "shasum": ""
2854
            },
2855
            "require": {
2856
                "php": ">=5.3.3"
2857
            },
2858
            "type": "library",
2859
            "extra": {
2860
                "branch-alias": {
2861
                    "dev-master": "1.4.x-dev"
2862
                }
2863
            },
2864
            "autoload": {
2865
                "classmap": [
2866
                    "src/"
2867
                ]
2868
            },
2869
            "notification-url": "https://packagist.org/downloads/",
2870
            "license": [
2871
                "BSD-3-Clause"
2872
            ],
2873
            "authors": [
2874
                {
2875
                    "name": "Sebastian Bergmann",
2876
                    "email": "[email protected]",
2877
                    "role": "lead"
2878
                }
2879
            ],
2880
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2881
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2882
            "keywords": [
2883
                "filesystem",
2884
                "iterator"
2885
            ],
2886
            "time": "2015-04-02 05:19:05"
2887
        },
2888
        {
2889
            "name": "phpunit/php-text-template",
2890
            "version": "1.2.0",
2891
            "source": {
2892
                "type": "git",
2893
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2894
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
2895
            },
2896
            "dist": {
2897
                "type": "zip",
2898
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2899
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2900
                "shasum": ""
2901
            },
2902
            "require": {
2903
                "php": ">=5.3.3"
2904
            },
2905
            "type": "library",
2906
            "autoload": {
2907
                "classmap": [
2908
                    "Text/"
2909
                ]
2910
            },
2911
            "notification-url": "https://packagist.org/downloads/",
2912
            "include-path": [
2913
                ""
2914
            ],
2915
            "license": [
2916
                "BSD-3-Clause"
2917
            ],
2918
            "authors": [
2919
                {
2920
                    "name": "Sebastian Bergmann",
2921
                    "email": "[email protected]",
2922
                    "role": "lead"
2923
                }
2924
            ],
2925
            "description": "Simple template engine.",
2926
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2927
            "keywords": [
2928
                "template"
2929
            ],
2930
            "time": "2014-01-30 17:20:04"
2931
        },
2932
        {
2933
            "name": "phpunit/php-timer",
2934
            "version": "1.0.6",
2935
            "source": {
2936
                "type": "git",
2937
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2938
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
2939
            },
2940
            "dist": {
2941
                "type": "zip",
2942
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
2943
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
2944
                "shasum": ""
2945
            },
2946
            "require": {
2947
                "php": ">=5.3.3"
2948
            },
2949
            "type": "library",
2950
            "autoload": {
2951
                "classmap": [
2952
                    "src/"
2953
                ]
2954
            },
2955
            "notification-url": "https://packagist.org/downloads/",
2956
            "license": [
2957
                "BSD-3-Clause"
2958
            ],
2959
            "authors": [
2960
                {
2961
                    "name": "Sebastian Bergmann",
2962
                    "email": "[email protected]",
2963
                    "role": "lead"
2964
                }
2965
            ],
2966
            "description": "Utility class for timing",
2967
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2968
            "keywords": [
2969
                "timer"
2970
            ],
2971
            "time": "2015-06-13 07:35:30"
2972
        },
2973
        {
2974
            "name": "phpunit/php-token-stream",
2975
            "version": "1.4.3",
2976
            "source": {
2977
                "type": "git",
2978
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2979
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
2980
            },
2981
            "dist": {
2982
                "type": "zip",
2983
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
2984
                "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
2985
                "shasum": ""
2986
            },
2987
            "require": {
2988
                "ext-tokenizer": "*",
2989
                "php": ">=5.3.3"
2990
            },
2991
            "require-dev": {
2992
                "phpunit/phpunit": "~4.2"
2993
            },
2994
            "type": "library",
2995
            "extra": {
2996
                "branch-alias": {
2997
                    "dev-master": "1.4-dev"
2998
                }
2999
            },
3000
            "autoload": {
3001
                "classmap": [
3002
                    "src/"
3003
                ]
3004
            },
3005
            "notification-url": "https://packagist.org/downloads/",
3006
            "license": [
3007
                "BSD-3-Clause"
3008
            ],
3009
            "authors": [
3010
                {
3011
                    "name": "Sebastian Bergmann",
3012
                    "email": "[email protected]"
3013
                }
3014
            ],
3015
            "description": "Wrapper around PHP's tokenizer extension.",
3016
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3017
            "keywords": [
3018
                "tokenizer"
3019
            ],
3020
            "time": "2015-06-19 03:43:16"
3021
        },
3022
        {
3023
            "name": "phpunit/phpunit",
3024
            "version": "4.7.4",
3025
            "source": {
3026
                "type": "git",
3027
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3028
                "reference": "e5f851f324f7add846316f39e668e9deac97a103"
3029
            },
3030
            "dist": {
3031
                "type": "zip",
3032
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e5f851f324f7add846316f39e668e9deac97a103",
3033
                "reference": "e5f851f324f7add846316f39e668e9deac97a103",
3034
                "shasum": ""
3035
            },
3036
            "require": {
3037
                "ext-dom": "*",
3038
                "ext-json": "*",
3039
                "ext-pcre": "*",
3040
                "ext-reflection": "*",
3041
                "ext-spl": "*",
3042
                "php": ">=5.3.3",
3043
                "phpspec/prophecy": "~1.3,>=1.3.1",
3044
                "phpunit/php-code-coverage": "~2.1",
3045
                "phpunit/php-file-iterator": "~1.4",
3046
                "phpunit/php-text-template": "~1.2",
3047
                "phpunit/php-timer": ">=1.0.6",
3048
                "phpunit/phpunit-mock-objects": "~2.3",
3049
                "sebastian/comparator": "~1.1",
3050
                "sebastian/diff": "~1.2",
3051
                "sebastian/environment": "~1.2",
3052
                "sebastian/exporter": "~1.2",
3053
                "sebastian/global-state": "~1.0",
3054
                "sebastian/version": "~1.0",
3055
                "symfony/yaml": "~2.1|~3.0"
3056
            },
3057
            "suggest": {
3058
                "phpunit/php-invoker": "~1.1"
3059
            },
3060
            "bin": [
3061
                "phpunit"
3062
            ],
3063
            "type": "library",
3064
            "extra": {
3065
                "branch-alias": {
3066
                    "dev-master": "4.7.x-dev"
3067
                }
3068
            },
3069
            "autoload": {
3070
                "classmap": [
3071
                    "src/"
3072
                ]
3073
            },
3074
            "notification-url": "https://packagist.org/downloads/",
3075
            "license": [
3076
                "BSD-3-Clause"
3077
            ],
3078
            "authors": [
3079
                {
3080
                    "name": "Sebastian Bergmann",
3081
                    "email": "[email protected]",
3082
                    "role": "lead"
3083
                }
3084
            ],
3085
            "description": "The PHP Unit Testing framework.",
3086
            "homepage": "https://phpunit.de/",
3087
            "keywords": [
3088
                "phpunit",
3089
                "testing",
3090
                "xunit"
3091
            ],
3092
            "time": "2015-06-18 13:33:26"
3093
        },
3094
        {
3095
            "name": "phpunit/phpunit-mock-objects",
3096
            "version": "2.3.4",
3097
            "source": {
3098
                "type": "git",
3099
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3100
                "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35"
3101
            },
3102
            "dist": {
3103
                "type": "zip",
3104
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/92408bb1968a81b3217a6fdf6c1a198da83caa35",
3105
                "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35",
3106
                "shasum": ""
3107
            },
3108
            "require": {
3109
                "doctrine/instantiator": "~1.0,>=1.0.2",
3110
                "php": ">=5.3.3",
3111
                "phpunit/php-text-template": "~1.2"
3112
            },
3113
            "require-dev": {
3114
                "phpunit/phpunit": "~4.4"
3115
            },
3116
            "suggest": {
3117
                "ext-soap": "*"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "2.3.x-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "classmap": [
3127
                    "src/"
3128
                ]
3129
            },
3130
            "notification-url": "https://packagist.org/downloads/",
3131
            "license": [
3132
                "BSD-3-Clause"
3133
            ],
3134
            "authors": [
3135
                {
3136
                    "name": "Sebastian Bergmann",
3137
                    "email": "[email protected]",
3138
                    "role": "lead"
3139
                }
3140
            ],
3141
            "description": "Mock Object library for PHPUnit",
3142
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3143
            "keywords": [
3144
                "mock",
3145
                "xunit"
3146
            ],
3147
            "time": "2015-06-11 15:55:48"
3148
        },
3149
        {
3150
            "name": "sebastian/comparator",
3151
            "version": "1.1.1",
3152
            "source": {
3153
                "type": "git",
3154
                "url": "https://github.com/sebastianbergmann/comparator.git",
3155
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
3156
            },
3157
            "dist": {
3158
                "type": "zip",
3159
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
3160
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
3161
                "shasum": ""
3162
            },
3163
            "require": {
3164
                "php": ">=5.3.3",
3165
                "sebastian/diff": "~1.2",
3166
                "sebastian/exporter": "~1.2"
3167
            },
3168
            "require-dev": {
3169
                "phpunit/phpunit": "~4.4"
3170
            },
3171
            "type": "library",
3172
            "extra": {
3173
                "branch-alias": {
3174
                    "dev-master": "1.1.x-dev"
3175
                }
3176
            },
3177
            "autoload": {
3178
                "classmap": [
3179
                    "src/"
3180
                ]
3181
            },
3182
            "notification-url": "https://packagist.org/downloads/",
3183
            "license": [
3184
                "BSD-3-Clause"
3185
            ],
3186
            "authors": [
3187
                {
3188
                    "name": "Jeff Welch",
3189
                    "email": "[email protected]"
3190
                },
3191
                {
3192
                    "name": "Volker Dusch",
3193
                    "email": "[email protected]"
3194
                },
3195
                {
3196
                    "name": "Bernhard Schussek",
3197
                    "email": "[email protected]"
3198
                },
3199
                {
3200
                    "name": "Sebastian Bergmann",
3201
                    "email": "[email protected]"
3202
                }
3203
            ],
3204
            "description": "Provides the functionality to compare PHP values for equality",
3205
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3206
            "keywords": [
3207
                "comparator",
3208
                "compare",
3209
                "equality"
3210
            ],
3211
            "time": "2015-01-29 16:28:08"
3212
        },
3213
        {
3214
            "name": "sebastian/diff",
3215
            "version": "1.3.0",
3216
            "source": {
3217
                "type": "git",
3218
                "url": "https://github.com/sebastianbergmann/diff.git",
3219
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3220
            },
3221
            "dist": {
3222
                "type": "zip",
3223
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3224
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3225
                "shasum": ""
3226
            },
3227
            "require": {
3228
                "php": ">=5.3.3"
3229
            },
3230
            "require-dev": {
3231
                "phpunit/phpunit": "~4.2"
3232
            },
3233
            "type": "library",
3234
            "extra": {
3235
                "branch-alias": {
3236
                    "dev-master": "1.3-dev"
3237
                }
3238
            },
3239
            "autoload": {
3240
                "classmap": [
3241
                    "src/"
3242
                ]
3243
            },
3244
            "notification-url": "https://packagist.org/downloads/",
3245
            "license": [
3246
                "BSD-3-Clause"
3247
            ],
3248
            "authors": [
3249
                {
3250
                    "name": "Kore Nordmann",
3251
                    "email": "[email protected]"
3252
                },
3253
                {
3254
                    "name": "Sebastian Bergmann",
3255
                    "email": "[email protected]"
3256
                }
3257
            ],
3258
            "description": "Diff implementation",
3259
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3260
            "keywords": [
3261
                "diff"
3262
            ],
3263
            "time": "2015-02-22 15:13:53"
3264
        },
3265
        {
3266
            "name": "sebastian/environment",
3267
            "version": "1.2.2",
3268
            "source": {
3269
                "type": "git",
3270
                "url": "https://github.com/sebastianbergmann/environment.git",
3271
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
3272
            },
3273
            "dist": {
3274
                "type": "zip",
3275
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
3276
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
3277
                "shasum": ""
3278
            },
3279
            "require": {
3280
                "php": ">=5.3.3"
3281
            },
3282
            "require-dev": {
3283
                "phpunit/phpunit": "~4.4"
3284
            },
3285
            "type": "library",
3286
            "extra": {
3287
                "branch-alias": {
3288
                    "dev-master": "1.3.x-dev"
3289
                }
3290
            },
3291
            "autoload": {
3292
                "classmap": [
3293
                    "src/"
3294
                ]
3295
            },
3296
            "notification-url": "https://packagist.org/downloads/",
3297
            "license": [
3298
                "BSD-3-Clause"
3299
            ],
3300
            "authors": [
3301
                {
3302
                    "name": "Sebastian Bergmann",
3303
                    "email": "[email protected]"
3304
                }
3305
            ],
3306
            "description": "Provides functionality to handle HHVM/PHP environments",
3307
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3308
            "keywords": [
3309
                "Xdebug",
3310
                "environment",
3311
                "hhvm"
3312
            ],
3313
            "time": "2015-01-01 10:01:08"
3314
        },
3315
        {
3316
            "name": "sebastian/exporter",
3317
            "version": "1.2.0",
3318
            "source": {
3319
                "type": "git",
3320
                "url": "https://github.com/sebastianbergmann/exporter.git",
3321
                "reference": "84839970d05254c73cde183a721c7af13aede943"
3322
            },
3323
            "dist": {
3324
                "type": "zip",
3325
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
3326
                "reference": "84839970d05254c73cde183a721c7af13aede943",
3327
                "shasum": ""
3328
            },
3329
            "require": {
3330
                "php": ">=5.3.3",
3331
                "sebastian/recursion-context": "~1.0"
3332
            },
3333
            "require-dev": {
3334
                "phpunit/phpunit": "~4.4"
3335
            },
3336
            "type": "library",
3337
            "extra": {
3338
                "branch-alias": {
3339
                    "dev-master": "1.2.x-dev"
3340
                }
3341
            },
3342
            "autoload": {
3343
                "classmap": [
3344
                    "src/"
3345
                ]
3346
            },
3347
            "notification-url": "https://packagist.org/downloads/",
3348
            "license": [
3349
                "BSD-3-Clause"
3350
            ],
3351
            "authors": [
3352
                {
3353
                    "name": "Jeff Welch",
3354
                    "email": "[email protected]"
3355
                },
3356
                {
3357
                    "name": "Volker Dusch",
3358
                    "email": "[email protected]"
3359
                },
3360
                {
3361
                    "name": "Bernhard Schussek",
3362
                    "email": "[email protected]"
3363
                },
3364
                {
3365
                    "name": "Sebastian Bergmann",
3366
                    "email": "[email protected]"
3367
                },
3368
                {
3369
                    "name": "Adam Harvey",
3370
                    "email": "[email protected]"
3371
                }
3372
            ],
3373
            "description": "Provides the functionality to export PHP variables for visualization",
3374
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3375
            "keywords": [
3376
                "export",
3377
                "exporter"
3378
            ],
3379
            "time": "2015-01-27 07:23:06"
3380
        },
3381
        {
3382
            "name": "sebastian/global-state",
3383
            "version": "1.0.0",
3384
            "source": {
3385
                "type": "git",
3386
                "url": "https://github.com/sebastianbergmann/global-state.git",
3387
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3388
            },
3389
            "dist": {
3390
                "type": "zip",
3391
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3392
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3393
                "shasum": ""
3394
            },
3395
            "require": {
3396
                "php": ">=5.3.3"
3397
            },
3398
            "require-dev": {
3399
                "phpunit/phpunit": "~4.2"
3400
            },
3401
            "suggest": {
3402
                "ext-uopz": "*"
3403
            },
3404
            "type": "library",
3405
            "extra": {
3406
                "branch-alias": {
3407
                    "dev-master": "1.0-dev"
3408
                }
3409
            },
3410
            "autoload": {
3411
                "classmap": [
3412
                    "src/"
3413
                ]
3414
            },
3415
            "notification-url": "https://packagist.org/downloads/",
3416
            "license": [
3417
                "BSD-3-Clause"
3418
            ],
3419
            "authors": [
3420
                {
3421
                    "name": "Sebastian Bergmann",
3422
                    "email": "[email protected]"
3423
                }
3424
            ],
3425
            "description": "Snapshotting of global state",
3426
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3427
            "keywords": [
3428
                "global state"
3429
            ],
3430
            "time": "2014-10-06 09:23:50"
3431
        },
3432
        {
3433
            "name": "sebastian/recursion-context",
3434
            "version": "1.0.0",
3435
            "source": {
3436
                "type": "git",
3437
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3438
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
3439
            },
3440
            "dist": {
3441
                "type": "zip",
3442
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
3443
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
3444
                "shasum": ""
3445
            },
3446
            "require": {
3447
                "php": ">=5.3.3"
3448
            },
3449
            "require-dev": {
3450
                "phpunit/phpunit": "~4.4"
3451
            },
3452
            "type": "library",
3453
            "extra": {
3454
                "branch-alias": {
3455
                    "dev-master": "1.0.x-dev"
3456
                }
3457
            },
3458
            "autoload": {
3459
                "classmap": [
3460
                    "src/"
3461
                ]
3462
            },
3463
            "notification-url": "https://packagist.org/downloads/",
3464
            "license": [
3465
                "BSD-3-Clause"
3466
            ],
3467
            "authors": [
3468
                {
3469
                    "name": "Jeff Welch",
3470
                    "email": "[email protected]"
3471
                },
3472
                {
3473
                    "name": "Sebastian Bergmann",
3474
                    "email": "[email protected]"
3475
                },
3476
                {
3477
                    "name": "Adam Harvey",
3478
                    "email": "[email protected]"
3479
                }
3480
            ],
3481
            "description": "Provides functionality to recursively process PHP variables",
3482
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3483
            "time": "2015-01-24 09:48:32"
3484
        },
3485
        {
3486
            "name": "sebastian/version",
3487
            "version": "1.0.5",
3488
            "source": {
3489
                "type": "git",
3490
                "url": "https://github.com/sebastianbergmann/version.git",
3491
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
3492
            },
3493
            "dist": {
3494
                "type": "zip",
3495
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
3496
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
3497
                "shasum": ""
3498
            },
3499
            "type": "library",
3500
            "autoload": {
3501
                "classmap": [
3502
                    "src/"
3503
                ]
3504
            },
3505
            "notification-url": "https://packagist.org/downloads/",
3506
            "license": [
3507
                "BSD-3-Clause"
3508
            ],
3509
            "authors": [
3510
                {
3511
                    "name": "Sebastian Bergmann",
3512
                    "email": "[email protected]",
3513
                    "role": "lead"
3514
                }
3515
            ],
3516
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3517
            "homepage": "https://github.com/sebastianbergmann/version",
3518
            "time": "2015-02-24 06:35:25"
3519
        },
3520
        {
3521
            "name": "symfony/yaml",
3522
            "version": "v2.7.1",
3523
            "source": {
3524
                "type": "git",
3525
                "url": "https://github.com/symfony/Yaml.git",
3526
                "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160"
3527
            },
3528
            "dist": {
3529
                "type": "zip",
3530
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160",
3531
                "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160",
3532
                "shasum": ""
3533
            },
3534
            "require": {
3535
                "php": ">=5.3.9"
3536
            },
3537
            "require-dev": {
3538
                "symfony/phpunit-bridge": "~2.7"
3539
            },
3540
            "type": "library",
3541
            "extra": {
3542
                "branch-alias": {
3543
                    "dev-master": "2.7-dev"
3544
                }
3545
            },
3546
            "autoload": {
3547
                "psr-4": {
3548
                    "Symfony\\Component\\Yaml\\": ""
3549
                }
3550
            },
3551
            "notification-url": "https://packagist.org/downloads/",
3552
            "license": [
3553
                "MIT"
3554
            ],
3555
            "authors": [
3556
                {
3557
                    "name": "Fabien Potencier",
3558
                    "email": "[email protected]"
3559
                },
3560
                {
3561
                    "name": "Symfony Community",
3562
                    "homepage": "https://symfony.com/contributors"
3563
                }
3564
            ],
3565
            "description": "Symfony Yaml Component",
3566
            "homepage": "https://symfony.com",
3567
            "time": "2015-06-10 15:30:22"
3568
        }
3569
    ],
3570
    "aliases": [],
3571
    "minimum-stability": "stable",
3572
    "stability-flags": {
3573
        "barryvdh/laravel-cors": 20
3574
    },
3575
    "prefer-stable": false,
3576
    "prefer-lowest": false,
3577
    "platform": [],
3578
    "platform-dev": []
3579
}
3580