Completed
Pull Request — master (#91)
by Tim
04:43
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "3bbb53c0bfc157a3f283d31839aa6727",
8
    "content-hash": "66f0fe07f8e7e3255778bbe5d50b2ae6",
9
    "packages": [
10
        {
11
            "name": "barryvdh/laravel-debugbar",
12
            "version": "v2.2.2",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/barryvdh/laravel-debugbar.git",
16
                "reference": "c291e58d0a13953e0f68d99182ee77ebc693edc0"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/c291e58d0a13953e0f68d99182ee77ebc693edc0",
21
                "reference": "c291e58d0a13953e0f68d99182ee77ebc693edc0",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "illuminate/support": "5.1.*|5.2.*",
26
                "maximebf/debugbar": "~1.11.0",
27
                "php": ">=5.5.9",
28
                "symfony/finder": "~2.7|~3.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "2.2-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-4": {
38
                    "Barryvdh\\Debugbar\\": "src/"
39
                },
40
                "files": [
41
                    "src/helpers.php"
42
                ]
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "MIT"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Barry vd. Heuvel",
51
                    "email": "[email protected]"
52
                }
53
            ],
54
            "description": "PHP Debugbar integration for Laravel",
55
            "keywords": [
56
                "debug",
57
                "debugbar",
58
                "laravel",
59
                "profiler",
60
                "webprofiler"
61
            ],
62
            "time": "2016-05-11 13:54:43"
63
        },
64
        {
65
            "name": "chrisbjr/api-guard",
66
            "version": "v3.1.1",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/chrisbjr/api-guard.git",
70
                "reference": "7cee06d14a9d6b4b8367b9ca8724afe470047168"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/chrisbjr/api-guard/zipball/7cee06d14a9d6b4b8367b9ca8724afe470047168",
75
                "reference": "7cee06d14a9d6b4b8367b9ca8724afe470047168",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "ellipsesynergie/api-response": "*",
80
                "illuminate/auth": "5.1.* || 5.2.*",
81
                "illuminate/contracts": "5.1.* || 5.2.*",
82
                "illuminate/database": "*",
83
                "illuminate/http": "5.1.* || 5.2.*",
84
                "illuminate/support": "5.1.* || 5.2.*",
85
                "nesbot/carbon": "^1.0",
86
                "php": ">=5.5.9"
87
            },
88
            "require-dev": {
89
                "cartalyst/sentinel": "2.0.*",
90
                "illuminate/console": "5.1.* || 5.2.*",
91
                "illuminate/database": "5.1.* || 5.2.*",
92
                "illuminate/routing": "5.1.* || 5.2.*",
93
                "mockery/mockery": "0.9.*",
94
                "october/rain": "dev-stable",
95
                "phpunit/phpunit": "^4.0 || ^5.0"
96
            },
97
            "type": "library",
98
            "extra": {
99
                "branch-alias": {
100
                    "dev-master": "4.0-dev"
101
                }
102
            },
103
            "autoload": {
104
                "psr-4": {
105
                    "Chrisbjr\\ApiGuard\\": "src"
106
                }
107
            },
108
            "notification-url": "https://packagist.org/downloads/",
109
            "authors": [
110
                {
111
                    "name": "Chris Bautista",
112
                    "email": "[email protected]"
113
                }
114
            ],
115
            "description": "A simple way of authenticating your APIs with API keys using Laravel",
116
            "homepage": "https://github.com/chrisbjr/api-guard",
117
            "keywords": [
118
                "api",
119
                "api authentication",
120
                "api keys",
121
                "json",
122
                "laravel",
123
                "rest"
124
            ],
125
            "time": "2016-03-09 03:48:18"
126
        },
127
        {
128
            "name": "classpreloader/classpreloader",
129
            "version": "3.0.0",
130
            "source": {
131
                "type": "git",
132
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
133
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
134
            },
135
            "dist": {
136
                "type": "zip",
137
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
138
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
139
                "shasum": ""
140
            },
141
            "require": {
142
                "nikic/php-parser": "^1.0|^2.0",
143
                "php": ">=5.5.9"
144
            },
145
            "require-dev": {
146
                "phpunit/phpunit": "^4.8|^5.0"
147
            },
148
            "type": "library",
149
            "extra": {
150
                "branch-alias": {
151
                    "dev-master": "3.0-dev"
152
                }
153
            },
154
            "autoload": {
155
                "psr-4": {
156
                    "ClassPreloader\\": "src/"
157
                }
158
            },
159
            "notification-url": "https://packagist.org/downloads/",
160
            "license": [
161
                "MIT"
162
            ],
163
            "authors": [
164
                {
165
                    "name": "Michael Dowling",
166
                    "email": "[email protected]"
167
                },
168
                {
169
                    "name": "Graham Campbell",
170
                    "email": "[email protected]"
171
                }
172
            ],
173
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
174
            "keywords": [
175
                "autoload",
176
                "class",
177
                "preload"
178
            ],
179
            "time": "2015-11-09 22:51:51"
180
        },
181
        {
182
            "name": "dnoegel/php-xdg-base-dir",
183
            "version": "0.1",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
187
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
192
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "php": ">=5.3.2"
197
            },
198
            "require-dev": {
199
                "phpunit/phpunit": "@stable"
200
            },
201
            "type": "project",
202
            "autoload": {
203
                "psr-4": {
204
                    "XdgBaseDir\\": "src/"
205
                }
206
            },
207
            "notification-url": "https://packagist.org/downloads/",
208
            "license": [
209
                "MIT"
210
            ],
211
            "description": "implementation of xdg base directory specification for php",
212
            "time": "2014-10-24 07:27:01"
213
        },
214
        {
215
            "name": "doctrine/annotations",
216
            "version": "v1.2.7",
217
            "source": {
218
                "type": "git",
219
                "url": "https://github.com/doctrine/annotations.git",
220
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
221
            },
222
            "dist": {
223
                "type": "zip",
224
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
225
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
226
                "shasum": ""
227
            },
228
            "require": {
229
                "doctrine/lexer": "1.*",
230
                "php": ">=5.3.2"
231
            },
232
            "require-dev": {
233
                "doctrine/cache": "1.*",
234
                "phpunit/phpunit": "4.*"
235
            },
236
            "type": "library",
237
            "extra": {
238
                "branch-alias": {
239
                    "dev-master": "1.3.x-dev"
240
                }
241
            },
242
            "autoload": {
243
                "psr-0": {
244
                    "Doctrine\\Common\\Annotations\\": "lib/"
245
                }
246
            },
247
            "notification-url": "https://packagist.org/downloads/",
248
            "license": [
249
                "MIT"
250
            ],
251
            "authors": [
252
                {
253
                    "name": "Roman Borschel",
254
                    "email": "[email protected]"
255
                },
256
                {
257
                    "name": "Benjamin Eberlei",
258
                    "email": "[email protected]"
259
                },
260
                {
261
                    "name": "Guilherme Blanco",
262
                    "email": "[email protected]"
263
                },
264
                {
265
                    "name": "Jonathan Wage",
266
                    "email": "[email protected]"
267
                },
268
                {
269
                    "name": "Johannes Schmitt",
270
                    "email": "[email protected]"
271
                }
272
            ],
273
            "description": "Docblock Annotations Parser",
274
            "homepage": "http://www.doctrine-project.org",
275
            "keywords": [
276
                "annotations",
277
                "docblock",
278
                "parser"
279
            ],
280
            "time": "2015-08-31 12:32:49"
281
        },
282
        {
283
            "name": "doctrine/cache",
284
            "version": "v1.6.0",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/doctrine/cache.git",
288
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
293
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "php": "~5.5|~7.0"
298
            },
299
            "conflict": {
300
                "doctrine/common": ">2.2,<2.4"
301
            },
302
            "require-dev": {
303
                "phpunit/phpunit": "~4.8|~5.0",
304
                "predis/predis": "~1.0",
305
                "satooshi/php-coveralls": "~0.6"
306
            },
307
            "type": "library",
308
            "extra": {
309
                "branch-alias": {
310
                    "dev-master": "1.6.x-dev"
311
                }
312
            },
313
            "autoload": {
314
                "psr-4": {
315
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
316
                }
317
            },
318
            "notification-url": "https://packagist.org/downloads/",
319
            "license": [
320
                "MIT"
321
            ],
322
            "authors": [
323
                {
324
                    "name": "Roman Borschel",
325
                    "email": "[email protected]"
326
                },
327
                {
328
                    "name": "Benjamin Eberlei",
329
                    "email": "[email protected]"
330
                },
331
                {
332
                    "name": "Guilherme Blanco",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Jonathan Wage",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Johannes Schmitt",
341
                    "email": "[email protected]"
342
                }
343
            ],
344
            "description": "Caching library offering an object-oriented API for many cache backends",
345
            "homepage": "http://www.doctrine-project.org",
346
            "keywords": [
347
                "cache",
348
                "caching"
349
            ],
350
            "time": "2015-12-31 16:37:02"
351
        },
352
        {
353
            "name": "doctrine/collections",
354
            "version": "v1.3.0",
355
            "source": {
356
                "type": "git",
357
                "url": "https://github.com/doctrine/collections.git",
358
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
359
            },
360
            "dist": {
361
                "type": "zip",
362
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
363
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
364
                "shasum": ""
365
            },
366
            "require": {
367
                "php": ">=5.3.2"
368
            },
369
            "require-dev": {
370
                "phpunit/phpunit": "~4.0"
371
            },
372
            "type": "library",
373
            "extra": {
374
                "branch-alias": {
375
                    "dev-master": "1.2.x-dev"
376
                }
377
            },
378
            "autoload": {
379
                "psr-0": {
380
                    "Doctrine\\Common\\Collections\\": "lib/"
381
                }
382
            },
383
            "notification-url": "https://packagist.org/downloads/",
384
            "license": [
385
                "MIT"
386
            ],
387
            "authors": [
388
                {
389
                    "name": "Roman Borschel",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Benjamin Eberlei",
394
                    "email": "[email protected]"
395
                },
396
                {
397
                    "name": "Guilherme Blanco",
398
                    "email": "[email protected]"
399
                },
400
                {
401
                    "name": "Jonathan Wage",
402
                    "email": "[email protected]"
403
                },
404
                {
405
                    "name": "Johannes Schmitt",
406
                    "email": "[email protected]"
407
                }
408
            ],
409
            "description": "Collections Abstraction library",
410
            "homepage": "http://www.doctrine-project.org",
411
            "keywords": [
412
                "array",
413
                "collections",
414
                "iterator"
415
            ],
416
            "time": "2015-04-14 22:21:58"
417
        },
418
        {
419
            "name": "doctrine/common",
420
            "version": "v2.6.1",
421
            "source": {
422
                "type": "git",
423
                "url": "https://github.com/doctrine/common.git",
424
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
425
            },
426
            "dist": {
427
                "type": "zip",
428
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
429
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
430
                "shasum": ""
431
            },
432
            "require": {
433
                "doctrine/annotations": "1.*",
434
                "doctrine/cache": "1.*",
435
                "doctrine/collections": "1.*",
436
                "doctrine/inflector": "1.*",
437
                "doctrine/lexer": "1.*",
438
                "php": "~5.5|~7.0"
439
            },
440
            "require-dev": {
441
                "phpunit/phpunit": "~4.8|~5.0"
442
            },
443
            "type": "library",
444
            "extra": {
445
                "branch-alias": {
446
                    "dev-master": "2.7.x-dev"
447
                }
448
            },
449
            "autoload": {
450
                "psr-4": {
451
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
452
                }
453
            },
454
            "notification-url": "https://packagist.org/downloads/",
455
            "license": [
456
                "MIT"
457
            ],
458
            "authors": [
459
                {
460
                    "name": "Roman Borschel",
461
                    "email": "[email protected]"
462
                },
463
                {
464
                    "name": "Benjamin Eberlei",
465
                    "email": "[email protected]"
466
                },
467
                {
468
                    "name": "Guilherme Blanco",
469
                    "email": "[email protected]"
470
                },
471
                {
472
                    "name": "Jonathan Wage",
473
                    "email": "[email protected]"
474
                },
475
                {
476
                    "name": "Johannes Schmitt",
477
                    "email": "[email protected]"
478
                }
479
            ],
480
            "description": "Common Library for Doctrine projects",
481
            "homepage": "http://www.doctrine-project.org",
482
            "keywords": [
483
                "annotations",
484
                "collections",
485
                "eventmanager",
486
                "persistence",
487
                "spl"
488
            ],
489
            "time": "2015-12-25 13:18:31"
490
        },
491
        {
492
            "name": "doctrine/dbal",
493
            "version": "v2.5.4",
494
            "source": {
495
                "type": "git",
496
                "url": "https://github.com/doctrine/dbal.git",
497
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
498
            },
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
502
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
503
                "shasum": ""
504
            },
505
            "require": {
506
                "doctrine/common": ">=2.4,<2.7-dev",
507
                "php": ">=5.3.2"
508
            },
509
            "require-dev": {
510
                "phpunit/phpunit": "4.*",
511
                "symfony/console": "2.*"
512
            },
513
            "suggest": {
514
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
515
            },
516
            "bin": [
517
                "bin/doctrine-dbal"
518
            ],
519
            "type": "library",
520
            "extra": {
521
                "branch-alias": {
522
                    "dev-master": "2.5.x-dev"
523
                }
524
            },
525
            "autoload": {
526
                "psr-0": {
527
                    "Doctrine\\DBAL\\": "lib/"
528
                }
529
            },
530
            "notification-url": "https://packagist.org/downloads/",
531
            "license": [
532
                "MIT"
533
            ],
534
            "authors": [
535
                {
536
                    "name": "Roman Borschel",
537
                    "email": "[email protected]"
538
                },
539
                {
540
                    "name": "Benjamin Eberlei",
541
                    "email": "[email protected]"
542
                },
543
                {
544
                    "name": "Guilherme Blanco",
545
                    "email": "[email protected]"
546
                },
547
                {
548
                    "name": "Jonathan Wage",
549
                    "email": "[email protected]"
550
                }
551
            ],
552
            "description": "Database Abstraction Layer",
553
            "homepage": "http://www.doctrine-project.org",
554
            "keywords": [
555
                "database",
556
                "dbal",
557
                "persistence",
558
                "queryobject"
559
            ],
560
            "time": "2016-01-05 22:11:12"
561
        },
562
        {
563
            "name": "doctrine/inflector",
564
            "version": "v1.1.0",
565
            "source": {
566
                "type": "git",
567
                "url": "https://github.com/doctrine/inflector.git",
568
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
569
            },
570
            "dist": {
571
                "type": "zip",
572
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
573
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
574
                "shasum": ""
575
            },
576
            "require": {
577
                "php": ">=5.3.2"
578
            },
579
            "require-dev": {
580
                "phpunit/phpunit": "4.*"
581
            },
582
            "type": "library",
583
            "extra": {
584
                "branch-alias": {
585
                    "dev-master": "1.1.x-dev"
586
                }
587
            },
588
            "autoload": {
589
                "psr-0": {
590
                    "Doctrine\\Common\\Inflector\\": "lib/"
591
                }
592
            },
593
            "notification-url": "https://packagist.org/downloads/",
594
            "license": [
595
                "MIT"
596
            ],
597
            "authors": [
598
                {
599
                    "name": "Roman Borschel",
600
                    "email": "[email protected]"
601
                },
602
                {
603
                    "name": "Benjamin Eberlei",
604
                    "email": "[email protected]"
605
                },
606
                {
607
                    "name": "Guilherme Blanco",
608
                    "email": "[email protected]"
609
                },
610
                {
611
                    "name": "Jonathan Wage",
612
                    "email": "[email protected]"
613
                },
614
                {
615
                    "name": "Johannes Schmitt",
616
                    "email": "[email protected]"
617
                }
618
            ],
619
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
620
            "homepage": "http://www.doctrine-project.org",
621
            "keywords": [
622
                "inflection",
623
                "pluralize",
624
                "singularize",
625
                "string"
626
            ],
627
            "time": "2015-11-06 14:35:42"
628
        },
629
        {
630
            "name": "doctrine/lexer",
631
            "version": "v1.0.1",
632
            "source": {
633
                "type": "git",
634
                "url": "https://github.com/doctrine/lexer.git",
635
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
636
            },
637
            "dist": {
638
                "type": "zip",
639
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
640
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
641
                "shasum": ""
642
            },
643
            "require": {
644
                "php": ">=5.3.2"
645
            },
646
            "type": "library",
647
            "extra": {
648
                "branch-alias": {
649
                    "dev-master": "1.0.x-dev"
650
                }
651
            },
652
            "autoload": {
653
                "psr-0": {
654
                    "Doctrine\\Common\\Lexer\\": "lib/"
655
                }
656
            },
657
            "notification-url": "https://packagist.org/downloads/",
658
            "license": [
659
                "MIT"
660
            ],
661
            "authors": [
662
                {
663
                    "name": "Roman Borschel",
664
                    "email": "[email protected]"
665
                },
666
                {
667
                    "name": "Guilherme Blanco",
668
                    "email": "[email protected]"
669
                },
670
                {
671
                    "name": "Johannes Schmitt",
672
                    "email": "[email protected]"
673
                }
674
            ],
675
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
676
            "homepage": "http://www.doctrine-project.org",
677
            "keywords": [
678
                "lexer",
679
                "parser"
680
            ],
681
            "time": "2014-09-09 13:34:57"
682
        },
683
        {
684
            "name": "ellipsesynergie/api-response",
685
            "version": "0.12.1",
686
            "source": {
687
                "type": "git",
688
                "url": "https://github.com/ellipsesynergie/api-response.git",
689
                "reference": "936880febe40c40d583038d09233679aade9271d"
690
            },
691
            "dist": {
692
                "type": "zip",
693
                "url": "https://api.github.com/repos/ellipsesynergie/api-response/zipball/936880febe40c40d583038d09233679aade9271d",
694
                "reference": "936880febe40c40d583038d09233679aade9271d",
695
                "shasum": ""
696
            },
697
            "require": {
698
                "league/fractal": "0.13.*",
699
                "php": ">=5.4.0"
700
            },
701
            "require-dev": {
702
                "illuminate/contracts": "~5.0",
703
                "mockery/mockery": "~0.9",
704
                "phpunit/phpunit": "~4.0"
705
            },
706
            "type": "library",
707
            "extra": {
708
                "branch-alias": {
709
                    "dev-master": "0.13-dev"
710
                }
711
            },
712
            "autoload": {
713
                "psr-4": {
714
                    "EllipseSynergie\\ApiResponse\\": "src",
715
                    "EllipseSynergie\\ApiResponse\\Tests\\": "tests"
716
                }
717
            },
718
            "notification-url": "https://packagist.org/downloads/",
719
            "license": [
720
                "MIT"
721
            ],
722
            "authors": [
723
                {
724
                    "name": "Maxime Beaudoin",
725
                    "email": "[email protected]",
726
                    "role": "Developer"
727
                },
728
                {
729
                    "name": "Phil Sturgeon",
730
                    "email": "[email protected]",
731
                    "role": "Developer"
732
                }
733
            ],
734
            "description": "Simple package to handle response properly in your API",
735
            "homepage": "https://github.com/ellipsesynergie/api-response",
736
            "keywords": [
737
                "api",
738
                "fractal",
739
                "json"
740
            ],
741
            "time": "2016-01-28 14:11:47"
742
        },
743
        {
744
            "name": "ericmakesstuff/laravel-server-monitor",
745
            "version": "1.2.2",
746
            "source": {
747
                "type": "git",
748
                "url": "https://github.com/ericmakesstuff/laravel-server-monitor.git",
749
                "reference": "2c0bc3628964ba78d82a0eac043e6a59cdcd8897"
750
            },
751
            "dist": {
752
                "type": "zip",
753
                "url": "https://api.github.com/repos/ericmakesstuff/laravel-server-monitor/zipball/2c0bc3628964ba78d82a0eac043e6a59cdcd8897",
754
                "reference": "2c0bc3628964ba78d82a0eac043e6a59cdcd8897",
755
                "shasum": ""
756
            },
757
            "require": {
758
                "guzzlehttp/guzzle": "~6.0",
759
                "illuminate/console": "^5.1",
760
                "illuminate/support": "^5.1"
761
            },
762
            "require-dev": {
763
                "orchestra/testbench": "^3.2",
764
                "phpunit/phpunit": "4.*"
765
            },
766
            "suggest": {
767
                "maknz/slack": "Allows notifications to be sent via Slack"
768
            },
769
            "type": "library",
770
            "autoload": {
771
                "psr-4": {
772
                    "EricMakesStuff\\ServerMonitor\\": "src/"
773
                },
774
                "files": [
775
                    "src/Helpers/functions.php"
776
                ]
777
            },
778
            "notification-url": "https://packagist.org/downloads/",
779
            "license": [
780
                "MIT"
781
            ],
782
            "authors": [
783
                {
784
                    "name": "Eric Blount",
785
                    "email": "[email protected]",
786
                    "homepage": "http://ericmakesstuff.com",
787
                    "role": "Developer"
788
                },
789
                {
790
                    "name": "Freek Van der Herten",
791
                    "email": "[email protected]",
792
                    "homepage": "https://spatie.be",
793
                    "role": "Inspiration/Base Package (Backup)"
794
                }
795
            ],
796
            "description": "Server Monitoring Command for Laravel Applications",
797
            "time": "2016-05-09 20:45:27"
798
        },
799
        {
800
            "name": "fenos/notifynder",
801
            "version": "3.2.9",
802
            "source": {
803
                "type": "git",
804
                "url": "https://github.com/fenos/Notifynder.git",
805
                "reference": "bcb7d237e00a97103807cde32673e1a646f50a60"
806
            },
807
            "dist": {
808
                "type": "zip",
809
                "url": "https://api.github.com/repos/fenos/Notifynder/zipball/bcb7d237e00a97103807cde32673e1a646f50a60",
810
                "reference": "bcb7d237e00a97103807cde32673e1a646f50a60",
811
                "shasum": ""
812
            },
813
            "require": {
814
                "illuminate/support": "~5.0",
815
                "php": ">=5.5.0"
816
            },
817
            "require-dev": {
818
                "doctrine/dbal": "^2.5",
819
                "laracasts/testdummy": "~2.0",
820
                "laravel/framework": "~5.0",
821
                "orchestra/testbench": "~3.0",
822
                "phpspec/phpspec": "~2.1",
823
                "phpunit/phpunit": "~4.0"
824
            },
825
            "type": "library",
826
            "autoload": {
827
                "classmap": [],
828
                "psr-4": {
829
                    "Fenos\\Notifynder\\": "src/Notifynder"
830
                }
831
            },
832
            "notification-url": "https://packagist.org/downloads/",
833
            "license": [
834
                "MIT"
835
            ],
836
            "authors": [
837
                {
838
                    "name": "Fabrizio Fenoglio",
839
                    "email": "[email protected]",
840
                    "role": "Developer"
841
                }
842
            ],
843
            "description": "Management system of internal notifications for Laravel 5.*",
844
            "keywords": [
845
                "laravel",
846
                "notifications"
847
            ],
848
            "time": "2016-05-19 12:13:10"
849
        },
850
        {
851
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
852
            "version": "6.2.0",
853
            "source": {
854
                "type": "git",
855
                "url": "https://github.com/guzzle/guzzle.git",
856
                "reference": "d094e337976dff9d8e2424e8485872194e768662"
857
            },
858
            "dist": {
859
                "type": "zip",
860
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
861
                "reference": "d094e337976dff9d8e2424e8485872194e768662",
862
                "shasum": ""
863
            },
864
            "require": {
865
                "guzzlehttp/promises": "~1.0",
866
                "guzzlehttp/psr7": "~1.1",
867
                "php": ">=5.5.0"
868
            },
869
            "require-dev": {
870
                "ext-curl": "*",
871
                "phpunit/phpunit": "~4.0",
872
                "psr/log": "~1.0"
873
            },
874
            "type": "library",
875
            "extra": {
876
                "branch-alias": {
877
                    "dev-master": "6.2-dev"
878
                }
879
            },
880
            "autoload": {
881
                "files": [
882
                    "src/functions_include.php"
883
                ],
884
                "psr-4": {
885
                    "GuzzleHttp\\": "src/"
886
                }
887
            },
888
            "notification-url": "https://packagist.org/downloads/",
889
            "license": [
890
                "MIT"
891
            ],
892
            "authors": [
893
                {
894
                    "name": "Michael Dowling",
895
                    "email": "[email protected]",
896
                    "homepage": "https://github.com/mtdowling"
897
                }
898
            ],
899
            "description": "Guzzle is a PHP HTTP client library",
900
            "homepage": "http://guzzlephp.org/",
901
            "keywords": [
902
                "client",
903
                "curl",
904
                "framework",
905
                "http",
906
                "http client",
907
                "rest",
908
                "web service"
909
            ],
910
            "time": "2016-03-21 20:02:09"
911
        },
912
        {
913
            "name": "guzzlehttp/promises",
914
            "version": "1.2.0",
915
            "source": {
916
                "type": "git",
917
                "url": "https://github.com/guzzle/promises.git",
918
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
919
            },
920
            "dist": {
921
                "type": "zip",
922
                "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
923
                "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
924
                "shasum": ""
925
            },
926
            "require": {
927
                "php": ">=5.5.0"
928
            },
929
            "require-dev": {
930
                "phpunit/phpunit": "~4.0"
931
            },
932
            "type": "library",
933
            "extra": {
934
                "branch-alias": {
935
                    "dev-master": "1.0-dev"
936
                }
937
            },
938
            "autoload": {
939
                "psr-4": {
940
                    "GuzzleHttp\\Promise\\": "src/"
941
                },
942
                "files": [
943
                    "src/functions_include.php"
944
                ]
945
            },
946
            "notification-url": "https://packagist.org/downloads/",
947
            "license": [
948
                "MIT"
949
            ],
950
            "authors": [
951
                {
952
                    "name": "Michael Dowling",
953
                    "email": "[email protected]",
954
                    "homepage": "https://github.com/mtdowling"
955
                }
956
            ],
957
            "description": "Guzzle promises library",
958
            "keywords": [
959
                "promise"
960
            ],
961
            "time": "2016-05-18 16:56:05"
962
        },
963
        {
964
            "name": "guzzlehttp/psr7",
965
            "version": "1.3.0",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/guzzle/psr7.git",
969
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
974
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "php": ">=5.4.0",
979
                "psr/http-message": "~1.0"
980
            },
981
            "provide": {
982
                "psr/http-message-implementation": "1.0"
983
            },
984
            "require-dev": {
985
                "phpunit/phpunit": "~4.0"
986
            },
987
            "type": "library",
988
            "extra": {
989
                "branch-alias": {
990
                    "dev-master": "1.0-dev"
991
                }
992
            },
993
            "autoload": {
994
                "psr-4": {
995
                    "GuzzleHttp\\Psr7\\": "src/"
996
                },
997
                "files": [
998
                    "src/functions_include.php"
999
                ]
1000
            },
1001
            "notification-url": "https://packagist.org/downloads/",
1002
            "license": [
1003
                "MIT"
1004
            ],
1005
            "authors": [
1006
                {
1007
                    "name": "Michael Dowling",
1008
                    "email": "[email protected]",
1009
                    "homepage": "https://github.com/mtdowling"
1010
                }
1011
            ],
1012
            "description": "PSR-7 message implementation",
1013
            "keywords": [
1014
                "http",
1015
                "message",
1016
                "stream",
1017
                "uri"
1018
            ],
1019
            "time": "2016-04-13 19:56:01"
1020
        },
1021
        {
1022
            "name": "intervention/image",
1023
            "version": "2.3.7",
1024
            "source": {
1025
                "type": "git",
1026
                "url": "https://github.com/Intervention/image.git",
1027
                "reference": "22088b04728a039bd1fc32f7e79a89a118b78698"
1028
            },
1029
            "dist": {
1030
                "type": "zip",
1031
                "url": "https://api.github.com/repos/Intervention/image/zipball/22088b04728a039bd1fc32f7e79a89a118b78698",
1032
                "reference": "22088b04728a039bd1fc32f7e79a89a118b78698",
1033
                "shasum": ""
1034
            },
1035
            "require": {
1036
                "ext-fileinfo": "*",
1037
                "guzzlehttp/psr7": "~1.1",
1038
                "php": ">=5.4.0"
1039
            },
1040
            "require-dev": {
1041
                "mockery/mockery": "~0.9.2",
1042
                "phpunit/phpunit": "3.*"
1043
            },
1044
            "suggest": {
1045
                "ext-gd": "to use GD library based image processing.",
1046
                "ext-imagick": "to use Imagick based image processing.",
1047
                "intervention/imagecache": "Caching extension for the Intervention Image library"
1048
            },
1049
            "type": "library",
1050
            "extra": {
1051
                "branch-alias": {
1052
                    "dev-master": "2.3-dev"
1053
                }
1054
            },
1055
            "autoload": {
1056
                "psr-4": {
1057
                    "Intervention\\Image\\": "src/Intervention/Image"
1058
                }
1059
            },
1060
            "notification-url": "https://packagist.org/downloads/",
1061
            "license": [
1062
                "MIT"
1063
            ],
1064
            "authors": [
1065
                {
1066
                    "name": "Oliver Vogel",
1067
                    "email": "[email protected]",
1068
                    "homepage": "http://olivervogel.net/"
1069
                }
1070
            ],
1071
            "description": "Image handling and manipulation library with support for Laravel integration",
1072
            "homepage": "http://image.intervention.io/",
1073
            "keywords": [
1074
                "gd",
1075
                "image",
1076
                "imagick",
1077
                "laravel",
1078
                "thumbnail",
1079
                "watermark"
1080
            ],
1081
            "time": "2016-04-26 14:08:40"
1082
        },
1083
        {
1084
            "name": "jakub-onderka/php-console-color",
1085
            "version": "0.1",
1086
            "source": {
1087
                "type": "git",
1088
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1089
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
1090
            },
1091
            "dist": {
1092
                "type": "zip",
1093
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
1094
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
1095
                "shasum": ""
1096
            },
1097
            "require": {
1098
                "php": ">=5.3.2"
1099
            },
1100
            "require-dev": {
1101
                "jakub-onderka/php-code-style": "1.0",
1102
                "jakub-onderka/php-parallel-lint": "0.*",
1103
                "jakub-onderka/php-var-dump-check": "0.*",
1104
                "phpunit/phpunit": "3.7.*",
1105
                "squizlabs/php_codesniffer": "1.*"
1106
            },
1107
            "type": "library",
1108
            "autoload": {
1109
                "psr-0": {
1110
                    "JakubOnderka\\PhpConsoleColor": "src/"
1111
                }
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "BSD-2-Clause"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Jakub Onderka",
1120
                    "email": "[email protected]",
1121
                    "homepage": "http://www.acci.cz"
1122
                }
1123
            ],
1124
            "time": "2014-04-08 15:00:19"
1125
        },
1126
        {
1127
            "name": "jakub-onderka/php-console-highlighter",
1128
            "version": "v0.3.2",
1129
            "source": {
1130
                "type": "git",
1131
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1132
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
1133
            },
1134
            "dist": {
1135
                "type": "zip",
1136
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1137
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1138
                "shasum": ""
1139
            },
1140
            "require": {
1141
                "jakub-onderka/php-console-color": "~0.1",
1142
                "php": ">=5.3.0"
1143
            },
1144
            "require-dev": {
1145
                "jakub-onderka/php-code-style": "~1.0",
1146
                "jakub-onderka/php-parallel-lint": "~0.5",
1147
                "jakub-onderka/php-var-dump-check": "~0.1",
1148
                "phpunit/phpunit": "~4.0",
1149
                "squizlabs/php_codesniffer": "~1.5"
1150
            },
1151
            "type": "library",
1152
            "autoload": {
1153
                "psr-0": {
1154
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
1155
                }
1156
            },
1157
            "notification-url": "https://packagist.org/downloads/",
1158
            "license": [
1159
                "MIT"
1160
            ],
1161
            "authors": [
1162
                {
1163
                    "name": "Jakub Onderka",
1164
                    "email": "[email protected]",
1165
                    "homepage": "http://www.acci.cz/"
1166
                }
1167
            ],
1168
            "time": "2015-04-20 18:58:01"
1169
        },
1170
        {
1171
            "name": "jeremeamia/SuperClosure",
1172
            "version": "2.2.0",
1173
            "source": {
1174
                "type": "git",
1175
                "url": "https://github.com/jeremeamia/super_closure.git",
1176
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
1177
            },
1178
            "dist": {
1179
                "type": "zip",
1180
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
1181
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
1182
                "shasum": ""
1183
            },
1184
            "require": {
1185
                "nikic/php-parser": "^1.2|^2.0",
1186
                "php": ">=5.4",
1187
                "symfony/polyfill-php56": "^1.0"
1188
            },
1189
            "require-dev": {
1190
                "phpunit/phpunit": "^4.0|^5.0"
1191
            },
1192
            "type": "library",
1193
            "extra": {
1194
                "branch-alias": {
1195
                    "dev-master": "2.2-dev"
1196
                }
1197
            },
1198
            "autoload": {
1199
                "psr-4": {
1200
                    "SuperClosure\\": "src/"
1201
                }
1202
            },
1203
            "notification-url": "https://packagist.org/downloads/",
1204
            "license": [
1205
                "MIT"
1206
            ],
1207
            "authors": [
1208
                {
1209
                    "name": "Jeremy Lindblom",
1210
                    "email": "[email protected]",
1211
                    "homepage": "https://github.com/jeremeamia",
1212
                    "role": "Developer"
1213
                }
1214
            ],
1215
            "description": "Serialize Closure objects, including their context and binding",
1216
            "homepage": "https://github.com/jeremeamia/super_closure",
1217
            "keywords": [
1218
                "closure",
1219
                "function",
1220
                "lambda",
1221
                "parser",
1222
                "serializable",
1223
                "serialize",
1224
                "tokenizer"
1225
            ],
1226
            "time": "2015-12-05 17:17:57"
1227
        },
1228
        {
1229
            "name": "larapack/config-writer",
1230
            "version": "v1.0.1",
1231
            "source": {
1232
                "type": "git",
1233
                "url": "https://github.com/larapack/config-writer.git",
1234
                "reference": "b36a716833240fe9e8b4b4d007b68ef9e91a1124"
1235
            },
1236
            "dist": {
1237
                "type": "zip",
1238
                "url": "https://api.github.com/repos/larapack/config-writer/zipball/b36a716833240fe9e8b4b4d007b68ef9e91a1124",
1239
                "reference": "b36a716833240fe9e8b4b4d007b68ef9e91a1124",
1240
                "shasum": ""
1241
            },
1242
            "type": "package",
1243
            "autoload": {
1244
                "psr-4": {
1245
                    "": "src/"
1246
                }
1247
            },
1248
            "notification-url": "https://packagist.org/downloads/",
1249
            "license": [
1250
                "MIT"
1251
            ],
1252
            "description": "Save changes to the configuration file in script.",
1253
            "keywords": [
1254
                "config",
1255
                "larapack",
1256
                "laravel",
1257
                "package",
1258
                "save",
1259
                "writer"
1260
            ],
1261
            "time": "2016-04-28 12:45:27"
1262
        },
1263
        {
1264
            "name": "laravel/framework",
1265
            "version": "v5.2.32",
1266
            "source": {
1267
                "type": "git",
1268
                "url": "https://github.com/laravel/framework.git",
1269
                "reference": "f688217113f70b01d0e127da9035195415812bef"
1270
            },
1271
            "dist": {
1272
                "type": "zip",
1273
                "url": "https://api.github.com/repos/laravel/framework/zipball/f688217113f70b01d0e127da9035195415812bef",
1274
                "reference": "f688217113f70b01d0e127da9035195415812bef",
1275
                "shasum": ""
1276
            },
1277
            "require": {
1278
                "classpreloader/classpreloader": "~3.0",
1279
                "doctrine/inflector": "~1.0",
1280
                "ext-mbstring": "*",
1281
                "ext-openssl": "*",
1282
                "jeremeamia/superclosure": "~2.2",
1283
                "league/flysystem": "~1.0",
1284
                "monolog/monolog": "~1.11",
1285
                "mtdowling/cron-expression": "~1.0",
1286
                "nesbot/carbon": "~1.20",
1287
                "paragonie/random_compat": "~1.4",
1288
                "php": ">=5.5.9",
1289
                "psy/psysh": "0.7.*",
1290
                "swiftmailer/swiftmailer": "~5.1",
1291
                "symfony/console": "2.8.*|3.0.*",
1292
                "symfony/debug": "2.8.*|3.0.*",
1293
                "symfony/finder": "2.8.*|3.0.*",
1294
                "symfony/http-foundation": "2.8.*|3.0.*",
1295
                "symfony/http-kernel": "2.8.*|3.0.*",
1296
                "symfony/polyfill-php56": "~1.0",
1297
                "symfony/process": "2.8.*|3.0.*",
1298
                "symfony/routing": "2.8.*|3.0.*",
1299
                "symfony/translation": "2.8.*|3.0.*",
1300
                "symfony/var-dumper": "2.8.*|3.0.*",
1301
                "vlucas/phpdotenv": "~2.2"
1302
            },
1303
            "replace": {
1304
                "illuminate/auth": "self.version",
1305
                "illuminate/broadcasting": "self.version",
1306
                "illuminate/bus": "self.version",
1307
                "illuminate/cache": "self.version",
1308
                "illuminate/config": "self.version",
1309
                "illuminate/console": "self.version",
1310
                "illuminate/container": "self.version",
1311
                "illuminate/contracts": "self.version",
1312
                "illuminate/cookie": "self.version",
1313
                "illuminate/database": "self.version",
1314
                "illuminate/encryption": "self.version",
1315
                "illuminate/events": "self.version",
1316
                "illuminate/exception": "self.version",
1317
                "illuminate/filesystem": "self.version",
1318
                "illuminate/hashing": "self.version",
1319
                "illuminate/http": "self.version",
1320
                "illuminate/log": "self.version",
1321
                "illuminate/mail": "self.version",
1322
                "illuminate/pagination": "self.version",
1323
                "illuminate/pipeline": "self.version",
1324
                "illuminate/queue": "self.version",
1325
                "illuminate/redis": "self.version",
1326
                "illuminate/routing": "self.version",
1327
                "illuminate/session": "self.version",
1328
                "illuminate/support": "self.version",
1329
                "illuminate/translation": "self.version",
1330
                "illuminate/validation": "self.version",
1331
                "illuminate/view": "self.version"
1332
            },
1333
            "require-dev": {
1334
                "aws/aws-sdk-php": "~3.0",
1335
                "mockery/mockery": "~0.9.4",
1336
                "pda/pheanstalk": "~3.0",
1337
                "phpunit/phpunit": "~4.1",
1338
                "predis/predis": "~1.0",
1339
                "symfony/css-selector": "2.8.*|3.0.*",
1340
                "symfony/dom-crawler": "2.8.*|3.0.*"
1341
            },
1342
            "suggest": {
1343
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
1344
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
1345
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1346
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
1347
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1348
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1349
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1350
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
1351
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
1352
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
1353
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
1354
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
1355
            },
1356
            "type": "library",
1357
            "extra": {
1358
                "branch-alias": {
1359
                    "dev-master": "5.2-dev"
1360
                }
1361
            },
1362
            "autoload": {
1363
                "classmap": [
1364
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
1365
                ],
1366
                "files": [
1367
                    "src/Illuminate/Foundation/helpers.php",
1368
                    "src/Illuminate/Support/helpers.php"
1369
                ],
1370
                "psr-4": {
1371
                    "Illuminate\\": "src/Illuminate/"
1372
                }
1373
            },
1374
            "notification-url": "https://packagist.org/downloads/",
1375
            "license": [
1376
                "MIT"
1377
            ],
1378
            "authors": [
1379
                {
1380
                    "name": "Taylor Otwell",
1381
                    "email": "[email protected]"
1382
                }
1383
            ],
1384
            "description": "The Laravel Framework.",
1385
            "homepage": "http://laravel.com",
1386
            "keywords": [
1387
                "framework",
1388
                "laravel"
1389
            ],
1390
            "time": "2016-05-17 13:24:40"
1391
        },
1392
        {
1393
            "name": "league/flysystem",
1394
            "version": "1.0.22",
1395
            "source": {
1396
                "type": "git",
1397
                "url": "https://github.com/thephpleague/flysystem.git",
1398
                "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612"
1399
            },
1400
            "dist": {
1401
                "type": "zip",
1402
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
1403
                "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
1404
                "shasum": ""
1405
            },
1406
            "require": {
1407
                "php": ">=5.4.0"
1408
            },
1409
            "conflict": {
1410
                "league/flysystem-sftp": "<1.0.6"
1411
            },
1412
            "require-dev": {
1413
                "ext-fileinfo": "*",
1414
                "mockery/mockery": "~0.9",
1415
                "phpspec/phpspec": "^2.2",
1416
                "phpunit/phpunit": "~4.8 || ~5.0"
1417
            },
1418
            "suggest": {
1419
                "ext-fileinfo": "Required for MimeType",
1420
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1421
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1422
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1423
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1424
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1425
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1426
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1427
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1428
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1429
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1430
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1431
            },
1432
            "type": "library",
1433
            "extra": {
1434
                "branch-alias": {
1435
                    "dev-master": "1.1-dev"
1436
                }
1437
            },
1438
            "autoload": {
1439
                "psr-4": {
1440
                    "League\\Flysystem\\": "src/"
1441
                }
1442
            },
1443
            "notification-url": "https://packagist.org/downloads/",
1444
            "license": [
1445
                "MIT"
1446
            ],
1447
            "authors": [
1448
                {
1449
                    "name": "Frank de Jonge",
1450
                    "email": "[email protected]"
1451
                }
1452
            ],
1453
            "description": "Filesystem abstraction: Many filesystems, one API.",
1454
            "keywords": [
1455
                "Cloud Files",
1456
                "WebDAV",
1457
                "abstraction",
1458
                "aws",
1459
                "cloud",
1460
                "copy.com",
1461
                "dropbox",
1462
                "file systems",
1463
                "files",
1464
                "filesystem",
1465
                "filesystems",
1466
                "ftp",
1467
                "rackspace",
1468
                "remote",
1469
                "s3",
1470
                "sftp",
1471
                "storage"
1472
            ],
1473
            "time": "2016-04-28 06:53:12"
1474
        },
1475
        {
1476
            "name": "league/fractal",
1477
            "version": "0.13.0",
1478
            "source": {
1479
                "type": "git",
1480
                "url": "https://github.com/thephpleague/fractal.git",
1481
                "reference": "3caeefbad51bce7a06947321938128512f42346c"
1482
            },
1483
            "dist": {
1484
                "type": "zip",
1485
                "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c",
1486
                "reference": "3caeefbad51bce7a06947321938128512f42346c",
1487
                "shasum": ""
1488
            },
1489
            "require": {
1490
                "php": ">=5.4"
1491
            },
1492
            "require-dev": {
1493
                "illuminate/contracts": "~5.0",
1494
                "mockery/mockery": "~0.9",
1495
                "pagerfanta/pagerfanta": "~1.0.0",
1496
                "phpunit/phpunit": "~4.0",
1497
                "squizlabs/php_codesniffer": "~1.5",
1498
                "zendframework/zend-paginator": "~2.3"
1499
            },
1500
            "suggest": {
1501
                "illuminate/pagination": "The Illuminate Pagination component.",
1502
                "pagerfanta/pagerfanta": "Pagerfanta Paginator",
1503
                "zendframework/zend-paginator": "Zend Framework Paginator"
1504
            },
1505
            "type": "library",
1506
            "extra": {
1507
                "branch-alias": {
1508
                    "dev-master": "0.13-dev"
1509
                }
1510
            },
1511
            "autoload": {
1512
                "psr-4": {
1513
                    "League\\Fractal\\": "src"
1514
                }
1515
            },
1516
            "notification-url": "https://packagist.org/downloads/",
1517
            "license": [
1518
                "MIT"
1519
            ],
1520
            "authors": [
1521
                {
1522
                    "name": "Phil Sturgeon",
1523
                    "email": "[email protected]",
1524
                    "homepage": "http://philsturgeon.uk/",
1525
                    "role": "Developer"
1526
                }
1527
            ],
1528
            "description": "Handle the output of complex data structures ready for API output.",
1529
            "homepage": "http://fractal.thephpleague.com/",
1530
            "keywords": [
1531
                "api",
1532
                "json",
1533
                "league",
1534
                "rest"
1535
            ],
1536
            "time": "2015-10-07 14:48:58"
1537
        },
1538
        {
1539
            "name": "maximebf/debugbar",
1540
            "version": "v1.11.1",
1541
            "source": {
1542
                "type": "git",
1543
                "url": "https://github.com/maximebf/php-debugbar.git",
1544
                "reference": "d9302891c1f0a0ac5a4f66725163a00537c6359f"
1545
            },
1546
            "dist": {
1547
                "type": "zip",
1548
                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/d9302891c1f0a0ac5a4f66725163a00537c6359f",
1549
                "reference": "d9302891c1f0a0ac5a4f66725163a00537c6359f",
1550
                "shasum": ""
1551
            },
1552
            "require": {
1553
                "php": ">=5.3.0",
1554
                "psr/log": "^1.0",
1555
                "symfony/var-dumper": "^2.6|^3.0"
1556
            },
1557
            "require-dev": {
1558
                "phpunit/phpunit": "^4.0|^5.0"
1559
            },
1560
            "suggest": {
1561
                "kriswallsmith/assetic": "The best way to manage assets",
1562
                "monolog/monolog": "Log using Monolog",
1563
                "predis/predis": "Redis storage"
1564
            },
1565
            "type": "library",
1566
            "extra": {
1567
                "branch-alias": {
1568
                    "dev-master": "1.11-dev"
1569
                }
1570
            },
1571
            "autoload": {
1572
                "psr-4": {
1573
                    "DebugBar\\": "src/DebugBar/"
1574
                }
1575
            },
1576
            "notification-url": "https://packagist.org/downloads/",
1577
            "license": [
1578
                "MIT"
1579
            ],
1580
            "authors": [
1581
                {
1582
                    "name": "Maxime Bouroumeau-Fuseau",
1583
                    "email": "[email protected]",
1584
                    "homepage": "http://maximebf.com"
1585
                },
1586
                {
1587
                    "name": "Barry vd. Heuvel",
1588
                    "email": "[email protected]"
1589
                }
1590
            ],
1591
            "description": "Debug bar in the browser for php application",
1592
            "homepage": "https://github.com/maximebf/php-debugbar",
1593
            "keywords": [
1594
                "debug",
1595
                "debugbar"
1596
            ],
1597
            "time": "2016-01-22 12:22:23"
1598
        },
1599
        {
1600
            "name": "monolog/monolog",
1601
            "version": "1.19.0",
1602
            "source": {
1603
                "type": "git",
1604
                "url": "https://github.com/Seldaek/monolog.git",
1605
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
1606
            },
1607
            "dist": {
1608
                "type": "zip",
1609
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1610
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1611
                "shasum": ""
1612
            },
1613
            "require": {
1614
                "php": ">=5.3.0",
1615
                "psr/log": "~1.0"
1616
            },
1617
            "provide": {
1618
                "psr/log-implementation": "1.0.0"
1619
            },
1620
            "require-dev": {
1621
                "aws/aws-sdk-php": "^2.4.9",
1622
                "doctrine/couchdb": "~1.0@dev",
1623
                "graylog2/gelf-php": "~1.0",
1624
                "jakub-onderka/php-parallel-lint": "0.9",
1625
                "php-amqplib/php-amqplib": "~2.4",
1626
                "php-console/php-console": "^3.1.3",
1627
                "phpunit/phpunit": "~4.5",
1628
                "phpunit/phpunit-mock-objects": "2.3.0",
1629
                "raven/raven": "^0.13",
1630
                "ruflin/elastica": ">=0.90 <3.0",
1631
                "swiftmailer/swiftmailer": "~5.3"
1632
            },
1633
            "suggest": {
1634
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1635
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1636
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1637
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1638
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1639
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1640
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1641
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1642
                "raven/raven": "Allow sending log messages to a Sentry server",
1643
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1644
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1645
            },
1646
            "type": "library",
1647
            "extra": {
1648
                "branch-alias": {
1649
                    "dev-master": "2.0.x-dev"
1650
                }
1651
            },
1652
            "autoload": {
1653
                "psr-4": {
1654
                    "Monolog\\": "src/Monolog"
1655
                }
1656
            },
1657
            "notification-url": "https://packagist.org/downloads/",
1658
            "license": [
1659
                "MIT"
1660
            ],
1661
            "authors": [
1662
                {
1663
                    "name": "Jordi Boggiano",
1664
                    "email": "[email protected]",
1665
                    "homepage": "http://seld.be"
1666
                }
1667
            ],
1668
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1669
            "homepage": "http://github.com/Seldaek/monolog",
1670
            "keywords": [
1671
                "log",
1672
                "logging",
1673
                "psr-3"
1674
            ],
1675
            "time": "2016-04-12 18:29:35"
1676
        },
1677
        {
1678
            "name": "mtdowling/cron-expression",
1679
            "version": "v1.1.0",
1680
            "source": {
1681
                "type": "git",
1682
                "url": "https://github.com/mtdowling/cron-expression.git",
1683
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
1684
            },
1685
            "dist": {
1686
                "type": "zip",
1687
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1688
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1689
                "shasum": ""
1690
            },
1691
            "require": {
1692
                "php": ">=5.3.2"
1693
            },
1694
            "require-dev": {
1695
                "phpunit/phpunit": "~4.0|~5.0"
1696
            },
1697
            "type": "library",
1698
            "autoload": {
1699
                "psr-0": {
1700
                    "Cron": "src/"
1701
                }
1702
            },
1703
            "notification-url": "https://packagist.org/downloads/",
1704
            "license": [
1705
                "MIT"
1706
            ],
1707
            "authors": [
1708
                {
1709
                    "name": "Michael Dowling",
1710
                    "email": "[email protected]",
1711
                    "homepage": "https://github.com/mtdowling"
1712
                }
1713
            ],
1714
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1715
            "keywords": [
1716
                "cron",
1717
                "schedule"
1718
            ],
1719
            "time": "2016-01-26 21:23:30"
1720
        },
1721
        {
1722
            "name": "nesbot/carbon",
1723
            "version": "1.21.0",
1724
            "source": {
1725
                "type": "git",
1726
                "url": "https://github.com/briannesbitt/Carbon.git",
1727
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1728
            },
1729
            "dist": {
1730
                "type": "zip",
1731
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1732
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1733
                "shasum": ""
1734
            },
1735
            "require": {
1736
                "php": ">=5.3.0",
1737
                "symfony/translation": "~2.6|~3.0"
1738
            },
1739
            "require-dev": {
1740
                "phpunit/phpunit": "~4.0|~5.0"
1741
            },
1742
            "type": "library",
1743
            "autoload": {
1744
                "psr-4": {
1745
                    "Carbon\\": "src/Carbon/"
1746
                }
1747
            },
1748
            "notification-url": "https://packagist.org/downloads/",
1749
            "license": [
1750
                "MIT"
1751
            ],
1752
            "authors": [
1753
                {
1754
                    "name": "Brian Nesbitt",
1755
                    "email": "[email protected]",
1756
                    "homepage": "http://nesbot.com"
1757
                }
1758
            ],
1759
            "description": "A simple API extension for DateTime.",
1760
            "homepage": "http://carbon.nesbot.com",
1761
            "keywords": [
1762
                "date",
1763
                "datetime",
1764
                "time"
1765
            ],
1766
            "time": "2015-11-04 20:07:17"
1767
        },
1768
        {
1769
            "name": "nikic/php-parser",
1770
            "version": "v2.1.0",
1771
            "source": {
1772
                "type": "git",
1773
                "url": "https://github.com/nikic/PHP-Parser.git",
1774
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
1775
            },
1776
            "dist": {
1777
                "type": "zip",
1778
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
1779
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
1780
                "shasum": ""
1781
            },
1782
            "require": {
1783
                "ext-tokenizer": "*",
1784
                "php": ">=5.4"
1785
            },
1786
            "require-dev": {
1787
                "phpunit/phpunit": "~4.0"
1788
            },
1789
            "bin": [
1790
                "bin/php-parse"
1791
            ],
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "2.1-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-4": {
1800
                    "PhpParser\\": "lib/PhpParser"
1801
                }
1802
            },
1803
            "notification-url": "https://packagist.org/downloads/",
1804
            "license": [
1805
                "BSD-3-Clause"
1806
            ],
1807
            "authors": [
1808
                {
1809
                    "name": "Nikita Popov"
1810
                }
1811
            ],
1812
            "description": "A PHP parser written in PHP",
1813
            "keywords": [
1814
                "parser",
1815
                "php"
1816
            ],
1817
            "time": "2016-04-19 13:41:41"
1818
        },
1819
        {
1820
            "name": "paragonie/random_compat",
1821
            "version": "v1.4.1",
1822
            "source": {
1823
                "type": "git",
1824
                "url": "https://github.com/paragonie/random_compat.git",
1825
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
1826
            },
1827
            "dist": {
1828
                "type": "zip",
1829
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
1830
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
1831
                "shasum": ""
1832
            },
1833
            "require": {
1834
                "php": ">=5.2.0"
1835
            },
1836
            "require-dev": {
1837
                "phpunit/phpunit": "4.*|5.*"
1838
            },
1839
            "suggest": {
1840
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1841
            },
1842
            "type": "library",
1843
            "autoload": {
1844
                "files": [
1845
                    "lib/random.php"
1846
                ]
1847
            },
1848
            "notification-url": "https://packagist.org/downloads/",
1849
            "license": [
1850
                "MIT"
1851
            ],
1852
            "authors": [
1853
                {
1854
                    "name": "Paragon Initiative Enterprises",
1855
                    "email": "[email protected]",
1856
                    "homepage": "https://paragonie.com"
1857
                }
1858
            ],
1859
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1860
            "keywords": [
1861
                "csprng",
1862
                "pseudorandom",
1863
                "random"
1864
            ],
1865
            "time": "2016-03-18 20:34:03"
1866
        },
1867
        {
1868
            "name": "psr/http-message",
1869
            "version": "1.0",
1870
            "source": {
1871
                "type": "git",
1872
                "url": "https://github.com/php-fig/http-message.git",
1873
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1874
            },
1875
            "dist": {
1876
                "type": "zip",
1877
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1878
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1879
                "shasum": ""
1880
            },
1881
            "require": {
1882
                "php": ">=5.3.0"
1883
            },
1884
            "type": "library",
1885
            "extra": {
1886
                "branch-alias": {
1887
                    "dev-master": "1.0.x-dev"
1888
                }
1889
            },
1890
            "autoload": {
1891
                "psr-4": {
1892
                    "Psr\\Http\\Message\\": "src/"
1893
                }
1894
            },
1895
            "notification-url": "https://packagist.org/downloads/",
1896
            "license": [
1897
                "MIT"
1898
            ],
1899
            "authors": [
1900
                {
1901
                    "name": "PHP-FIG",
1902
                    "homepage": "http://www.php-fig.org/"
1903
                }
1904
            ],
1905
            "description": "Common interface for HTTP messages",
1906
            "keywords": [
1907
                "http",
1908
                "http-message",
1909
                "psr",
1910
                "psr-7",
1911
                "request",
1912
                "response"
1913
            ],
1914
            "time": "2015-05-04 20:22:00"
1915
        },
1916
        {
1917
            "name": "psr/log",
1918
            "version": "1.0.0",
1919
            "source": {
1920
                "type": "git",
1921
                "url": "https://github.com/php-fig/log.git",
1922
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1923
            },
1924
            "dist": {
1925
                "type": "zip",
1926
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1927
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1928
                "shasum": ""
1929
            },
1930
            "type": "library",
1931
            "autoload": {
1932
                "psr-0": {
1933
                    "Psr\\Log\\": ""
1934
                }
1935
            },
1936
            "notification-url": "https://packagist.org/downloads/",
1937
            "license": [
1938
                "MIT"
1939
            ],
1940
            "authors": [
1941
                {
1942
                    "name": "PHP-FIG",
1943
                    "homepage": "http://www.php-fig.org/"
1944
                }
1945
            ],
1946
            "description": "Common interface for logging libraries",
1947
            "keywords": [
1948
                "log",
1949
                "psr",
1950
                "psr-3"
1951
            ],
1952
            "time": "2012-12-21 11:40:51"
1953
        },
1954
        {
1955
            "name": "psy/psysh",
1956
            "version": "v0.7.2",
1957
            "source": {
1958
                "type": "git",
1959
                "url": "https://github.com/bobthecow/psysh.git",
1960
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
1961
            },
1962
            "dist": {
1963
                "type": "zip",
1964
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
1965
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
1966
                "shasum": ""
1967
            },
1968
            "require": {
1969
                "dnoegel/php-xdg-base-dir": "0.1",
1970
                "jakub-onderka/php-console-highlighter": "0.3.*",
1971
                "nikic/php-parser": "^1.2.1|~2.0",
1972
                "php": ">=5.3.9",
1973
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
1974
                "symfony/var-dumper": "~2.7|~3.0"
1975
            },
1976
            "require-dev": {
1977
                "fabpot/php-cs-fixer": "~1.5",
1978
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
1979
                "squizlabs/php_codesniffer": "~2.0",
1980
                "symfony/finder": "~2.1|~3.0"
1981
            },
1982
            "suggest": {
1983
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1984
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1985
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1986
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1987
            },
1988
            "bin": [
1989
                "bin/psysh"
1990
            ],
1991
            "type": "library",
1992
            "extra": {
1993
                "branch-alias": {
1994
                    "dev-develop": "0.8.x-dev"
1995
                }
1996
            },
1997
            "autoload": {
1998
                "files": [
1999
                    "src/Psy/functions.php"
2000
                ],
2001
                "psr-4": {
2002
                    "Psy\\": "src/Psy/"
2003
                }
2004
            },
2005
            "notification-url": "https://packagist.org/downloads/",
2006
            "license": [
2007
                "MIT"
2008
            ],
2009
            "authors": [
2010
                {
2011
                    "name": "Justin Hileman",
2012
                    "email": "[email protected]",
2013
                    "homepage": "http://justinhileman.com"
2014
                }
2015
            ],
2016
            "description": "An interactive shell for modern PHP.",
2017
            "homepage": "http://psysh.org",
2018
            "keywords": [
2019
                "REPL",
2020
                "console",
2021
                "interactive",
2022
                "shell"
2023
            ],
2024
            "time": "2016-03-09 05:03:14"
2025
        },
2026
        {
2027
            "name": "silber/bouncer",
2028
            "version": "v0.1.7",
2029
            "source": {
2030
                "type": "git",
2031
                "url": "https://github.com/JosephSilber/bouncer.git",
2032
                "reference": "badf3107c1b801d42e36be93cc639d1e7356f391"
2033
            },
2034
            "dist": {
2035
                "type": "zip",
2036
                "url": "https://api.github.com/repos/JosephSilber/bouncer/zipball/badf3107c1b801d42e36be93cc639d1e7356f391",
2037
                "reference": "badf3107c1b801d42e36be93cc639d1e7356f391",
2038
                "shasum": ""
2039
            },
2040
            "require": {
2041
                "illuminate/auth": "~5.1.20|5.2.*",
2042
                "illuminate/container": "~5.1.20|5.2.*",
2043
                "illuminate/contracts": "~5.1.20|5.2.*",
2044
                "illuminate/database": "~5.1.20|5.2.*"
2045
            },
2046
            "require-dev": {
2047
                "illuminate/cache": "~5.1.20|5.2.*",
2048
                "illuminate/console": "~5.1.20|5.2.*",
2049
                "phpunit/phpunit": "^4.8"
2050
            },
2051
            "suggest": {
2052
                "illuminate/cache": "Allows caching the bouncer's database queries",
2053
                "illuminate/console": "Allows running registered bouncer seeders via artisan"
2054
            },
2055
            "type": "library",
2056
            "autoload": {
2057
                "psr-4": {
2058
                    "Silber\\Bouncer\\": "src/"
2059
                }
2060
            },
2061
            "notification-url": "https://packagist.org/downloads/",
2062
            "license": [
2063
                "MIT"
2064
            ],
2065
            "authors": [
2066
                {
2067
                    "name": "Joseph Silber",
2068
                    "email": "[email protected]"
2069
                }
2070
            ],
2071
            "description": "Bouncer handles roles and abilities for Laravel's ACL.",
2072
            "keywords": [
2073
                "abilities",
2074
                "acl",
2075
                "capabilities",
2076
                "laravel",
2077
                "permissions",
2078
                "roles"
2079
            ],
2080
            "time": "2016-02-24 02:35:11"
2081
        },
2082
        {
2083
            "name": "spatie/db-dumper",
2084
            "version": "1.4.0",
2085
            "source": {
2086
                "type": "git",
2087
                "url": "https://github.com/spatie/db-dumper.git",
2088
                "reference": "3bfcfc29c8c71b0f2da224c1a0d4720f8a370242"
2089
            },
2090
            "dist": {
2091
                "type": "zip",
2092
                "url": "https://api.github.com/repos/spatie/db-dumper/zipball/3bfcfc29c8c71b0f2da224c1a0d4720f8a370242",
2093
                "reference": "3bfcfc29c8c71b0f2da224c1a0d4720f8a370242",
2094
                "shasum": ""
2095
            },
2096
            "require": {
2097
                "php": "^5.5|^7.0",
2098
                "symfony/process": "^2.7|^3.0"
2099
            },
2100
            "require-dev": {
2101
                "phpunit/phpunit": "^4.8"
2102
            },
2103
            "type": "library",
2104
            "autoload": {
2105
                "psr-4": {
2106
                    "Spatie\\DbDumper\\": "src"
2107
                }
2108
            },
2109
            "notification-url": "https://packagist.org/downloads/",
2110
            "license": [
2111
                "MIT"
2112
            ],
2113
            "authors": [
2114
                {
2115
                    "name": "Freek Van der Herten",
2116
                    "email": "[email protected]",
2117
                    "homepage": "https://spatie.be",
2118
                    "role": "Developer"
2119
                }
2120
            ],
2121
            "description": "Dump databases",
2122
            "homepage": "https://github.com/spatie/db-dumper",
2123
            "keywords": [
2124
                "database",
2125
                "db-dumper",
2126
                "dump",
2127
                "mysqldump",
2128
                "spatie"
2129
            ],
2130
            "time": "2016-04-27 20:49:36"
2131
        },
2132
        {
2133
            "name": "spatie/laravel-backup",
2134
            "version": "3.7.1",
2135
            "source": {
2136
                "type": "git",
2137
                "url": "https://github.com/spatie/laravel-backup.git",
2138
                "reference": "7aa6c2991f9a0bce338adc02ed7ce3b82c72d9f9"
2139
            },
2140
            "dist": {
2141
                "type": "zip",
2142
                "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/7aa6c2991f9a0bce338adc02ed7ce3b82c72d9f9",
2143
                "reference": "7aa6c2991f9a0bce338adc02ed7ce3b82c72d9f9",
2144
                "shasum": ""
2145
            },
2146
            "require": {
2147
                "illuminate/console": "^5.1",
2148
                "illuminate/filesystem": "^5.1.20",
2149
                "illuminate/support": "^5.1",
2150
                "league/flysystem": "^1.0.8",
2151
                "php": "^5.5|^7.0",
2152
                "spatie/db-dumper": "^1.3",
2153
                "symfony/finder": "^2.7|^3.0"
2154
            },
2155
            "require-dev": {
2156
                "mockery/mockery": "^0.9.4",
2157
                "orchestra/testbench": "^3.2",
2158
                "phpunit/phpunit": "^4.8"
2159
            },
2160
            "suggest": {
2161
                "maknz/slack": "Allows notifications to be sent via Slack"
2162
            },
2163
            "type": "library",
2164
            "autoload": {
2165
                "psr-4": {
2166
                    "Spatie\\Backup\\": "src"
2167
                },
2168
                "files": [
2169
                    "src/Helpers/functions.php"
2170
                ]
2171
            },
2172
            "notification-url": "https://packagist.org/downloads/",
2173
            "license": [
2174
                "MIT"
2175
            ],
2176
            "authors": [
2177
                {
2178
                    "name": "Freek Van der Herten",
2179
                    "email": "[email protected]",
2180
                    "homepage": "https://spatie.be",
2181
                    "role": "Developer"
2182
                }
2183
            ],
2184
            "description": "A Laravel 5 package to backup your application",
2185
            "homepage": "https://github.com/spatie/laravel-backup",
2186
            "keywords": [
2187
                "backup",
2188
                "database",
2189
                "laravel-backup",
2190
                "spatie"
2191
            ],
2192
            "time": "2016-05-13 14:17:06"
2193
        },
2194
        {
2195
            "name": "swiftmailer/swiftmailer",
2196
            "version": "v5.4.2",
2197
            "source": {
2198
                "type": "git",
2199
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2200
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
2201
            },
2202
            "dist": {
2203
                "type": "zip",
2204
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
2205
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
2206
                "shasum": ""
2207
            },
2208
            "require": {
2209
                "php": ">=5.3.3"
2210
            },
2211
            "require-dev": {
2212
                "mockery/mockery": "~0.9.1,<0.9.4"
2213
            },
2214
            "type": "library",
2215
            "extra": {
2216
                "branch-alias": {
2217
                    "dev-master": "5.4-dev"
2218
                }
2219
            },
2220
            "autoload": {
2221
                "files": [
2222
                    "lib/swift_required.php"
2223
                ]
2224
            },
2225
            "notification-url": "https://packagist.org/downloads/",
2226
            "license": [
2227
                "MIT"
2228
            ],
2229
            "authors": [
2230
                {
2231
                    "name": "Chris Corbyn"
2232
                },
2233
                {
2234
                    "name": "Fabien Potencier",
2235
                    "email": "[email protected]"
2236
                }
2237
            ],
2238
            "description": "Swiftmailer, free feature-rich PHP mailer",
2239
            "homepage": "http://swiftmailer.org",
2240
            "keywords": [
2241
                "email",
2242
                "mail",
2243
                "mailer"
2244
            ],
2245
            "time": "2016-05-01 08:45:47"
2246
        },
2247
        {
2248
            "name": "symfony/console",
2249
            "version": "v3.0.6",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/symfony/console.git",
2253
                "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/symfony/console/zipball/34a214710e0714b6efcf40ba3cd1e31373a97820",
2258
                "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "php": ">=5.5.9",
2263
                "symfony/polyfill-mbstring": "~1.0"
2264
            },
2265
            "require-dev": {
2266
                "psr/log": "~1.0",
2267
                "symfony/event-dispatcher": "~2.8|~3.0",
2268
                "symfony/process": "~2.8|~3.0"
2269
            },
2270
            "suggest": {
2271
                "psr/log": "For using the console logger",
2272
                "symfony/event-dispatcher": "",
2273
                "symfony/process": ""
2274
            },
2275
            "type": "library",
2276
            "extra": {
2277
                "branch-alias": {
2278
                    "dev-master": "3.0-dev"
2279
                }
2280
            },
2281
            "autoload": {
2282
                "psr-4": {
2283
                    "Symfony\\Component\\Console\\": ""
2284
                },
2285
                "exclude-from-classmap": [
2286
                    "/Tests/"
2287
                ]
2288
            },
2289
            "notification-url": "https://packagist.org/downloads/",
2290
            "license": [
2291
                "MIT"
2292
            ],
2293
            "authors": [
2294
                {
2295
                    "name": "Fabien Potencier",
2296
                    "email": "[email protected]"
2297
                },
2298
                {
2299
                    "name": "Symfony Community",
2300
                    "homepage": "https://symfony.com/contributors"
2301
                }
2302
            ],
2303
            "description": "Symfony Console Component",
2304
            "homepage": "https://symfony.com",
2305
            "time": "2016-04-28 09:48:42"
2306
        },
2307
        {
2308
            "name": "symfony/debug",
2309
            "version": "v3.0.6",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/symfony/debug.git",
2313
                "reference": "a06d10888a45afd97534506afb058ec38d9ba35b"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/symfony/debug/zipball/a06d10888a45afd97534506afb058ec38d9ba35b",
2318
                "reference": "a06d10888a45afd97534506afb058ec38d9ba35b",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "php": ">=5.5.9",
2323
                "psr/log": "~1.0"
2324
            },
2325
            "conflict": {
2326
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2327
            },
2328
            "require-dev": {
2329
                "symfony/class-loader": "~2.8|~3.0",
2330
                "symfony/http-kernel": "~2.8|~3.0"
2331
            },
2332
            "type": "library",
2333
            "extra": {
2334
                "branch-alias": {
2335
                    "dev-master": "3.0-dev"
2336
                }
2337
            },
2338
            "autoload": {
2339
                "psr-4": {
2340
                    "Symfony\\Component\\Debug\\": ""
2341
                },
2342
                "exclude-from-classmap": [
2343
                    "/Tests/"
2344
                ]
2345
            },
2346
            "notification-url": "https://packagist.org/downloads/",
2347
            "license": [
2348
                "MIT"
2349
            ],
2350
            "authors": [
2351
                {
2352
                    "name": "Fabien Potencier",
2353
                    "email": "[email protected]"
2354
                },
2355
                {
2356
                    "name": "Symfony Community",
2357
                    "homepage": "https://symfony.com/contributors"
2358
                }
2359
            ],
2360
            "description": "Symfony Debug Component",
2361
            "homepage": "https://symfony.com",
2362
            "time": "2016-03-30 10:41:14"
2363
        },
2364
        {
2365
            "name": "symfony/event-dispatcher",
2366
            "version": "v3.0.6",
2367
            "source": {
2368
                "type": "git",
2369
                "url": "https://github.com/symfony/event-dispatcher.git",
2370
                "reference": "807dde98589f9b2b00624dca326740380d78dbbc"
2371
            },
2372
            "dist": {
2373
                "type": "zip",
2374
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/807dde98589f9b2b00624dca326740380d78dbbc",
2375
                "reference": "807dde98589f9b2b00624dca326740380d78dbbc",
2376
                "shasum": ""
2377
            },
2378
            "require": {
2379
                "php": ">=5.5.9"
2380
            },
2381
            "require-dev": {
2382
                "psr/log": "~1.0",
2383
                "symfony/config": "~2.8|~3.0",
2384
                "symfony/dependency-injection": "~2.8|~3.0",
2385
                "symfony/expression-language": "~2.8|~3.0",
2386
                "symfony/stopwatch": "~2.8|~3.0"
2387
            },
2388
            "suggest": {
2389
                "symfony/dependency-injection": "",
2390
                "symfony/http-kernel": ""
2391
            },
2392
            "type": "library",
2393
            "extra": {
2394
                "branch-alias": {
2395
                    "dev-master": "3.0-dev"
2396
                }
2397
            },
2398
            "autoload": {
2399
                "psr-4": {
2400
                    "Symfony\\Component\\EventDispatcher\\": ""
2401
                },
2402
                "exclude-from-classmap": [
2403
                    "/Tests/"
2404
                ]
2405
            },
2406
            "notification-url": "https://packagist.org/downloads/",
2407
            "license": [
2408
                "MIT"
2409
            ],
2410
            "authors": [
2411
                {
2412
                    "name": "Fabien Potencier",
2413
                    "email": "[email protected]"
2414
                },
2415
                {
2416
                    "name": "Symfony Community",
2417
                    "homepage": "https://symfony.com/contributors"
2418
                }
2419
            ],
2420
            "description": "Symfony EventDispatcher Component",
2421
            "homepage": "https://symfony.com",
2422
            "time": "2016-05-05 06:56:13"
2423
        },
2424
        {
2425
            "name": "symfony/finder",
2426
            "version": "v3.0.6",
2427
            "source": {
2428
                "type": "git",
2429
                "url": "https://github.com/symfony/finder.git",
2430
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52"
2431
            },
2432
            "dist": {
2433
                "type": "zip",
2434
                "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52",
2435
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
2436
                "shasum": ""
2437
            },
2438
            "require": {
2439
                "php": ">=5.5.9"
2440
            },
2441
            "type": "library",
2442
            "extra": {
2443
                "branch-alias": {
2444
                    "dev-master": "3.0-dev"
2445
                }
2446
            },
2447
            "autoload": {
2448
                "psr-4": {
2449
                    "Symfony\\Component\\Finder\\": ""
2450
                },
2451
                "exclude-from-classmap": [
2452
                    "/Tests/"
2453
                ]
2454
            },
2455
            "notification-url": "https://packagist.org/downloads/",
2456
            "license": [
2457
                "MIT"
2458
            ],
2459
            "authors": [
2460
                {
2461
                    "name": "Fabien Potencier",
2462
                    "email": "[email protected]"
2463
                },
2464
                {
2465
                    "name": "Symfony Community",
2466
                    "homepage": "https://symfony.com/contributors"
2467
                }
2468
            ],
2469
            "description": "Symfony Finder Component",
2470
            "homepage": "https://symfony.com",
2471
            "time": "2016-03-10 11:13:05"
2472
        },
2473
        {
2474
            "name": "symfony/http-foundation",
2475
            "version": "v3.0.6",
2476
            "source": {
2477
                "type": "git",
2478
                "url": "https://github.com/symfony/http-foundation.git",
2479
                "reference": "18b24bc32d2495ae79d76e777368786a6536fe31"
2480
            },
2481
            "dist": {
2482
                "type": "zip",
2483
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/18b24bc32d2495ae79d76e777368786a6536fe31",
2484
                "reference": "18b24bc32d2495ae79d76e777368786a6536fe31",
2485
                "shasum": ""
2486
            },
2487
            "require": {
2488
                "php": ">=5.5.9",
2489
                "symfony/polyfill-mbstring": "~1.1"
2490
            },
2491
            "require-dev": {
2492
                "symfony/expression-language": "~2.8|~3.0"
2493
            },
2494
            "type": "library",
2495
            "extra": {
2496
                "branch-alias": {
2497
                    "dev-master": "3.0-dev"
2498
                }
2499
            },
2500
            "autoload": {
2501
                "psr-4": {
2502
                    "Symfony\\Component\\HttpFoundation\\": ""
2503
                },
2504
                "exclude-from-classmap": [
2505
                    "/Tests/"
2506
                ]
2507
            },
2508
            "notification-url": "https://packagist.org/downloads/",
2509
            "license": [
2510
                "MIT"
2511
            ],
2512
            "authors": [
2513
                {
2514
                    "name": "Fabien Potencier",
2515
                    "email": "[email protected]"
2516
                },
2517
                {
2518
                    "name": "Symfony Community",
2519
                    "homepage": "https://symfony.com/contributors"
2520
                }
2521
            ],
2522
            "description": "Symfony HttpFoundation Component",
2523
            "homepage": "https://symfony.com",
2524
            "time": "2016-04-12 18:09:53"
2525
        },
2526
        {
2527
            "name": "symfony/http-kernel",
2528
            "version": "v3.0.6",
2529
            "source": {
2530
                "type": "git",
2531
                "url": "https://github.com/symfony/http-kernel.git",
2532
                "reference": "6a5010978edf0a9646342232531e53bfc7abbcd3"
2533
            },
2534
            "dist": {
2535
                "type": "zip",
2536
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6a5010978edf0a9646342232531e53bfc7abbcd3",
2537
                "reference": "6a5010978edf0a9646342232531e53bfc7abbcd3",
2538
                "shasum": ""
2539
            },
2540
            "require": {
2541
                "php": ">=5.5.9",
2542
                "psr/log": "~1.0",
2543
                "symfony/debug": "~2.8|~3.0",
2544
                "symfony/event-dispatcher": "~2.8|~3.0",
2545
                "symfony/http-foundation": "~2.8|~3.0"
2546
            },
2547
            "conflict": {
2548
                "symfony/config": "<2.8"
2549
            },
2550
            "require-dev": {
2551
                "symfony/browser-kit": "~2.8|~3.0",
2552
                "symfony/class-loader": "~2.8|~3.0",
2553
                "symfony/config": "~2.8|~3.0",
2554
                "symfony/console": "~2.8|~3.0",
2555
                "symfony/css-selector": "~2.8|~3.0",
2556
                "symfony/dependency-injection": "~2.8|~3.0",
2557
                "symfony/dom-crawler": "~2.8|~3.0",
2558
                "symfony/expression-language": "~2.8|~3.0",
2559
                "symfony/finder": "~2.8|~3.0",
2560
                "symfony/process": "~2.8|~3.0",
2561
                "symfony/routing": "~2.8|~3.0",
2562
                "symfony/stopwatch": "~2.8|~3.0",
2563
                "symfony/templating": "~2.8|~3.0",
2564
                "symfony/translation": "~2.8|~3.0",
2565
                "symfony/var-dumper": "~2.8|~3.0"
2566
            },
2567
            "suggest": {
2568
                "symfony/browser-kit": "",
2569
                "symfony/class-loader": "",
2570
                "symfony/config": "",
2571
                "symfony/console": "",
2572
                "symfony/dependency-injection": "",
2573
                "symfony/finder": "",
2574
                "symfony/var-dumper": ""
2575
            },
2576
            "type": "library",
2577
            "extra": {
2578
                "branch-alias": {
2579
                    "dev-master": "3.0-dev"
2580
                }
2581
            },
2582
            "autoload": {
2583
                "psr-4": {
2584
                    "Symfony\\Component\\HttpKernel\\": ""
2585
                },
2586
                "exclude-from-classmap": [
2587
                    "/Tests/"
2588
                ]
2589
            },
2590
            "notification-url": "https://packagist.org/downloads/",
2591
            "license": [
2592
                "MIT"
2593
            ],
2594
            "authors": [
2595
                {
2596
                    "name": "Fabien Potencier",
2597
                    "email": "[email protected]"
2598
                },
2599
                {
2600
                    "name": "Symfony Community",
2601
                    "homepage": "https://symfony.com/contributors"
2602
                }
2603
            ],
2604
            "description": "Symfony HttpKernel Component",
2605
            "homepage": "https://symfony.com",
2606
            "time": "2016-05-09 22:13:13"
2607
        },
2608
        {
2609
            "name": "symfony/polyfill-mbstring",
2610
            "version": "v1.2.0",
2611
            "source": {
2612
                "type": "git",
2613
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2614
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
2615
            },
2616
            "dist": {
2617
                "type": "zip",
2618
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2619
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
2620
                "shasum": ""
2621
            },
2622
            "require": {
2623
                "php": ">=5.3.3"
2624
            },
2625
            "suggest": {
2626
                "ext-mbstring": "For best performance"
2627
            },
2628
            "type": "library",
2629
            "extra": {
2630
                "branch-alias": {
2631
                    "dev-master": "1.2-dev"
2632
                }
2633
            },
2634
            "autoload": {
2635
                "psr-4": {
2636
                    "Symfony\\Polyfill\\Mbstring\\": ""
2637
                },
2638
                "files": [
2639
                    "bootstrap.php"
2640
                ]
2641
            },
2642
            "notification-url": "https://packagist.org/downloads/",
2643
            "license": [
2644
                "MIT"
2645
            ],
2646
            "authors": [
2647
                {
2648
                    "name": "Nicolas Grekas",
2649
                    "email": "[email protected]"
2650
                },
2651
                {
2652
                    "name": "Symfony Community",
2653
                    "homepage": "https://symfony.com/contributors"
2654
                }
2655
            ],
2656
            "description": "Symfony polyfill for the Mbstring extension",
2657
            "homepage": "https://symfony.com",
2658
            "keywords": [
2659
                "compatibility",
2660
                "mbstring",
2661
                "polyfill",
2662
                "portable",
2663
                "shim"
2664
            ],
2665
            "time": "2016-05-18 14:26:46"
2666
        },
2667
        {
2668
            "name": "symfony/polyfill-php56",
2669
            "version": "v1.2.0",
2670
            "source": {
2671
                "type": "git",
2672
                "url": "https://github.com/symfony/polyfill-php56.git",
2673
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
2674
            },
2675
            "dist": {
2676
                "type": "zip",
2677
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2678
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
2679
                "shasum": ""
2680
            },
2681
            "require": {
2682
                "php": ">=5.3.3",
2683
                "symfony/polyfill-util": "~1.0"
2684
            },
2685
            "type": "library",
2686
            "extra": {
2687
                "branch-alias": {
2688
                    "dev-master": "1.2-dev"
2689
                }
2690
            },
2691
            "autoload": {
2692
                "psr-4": {
2693
                    "Symfony\\Polyfill\\Php56\\": ""
2694
                },
2695
                "files": [
2696
                    "bootstrap.php"
2697
                ]
2698
            },
2699
            "notification-url": "https://packagist.org/downloads/",
2700
            "license": [
2701
                "MIT"
2702
            ],
2703
            "authors": [
2704
                {
2705
                    "name": "Nicolas Grekas",
2706
                    "email": "[email protected]"
2707
                },
2708
                {
2709
                    "name": "Symfony Community",
2710
                    "homepage": "https://symfony.com/contributors"
2711
                }
2712
            ],
2713
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
2714
            "homepage": "https://symfony.com",
2715
            "keywords": [
2716
                "compatibility",
2717
                "polyfill",
2718
                "portable",
2719
                "shim"
2720
            ],
2721
            "time": "2016-05-18 14:26:46"
2722
        },
2723
        {
2724
            "name": "symfony/polyfill-util",
2725
            "version": "v1.2.0",
2726
            "source": {
2727
                "type": "git",
2728
                "url": "https://github.com/symfony/polyfill-util.git",
2729
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
2730
            },
2731
            "dist": {
2732
                "type": "zip",
2733
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
2734
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
2735
                "shasum": ""
2736
            },
2737
            "require": {
2738
                "php": ">=5.3.3"
2739
            },
2740
            "type": "library",
2741
            "extra": {
2742
                "branch-alias": {
2743
                    "dev-master": "1.2-dev"
2744
                }
2745
            },
2746
            "autoload": {
2747
                "psr-4": {
2748
                    "Symfony\\Polyfill\\Util\\": ""
2749
                }
2750
            },
2751
            "notification-url": "https://packagist.org/downloads/",
2752
            "license": [
2753
                "MIT"
2754
            ],
2755
            "authors": [
2756
                {
2757
                    "name": "Nicolas Grekas",
2758
                    "email": "[email protected]"
2759
                },
2760
                {
2761
                    "name": "Symfony Community",
2762
                    "homepage": "https://symfony.com/contributors"
2763
                }
2764
            ],
2765
            "description": "Symfony utilities for portability of PHP codes",
2766
            "homepage": "https://symfony.com",
2767
            "keywords": [
2768
                "compat",
2769
                "compatibility",
2770
                "polyfill",
2771
                "shim"
2772
            ],
2773
            "time": "2016-05-18 14:26:46"
2774
        },
2775
        {
2776
            "name": "symfony/process",
2777
            "version": "v3.0.6",
2778
            "source": {
2779
                "type": "git",
2780
                "url": "https://github.com/symfony/process.git",
2781
                "reference": "53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb"
2782
            },
2783
            "dist": {
2784
                "type": "zip",
2785
                "url": "https://api.github.com/repos/symfony/process/zipball/53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb",
2786
                "reference": "53f9407c0bb1c5a79127db8f7bfe12f0f6f3dcdb",
2787
                "shasum": ""
2788
            },
2789
            "require": {
2790
                "php": ">=5.5.9"
2791
            },
2792
            "type": "library",
2793
            "extra": {
2794
                "branch-alias": {
2795
                    "dev-master": "3.0-dev"
2796
                }
2797
            },
2798
            "autoload": {
2799
                "psr-4": {
2800
                    "Symfony\\Component\\Process\\": ""
2801
                },
2802
                "exclude-from-classmap": [
2803
                    "/Tests/"
2804
                ]
2805
            },
2806
            "notification-url": "https://packagist.org/downloads/",
2807
            "license": [
2808
                "MIT"
2809
            ],
2810
            "authors": [
2811
                {
2812
                    "name": "Fabien Potencier",
2813
                    "email": "[email protected]"
2814
                },
2815
                {
2816
                    "name": "Symfony Community",
2817
                    "homepage": "https://symfony.com/contributors"
2818
                }
2819
            ],
2820
            "description": "Symfony Process Component",
2821
            "homepage": "https://symfony.com",
2822
            "time": "2016-04-14 15:30:28"
2823
        },
2824
        {
2825
            "name": "symfony/routing",
2826
            "version": "v3.0.6",
2827
            "source": {
2828
                "type": "git",
2829
                "url": "https://github.com/symfony/routing.git",
2830
                "reference": "a6cd168310066176599442aa21f5da86c3f8e0b3"
2831
            },
2832
            "dist": {
2833
                "type": "zip",
2834
                "url": "https://api.github.com/repos/symfony/routing/zipball/a6cd168310066176599442aa21f5da86c3f8e0b3",
2835
                "reference": "a6cd168310066176599442aa21f5da86c3f8e0b3",
2836
                "shasum": ""
2837
            },
2838
            "require": {
2839
                "php": ">=5.5.9"
2840
            },
2841
            "conflict": {
2842
                "symfony/config": "<2.8"
2843
            },
2844
            "require-dev": {
2845
                "doctrine/annotations": "~1.0",
2846
                "doctrine/common": "~2.2",
2847
                "psr/log": "~1.0",
2848
                "symfony/config": "~2.8|~3.0",
2849
                "symfony/expression-language": "~2.8|~3.0",
2850
                "symfony/http-foundation": "~2.8|~3.0",
2851
                "symfony/yaml": "~2.8|~3.0"
2852
            },
2853
            "suggest": {
2854
                "doctrine/annotations": "For using the annotation loader",
2855
                "symfony/config": "For using the all-in-one router or any loader",
2856
                "symfony/dependency-injection": "For loading routes from a service",
2857
                "symfony/expression-language": "For using expression matching",
2858
                "symfony/http-foundation": "For using a Symfony Request object",
2859
                "symfony/yaml": "For using the YAML loader"
2860
            },
2861
            "type": "library",
2862
            "extra": {
2863
                "branch-alias": {
2864
                    "dev-master": "3.0-dev"
2865
                }
2866
            },
2867
            "autoload": {
2868
                "psr-4": {
2869
                    "Symfony\\Component\\Routing\\": ""
2870
                },
2871
                "exclude-from-classmap": [
2872
                    "/Tests/"
2873
                ]
2874
            },
2875
            "notification-url": "https://packagist.org/downloads/",
2876
            "license": [
2877
                "MIT"
2878
            ],
2879
            "authors": [
2880
                {
2881
                    "name": "Fabien Potencier",
2882
                    "email": "[email protected]"
2883
                },
2884
                {
2885
                    "name": "Symfony Community",
2886
                    "homepage": "https://symfony.com/contributors"
2887
                }
2888
            ],
2889
            "description": "Symfony Routing Component",
2890
            "homepage": "https://symfony.com",
2891
            "keywords": [
2892
                "router",
2893
                "routing",
2894
                "uri",
2895
                "url"
2896
            ],
2897
            "time": "2016-05-03 12:23:49"
2898
        },
2899
        {
2900
            "name": "symfony/translation",
2901
            "version": "v3.0.6",
2902
            "source": {
2903
                "type": "git",
2904
                "url": "https://github.com/symfony/translation.git",
2905
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2"
2906
            },
2907
            "dist": {
2908
                "type": "zip",
2909
                "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2",
2910
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2",
2911
                "shasum": ""
2912
            },
2913
            "require": {
2914
                "php": ">=5.5.9",
2915
                "symfony/polyfill-mbstring": "~1.0"
2916
            },
2917
            "conflict": {
2918
                "symfony/config": "<2.8"
2919
            },
2920
            "require-dev": {
2921
                "psr/log": "~1.0",
2922
                "symfony/config": "~2.8|~3.0",
2923
                "symfony/intl": "~2.8|~3.0",
2924
                "symfony/yaml": "~2.8|~3.0"
2925
            },
2926
            "suggest": {
2927
                "psr/log": "To use logging capability in translator",
2928
                "symfony/config": "",
2929
                "symfony/yaml": ""
2930
            },
2931
            "type": "library",
2932
            "extra": {
2933
                "branch-alias": {
2934
                    "dev-master": "3.0-dev"
2935
                }
2936
            },
2937
            "autoload": {
2938
                "psr-4": {
2939
                    "Symfony\\Component\\Translation\\": ""
2940
                },
2941
                "exclude-from-classmap": [
2942
                    "/Tests/"
2943
                ]
2944
            },
2945
            "notification-url": "https://packagist.org/downloads/",
2946
            "license": [
2947
                "MIT"
2948
            ],
2949
            "authors": [
2950
                {
2951
                    "name": "Fabien Potencier",
2952
                    "email": "[email protected]"
2953
                },
2954
                {
2955
                    "name": "Symfony Community",
2956
                    "homepage": "https://symfony.com/contributors"
2957
                }
2958
            ],
2959
            "description": "Symfony Translation Component",
2960
            "homepage": "https://symfony.com",
2961
            "time": "2016-03-25 01:41:20"
2962
        },
2963
        {
2964
            "name": "symfony/var-dumper",
2965
            "version": "v3.0.6",
2966
            "source": {
2967
                "type": "git",
2968
                "url": "https://github.com/symfony/var-dumper.git",
2969
                "reference": "0e918c269093ba4c77fca14e9424fa74ed16f1a6"
2970
            },
2971
            "dist": {
2972
                "type": "zip",
2973
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0e918c269093ba4c77fca14e9424fa74ed16f1a6",
2974
                "reference": "0e918c269093ba4c77fca14e9424fa74ed16f1a6",
2975
                "shasum": ""
2976
            },
2977
            "require": {
2978
                "php": ">=5.5.9",
2979
                "symfony/polyfill-mbstring": "~1.0"
2980
            },
2981
            "require-dev": {
2982
                "twig/twig": "~1.20|~2.0"
2983
            },
2984
            "suggest": {
2985
                "ext-symfony_debug": ""
2986
            },
2987
            "type": "library",
2988
            "extra": {
2989
                "branch-alias": {
2990
                    "dev-master": "3.0-dev"
2991
                }
2992
            },
2993
            "autoload": {
2994
                "files": [
2995
                    "Resources/functions/dump.php"
2996
                ],
2997
                "psr-4": {
2998
                    "Symfony\\Component\\VarDumper\\": ""
2999
                },
3000
                "exclude-from-classmap": [
3001
                    "/Tests/"
3002
                ]
3003
            },
3004
            "notification-url": "https://packagist.org/downloads/",
3005
            "license": [
3006
                "MIT"
3007
            ],
3008
            "authors": [
3009
                {
3010
                    "name": "Nicolas Grekas",
3011
                    "email": "[email protected]"
3012
                },
3013
                {
3014
                    "name": "Symfony Community",
3015
                    "homepage": "https://symfony.com/contributors"
3016
                }
3017
            ],
3018
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3019
            "homepage": "https://symfony.com",
3020
            "keywords": [
3021
                "debug",
3022
                "dump"
3023
            ],
3024
            "time": "2016-04-25 11:17:47"
3025
        },
3026
        {
3027
            "name": "themsaid/laravel-langman",
3028
            "version": "v1.2.4",
3029
            "source": {
3030
                "type": "git",
3031
                "url": "https://github.com/themsaid/laravel-langman.git",
3032
                "reference": "3089558768206a9f2402eee79b83d7f7195eeed0"
3033
            },
3034
            "dist": {
3035
                "type": "zip",
3036
                "url": "https://api.github.com/repos/themsaid/laravel-langman/zipball/3089558768206a9f2402eee79b83d7f7195eeed0",
3037
                "reference": "3089558768206a9f2402eee79b83d7f7195eeed0",
3038
                "shasum": ""
3039
            },
3040
            "require": {
3041
                "illuminate/console": "5.1.* || 5.2.*",
3042
                "illuminate/filesystem": "5.1.* || 5.2.*",
3043
                "illuminate/support": "5.1.* || 5.2.*",
3044
                "php": "^5.5.9 || ^7.0"
3045
            },
3046
            "require-dev": {
3047
                "mockery/mockery": "~0.9.4",
3048
                "orchestra/testbench": "^3.2",
3049
                "phpunit/phpunit": "^4.8 || ^5.0"
3050
            },
3051
            "type": "library",
3052
            "autoload": {
3053
                "psr-4": {
3054
                    "Themsaid\\Langman\\": "src"
3055
                },
3056
                "classmap": [
3057
                    "tests"
3058
                ]
3059
            },
3060
            "notification-url": "https://packagist.org/downloads/",
3061
            "license": [
3062
                "MIT"
3063
            ],
3064
            "authors": [
3065
                {
3066
                    "name": "Mohamed Said",
3067
                    "email": "[email protected]",
3068
                    "homepage": "https://themsaid.github.io"
3069
                }
3070
            ],
3071
            "description": "Manage language files with ease.",
3072
            "homepage": "https://github.com/themsaid/laravel-langman",
3073
            "keywords": [
3074
                "laravel",
3075
                "localization",
3076
                "multilingual"
3077
            ],
3078
            "time": "2016-04-17 15:54:07"
3079
        },
3080
        {
3081
            "name": "vlucas/phpdotenv",
3082
            "version": "v2.2.1",
3083
            "source": {
3084
                "type": "git",
3085
                "url": "https://github.com/vlucas/phpdotenv.git",
3086
                "reference": "63f37b9395e8041cd4313129c08ece896d06ca8e"
3087
            },
3088
            "dist": {
3089
                "type": "zip",
3090
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/63f37b9395e8041cd4313129c08ece896d06ca8e",
3091
                "reference": "63f37b9395e8041cd4313129c08ece896d06ca8e",
3092
                "shasum": ""
3093
            },
3094
            "require": {
3095
                "php": ">=5.3.9"
3096
            },
3097
            "require-dev": {
3098
                "phpunit/phpunit": "^4.8 || ^5.0"
3099
            },
3100
            "type": "library",
3101
            "extra": {
3102
                "branch-alias": {
3103
                    "dev-master": "2.2-dev"
3104
                }
3105
            },
3106
            "autoload": {
3107
                "psr-4": {
3108
                    "Dotenv\\": "src/"
3109
                }
3110
            },
3111
            "notification-url": "https://packagist.org/downloads/",
3112
            "license": [
3113
                "BSD-3-Clause-Attribution"
3114
            ],
3115
            "authors": [
3116
                {
3117
                    "name": "Vance Lucas",
3118
                    "email": "[email protected]",
3119
                    "homepage": "http://www.vancelucas.com"
3120
                }
3121
            ],
3122
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3123
            "keywords": [
3124
                "dotenv",
3125
                "env",
3126
                "environment"
3127
            ],
3128
            "time": "2016-04-15 10:48:49"
3129
        }
3130
    ],
3131
    "packages-dev": [
3132
        {
3133
            "name": "doctrine/instantiator",
3134
            "version": "1.0.5",
3135
            "source": {
3136
                "type": "git",
3137
                "url": "https://github.com/doctrine/instantiator.git",
3138
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3139
            },
3140
            "dist": {
3141
                "type": "zip",
3142
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3143
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3144
                "shasum": ""
3145
            },
3146
            "require": {
3147
                "php": ">=5.3,<8.0-DEV"
3148
            },
3149
            "require-dev": {
3150
                "athletic/athletic": "~0.1.8",
3151
                "ext-pdo": "*",
3152
                "ext-phar": "*",
3153
                "phpunit/phpunit": "~4.0",
3154
                "squizlabs/php_codesniffer": "~2.0"
3155
            },
3156
            "type": "library",
3157
            "extra": {
3158
                "branch-alias": {
3159
                    "dev-master": "1.0.x-dev"
3160
                }
3161
            },
3162
            "autoload": {
3163
                "psr-4": {
3164
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3165
                }
3166
            },
3167
            "notification-url": "https://packagist.org/downloads/",
3168
            "license": [
3169
                "MIT"
3170
            ],
3171
            "authors": [
3172
                {
3173
                    "name": "Marco Pivetta",
3174
                    "email": "[email protected]",
3175
                    "homepage": "http://ocramius.github.com/"
3176
                }
3177
            ],
3178
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3179
            "homepage": "https://github.com/doctrine/instantiator",
3180
            "keywords": [
3181
                "constructor",
3182
                "instantiate"
3183
            ],
3184
            "time": "2015-06-14 21:17:01"
3185
        },
3186
        {
3187
            "name": "filp/whoops",
3188
            "version": "2.1.2",
3189
            "source": {
3190
                "type": "git",
3191
                "url": "https://github.com/filp/whoops.git",
3192
                "reference": "d13505b240a6f580bc75ba591da30299d6cb0eec"
3193
            },
3194
            "dist": {
3195
                "type": "zip",
3196
                "url": "https://api.github.com/repos/filp/whoops/zipball/d13505b240a6f580bc75ba591da30299d6cb0eec",
3197
                "reference": "d13505b240a6f580bc75ba591da30299d6cb0eec",
3198
                "shasum": ""
3199
            },
3200
            "require": {
3201
                "php": ">=5.5.9"
3202
            },
3203
            "require-dev": {
3204
                "mockery/mockery": "0.9.*",
3205
                "phpunit/phpunit": "^4.8 || ^5.0",
3206
                "symfony/var-dumper": "~3.0"
3207
            },
3208
            "suggest": {
3209
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
3210
                "whoops/soap": "Formats errors as SOAP responses"
3211
            },
3212
            "type": "library",
3213
            "extra": {
3214
                "branch-alias": {
3215
                    "dev-master": "2.0-dev"
3216
                }
3217
            },
3218
            "autoload": {
3219
                "psr-4": {
3220
                    "Whoops\\": "src/Whoops/"
3221
                }
3222
            },
3223
            "notification-url": "https://packagist.org/downloads/",
3224
            "license": [
3225
                "MIT"
3226
            ],
3227
            "authors": [
3228
                {
3229
                    "name": "Filipe Dobreira",
3230
                    "homepage": "https://github.com/filp",
3231
                    "role": "Developer"
3232
                }
3233
            ],
3234
            "description": "php error handling for cool kids",
3235
            "homepage": "https://github.com/filp/whoops",
3236
            "keywords": [
3237
                "error",
3238
                "exception",
3239
                "handling",
3240
                "library",
3241
                "whoops",
3242
                "zf2"
3243
            ],
3244
            "time": "2016-04-07 06:16:25"
3245
        },
3246
        {
3247
            "name": "fzaninotto/faker",
3248
            "version": "v1.6.0",
3249
            "source": {
3250
                "type": "git",
3251
                "url": "https://github.com/fzaninotto/Faker.git",
3252
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
3253
            },
3254
            "dist": {
3255
                "type": "zip",
3256
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
3257
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
3258
                "shasum": ""
3259
            },
3260
            "require": {
3261
                "php": "^5.3.3|^7.0"
3262
            },
3263
            "require-dev": {
3264
                "ext-intl": "*",
3265
                "phpunit/phpunit": "~4.0",
3266
                "squizlabs/php_codesniffer": "~1.5"
3267
            },
3268
            "type": "library",
3269
            "extra": {
3270
                "branch-alias": []
3271
            },
3272
            "autoload": {
3273
                "psr-4": {
3274
                    "Faker\\": "src/Faker/"
3275
                }
3276
            },
3277
            "notification-url": "https://packagist.org/downloads/",
3278
            "license": [
3279
                "MIT"
3280
            ],
3281
            "authors": [
3282
                {
3283
                    "name": "François Zaninotto"
3284
                }
3285
            ],
3286
            "description": "Faker is a PHP library that generates fake data for you.",
3287
            "keywords": [
3288
                "data",
3289
                "faker",
3290
                "fixtures"
3291
            ],
3292
            "time": "2016-04-29 12:21:54"
3293
        },
3294
        {
3295
            "name": "hamcrest/hamcrest-php",
3296
            "version": "v1.2.2",
3297
            "source": {
3298
                "type": "git",
3299
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3300
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
3301
            },
3302
            "dist": {
3303
                "type": "zip",
3304
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
3305
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
3306
                "shasum": ""
3307
            },
3308
            "require": {
3309
                "php": ">=5.3.2"
3310
            },
3311
            "replace": {
3312
                "cordoval/hamcrest-php": "*",
3313
                "davedevelopment/hamcrest-php": "*",
3314
                "kodova/hamcrest-php": "*"
3315
            },
3316
            "require-dev": {
3317
                "phpunit/php-file-iterator": "1.3.3",
3318
                "satooshi/php-coveralls": "dev-master"
3319
            },
3320
            "type": "library",
3321
            "autoload": {
3322
                "classmap": [
3323
                    "hamcrest"
3324
                ],
3325
                "files": [
3326
                    "hamcrest/Hamcrest.php"
3327
                ]
3328
            },
3329
            "notification-url": "https://packagist.org/downloads/",
3330
            "license": [
3331
                "BSD"
3332
            ],
3333
            "description": "This is the PHP port of Hamcrest Matchers",
3334
            "keywords": [
3335
                "test"
3336
            ],
3337
            "time": "2015-05-11 14:41:42"
3338
        },
3339
        {
3340
            "name": "laravel/homestead",
3341
            "version": "v3.0.2",
3342
            "source": {
3343
                "type": "git",
3344
                "url": "https://github.com/laravel/homestead.git",
3345
                "reference": "705449c3dbedbded4bd4f3ed725303c69253cad4"
3346
            },
3347
            "dist": {
3348
                "type": "zip",
3349
                "url": "https://api.github.com/repos/laravel/homestead/zipball/705449c3dbedbded4bd4f3ed725303c69253cad4",
3350
                "reference": "705449c3dbedbded4bd4f3ed725303c69253cad4",
3351
                "shasum": ""
3352
            },
3353
            "require": {
3354
                "php": ">=5.5.9",
3355
                "symfony/console": "~2.3|~3.0",
3356
                "symfony/process": "~2.3|~3.0"
3357
            },
3358
            "bin": [
3359
                "homestead"
3360
            ],
3361
            "type": "library",
3362
            "extra": {
3363
                "branch-alias": {
3364
                    "dev-master": "4.0-dev"
3365
                }
3366
            },
3367
            "autoload": {
3368
                "psr-4": {
3369
                    "Laravel\\Homestead\\": "src/"
3370
                }
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "MIT"
3375
            ],
3376
            "authors": [
3377
                {
3378
                    "name": "Taylor Otwell",
3379
                    "email": "[email protected]"
3380
                }
3381
            ],
3382
            "description": "A virtual machine for web artisans.",
3383
            "time": "2016-02-16 22:31:00"
3384
        },
3385
        {
3386
            "name": "mockery/mockery",
3387
            "version": "0.9.5",
3388
            "source": {
3389
                "type": "git",
3390
                "url": "https://github.com/padraic/mockery.git",
3391
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
3392
            },
3393
            "dist": {
3394
                "type": "zip",
3395
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
3396
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
3397
                "shasum": ""
3398
            },
3399
            "require": {
3400
                "hamcrest/hamcrest-php": "~1.1",
3401
                "lib-pcre": ">=7.0",
3402
                "php": ">=5.3.2"
3403
            },
3404
            "require-dev": {
3405
                "phpunit/phpunit": "~4.0"
3406
            },
3407
            "type": "library",
3408
            "extra": {
3409
                "branch-alias": {
3410
                    "dev-master": "0.9.x-dev"
3411
                }
3412
            },
3413
            "autoload": {
3414
                "psr-0": {
3415
                    "Mockery": "library/"
3416
                }
3417
            },
3418
            "notification-url": "https://packagist.org/downloads/",
3419
            "license": [
3420
                "BSD-3-Clause"
3421
            ],
3422
            "authors": [
3423
                {
3424
                    "name": "Pádraic Brady",
3425
                    "email": "[email protected]",
3426
                    "homepage": "http://blog.astrumfutura.com"
3427
                },
3428
                {
3429
                    "name": "Dave Marshall",
3430
                    "email": "[email protected]",
3431
                    "homepage": "http://davedevelopment.co.uk"
3432
                }
3433
            ],
3434
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
3435
            "homepage": "http://github.com/padraic/mockery",
3436
            "keywords": [
3437
                "BDD",
3438
                "TDD",
3439
                "library",
3440
                "mock",
3441
                "mock objects",
3442
                "mockery",
3443
                "stub",
3444
                "test",
3445
                "test double",
3446
                "testing"
3447
            ],
3448
            "time": "2016-05-22 21:52:33"
3449
        },
3450
        {
3451
            "name": "phpdocumentor/reflection-docblock",
3452
            "version": "2.0.4",
3453
            "source": {
3454
                "type": "git",
3455
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3456
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3457
            },
3458
            "dist": {
3459
                "type": "zip",
3460
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3461
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3462
                "shasum": ""
3463
            },
3464
            "require": {
3465
                "php": ">=5.3.3"
3466
            },
3467
            "require-dev": {
3468
                "phpunit/phpunit": "~4.0"
3469
            },
3470
            "suggest": {
3471
                "dflydev/markdown": "~1.0",
3472
                "erusev/parsedown": "~1.0"
3473
            },
3474
            "type": "library",
3475
            "extra": {
3476
                "branch-alias": {
3477
                    "dev-master": "2.0.x-dev"
3478
                }
3479
            },
3480
            "autoload": {
3481
                "psr-0": {
3482
                    "phpDocumentor": [
3483
                        "src/"
3484
                    ]
3485
                }
3486
            },
3487
            "notification-url": "https://packagist.org/downloads/",
3488
            "license": [
3489
                "MIT"
3490
            ],
3491
            "authors": [
3492
                {
3493
                    "name": "Mike van Riel",
3494
                    "email": "[email protected]"
3495
                }
3496
            ],
3497
            "time": "2015-02-03 12:10:50"
3498
        },
3499
        {
3500
            "name": "phpspec/prophecy",
3501
            "version": "v1.6.0",
3502
            "source": {
3503
                "type": "git",
3504
                "url": "https://github.com/phpspec/prophecy.git",
3505
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
3506
            },
3507
            "dist": {
3508
                "type": "zip",
3509
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
3510
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
3511
                "shasum": ""
3512
            },
3513
            "require": {
3514
                "doctrine/instantiator": "^1.0.2",
3515
                "php": "^5.3|^7.0",
3516
                "phpdocumentor/reflection-docblock": "~2.0",
3517
                "sebastian/comparator": "~1.1",
3518
                "sebastian/recursion-context": "~1.0"
3519
            },
3520
            "require-dev": {
3521
                "phpspec/phpspec": "~2.0"
3522
            },
3523
            "type": "library",
3524
            "extra": {
3525
                "branch-alias": {
3526
                    "dev-master": "1.5.x-dev"
3527
                }
3528
            },
3529
            "autoload": {
3530
                "psr-0": {
3531
                    "Prophecy\\": "src/"
3532
                }
3533
            },
3534
            "notification-url": "https://packagist.org/downloads/",
3535
            "license": [
3536
                "MIT"
3537
            ],
3538
            "authors": [
3539
                {
3540
                    "name": "Konstantin Kudryashov",
3541
                    "email": "[email protected]",
3542
                    "homepage": "http://everzet.com"
3543
                },
3544
                {
3545
                    "name": "Marcello Duarte",
3546
                    "email": "[email protected]"
3547
                }
3548
            ],
3549
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3550
            "homepage": "https://github.com/phpspec/prophecy",
3551
            "keywords": [
3552
                "Double",
3553
                "Dummy",
3554
                "fake",
3555
                "mock",
3556
                "spy",
3557
                "stub"
3558
            ],
3559
            "time": "2016-02-15 07:46:21"
3560
        },
3561
        {
3562
            "name": "phpunit/php-code-coverage",
3563
            "version": "2.2.4",
3564
            "source": {
3565
                "type": "git",
3566
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3567
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
3568
            },
3569
            "dist": {
3570
                "type": "zip",
3571
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3572
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
3573
                "shasum": ""
3574
            },
3575
            "require": {
3576
                "php": ">=5.3.3",
3577
                "phpunit/php-file-iterator": "~1.3",
3578
                "phpunit/php-text-template": "~1.2",
3579
                "phpunit/php-token-stream": "~1.3",
3580
                "sebastian/environment": "^1.3.2",
3581
                "sebastian/version": "~1.0"
3582
            },
3583
            "require-dev": {
3584
                "ext-xdebug": ">=2.1.4",
3585
                "phpunit/phpunit": "~4"
3586
            },
3587
            "suggest": {
3588
                "ext-dom": "*",
3589
                "ext-xdebug": ">=2.2.1",
3590
                "ext-xmlwriter": "*"
3591
            },
3592
            "type": "library",
3593
            "extra": {
3594
                "branch-alias": {
3595
                    "dev-master": "2.2.x-dev"
3596
                }
3597
            },
3598
            "autoload": {
3599
                "classmap": [
3600
                    "src/"
3601
                ]
3602
            },
3603
            "notification-url": "https://packagist.org/downloads/",
3604
            "license": [
3605
                "BSD-3-Clause"
3606
            ],
3607
            "authors": [
3608
                {
3609
                    "name": "Sebastian Bergmann",
3610
                    "email": "[email protected]",
3611
                    "role": "lead"
3612
                }
3613
            ],
3614
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3615
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3616
            "keywords": [
3617
                "coverage",
3618
                "testing",
3619
                "xunit"
3620
            ],
3621
            "time": "2015-10-06 15:47:00"
3622
        },
3623
        {
3624
            "name": "phpunit/php-file-iterator",
3625
            "version": "1.4.1",
3626
            "source": {
3627
                "type": "git",
3628
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3629
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
3630
            },
3631
            "dist": {
3632
                "type": "zip",
3633
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3634
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3635
                "shasum": ""
3636
            },
3637
            "require": {
3638
                "php": ">=5.3.3"
3639
            },
3640
            "type": "library",
3641
            "extra": {
3642
                "branch-alias": {
3643
                    "dev-master": "1.4.x-dev"
3644
                }
3645
            },
3646
            "autoload": {
3647
                "classmap": [
3648
                    "src/"
3649
                ]
3650
            },
3651
            "notification-url": "https://packagist.org/downloads/",
3652
            "license": [
3653
                "BSD-3-Clause"
3654
            ],
3655
            "authors": [
3656
                {
3657
                    "name": "Sebastian Bergmann",
3658
                    "email": "[email protected]",
3659
                    "role": "lead"
3660
                }
3661
            ],
3662
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3663
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3664
            "keywords": [
3665
                "filesystem",
3666
                "iterator"
3667
            ],
3668
            "time": "2015-06-21 13:08:43"
3669
        },
3670
        {
3671
            "name": "phpunit/php-text-template",
3672
            "version": "1.2.1",
3673
            "source": {
3674
                "type": "git",
3675
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3676
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3677
            },
3678
            "dist": {
3679
                "type": "zip",
3680
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3681
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3682
                "shasum": ""
3683
            },
3684
            "require": {
3685
                "php": ">=5.3.3"
3686
            },
3687
            "type": "library",
3688
            "autoload": {
3689
                "classmap": [
3690
                    "src/"
3691
                ]
3692
            },
3693
            "notification-url": "https://packagist.org/downloads/",
3694
            "license": [
3695
                "BSD-3-Clause"
3696
            ],
3697
            "authors": [
3698
                {
3699
                    "name": "Sebastian Bergmann",
3700
                    "email": "[email protected]",
3701
                    "role": "lead"
3702
                }
3703
            ],
3704
            "description": "Simple template engine.",
3705
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3706
            "keywords": [
3707
                "template"
3708
            ],
3709
            "time": "2015-06-21 13:50:34"
3710
        },
3711
        {
3712
            "name": "phpunit/php-timer",
3713
            "version": "1.0.8",
3714
            "source": {
3715
                "type": "git",
3716
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3717
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
3718
            },
3719
            "dist": {
3720
                "type": "zip",
3721
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
3722
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
3723
                "shasum": ""
3724
            },
3725
            "require": {
3726
                "php": ">=5.3.3"
3727
            },
3728
            "require-dev": {
3729
                "phpunit/phpunit": "~4|~5"
3730
            },
3731
            "type": "library",
3732
            "autoload": {
3733
                "classmap": [
3734
                    "src/"
3735
                ]
3736
            },
3737
            "notification-url": "https://packagist.org/downloads/",
3738
            "license": [
3739
                "BSD-3-Clause"
3740
            ],
3741
            "authors": [
3742
                {
3743
                    "name": "Sebastian Bergmann",
3744
                    "email": "[email protected]",
3745
                    "role": "lead"
3746
                }
3747
            ],
3748
            "description": "Utility class for timing",
3749
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3750
            "keywords": [
3751
                "timer"
3752
            ],
3753
            "time": "2016-05-12 18:03:57"
3754
        },
3755
        {
3756
            "name": "phpunit/php-token-stream",
3757
            "version": "1.4.8",
3758
            "source": {
3759
                "type": "git",
3760
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3761
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3762
            },
3763
            "dist": {
3764
                "type": "zip",
3765
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3766
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3767
                "shasum": ""
3768
            },
3769
            "require": {
3770
                "ext-tokenizer": "*",
3771
                "php": ">=5.3.3"
3772
            },
3773
            "require-dev": {
3774
                "phpunit/phpunit": "~4.2"
3775
            },
3776
            "type": "library",
3777
            "extra": {
3778
                "branch-alias": {
3779
                    "dev-master": "1.4-dev"
3780
                }
3781
            },
3782
            "autoload": {
3783
                "classmap": [
3784
                    "src/"
3785
                ]
3786
            },
3787
            "notification-url": "https://packagist.org/downloads/",
3788
            "license": [
3789
                "BSD-3-Clause"
3790
            ],
3791
            "authors": [
3792
                {
3793
                    "name": "Sebastian Bergmann",
3794
                    "email": "[email protected]"
3795
                }
3796
            ],
3797
            "description": "Wrapper around PHP's tokenizer extension.",
3798
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3799
            "keywords": [
3800
                "tokenizer"
3801
            ],
3802
            "time": "2015-09-15 10:49:45"
3803
        },
3804
        {
3805
            "name": "phpunit/phpunit",
3806
            "version": "4.8.26",
3807
            "source": {
3808
                "type": "git",
3809
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3810
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
3811
            },
3812
            "dist": {
3813
                "type": "zip",
3814
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
3815
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
3816
                "shasum": ""
3817
            },
3818
            "require": {
3819
                "ext-dom": "*",
3820
                "ext-json": "*",
3821
                "ext-pcre": "*",
3822
                "ext-reflection": "*",
3823
                "ext-spl": "*",
3824
                "php": ">=5.3.3",
3825
                "phpspec/prophecy": "^1.3.1",
3826
                "phpunit/php-code-coverage": "~2.1",
3827
                "phpunit/php-file-iterator": "~1.4",
3828
                "phpunit/php-text-template": "~1.2",
3829
                "phpunit/php-timer": "^1.0.6",
3830
                "phpunit/phpunit-mock-objects": "~2.3",
3831
                "sebastian/comparator": "~1.1",
3832
                "sebastian/diff": "~1.2",
3833
                "sebastian/environment": "~1.3",
3834
                "sebastian/exporter": "~1.2",
3835
                "sebastian/global-state": "~1.0",
3836
                "sebastian/version": "~1.0",
3837
                "symfony/yaml": "~2.1|~3.0"
3838
            },
3839
            "suggest": {
3840
                "phpunit/php-invoker": "~1.1"
3841
            },
3842
            "bin": [
3843
                "phpunit"
3844
            ],
3845
            "type": "library",
3846
            "extra": {
3847
                "branch-alias": {
3848
                    "dev-master": "4.8.x-dev"
3849
                }
3850
            },
3851
            "autoload": {
3852
                "classmap": [
3853
                    "src/"
3854
                ]
3855
            },
3856
            "notification-url": "https://packagist.org/downloads/",
3857
            "license": [
3858
                "BSD-3-Clause"
3859
            ],
3860
            "authors": [
3861
                {
3862
                    "name": "Sebastian Bergmann",
3863
                    "email": "[email protected]",
3864
                    "role": "lead"
3865
                }
3866
            ],
3867
            "description": "The PHP Unit Testing framework.",
3868
            "homepage": "https://phpunit.de/",
3869
            "keywords": [
3870
                "phpunit",
3871
                "testing",
3872
                "xunit"
3873
            ],
3874
            "time": "2016-05-17 03:09:28"
3875
        },
3876
        {
3877
            "name": "phpunit/phpunit-mock-objects",
3878
            "version": "2.3.8",
3879
            "source": {
3880
                "type": "git",
3881
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3882
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3883
            },
3884
            "dist": {
3885
                "type": "zip",
3886
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3887
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3888
                "shasum": ""
3889
            },
3890
            "require": {
3891
                "doctrine/instantiator": "^1.0.2",
3892
                "php": ">=5.3.3",
3893
                "phpunit/php-text-template": "~1.2",
3894
                "sebastian/exporter": "~1.2"
3895
            },
3896
            "require-dev": {
3897
                "phpunit/phpunit": "~4.4"
3898
            },
3899
            "suggest": {
3900
                "ext-soap": "*"
3901
            },
3902
            "type": "library",
3903
            "extra": {
3904
                "branch-alias": {
3905
                    "dev-master": "2.3.x-dev"
3906
                }
3907
            },
3908
            "autoload": {
3909
                "classmap": [
3910
                    "src/"
3911
                ]
3912
            },
3913
            "notification-url": "https://packagist.org/downloads/",
3914
            "license": [
3915
                "BSD-3-Clause"
3916
            ],
3917
            "authors": [
3918
                {
3919
                    "name": "Sebastian Bergmann",
3920
                    "email": "[email protected]",
3921
                    "role": "lead"
3922
                }
3923
            ],
3924
            "description": "Mock Object library for PHPUnit",
3925
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3926
            "keywords": [
3927
                "mock",
3928
                "xunit"
3929
            ],
3930
            "time": "2015-10-02 06:51:40"
3931
        },
3932
        {
3933
            "name": "sebastian/comparator",
3934
            "version": "1.2.0",
3935
            "source": {
3936
                "type": "git",
3937
                "url": "https://github.com/sebastianbergmann/comparator.git",
3938
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3939
            },
3940
            "dist": {
3941
                "type": "zip",
3942
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3943
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3944
                "shasum": ""
3945
            },
3946
            "require": {
3947
                "php": ">=5.3.3",
3948
                "sebastian/diff": "~1.2",
3949
                "sebastian/exporter": "~1.2"
3950
            },
3951
            "require-dev": {
3952
                "phpunit/phpunit": "~4.4"
3953
            },
3954
            "type": "library",
3955
            "extra": {
3956
                "branch-alias": {
3957
                    "dev-master": "1.2.x-dev"
3958
                }
3959
            },
3960
            "autoload": {
3961
                "classmap": [
3962
                    "src/"
3963
                ]
3964
            },
3965
            "notification-url": "https://packagist.org/downloads/",
3966
            "license": [
3967
                "BSD-3-Clause"
3968
            ],
3969
            "authors": [
3970
                {
3971
                    "name": "Jeff Welch",
3972
                    "email": "[email protected]"
3973
                },
3974
                {
3975
                    "name": "Volker Dusch",
3976
                    "email": "[email protected]"
3977
                },
3978
                {
3979
                    "name": "Bernhard Schussek",
3980
                    "email": "[email protected]"
3981
                },
3982
                {
3983
                    "name": "Sebastian Bergmann",
3984
                    "email": "[email protected]"
3985
                }
3986
            ],
3987
            "description": "Provides the functionality to compare PHP values for equality",
3988
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3989
            "keywords": [
3990
                "comparator",
3991
                "compare",
3992
                "equality"
3993
            ],
3994
            "time": "2015-07-26 15:48:44"
3995
        },
3996
        {
3997
            "name": "sebastian/diff",
3998
            "version": "1.4.1",
3999
            "source": {
4000
                "type": "git",
4001
                "url": "https://github.com/sebastianbergmann/diff.git",
4002
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4003
            },
4004
            "dist": {
4005
                "type": "zip",
4006
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4007
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4008
                "shasum": ""
4009
            },
4010
            "require": {
4011
                "php": ">=5.3.3"
4012
            },
4013
            "require-dev": {
4014
                "phpunit/phpunit": "~4.8"
4015
            },
4016
            "type": "library",
4017
            "extra": {
4018
                "branch-alias": {
4019
                    "dev-master": "1.4-dev"
4020
                }
4021
            },
4022
            "autoload": {
4023
                "classmap": [
4024
                    "src/"
4025
                ]
4026
            },
4027
            "notification-url": "https://packagist.org/downloads/",
4028
            "license": [
4029
                "BSD-3-Clause"
4030
            ],
4031
            "authors": [
4032
                {
4033
                    "name": "Kore Nordmann",
4034
                    "email": "[email protected]"
4035
                },
4036
                {
4037
                    "name": "Sebastian Bergmann",
4038
                    "email": "[email protected]"
4039
                }
4040
            ],
4041
            "description": "Diff implementation",
4042
            "homepage": "https://github.com/sebastianbergmann/diff",
4043
            "keywords": [
4044
                "diff"
4045
            ],
4046
            "time": "2015-12-08 07:14:41"
4047
        },
4048
        {
4049
            "name": "sebastian/environment",
4050
            "version": "1.3.7",
4051
            "source": {
4052
                "type": "git",
4053
                "url": "https://github.com/sebastianbergmann/environment.git",
4054
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
4055
            },
4056
            "dist": {
4057
                "type": "zip",
4058
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
4059
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
4060
                "shasum": ""
4061
            },
4062
            "require": {
4063
                "php": ">=5.3.3"
4064
            },
4065
            "require-dev": {
4066
                "phpunit/phpunit": "~4.4"
4067
            },
4068
            "type": "library",
4069
            "extra": {
4070
                "branch-alias": {
4071
                    "dev-master": "1.3.x-dev"
4072
                }
4073
            },
4074
            "autoload": {
4075
                "classmap": [
4076
                    "src/"
4077
                ]
4078
            },
4079
            "notification-url": "https://packagist.org/downloads/",
4080
            "license": [
4081
                "BSD-3-Clause"
4082
            ],
4083
            "authors": [
4084
                {
4085
                    "name": "Sebastian Bergmann",
4086
                    "email": "[email protected]"
4087
                }
4088
            ],
4089
            "description": "Provides functionality to handle HHVM/PHP environments",
4090
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4091
            "keywords": [
4092
                "Xdebug",
4093
                "environment",
4094
                "hhvm"
4095
            ],
4096
            "time": "2016-05-17 03:18:57"
4097
        },
4098
        {
4099
            "name": "sebastian/exporter",
4100
            "version": "1.2.1",
4101
            "source": {
4102
                "type": "git",
4103
                "url": "https://github.com/sebastianbergmann/exporter.git",
4104
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4105
            },
4106
            "dist": {
4107
                "type": "zip",
4108
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4109
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4110
                "shasum": ""
4111
            },
4112
            "require": {
4113
                "php": ">=5.3.3",
4114
                "sebastian/recursion-context": "~1.0"
4115
            },
4116
            "require-dev": {
4117
                "phpunit/phpunit": "~4.4"
4118
            },
4119
            "type": "library",
4120
            "extra": {
4121
                "branch-alias": {
4122
                    "dev-master": "1.2.x-dev"
4123
                }
4124
            },
4125
            "autoload": {
4126
                "classmap": [
4127
                    "src/"
4128
                ]
4129
            },
4130
            "notification-url": "https://packagist.org/downloads/",
4131
            "license": [
4132
                "BSD-3-Clause"
4133
            ],
4134
            "authors": [
4135
                {
4136
                    "name": "Jeff Welch",
4137
                    "email": "[email protected]"
4138
                },
4139
                {
4140
                    "name": "Volker Dusch",
4141
                    "email": "[email protected]"
4142
                },
4143
                {
4144
                    "name": "Bernhard Schussek",
4145
                    "email": "[email protected]"
4146
                },
4147
                {
4148
                    "name": "Sebastian Bergmann",
4149
                    "email": "[email protected]"
4150
                },
4151
                {
4152
                    "name": "Adam Harvey",
4153
                    "email": "[email protected]"
4154
                }
4155
            ],
4156
            "description": "Provides the functionality to export PHP variables for visualization",
4157
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4158
            "keywords": [
4159
                "export",
4160
                "exporter"
4161
            ],
4162
            "time": "2015-06-21 07:55:53"
4163
        },
4164
        {
4165
            "name": "sebastian/global-state",
4166
            "version": "1.1.1",
4167
            "source": {
4168
                "type": "git",
4169
                "url": "https://github.com/sebastianbergmann/global-state.git",
4170
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4171
            },
4172
            "dist": {
4173
                "type": "zip",
4174
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4175
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4176
                "shasum": ""
4177
            },
4178
            "require": {
4179
                "php": ">=5.3.3"
4180
            },
4181
            "require-dev": {
4182
                "phpunit/phpunit": "~4.2"
4183
            },
4184
            "suggest": {
4185
                "ext-uopz": "*"
4186
            },
4187
            "type": "library",
4188
            "extra": {
4189
                "branch-alias": {
4190
                    "dev-master": "1.0-dev"
4191
                }
4192
            },
4193
            "autoload": {
4194
                "classmap": [
4195
                    "src/"
4196
                ]
4197
            },
4198
            "notification-url": "https://packagist.org/downloads/",
4199
            "license": [
4200
                "BSD-3-Clause"
4201
            ],
4202
            "authors": [
4203
                {
4204
                    "name": "Sebastian Bergmann",
4205
                    "email": "[email protected]"
4206
                }
4207
            ],
4208
            "description": "Snapshotting of global state",
4209
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4210
            "keywords": [
4211
                "global state"
4212
            ],
4213
            "time": "2015-10-12 03:26:01"
4214
        },
4215
        {
4216
            "name": "sebastian/recursion-context",
4217
            "version": "1.0.2",
4218
            "source": {
4219
                "type": "git",
4220
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4221
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
4222
            },
4223
            "dist": {
4224
                "type": "zip",
4225
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
4226
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
4227
                "shasum": ""
4228
            },
4229
            "require": {
4230
                "php": ">=5.3.3"
4231
            },
4232
            "require-dev": {
4233
                "phpunit/phpunit": "~4.4"
4234
            },
4235
            "type": "library",
4236
            "extra": {
4237
                "branch-alias": {
4238
                    "dev-master": "1.0.x-dev"
4239
                }
4240
            },
4241
            "autoload": {
4242
                "classmap": [
4243
                    "src/"
4244
                ]
4245
            },
4246
            "notification-url": "https://packagist.org/downloads/",
4247
            "license": [
4248
                "BSD-3-Clause"
4249
            ],
4250
            "authors": [
4251
                {
4252
                    "name": "Jeff Welch",
4253
                    "email": "[email protected]"
4254
                },
4255
                {
4256
                    "name": "Sebastian Bergmann",
4257
                    "email": "[email protected]"
4258
                },
4259
                {
4260
                    "name": "Adam Harvey",
4261
                    "email": "[email protected]"
4262
                }
4263
            ],
4264
            "description": "Provides functionality to recursively process PHP variables",
4265
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4266
            "time": "2015-11-11 19:50:13"
4267
        },
4268
        {
4269
            "name": "sebastian/version",
4270
            "version": "1.0.6",
4271
            "source": {
4272
                "type": "git",
4273
                "url": "https://github.com/sebastianbergmann/version.git",
4274
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
4275
            },
4276
            "dist": {
4277
                "type": "zip",
4278
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4279
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4280
                "shasum": ""
4281
            },
4282
            "type": "library",
4283
            "autoload": {
4284
                "classmap": [
4285
                    "src/"
4286
                ]
4287
            },
4288
            "notification-url": "https://packagist.org/downloads/",
4289
            "license": [
4290
                "BSD-3-Clause"
4291
            ],
4292
            "authors": [
4293
                {
4294
                    "name": "Sebastian Bergmann",
4295
                    "email": "[email protected]",
4296
                    "role": "lead"
4297
                }
4298
            ],
4299
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4300
            "homepage": "https://github.com/sebastianbergmann/version",
4301
            "time": "2015-06-21 13:59:46"
4302
        },
4303
        {
4304
            "name": "symfony/css-selector",
4305
            "version": "v3.0.6",
4306
            "source": {
4307
                "type": "git",
4308
                "url": "https://github.com/symfony/css-selector.git",
4309
                "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0"
4310
            },
4311
            "dist": {
4312
                "type": "zip",
4313
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0",
4314
                "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0",
4315
                "shasum": ""
4316
            },
4317
            "require": {
4318
                "php": ">=5.5.9"
4319
            },
4320
            "type": "library",
4321
            "extra": {
4322
                "branch-alias": {
4323
                    "dev-master": "3.0-dev"
4324
                }
4325
            },
4326
            "autoload": {
4327
                "psr-4": {
4328
                    "Symfony\\Component\\CssSelector\\": ""
4329
                },
4330
                "exclude-from-classmap": [
4331
                    "/Tests/"
4332
                ]
4333
            },
4334
            "notification-url": "https://packagist.org/downloads/",
4335
            "license": [
4336
                "MIT"
4337
            ],
4338
            "authors": [
4339
                {
4340
                    "name": "Jean-François Simon",
4341
                    "email": "[email protected]"
4342
                },
4343
                {
4344
                    "name": "Fabien Potencier",
4345
                    "email": "[email protected]"
4346
                },
4347
                {
4348
                    "name": "Symfony Community",
4349
                    "homepage": "https://symfony.com/contributors"
4350
                }
4351
            ],
4352
            "description": "Symfony CssSelector Component",
4353
            "homepage": "https://symfony.com",
4354
            "time": "2016-03-04 07:55:57"
4355
        },
4356
        {
4357
            "name": "symfony/dom-crawler",
4358
            "version": "v3.0.6",
4359
            "source": {
4360
                "type": "git",
4361
                "url": "https://github.com/symfony/dom-crawler.git",
4362
                "reference": "49b588841225b205700e5122fa01911cabada857"
4363
            },
4364
            "dist": {
4365
                "type": "zip",
4366
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/49b588841225b205700e5122fa01911cabada857",
4367
                "reference": "49b588841225b205700e5122fa01911cabada857",
4368
                "shasum": ""
4369
            },
4370
            "require": {
4371
                "php": ">=5.5.9",
4372
                "symfony/polyfill-mbstring": "~1.0"
4373
            },
4374
            "require-dev": {
4375
                "symfony/css-selector": "~2.8|~3.0"
4376
            },
4377
            "suggest": {
4378
                "symfony/css-selector": ""
4379
            },
4380
            "type": "library",
4381
            "extra": {
4382
                "branch-alias": {
4383
                    "dev-master": "3.0-dev"
4384
                }
4385
            },
4386
            "autoload": {
4387
                "psr-4": {
4388
                    "Symfony\\Component\\DomCrawler\\": ""
4389
                },
4390
                "exclude-from-classmap": [
4391
                    "/Tests/"
4392
                ]
4393
            },
4394
            "notification-url": "https://packagist.org/downloads/",
4395
            "license": [
4396
                "MIT"
4397
            ],
4398
            "authors": [
4399
                {
4400
                    "name": "Fabien Potencier",
4401
                    "email": "[email protected]"
4402
                },
4403
                {
4404
                    "name": "Symfony Community",
4405
                    "homepage": "https://symfony.com/contributors"
4406
                }
4407
            ],
4408
            "description": "Symfony DomCrawler Component",
4409
            "homepage": "https://symfony.com",
4410
            "time": "2016-04-12 18:09:53"
4411
        },
4412
        {
4413
            "name": "symfony/yaml",
4414
            "version": "v3.0.6",
4415
            "source": {
4416
                "type": "git",
4417
                "url": "https://github.com/symfony/yaml.git",
4418
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
4419
            },
4420
            "dist": {
4421
                "type": "zip",
4422
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
4423
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
4424
                "shasum": ""
4425
            },
4426
            "require": {
4427
                "php": ">=5.5.9"
4428
            },
4429
            "type": "library",
4430
            "extra": {
4431
                "branch-alias": {
4432
                    "dev-master": "3.0-dev"
4433
                }
4434
            },
4435
            "autoload": {
4436
                "psr-4": {
4437
                    "Symfony\\Component\\Yaml\\": ""
4438
                },
4439
                "exclude-from-classmap": [
4440
                    "/Tests/"
4441
                ]
4442
            },
4443
            "notification-url": "https://packagist.org/downloads/",
4444
            "license": [
4445
                "MIT"
4446
            ],
4447
            "authors": [
4448
                {
4449
                    "name": "Fabien Potencier",
4450
                    "email": "[email protected]"
4451
                },
4452
                {
4453
                    "name": "Symfony Community",
4454
                    "homepage": "https://symfony.com/contributors"
4455
                }
4456
            ],
4457
            "description": "Symfony Yaml Component",
4458
            "homepage": "https://symfony.com",
4459
            "time": "2016-03-04 07:55:57"
4460
        }
4461
    ],
4462
    "aliases": [],
4463
    "minimum-stability": "stable",
4464
    "stability-flags": [],
4465
    "prefer-stable": false,
4466
    "prefer-lowest": false,
4467
    "platform": {
4468
        "php": ">=5.5.9"
4469
    },
4470
    "platform-dev": []
4471
}
4472