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