Completed
Push — feature/composer-updates ( 095f2d )
by Arthur
12:37 queued 03:45
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": "cd78730dfbdc74a32a89a74b4bb787da",
8
    "content-hash": "a58eef4dfacea8fc9badbb382fbdb4a7",
9
    "packages": [
10
        {
11
            "name": "arthurguy/notifications",
12
            "version": "1.0.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/ArthurGuy/Notifications.git",
16
                "reference": "fe84bba74c82908664eebe21a7219587ec5926f9"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/ArthurGuy/Notifications/zipball/fe84bba74c82908664eebe21a7219587ec5926f9",
21
                "reference": "fe84bba74c82908664eebe21a7219587ec5926f9",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "illuminate/support": "~5.0",
26
                "php": ">=5.4.0"
27
            },
28
            "require-dev": {
29
                "mockery/mockery": "dev-master"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-0": {
34
                    "ArthurGuy\\Notifications": "src/"
35
                },
36
                "files": [
37
                    "src/ArthurGuy/Notifications/functions.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "description": "Notifications",
45
            "time": "2015-06-16 22:19:10"
46
        },
47
        {
48
            "name": "aws/aws-sdk-php",
49
            "version": "3.18.6",
50
            "source": {
51
                "type": "git",
52
                "url": "https://github.com/aws/aws-sdk-php.git",
53
                "reference": "e22ee28280547dccfef2646a67a9e8fa05c811cf"
54
            },
55
            "dist": {
56
                "type": "zip",
57
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e22ee28280547dccfef2646a67a9e8fa05c811cf",
58
                "reference": "e22ee28280547dccfef2646a67a9e8fa05c811cf",
59
                "shasum": ""
60
            },
61
            "require": {
62
                "guzzlehttp/guzzle": "~5.3|~6.0.1|~6.1",
63
                "guzzlehttp/promises": "~1.0",
64
                "guzzlehttp/psr7": "~1.0",
65
                "mtdowling/jmespath.php": "~2.2",
66
                "php": ">=5.5"
67
            },
68
            "require-dev": {
69
                "andrewsville/php-token-reflection": "^1.4",
70
                "aws/aws-php-sns-message-validator": "~1.0",
71
                "behat/behat": "~3.0",
72
                "doctrine/cache": "~1.4",
73
                "ext-dom": "*",
74
                "ext-json": "*",
75
                "ext-openssl": "*",
76
                "ext-pcre": "*",
77
                "ext-simplexml": "*",
78
                "ext-spl": "*",
79
                "nette/neon": "^2.3",
80
                "phpunit/phpunit": "~4.0|~5.0",
81
                "psr/cache": "^1.0"
82
            },
83
            "suggest": {
84
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
85
                "doctrine/cache": "To use the DoctrineCacheAdapter",
86
                "ext-curl": "To send requests using cURL",
87
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
88
            },
89
            "type": "library",
90
            "extra": {
91
                "branch-alias": {
92
                    "dev-master": "3.0-dev"
93
                }
94
            },
95
            "autoload": {
96
                "psr-4": {
97
                    "Aws\\": "src/"
98
                },
99
                "files": [
100
                    "src/functions.php"
101
                ]
102
            },
103
            "notification-url": "https://packagist.org/downloads/",
104
            "license": [
105
                "Apache-2.0"
106
            ],
107
            "authors": [
108
                {
109
                    "name": "Amazon Web Services",
110
                    "homepage": "http://aws.amazon.com"
111
                }
112
            ],
113
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
114
            "homepage": "http://aws.amazon.com/sdkforphp",
115
            "keywords": [
116
                "amazon",
117
                "aws",
118
                "cloud",
119
                "dynamodb",
120
                "ec2",
121
                "glacier",
122
                "s3",
123
                "sdk"
124
            ],
125
            "time": "2016-05-05 19:57:48"
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": "danielstjules/stringy",
183
            "version": "1.10.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/danielstjules/Stringy.git",
187
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
192
                "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "ext-mbstring": "*",
197
                "php": ">=5.3.0"
198
            },
199
            "require-dev": {
200
                "phpunit/phpunit": "~4.0"
201
            },
202
            "type": "library",
203
            "autoload": {
204
                "psr-4": {
205
                    "Stringy\\": "src/"
206
                },
207
                "files": [
208
                    "src/Create.php"
209
                ]
210
            },
211
            "notification-url": "https://packagist.org/downloads/",
212
            "license": [
213
                "MIT"
214
            ],
215
            "authors": [
216
                {
217
                    "name": "Daniel St. Jules",
218
                    "email": "[email protected]",
219
                    "homepage": "http://www.danielstjules.com"
220
                }
221
            ],
222
            "description": "A string manipulation library with multibyte support",
223
            "homepage": "https://github.com/danielstjules/Stringy",
224
            "keywords": [
225
                "UTF",
226
                "helpers",
227
                "manipulation",
228
                "methods",
229
                "multibyte",
230
                "string",
231
                "utf-8",
232
                "utility",
233
                "utils"
234
            ],
235
            "time": "2015-07-23 00:54:12"
236
        },
237
        {
238
            "name": "dnoegel/php-xdg-base-dir",
239
            "version": "0.1",
240
            "source": {
241
                "type": "git",
242
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
243
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
244
            },
245
            "dist": {
246
                "type": "zip",
247
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
248
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
249
                "shasum": ""
250
            },
251
            "require": {
252
                "php": ">=5.3.2"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "@stable"
256
            },
257
            "type": "project",
258
            "autoload": {
259
                "psr-4": {
260
                    "XdgBaseDir\\": "src/"
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "description": "implementation of xdg base directory specification for php",
268
            "time": "2014-10-24 07:27:01"
269
        },
270
        {
271
            "name": "doctrine/annotations",
272
            "version": "v1.2.7",
273
            "source": {
274
                "type": "git",
275
                "url": "https://github.com/doctrine/annotations.git",
276
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
277
            },
278
            "dist": {
279
                "type": "zip",
280
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
281
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
282
                "shasum": ""
283
            },
284
            "require": {
285
                "doctrine/lexer": "1.*",
286
                "php": ">=5.3.2"
287
            },
288
            "require-dev": {
289
                "doctrine/cache": "1.*",
290
                "phpunit/phpunit": "4.*"
291
            },
292
            "type": "library",
293
            "extra": {
294
                "branch-alias": {
295
                    "dev-master": "1.3.x-dev"
296
                }
297
            },
298
            "autoload": {
299
                "psr-0": {
300
                    "Doctrine\\Common\\Annotations\\": "lib/"
301
                }
302
            },
303
            "notification-url": "https://packagist.org/downloads/",
304
            "license": [
305
                "MIT"
306
            ],
307
            "authors": [
308
                {
309
                    "name": "Roman Borschel",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Benjamin Eberlei",
314
                    "email": "[email protected]"
315
                },
316
                {
317
                    "name": "Guilherme Blanco",
318
                    "email": "[email protected]"
319
                },
320
                {
321
                    "name": "Jonathan Wage",
322
                    "email": "[email protected]"
323
                },
324
                {
325
                    "name": "Johannes Schmitt",
326
                    "email": "[email protected]"
327
                }
328
            ],
329
            "description": "Docblock Annotations Parser",
330
            "homepage": "http://www.doctrine-project.org",
331
            "keywords": [
332
                "annotations",
333
                "docblock",
334
                "parser"
335
            ],
336
            "time": "2015-08-31 12:32:49"
337
        },
338
        {
339
            "name": "doctrine/cache",
340
            "version": "v1.6.0",
341
            "source": {
342
                "type": "git",
343
                "url": "https://github.com/doctrine/cache.git",
344
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
345
            },
346
            "dist": {
347
                "type": "zip",
348
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
349
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
350
                "shasum": ""
351
            },
352
            "require": {
353
                "php": "~5.5|~7.0"
354
            },
355
            "conflict": {
356
                "doctrine/common": ">2.2,<2.4"
357
            },
358
            "require-dev": {
359
                "phpunit/phpunit": "~4.8|~5.0",
360
                "predis/predis": "~1.0",
361
                "satooshi/php-coveralls": "~0.6"
362
            },
363
            "type": "library",
364
            "extra": {
365
                "branch-alias": {
366
                    "dev-master": "1.6.x-dev"
367
                }
368
            },
369
            "autoload": {
370
                "psr-4": {
371
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
372
                }
373
            },
374
            "notification-url": "https://packagist.org/downloads/",
375
            "license": [
376
                "MIT"
377
            ],
378
            "authors": [
379
                {
380
                    "name": "Roman Borschel",
381
                    "email": "[email protected]"
382
                },
383
                {
384
                    "name": "Benjamin Eberlei",
385
                    "email": "[email protected]"
386
                },
387
                {
388
                    "name": "Guilherme Blanco",
389
                    "email": "[email protected]"
390
                },
391
                {
392
                    "name": "Jonathan Wage",
393
                    "email": "[email protected]"
394
                },
395
                {
396
                    "name": "Johannes Schmitt",
397
                    "email": "[email protected]"
398
                }
399
            ],
400
            "description": "Caching library offering an object-oriented API for many cache backends",
401
            "homepage": "http://www.doctrine-project.org",
402
            "keywords": [
403
                "cache",
404
                "caching"
405
            ],
406
            "time": "2015-12-31 16:37:02"
407
        },
408
        {
409
            "name": "doctrine/collections",
410
            "version": "v1.3.0",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/doctrine/collections.git",
414
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
419
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "php": ">=5.3.2"
424
            },
425
            "require-dev": {
426
                "phpunit/phpunit": "~4.0"
427
            },
428
            "type": "library",
429
            "extra": {
430
                "branch-alias": {
431
                    "dev-master": "1.2.x-dev"
432
                }
433
            },
434
            "autoload": {
435
                "psr-0": {
436
                    "Doctrine\\Common\\Collections\\": "lib/"
437
                }
438
            },
439
            "notification-url": "https://packagist.org/downloads/",
440
            "license": [
441
                "MIT"
442
            ],
443
            "authors": [
444
                {
445
                    "name": "Roman Borschel",
446
                    "email": "[email protected]"
447
                },
448
                {
449
                    "name": "Benjamin Eberlei",
450
                    "email": "[email protected]"
451
                },
452
                {
453
                    "name": "Guilherme Blanco",
454
                    "email": "[email protected]"
455
                },
456
                {
457
                    "name": "Jonathan Wage",
458
                    "email": "[email protected]"
459
                },
460
                {
461
                    "name": "Johannes Schmitt",
462
                    "email": "[email protected]"
463
                }
464
            ],
465
            "description": "Collections Abstraction library",
466
            "homepage": "http://www.doctrine-project.org",
467
            "keywords": [
468
                "array",
469
                "collections",
470
                "iterator"
471
            ],
472
            "time": "2015-04-14 22:21:58"
473
        },
474
        {
475
            "name": "doctrine/common",
476
            "version": "v2.6.1",
477
            "source": {
478
                "type": "git",
479
                "url": "https://github.com/doctrine/common.git",
480
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
481
            },
482
            "dist": {
483
                "type": "zip",
484
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
485
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
486
                "shasum": ""
487
            },
488
            "require": {
489
                "doctrine/annotations": "1.*",
490
                "doctrine/cache": "1.*",
491
                "doctrine/collections": "1.*",
492
                "doctrine/inflector": "1.*",
493
                "doctrine/lexer": "1.*",
494
                "php": "~5.5|~7.0"
495
            },
496
            "require-dev": {
497
                "phpunit/phpunit": "~4.8|~5.0"
498
            },
499
            "type": "library",
500
            "extra": {
501
                "branch-alias": {
502
                    "dev-master": "2.7.x-dev"
503
                }
504
            },
505
            "autoload": {
506
                "psr-4": {
507
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
508
                }
509
            },
510
            "notification-url": "https://packagist.org/downloads/",
511
            "license": [
512
                "MIT"
513
            ],
514
            "authors": [
515
                {
516
                    "name": "Roman Borschel",
517
                    "email": "[email protected]"
518
                },
519
                {
520
                    "name": "Benjamin Eberlei",
521
                    "email": "[email protected]"
522
                },
523
                {
524
                    "name": "Guilherme Blanco",
525
                    "email": "[email protected]"
526
                },
527
                {
528
                    "name": "Jonathan Wage",
529
                    "email": "[email protected]"
530
                },
531
                {
532
                    "name": "Johannes Schmitt",
533
                    "email": "[email protected]"
534
                }
535
            ],
536
            "description": "Common Library for Doctrine projects",
537
            "homepage": "http://www.doctrine-project.org",
538
            "keywords": [
539
                "annotations",
540
                "collections",
541
                "eventmanager",
542
                "persistence",
543
                "spl"
544
            ],
545
            "time": "2015-12-25 13:18:31"
546
        },
547
        {
548
            "name": "doctrine/dbal",
549
            "version": "dev-master",
550
            "source": {
551
                "type": "git",
552
                "url": "https://github.com/doctrine/dbal.git",
553
                "reference": "3df22ccdf20a68fafe34cb1ae452aee7cde7d442"
554
            },
555
            "dist": {
556
                "type": "zip",
557
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/3df22ccdf20a68fafe34cb1ae452aee7cde7d442",
558
                "reference": "3df22ccdf20a68fafe34cb1ae452aee7cde7d442",
559
                "shasum": ""
560
            },
561
            "require": {
562
                "doctrine/common": "~2.4",
563
                "php": ">=5.4"
564
            },
565
            "require-dev": {
566
                "phpunit/phpunit": "4.*",
567
                "symfony/console": "2.*"
568
            },
569
            "suggest": {
570
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
571
            },
572
            "bin": [
573
                "bin/doctrine-dbal"
574
            ],
575
            "type": "library",
576
            "extra": {
577
                "branch-alias": {
578
                    "dev-master": "2.6.x-dev"
579
                }
580
            },
581
            "autoload": {
582
                "psr-0": {
583
                    "Doctrine\\DBAL\\": "lib/"
584
                }
585
            },
586
            "notification-url": "https://packagist.org/downloads/",
587
            "license": [
588
                "MIT"
589
            ],
590
            "authors": [
591
                {
592
                    "name": "Roman Borschel",
593
                    "email": "[email protected]"
594
                },
595
                {
596
                    "name": "Benjamin Eberlei",
597
                    "email": "[email protected]"
598
                },
599
                {
600
                    "name": "Guilherme Blanco",
601
                    "email": "[email protected]"
602
                },
603
                {
604
                    "name": "Jonathan Wage",
605
                    "email": "[email protected]"
606
                }
607
            ],
608
            "description": "Database Abstraction Layer",
609
            "homepage": "http://www.doctrine-project.org",
610
            "keywords": [
611
                "database",
612
                "dbal",
613
                "persistence",
614
                "queryobject"
615
            ],
616
            "time": "2016-04-03 03:13:05"
617
        },
618
        {
619
            "name": "doctrine/inflector",
620
            "version": "v1.1.0",
621
            "source": {
622
                "type": "git",
623
                "url": "https://github.com/doctrine/inflector.git",
624
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
625
            },
626
            "dist": {
627
                "type": "zip",
628
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
629
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
630
                "shasum": ""
631
            },
632
            "require": {
633
                "php": ">=5.3.2"
634
            },
635
            "require-dev": {
636
                "phpunit/phpunit": "4.*"
637
            },
638
            "type": "library",
639
            "extra": {
640
                "branch-alias": {
641
                    "dev-master": "1.1.x-dev"
642
                }
643
            },
644
            "autoload": {
645
                "psr-0": {
646
                    "Doctrine\\Common\\Inflector\\": "lib/"
647
                }
648
            },
649
            "notification-url": "https://packagist.org/downloads/",
650
            "license": [
651
                "MIT"
652
            ],
653
            "authors": [
654
                {
655
                    "name": "Roman Borschel",
656
                    "email": "[email protected]"
657
                },
658
                {
659
                    "name": "Benjamin Eberlei",
660
                    "email": "[email protected]"
661
                },
662
                {
663
                    "name": "Guilherme Blanco",
664
                    "email": "[email protected]"
665
                },
666
                {
667
                    "name": "Jonathan Wage",
668
                    "email": "[email protected]"
669
                },
670
                {
671
                    "name": "Johannes Schmitt",
672
                    "email": "[email protected]"
673
                }
674
            ],
675
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
676
            "homepage": "http://www.doctrine-project.org",
677
            "keywords": [
678
                "inflection",
679
                "pluralize",
680
                "singularize",
681
                "string"
682
            ],
683
            "time": "2015-11-06 14:35:42"
684
        },
685
        {
686
            "name": "doctrine/lexer",
687
            "version": "v1.0.1",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/doctrine/lexer.git",
691
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
696
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "php": ">=5.3.2"
701
            },
702
            "type": "library",
703
            "extra": {
704
                "branch-alias": {
705
                    "dev-master": "1.0.x-dev"
706
                }
707
            },
708
            "autoload": {
709
                "psr-0": {
710
                    "Doctrine\\Common\\Lexer\\": "lib/"
711
                }
712
            },
713
            "notification-url": "https://packagist.org/downloads/",
714
            "license": [
715
                "MIT"
716
            ],
717
            "authors": [
718
                {
719
                    "name": "Roman Borschel",
720
                    "email": "[email protected]"
721
                },
722
                {
723
                    "name": "Guilherme Blanco",
724
                    "email": "[email protected]"
725
                },
726
                {
727
                    "name": "Johannes Schmitt",
728
                    "email": "[email protected]"
729
                }
730
            ],
731
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
732
            "homepage": "http://www.doctrine-project.org",
733
            "keywords": [
734
                "lexer",
735
                "parser"
736
            ],
737
            "time": "2014-09-09 13:34:57"
738
        },
739
        {
740
            "name": "filp/whoops",
741
            "version": "1.1.10",
742
            "source": {
743
                "type": "git",
744
                "url": "https://github.com/filp/whoops.git",
745
                "reference": "72538eeb70bbfb11964412a3d098d109efd012f7"
746
            },
747
            "dist": {
748
                "type": "zip",
749
                "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7",
750
                "reference": "72538eeb70bbfb11964412a3d098d109efd012f7",
751
                "shasum": ""
752
            },
753
            "require": {
754
                "php": ">=5.3.0"
755
            },
756
            "require-dev": {
757
                "mockery/mockery": "0.9.*"
758
            },
759
            "type": "library",
760
            "extra": {
761
                "branch-alias": {
762
                    "dev-master": "1.2-dev"
763
                }
764
            },
765
            "autoload": {
766
                "psr-0": {
767
                    "Whoops": "src/"
768
                },
769
                "classmap": [
770
                    "src/deprecated"
771
                ]
772
            },
773
            "notification-url": "https://packagist.org/downloads/",
774
            "license": [
775
                "MIT"
776
            ],
777
            "authors": [
778
                {
779
                    "name": "Filipe Dobreira",
780
                    "homepage": "https://github.com/filp",
781
                    "role": "Developer"
782
                }
783
            ],
784
            "description": "php error handling for cool kids",
785
            "homepage": "https://github.com/filp/whoops",
786
            "keywords": [
787
                "error",
788
                "exception",
789
                "handling",
790
                "library",
791
                "silex-provider",
792
                "whoops",
793
                "zf2"
794
            ],
795
            "time": "2015-06-29 05:42:04"
796
        },
797
        {
798
            "name": "gocardless/gocardless",
799
            "version": "0.4.2",
800
            "source": {
801
                "type": "git",
802
                "url": "https://github.com/gocardless/gocardless-php.git",
803
                "reference": "4698e9b08172697360938f4e8b30dce93cc76ee7"
804
            },
805
            "dist": {
806
                "type": "zip",
807
                "url": "https://api.github.com/repos/gocardless/gocardless-php/zipball/4698e9b08172697360938f4e8b30dce93cc76ee7",
808
                "reference": "4698e9b08172697360938f4e8b30dce93cc76ee7",
809
                "shasum": ""
810
            },
811
            "require": {
812
                "php": ">= 5.2.0"
813
            },
814
            "type": "library",
815
            "autoload": {
816
                "psr-0": {
817
                    "GoCardless": "lib/"
818
                }
819
            },
820
            "notification-url": "https://packagist.org/downloads/",
821
            "license": [
822
                "MIT"
823
            ],
824
            "authors": [
825
                {
826
                    "name": "Harry Marr",
827
                    "email": "[email protected]",
828
                    "homepage": "https://gocardless.com/"
829
                },
830
                {
831
                    "name": "David Haywood-Smith",
832
                    "email": "[email protected]",
833
                    "homepage": "https://gocardless.com/"
834
                },
835
                {
836
                    "name": "Tim Rogers",
837
                    "email": "[email protected]",
838
                    "homepage": "https://gocardless.com/"
839
                }
840
            ],
841
            "description": "The PHP client library for the GoCardless API",
842
            "homepage": "https://github.com/gocardless/gocardless-php",
843
            "keywords": [
844
                "gocardless",
845
                "pay",
846
                "payments"
847
            ],
848
            "time": "2014-01-15 09:44:54"
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": "5.3.0",
853
            "source": {
854
                "type": "git",
855
                "url": "https://github.com/guzzle/guzzle.git",
856
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
857
            },
858
            "dist": {
859
                "type": "zip",
860
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
861
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
862
                "shasum": ""
863
            },
864
            "require": {
865
                "guzzlehttp/ringphp": "^1.1",
866
                "php": ">=5.4.0"
867
            },
868
            "require-dev": {
869
                "ext-curl": "*",
870
                "phpunit/phpunit": "^4.0",
871
                "psr/log": "^1.0"
872
            },
873
            "type": "library",
874
            "extra": {
875
                "branch-alias": {
876
                    "dev-master": "5.0-dev"
877
                }
878
            },
879
            "autoload": {
880
                "psr-4": {
881
                    "GuzzleHttp\\": "src/"
882
                }
883
            },
884
            "notification-url": "https://packagist.org/downloads/",
885
            "license": [
886
                "MIT"
887
            ],
888
            "authors": [
889
                {
890
                    "name": "Michael Dowling",
891
                    "email": "[email protected]",
892
                    "homepage": "https://github.com/mtdowling"
893
                }
894
            ],
895
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
896
            "homepage": "http://guzzlephp.org/",
897
            "keywords": [
898
                "client",
899
                "curl",
900
                "framework",
901
                "http",
902
                "http client",
903
                "rest",
904
                "web service"
905
            ],
906
            "time": "2015-05-20 03:47:55"
907
        },
908
        {
909
            "name": "guzzlehttp/promises",
910
            "version": "1.1.0",
911
            "source": {
912
                "type": "git",
913
                "url": "https://github.com/guzzle/promises.git",
914
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8"
915
            },
916
            "dist": {
917
                "type": "zip",
918
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bb9024c526b22f3fe6ae55a561fd70653d470aa8",
919
                "reference": "bb9024c526b22f3fe6ae55a561fd70653d470aa8",
920
                "shasum": ""
921
            },
922
            "require": {
923
                "php": ">=5.5.0"
924
            },
925
            "require-dev": {
926
                "phpunit/phpunit": "~4.0"
927
            },
928
            "type": "library",
929
            "extra": {
930
                "branch-alias": {
931
                    "dev-master": "1.0-dev"
932
                }
933
            },
934
            "autoload": {
935
                "psr-4": {
936
                    "GuzzleHttp\\Promise\\": "src/"
937
                },
938
                "files": [
939
                    "src/functions_include.php"
940
                ]
941
            },
942
            "notification-url": "https://packagist.org/downloads/",
943
            "license": [
944
                "MIT"
945
            ],
946
            "authors": [
947
                {
948
                    "name": "Michael Dowling",
949
                    "email": "[email protected]",
950
                    "homepage": "https://github.com/mtdowling"
951
                }
952
            ],
953
            "description": "Guzzle promises library",
954
            "keywords": [
955
                "promise"
956
            ],
957
            "time": "2016-03-08 01:15:46"
958
        },
959
        {
960
            "name": "guzzlehttp/psr7",
961
            "version": "1.3.0",
962
            "source": {
963
                "type": "git",
964
                "url": "https://github.com/guzzle/psr7.git",
965
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
966
            },
967
            "dist": {
968
                "type": "zip",
969
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
970
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
971
                "shasum": ""
972
            },
973
            "require": {
974
                "php": ">=5.4.0",
975
                "psr/http-message": "~1.0"
976
            },
977
            "provide": {
978
                "psr/http-message-implementation": "1.0"
979
            },
980
            "require-dev": {
981
                "phpunit/phpunit": "~4.0"
982
            },
983
            "type": "library",
984
            "extra": {
985
                "branch-alias": {
986
                    "dev-master": "1.0-dev"
987
                }
988
            },
989
            "autoload": {
990
                "psr-4": {
991
                    "GuzzleHttp\\Psr7\\": "src/"
992
                },
993
                "files": [
994
                    "src/functions_include.php"
995
                ]
996
            },
997
            "notification-url": "https://packagist.org/downloads/",
998
            "license": [
999
                "MIT"
1000
            ],
1001
            "authors": [
1002
                {
1003
                    "name": "Michael Dowling",
1004
                    "email": "[email protected]",
1005
                    "homepage": "https://github.com/mtdowling"
1006
                }
1007
            ],
1008
            "description": "PSR-7 message implementation",
1009
            "keywords": [
1010
                "http",
1011
                "message",
1012
                "stream",
1013
                "uri"
1014
            ],
1015
            "time": "2016-04-13 19:56:01"
1016
        },
1017
        {
1018
            "name": "guzzlehttp/ringphp",
1019
            "version": "1.1.0",
1020
            "source": {
1021
                "type": "git",
1022
                "url": "https://github.com/guzzle/RingPHP.git",
1023
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1024
            },
1025
            "dist": {
1026
                "type": "zip",
1027
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1028
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1029
                "shasum": ""
1030
            },
1031
            "require": {
1032
                "guzzlehttp/streams": "~3.0",
1033
                "php": ">=5.4.0",
1034
                "react/promise": "~2.0"
1035
            },
1036
            "require-dev": {
1037
                "ext-curl": "*",
1038
                "phpunit/phpunit": "~4.0"
1039
            },
1040
            "suggest": {
1041
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
1042
            },
1043
            "type": "library",
1044
            "extra": {
1045
                "branch-alias": {
1046
                    "dev-master": "1.1-dev"
1047
                }
1048
            },
1049
            "autoload": {
1050
                "psr-4": {
1051
                    "GuzzleHttp\\Ring\\": "src/"
1052
                }
1053
            },
1054
            "notification-url": "https://packagist.org/downloads/",
1055
            "license": [
1056
                "MIT"
1057
            ],
1058
            "authors": [
1059
                {
1060
                    "name": "Michael Dowling",
1061
                    "email": "[email protected]",
1062
                    "homepage": "https://github.com/mtdowling"
1063
                }
1064
            ],
1065
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1066
            "time": "2015-05-20 03:37:09"
1067
        },
1068
        {
1069
            "name": "guzzlehttp/streams",
1070
            "version": "3.0.0",
1071
            "source": {
1072
                "type": "git",
1073
                "url": "https://github.com/guzzle/streams.git",
1074
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1075
            },
1076
            "dist": {
1077
                "type": "zip",
1078
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1079
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1080
                "shasum": ""
1081
            },
1082
            "require": {
1083
                "php": ">=5.4.0"
1084
            },
1085
            "require-dev": {
1086
                "phpunit/phpunit": "~4.0"
1087
            },
1088
            "type": "library",
1089
            "extra": {
1090
                "branch-alias": {
1091
                    "dev-master": "3.0-dev"
1092
                }
1093
            },
1094
            "autoload": {
1095
                "psr-4": {
1096
                    "GuzzleHttp\\Stream\\": "src/"
1097
                }
1098
            },
1099
            "notification-url": "https://packagist.org/downloads/",
1100
            "license": [
1101
                "MIT"
1102
            ],
1103
            "authors": [
1104
                {
1105
                    "name": "Michael Dowling",
1106
                    "email": "[email protected]",
1107
                    "homepage": "https://github.com/mtdowling"
1108
                }
1109
            ],
1110
            "description": "Provides a simple abstraction over streams of data",
1111
            "homepage": "http://guzzlephp.org/",
1112
            "keywords": [
1113
                "Guzzle",
1114
                "stream"
1115
            ],
1116
            "time": "2014-10-12 19:18:40"
1117
        },
1118
        {
1119
            "name": "illuminate/html",
1120
            "version": "v5.0.0",
1121
            "source": {
1122
                "type": "git",
1123
                "url": "https://github.com/illuminate/html.git",
1124
                "reference": "3d1009bb8e0f25720c914af5c1f4015dd373c9ef"
1125
            },
1126
            "dist": {
1127
                "type": "zip",
1128
                "url": "https://api.github.com/repos/illuminate/html/zipball/3d1009bb8e0f25720c914af5c1f4015dd373c9ef",
1129
                "reference": "3d1009bb8e0f25720c914af5c1f4015dd373c9ef",
1130
                "shasum": ""
1131
            },
1132
            "require": {
1133
                "illuminate/http": "~5.0",
1134
                "illuminate/session": "~5.0",
1135
                "illuminate/support": "~5.0",
1136
                "php": ">=5.4.0"
1137
            },
1138
            "type": "library",
1139
            "extra": {
1140
                "branch-alias": {
1141
                    "dev-master": "5.0-dev"
1142
                }
1143
            },
1144
            "autoload": {
1145
                "psr-4": {
1146
                    "Illuminate\\Html\\": ""
1147
                },
1148
                "files": [
1149
                    "helpers.php"
1150
                ]
1151
            },
1152
            "notification-url": "https://packagist.org/downloads/",
1153
            "license": [
1154
                "MIT"
1155
            ],
1156
            "authors": [
1157
                {
1158
                    "name": "Taylor Otwell",
1159
                    "email": "[email protected]"
1160
                }
1161
            ],
1162
            "time": "2015-01-01 16:31:18"
1163
        },
1164
        {
1165
            "name": "intervention/image",
1166
            "version": "2.3.7",
1167
            "source": {
1168
                "type": "git",
1169
                "url": "https://github.com/Intervention/image.git",
1170
                "reference": "22088b04728a039bd1fc32f7e79a89a118b78698"
1171
            },
1172
            "dist": {
1173
                "type": "zip",
1174
                "url": "https://api.github.com/repos/Intervention/image/zipball/22088b04728a039bd1fc32f7e79a89a118b78698",
1175
                "reference": "22088b04728a039bd1fc32f7e79a89a118b78698",
1176
                "shasum": ""
1177
            },
1178
            "require": {
1179
                "ext-fileinfo": "*",
1180
                "guzzlehttp/psr7": "~1.1",
1181
                "php": ">=5.4.0"
1182
            },
1183
            "require-dev": {
1184
                "mockery/mockery": "~0.9.2",
1185
                "phpunit/phpunit": "3.*"
1186
            },
1187
            "suggest": {
1188
                "ext-gd": "to use GD library based image processing.",
1189
                "ext-imagick": "to use Imagick based image processing.",
1190
                "intervention/imagecache": "Caching extension for the Intervention Image library"
1191
            },
1192
            "type": "library",
1193
            "extra": {
1194
                "branch-alias": {
1195
                    "dev-master": "2.3-dev"
1196
                }
1197
            },
1198
            "autoload": {
1199
                "psr-4": {
1200
                    "Intervention\\Image\\": "src/Intervention/Image"
1201
                }
1202
            },
1203
            "notification-url": "https://packagist.org/downloads/",
1204
            "license": [
1205
                "MIT"
1206
            ],
1207
            "authors": [
1208
                {
1209
                    "name": "Oliver Vogel",
1210
                    "email": "[email protected]",
1211
                    "homepage": "http://olivervogel.net/"
1212
                }
1213
            ],
1214
            "description": "Image handling and manipulation library with support for Laravel integration",
1215
            "homepage": "http://image.intervention.io/",
1216
            "keywords": [
1217
                "gd",
1218
                "image",
1219
                "imagick",
1220
                "laravel",
1221
                "thumbnail",
1222
                "watermark"
1223
            ],
1224
            "time": "2016-04-26 14:08:40"
1225
        },
1226
        {
1227
            "name": "itsgoingd/clockwork",
1228
            "version": "v1.11.1",
1229
            "source": {
1230
                "type": "git",
1231
                "url": "https://github.com/itsgoingd/clockwork.git",
1232
                "reference": "08f56e4445c45b21ba3a5ebb01f11dc5c7dde5d9"
1233
            },
1234
            "dist": {
1235
                "type": "zip",
1236
                "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/08f56e4445c45b21ba3a5ebb01f11dc5c7dde5d9",
1237
                "reference": "08f56e4445c45b21ba3a5ebb01f11dc5c7dde5d9",
1238
                "shasum": ""
1239
            },
1240
            "require": {
1241
                "php": ">=5.3.9",
1242
                "psr/log": "1.*"
1243
            },
1244
            "type": "library",
1245
            "autoload": {
1246
                "psr-0": {
1247
                    "Clockwork": ""
1248
                }
1249
            },
1250
            "notification-url": "https://packagist.org/downloads/",
1251
            "license": [
1252
                "MIT"
1253
            ],
1254
            "authors": [
1255
                {
1256
                    "name": "itsgoingd",
1257
                    "email": "[email protected]",
1258
                    "homepage": "http://twitter.com/itsgoingd"
1259
                }
1260
            ],
1261
            "description": "Server-side component of Clockwork, a Chrome extension for PHP development",
1262
            "homepage": "http://github.com/itsgoingd/clockwork",
1263
            "keywords": [
1264
                "debugging",
1265
                "laravel",
1266
                "logging",
1267
                "profiling"
1268
            ],
1269
            "time": "2016-03-16 23:33:19"
1270
        },
1271
        {
1272
            "name": "jakub-onderka/php-console-color",
1273
            "version": "0.1",
1274
            "source": {
1275
                "type": "git",
1276
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1277
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
1278
            },
1279
            "dist": {
1280
                "type": "zip",
1281
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
1282
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
1283
                "shasum": ""
1284
            },
1285
            "require": {
1286
                "php": ">=5.3.2"
1287
            },
1288
            "require-dev": {
1289
                "jakub-onderka/php-code-style": "1.0",
1290
                "jakub-onderka/php-parallel-lint": "0.*",
1291
                "jakub-onderka/php-var-dump-check": "0.*",
1292
                "phpunit/phpunit": "3.7.*",
1293
                "squizlabs/php_codesniffer": "1.*"
1294
            },
1295
            "type": "library",
1296
            "autoload": {
1297
                "psr-0": {
1298
                    "JakubOnderka\\PhpConsoleColor": "src/"
1299
                }
1300
            },
1301
            "notification-url": "https://packagist.org/downloads/",
1302
            "license": [
1303
                "BSD-2-Clause"
1304
            ],
1305
            "authors": [
1306
                {
1307
                    "name": "Jakub Onderka",
1308
                    "email": "[email protected]",
1309
                    "homepage": "http://www.acci.cz"
1310
                }
1311
            ],
1312
            "time": "2014-04-08 15:00:19"
1313
        },
1314
        {
1315
            "name": "jakub-onderka/php-console-highlighter",
1316
            "version": "v0.3.2",
1317
            "source": {
1318
                "type": "git",
1319
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1320
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
1321
            },
1322
            "dist": {
1323
                "type": "zip",
1324
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1325
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1326
                "shasum": ""
1327
            },
1328
            "require": {
1329
                "jakub-onderka/php-console-color": "~0.1",
1330
                "php": ">=5.3.0"
1331
            },
1332
            "require-dev": {
1333
                "jakub-onderka/php-code-style": "~1.0",
1334
                "jakub-onderka/php-parallel-lint": "~0.5",
1335
                "jakub-onderka/php-var-dump-check": "~0.1",
1336
                "phpunit/phpunit": "~4.0",
1337
                "squizlabs/php_codesniffer": "~1.5"
1338
            },
1339
            "type": "library",
1340
            "autoload": {
1341
                "psr-0": {
1342
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
1343
                }
1344
            },
1345
            "notification-url": "https://packagist.org/downloads/",
1346
            "license": [
1347
                "MIT"
1348
            ],
1349
            "authors": [
1350
                {
1351
                    "name": "Jakub Onderka",
1352
                    "email": "[email protected]",
1353
                    "homepage": "http://www.acci.cz/"
1354
                }
1355
            ],
1356
            "time": "2015-04-20 18:58:01"
1357
        },
1358
        {
1359
            "name": "jenssegers/rollbar",
1360
            "version": "v1.5.0",
1361
            "source": {
1362
                "type": "git",
1363
                "url": "https://github.com/jenssegers/laravel-rollbar.git",
1364
                "reference": "24d5b72017697cd9e4c2f4c60ea480bda8c50018"
1365
            },
1366
            "dist": {
1367
                "type": "zip",
1368
                "url": "https://api.github.com/repos/jenssegers/laravel-rollbar/zipball/24d5b72017697cd9e4c2f4c60ea480bda8c50018",
1369
                "reference": "24d5b72017697cd9e4c2f4c60ea480bda8c50018",
1370
                "shasum": ""
1371
            },
1372
            "require": {
1373
                "illuminate/support": "^4.0|^5.0",
1374
                "php": ">=5.4",
1375
                "rollbar/rollbar": "~0.15"
1376
            },
1377
            "require-dev": {
1378
                "mockery/mockery": "^0.9",
1379
                "orchestra/testbench": "^3.0",
1380
                "satooshi/php-coveralls": "^1.0"
1381
            },
1382
            "type": "library",
1383
            "autoload": {
1384
                "psr-4": {
1385
                    "Jenssegers\\Rollbar\\": "src/"
1386
                }
1387
            },
1388
            "notification-url": "https://packagist.org/downloads/",
1389
            "license": [
1390
                "MIT"
1391
            ],
1392
            "authors": [
1393
                {
1394
                    "name": "Jens Segers",
1395
                    "homepage": "https://jenssegers.com"
1396
                }
1397
            ],
1398
            "description": "Rollbar error monitoring integration for Laravel projects",
1399
            "homepage": "https://github.com/jenssegers/laravel-rollbar",
1400
            "keywords": [
1401
                "error",
1402
                "laravel",
1403
                "logging",
1404
                "monitoring",
1405
                "rollbar"
1406
            ],
1407
            "time": "2016-03-20 09:37:00"
1408
        },
1409
        {
1410
            "name": "jeremeamia/SuperClosure",
1411
            "version": "2.2.0",
1412
            "source": {
1413
                "type": "git",
1414
                "url": "https://github.com/jeremeamia/super_closure.git",
1415
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
1416
            },
1417
            "dist": {
1418
                "type": "zip",
1419
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
1420
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
1421
                "shasum": ""
1422
            },
1423
            "require": {
1424
                "nikic/php-parser": "^1.2|^2.0",
1425
                "php": ">=5.4",
1426
                "symfony/polyfill-php56": "^1.0"
1427
            },
1428
            "require-dev": {
1429
                "phpunit/phpunit": "^4.0|^5.0"
1430
            },
1431
            "type": "library",
1432
            "extra": {
1433
                "branch-alias": {
1434
                    "dev-master": "2.2-dev"
1435
                }
1436
            },
1437
            "autoload": {
1438
                "psr-4": {
1439
                    "SuperClosure\\": "src/"
1440
                }
1441
            },
1442
            "notification-url": "https://packagist.org/downloads/",
1443
            "license": [
1444
                "MIT"
1445
            ],
1446
            "authors": [
1447
                {
1448
                    "name": "Jeremy Lindblom",
1449
                    "email": "[email protected]",
1450
                    "homepage": "https://github.com/jeremeamia",
1451
                    "role": "Developer"
1452
                }
1453
            ],
1454
            "description": "Serialize Closure objects, including their context and binding",
1455
            "homepage": "https://github.com/jeremeamia/super_closure",
1456
            "keywords": [
1457
                "closure",
1458
                "function",
1459
                "lambda",
1460
                "parser",
1461
                "serializable",
1462
                "serialize",
1463
                "tokenizer"
1464
            ],
1465
            "time": "2015-12-05 17:17:57"
1466
        },
1467
        {
1468
            "name": "laracasts/presenter",
1469
            "version": "0.2.1",
1470
            "source": {
1471
                "type": "git",
1472
                "url": "https://github.com/laracasts/Presenter.git",
1473
                "reference": "b284f3137f990efd6e95df49d254f1ccc4541e92"
1474
            },
1475
            "dist": {
1476
                "type": "zip",
1477
                "url": "https://api.github.com/repos/laracasts/Presenter/zipball/b284f3137f990efd6e95df49d254f1ccc4541e92",
1478
                "reference": "b284f3137f990efd6e95df49d254f1ccc4541e92",
1479
                "shasum": ""
1480
            },
1481
            "require": {
1482
                "illuminate/support": "~5.0",
1483
                "php": ">=5.4.0"
1484
            },
1485
            "require-dev": {
1486
                "mockery/mockery": "~0.9",
1487
                "phpspec/phpspec": "~2.0"
1488
            },
1489
            "type": "library",
1490
            "autoload": {
1491
                "psr-0": {
1492
                    "Laracasts\\Presenter": "src/"
1493
                }
1494
            },
1495
            "notification-url": "https://packagist.org/downloads/",
1496
            "license": [
1497
                "MIT"
1498
            ],
1499
            "authors": [
1500
                {
1501
                    "name": "Jeffrey Way",
1502
                    "email": "[email protected]"
1503
                }
1504
            ],
1505
            "description": "Simple view presenters",
1506
            "keywords": [
1507
                "laravel",
1508
                "presenter",
1509
                "view"
1510
            ],
1511
            "time": "2014-09-13 13:18:07"
1512
        },
1513
        {
1514
            "name": "laravel/framework",
1515
            "version": "v5.1.35",
1516
            "source": {
1517
                "type": "git",
1518
                "url": "https://github.com/laravel/framework.git",
1519
                "reference": "50c7e026db1da8a265482fef4417c92f46cc5b78"
1520
            },
1521
            "dist": {
1522
                "type": "zip",
1523
                "url": "https://api.github.com/repos/laravel/framework/zipball/50c7e026db1da8a265482fef4417c92f46cc5b78",
1524
                "reference": "50c7e026db1da8a265482fef4417c92f46cc5b78",
1525
                "shasum": ""
1526
            },
1527
            "require": {
1528
                "classpreloader/classpreloader": "~2.0|~3.0",
1529
                "danielstjules/stringy": "~1.8",
1530
                "doctrine/inflector": "~1.0",
1531
                "ext-mbstring": "*",
1532
                "ext-openssl": "*",
1533
                "jeremeamia/superclosure": "~2.0",
1534
                "league/flysystem": "~1.0",
1535
                "monolog/monolog": "~1.11",
1536
                "mtdowling/cron-expression": "~1.0",
1537
                "nesbot/carbon": "~1.19",
1538
                "paragonie/random_compat": "~1.4",
1539
                "php": ">=5.5.9",
1540
                "psy/psysh": "0.7.*",
1541
                "swiftmailer/swiftmailer": "~5.1",
1542
                "symfony/console": "2.7.*",
1543
                "symfony/css-selector": "2.7.*",
1544
                "symfony/debug": "2.7.*",
1545
                "symfony/dom-crawler": "2.7.*",
1546
                "symfony/finder": "2.7.*",
1547
                "symfony/http-foundation": "2.7.*",
1548
                "symfony/http-kernel": "2.7.*",
1549
                "symfony/process": "2.7.*",
1550
                "symfony/routing": "2.7.*",
1551
                "symfony/translation": "2.7.*",
1552
                "symfony/var-dumper": "2.7.*",
1553
                "vlucas/phpdotenv": "~1.0"
1554
            },
1555
            "replace": {
1556
                "illuminate/auth": "self.version",
1557
                "illuminate/broadcasting": "self.version",
1558
                "illuminate/bus": "self.version",
1559
                "illuminate/cache": "self.version",
1560
                "illuminate/config": "self.version",
1561
                "illuminate/console": "self.version",
1562
                "illuminate/container": "self.version",
1563
                "illuminate/contracts": "self.version",
1564
                "illuminate/cookie": "self.version",
1565
                "illuminate/database": "self.version",
1566
                "illuminate/encryption": "self.version",
1567
                "illuminate/events": "self.version",
1568
                "illuminate/exception": "self.version",
1569
                "illuminate/filesystem": "self.version",
1570
                "illuminate/hashing": "self.version",
1571
                "illuminate/http": "self.version",
1572
                "illuminate/log": "self.version",
1573
                "illuminate/mail": "self.version",
1574
                "illuminate/pagination": "self.version",
1575
                "illuminate/pipeline": "self.version",
1576
                "illuminate/queue": "self.version",
1577
                "illuminate/redis": "self.version",
1578
                "illuminate/routing": "self.version",
1579
                "illuminate/session": "self.version",
1580
                "illuminate/support": "self.version",
1581
                "illuminate/translation": "self.version",
1582
                "illuminate/validation": "self.version",
1583
                "illuminate/view": "self.version"
1584
            },
1585
            "require-dev": {
1586
                "aws/aws-sdk-php": "~3.0",
1587
                "iron-io/iron_mq": "~2.0",
1588
                "mockery/mockery": "~0.9.4",
1589
                "pda/pheanstalk": "~3.0",
1590
                "phpunit/phpunit": "~4.0",
1591
                "predis/predis": "~1.0"
1592
            },
1593
            "suggest": {
1594
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
1595
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
1596
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1597
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
1598
                "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).",
1599
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1600
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1601
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1602
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
1603
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
1604
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
1605
            },
1606
            "type": "library",
1607
            "extra": {
1608
                "branch-alias": {
1609
                    "dev-master": "5.1-dev"
1610
                }
1611
            },
1612
            "autoload": {
1613
                "classmap": [
1614
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
1615
                ],
1616
                "files": [
1617
                    "src/Illuminate/Foundation/helpers.php",
1618
                    "src/Illuminate/Support/helpers.php"
1619
                ],
1620
                "psr-4": {
1621
                    "Illuminate\\": "src/Illuminate/"
1622
                }
1623
            },
1624
            "notification-url": "https://packagist.org/downloads/",
1625
            "license": [
1626
                "MIT"
1627
            ],
1628
            "authors": [
1629
                {
1630
                    "name": "Taylor Otwell",
1631
                    "email": "[email protected]"
1632
                }
1633
            ],
1634
            "description": "The Laravel Framework.",
1635
            "homepage": "http://laravel.com",
1636
            "keywords": [
1637
                "framework",
1638
                "laravel"
1639
            ],
1640
            "time": "2016-04-27 13:07:50"
1641
        },
1642
        {
1643
            "name": "league/flysystem",
1644
            "version": "1.0.22",
1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/thephpleague/flysystem.git",
1648
                "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612"
1649
            },
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
1653
                "reference": "bd73a91703969a2d20ab4bfbf971d6c2cbe36612",
1654
                "shasum": ""
1655
            },
1656
            "require": {
1657
                "php": ">=5.4.0"
1658
            },
1659
            "conflict": {
1660
                "league/flysystem-sftp": "<1.0.6"
1661
            },
1662
            "require-dev": {
1663
                "ext-fileinfo": "*",
1664
                "mockery/mockery": "~0.9",
1665
                "phpspec/phpspec": "^2.2",
1666
                "phpunit/phpunit": "~4.8 || ~5.0"
1667
            },
1668
            "suggest": {
1669
                "ext-fileinfo": "Required for MimeType",
1670
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1671
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1672
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1673
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1674
                "league/flysystem-copy": "Allows you to use Copy.com storage",
1675
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1676
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1677
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1678
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1679
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1680
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1681
            },
1682
            "type": "library",
1683
            "extra": {
1684
                "branch-alias": {
1685
                    "dev-master": "1.1-dev"
1686
                }
1687
            },
1688
            "autoload": {
1689
                "psr-4": {
1690
                    "League\\Flysystem\\": "src/"
1691
                }
1692
            },
1693
            "notification-url": "https://packagist.org/downloads/",
1694
            "license": [
1695
                "MIT"
1696
            ],
1697
            "authors": [
1698
                {
1699
                    "name": "Frank de Jonge",
1700
                    "email": "[email protected]"
1701
                }
1702
            ],
1703
            "description": "Filesystem abstraction: Many filesystems, one API.",
1704
            "keywords": [
1705
                "Cloud Files",
1706
                "WebDAV",
1707
                "abstraction",
1708
                "aws",
1709
                "cloud",
1710
                "copy.com",
1711
                "dropbox",
1712
                "file systems",
1713
                "files",
1714
                "filesystem",
1715
                "filesystems",
1716
                "ftp",
1717
                "rackspace",
1718
                "remote",
1719
                "s3",
1720
                "sftp",
1721
                "storage"
1722
            ],
1723
            "time": "2016-04-28 06:53:12"
1724
        },
1725
        {
1726
            "name": "league/flysystem-aws-s3-v3",
1727
            "version": "1.0.11",
1728
            "source": {
1729
                "type": "git",
1730
                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
1731
                "reference": "1f7ae4e3cc178686c49a9d23cab43ed1e955368c"
1732
            },
1733
            "dist": {
1734
                "type": "zip",
1735
                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/1f7ae4e3cc178686c49a9d23cab43ed1e955368c",
1736
                "reference": "1f7ae4e3cc178686c49a9d23cab43ed1e955368c",
1737
                "shasum": ""
1738
            },
1739
            "require": {
1740
                "aws/aws-sdk-php": "^3.0.0",
1741
                "league/flysystem": "~1.0",
1742
                "php": ">=5.5.0"
1743
            },
1744
            "require-dev": {
1745
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1746
                "phpspec/phpspec": "^2.0.0"
1747
            },
1748
            "type": "library",
1749
            "extra": {
1750
                "branch-alias": {
1751
                    "dev-master": "1.0-dev"
1752
                }
1753
            },
1754
            "autoload": {
1755
                "psr-4": {
1756
                    "League\\Flysystem\\AwsS3v3\\": "src/"
1757
                }
1758
            },
1759
            "notification-url": "https://packagist.org/downloads/",
1760
            "license": [
1761
                "MIT"
1762
            ],
1763
            "authors": [
1764
                {
1765
                    "name": "Frank de Jonge",
1766
                    "email": "[email protected]"
1767
                }
1768
            ],
1769
            "description": "Flysystem adapter for the AWS S3 SDK v3.x",
1770
            "time": "2016-05-03 19:35:35"
1771
        },
1772
        {
1773
            "name": "maknz/slack",
1774
            "version": "1.7.0",
1775
            "source": {
1776
                "type": "git",
1777
                "url": "https://github.com/maknz/slack.git",
1778
                "reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595"
1779
            },
1780
            "dist": {
1781
                "type": "zip",
1782
                "url": "https://api.github.com/repos/maknz/slack/zipball/7f21fefc70c76b304adc1b3a780c8740dfcfb595",
1783
                "reference": "7f21fefc70c76b304adc1b3a780c8740dfcfb595",
1784
                "shasum": ""
1785
            },
1786
            "require": {
1787
                "ext-mbstring": "*",
1788
                "guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
1789
                "php": ">=5.4.0"
1790
            },
1791
            "require-dev": {
1792
                "mockery/mockery": "0.9.*",
1793
                "phpunit/phpunit": "4.2.*"
1794
            },
1795
            "suggest": {
1796
                "illuminate/support": "Required for Laravel support"
1797
            },
1798
            "type": "library",
1799
            "autoload": {
1800
                "psr-4": {
1801
                    "Maknz\\Slack\\": "src/"
1802
                }
1803
            },
1804
            "notification-url": "https://packagist.org/downloads/",
1805
            "license": [
1806
                "BSD-2-Clause"
1807
            ],
1808
            "authors": [
1809
                {
1810
                    "name": "maknz",
1811
                    "email": "[email protected]"
1812
                }
1813
            ],
1814
            "description": "A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. Includes Laravel support out of the box.",
1815
            "keywords": [
1816
                "laravel",
1817
                "slack"
1818
            ],
1819
            "time": "2015-06-03 03:35:16"
1820
        },
1821
        {
1822
            "name": "michelf/php-markdown",
1823
            "version": "1.6.0",
1824
            "source": {
1825
                "type": "git",
1826
                "url": "https://github.com/michelf/php-markdown.git",
1827
                "reference": "156e56ee036505ec637d761ee62dc425d807183c"
1828
            },
1829
            "dist": {
1830
                "type": "zip",
1831
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
1832
                "reference": "156e56ee036505ec637d761ee62dc425d807183c",
1833
                "shasum": ""
1834
            },
1835
            "require": {
1836
                "php": ">=5.3.0"
1837
            },
1838
            "type": "library",
1839
            "extra": {
1840
                "branch-alias": {
1841
                    "dev-lib": "1.4.x-dev"
1842
                }
1843
            },
1844
            "autoload": {
1845
                "psr-0": {
1846
                    "Michelf": ""
1847
                }
1848
            },
1849
            "notification-url": "https://packagist.org/downloads/",
1850
            "license": [
1851
                "BSD-3-Clause"
1852
            ],
1853
            "authors": [
1854
                {
1855
                    "name": "Michel Fortin",
1856
                    "email": "[email protected]",
1857
                    "homepage": "https://michelf.ca/",
1858
                    "role": "Developer"
1859
                },
1860
                {
1861
                    "name": "John Gruber",
1862
                    "homepage": "https://daringfireball.net/"
1863
                }
1864
            ],
1865
            "description": "PHP Markdown",
1866
            "homepage": "https://michelf.ca/projects/php-markdown/",
1867
            "keywords": [
1868
                "markdown"
1869
            ],
1870
            "time": "2015-12-24 01:37:31"
1871
        },
1872
        {
1873
            "name": "monolog/monolog",
1874
            "version": "1.19.0",
1875
            "source": {
1876
                "type": "git",
1877
                "url": "https://github.com/Seldaek/monolog.git",
1878
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
1879
            },
1880
            "dist": {
1881
                "type": "zip",
1882
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1883
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
1884
                "shasum": ""
1885
            },
1886
            "require": {
1887
                "php": ">=5.3.0",
1888
                "psr/log": "~1.0"
1889
            },
1890
            "provide": {
1891
                "psr/log-implementation": "1.0.0"
1892
            },
1893
            "require-dev": {
1894
                "aws/aws-sdk-php": "^2.4.9",
1895
                "doctrine/couchdb": "~1.0@dev",
1896
                "graylog2/gelf-php": "~1.0",
1897
                "jakub-onderka/php-parallel-lint": "0.9",
1898
                "php-amqplib/php-amqplib": "~2.4",
1899
                "php-console/php-console": "^3.1.3",
1900
                "phpunit/phpunit": "~4.5",
1901
                "phpunit/phpunit-mock-objects": "2.3.0",
1902
                "raven/raven": "^0.13",
1903
                "ruflin/elastica": ">=0.90 <3.0",
1904
                "swiftmailer/swiftmailer": "~5.3"
1905
            },
1906
            "suggest": {
1907
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1908
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1909
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1910
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1911
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1912
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1913
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1914
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1915
                "raven/raven": "Allow sending log messages to a Sentry server",
1916
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1917
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1918
            },
1919
            "type": "library",
1920
            "extra": {
1921
                "branch-alias": {
1922
                    "dev-master": "2.0.x-dev"
1923
                }
1924
            },
1925
            "autoload": {
1926
                "psr-4": {
1927
                    "Monolog\\": "src/Monolog"
1928
                }
1929
            },
1930
            "notification-url": "https://packagist.org/downloads/",
1931
            "license": [
1932
                "MIT"
1933
            ],
1934
            "authors": [
1935
                {
1936
                    "name": "Jordi Boggiano",
1937
                    "email": "[email protected]",
1938
                    "homepage": "http://seld.be"
1939
                }
1940
            ],
1941
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1942
            "homepage": "http://github.com/Seldaek/monolog",
1943
            "keywords": [
1944
                "log",
1945
                "logging",
1946
                "psr-3"
1947
            ],
1948
            "time": "2016-04-12 18:29:35"
1949
        },
1950
        {
1951
            "name": "mtdowling/cron-expression",
1952
            "version": "v1.1.0",
1953
            "source": {
1954
                "type": "git",
1955
                "url": "https://github.com/mtdowling/cron-expression.git",
1956
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
1957
            },
1958
            "dist": {
1959
                "type": "zip",
1960
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1961
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
1962
                "shasum": ""
1963
            },
1964
            "require": {
1965
                "php": ">=5.3.2"
1966
            },
1967
            "require-dev": {
1968
                "phpunit/phpunit": "~4.0|~5.0"
1969
            },
1970
            "type": "library",
1971
            "autoload": {
1972
                "psr-0": {
1973
                    "Cron": "src/"
1974
                }
1975
            },
1976
            "notification-url": "https://packagist.org/downloads/",
1977
            "license": [
1978
                "MIT"
1979
            ],
1980
            "authors": [
1981
                {
1982
                    "name": "Michael Dowling",
1983
                    "email": "[email protected]",
1984
                    "homepage": "https://github.com/mtdowling"
1985
                }
1986
            ],
1987
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1988
            "keywords": [
1989
                "cron",
1990
                "schedule"
1991
            ],
1992
            "time": "2016-01-26 21:23:30"
1993
        },
1994
        {
1995
            "name": "mtdowling/jmespath.php",
1996
            "version": "2.3.0",
1997
            "source": {
1998
                "type": "git",
1999
                "url": "https://github.com/jmespath/jmespath.php.git",
2000
                "reference": "192f93e43c2c97acde7694993ab171b3de284093"
2001
            },
2002
            "dist": {
2003
                "type": "zip",
2004
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/192f93e43c2c97acde7694993ab171b3de284093",
2005
                "reference": "192f93e43c2c97acde7694993ab171b3de284093",
2006
                "shasum": ""
2007
            },
2008
            "require": {
2009
                "php": ">=5.4.0"
2010
            },
2011
            "require-dev": {
2012
                "phpunit/phpunit": "~4.0"
2013
            },
2014
            "bin": [
2015
                "bin/jp.php"
2016
            ],
2017
            "type": "library",
2018
            "extra": {
2019
                "branch-alias": {
2020
                    "dev-master": "2.0-dev"
2021
                }
2022
            },
2023
            "autoload": {
2024
                "psr-4": {
2025
                    "JmesPath\\": "src/"
2026
                },
2027
                "files": [
2028
                    "src/JmesPath.php"
2029
                ]
2030
            },
2031
            "notification-url": "https://packagist.org/downloads/",
2032
            "license": [
2033
                "MIT"
2034
            ],
2035
            "authors": [
2036
                {
2037
                    "name": "Michael Dowling",
2038
                    "email": "[email protected]",
2039
                    "homepage": "https://github.com/mtdowling"
2040
                }
2041
            ],
2042
            "description": "Declaratively specify how to extract elements from a JSON document",
2043
            "keywords": [
2044
                "json",
2045
                "jsonpath"
2046
            ],
2047
            "time": "2016-01-05 18:25:05"
2048
        },
2049
        {
2050
            "name": "nesbot/carbon",
2051
            "version": "1.21.0",
2052
            "source": {
2053
                "type": "git",
2054
                "url": "https://github.com/briannesbitt/Carbon.git",
2055
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
2056
            },
2057
            "dist": {
2058
                "type": "zip",
2059
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
2060
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
2061
                "shasum": ""
2062
            },
2063
            "require": {
2064
                "php": ">=5.3.0",
2065
                "symfony/translation": "~2.6|~3.0"
2066
            },
2067
            "require-dev": {
2068
                "phpunit/phpunit": "~4.0|~5.0"
2069
            },
2070
            "type": "library",
2071
            "autoload": {
2072
                "psr-4": {
2073
                    "Carbon\\": "src/Carbon/"
2074
                }
2075
            },
2076
            "notification-url": "https://packagist.org/downloads/",
2077
            "license": [
2078
                "MIT"
2079
            ],
2080
            "authors": [
2081
                {
2082
                    "name": "Brian Nesbitt",
2083
                    "email": "[email protected]",
2084
                    "homepage": "http://nesbot.com"
2085
                }
2086
            ],
2087
            "description": "A simple API extension for DateTime.",
2088
            "homepage": "http://carbon.nesbot.com",
2089
            "keywords": [
2090
                "date",
2091
                "datetime",
2092
                "time"
2093
            ],
2094
            "time": "2015-11-04 20:07:17"
2095
        },
2096
        {
2097
            "name": "nikic/php-parser",
2098
            "version": "v2.1.0",
2099
            "source": {
2100
                "type": "git",
2101
                "url": "https://github.com/nikic/PHP-Parser.git",
2102
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
2103
            },
2104
            "dist": {
2105
                "type": "zip",
2106
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
2107
                "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
2108
                "shasum": ""
2109
            },
2110
            "require": {
2111
                "ext-tokenizer": "*",
2112
                "php": ">=5.4"
2113
            },
2114
            "require-dev": {
2115
                "phpunit/phpunit": "~4.0"
2116
            },
2117
            "bin": [
2118
                "bin/php-parse"
2119
            ],
2120
            "type": "library",
2121
            "extra": {
2122
                "branch-alias": {
2123
                    "dev-master": "2.1-dev"
2124
                }
2125
            },
2126
            "autoload": {
2127
                "psr-4": {
2128
                    "PhpParser\\": "lib/PhpParser"
2129
                }
2130
            },
2131
            "notification-url": "https://packagist.org/downloads/",
2132
            "license": [
2133
                "BSD-3-Clause"
2134
            ],
2135
            "authors": [
2136
                {
2137
                    "name": "Nikita Popov"
2138
                }
2139
            ],
2140
            "description": "A PHP parser written in PHP",
2141
            "keywords": [
2142
                "parser",
2143
                "php"
2144
            ],
2145
            "time": "2016-04-19 13:41:41"
2146
        },
2147
        {
2148
            "name": "nuovo/spreadsheet-reader",
2149
            "version": "0.5.11",
2150
            "source": {
2151
                "type": "git",
2152
                "url": "https://github.com/nuovo/spreadsheet-reader.git",
2153
                "reference": "f6bd49d101042eaa71b0fbd82e7a57e5a276dc3d"
2154
            },
2155
            "dist": {
2156
                "type": "zip",
2157
                "url": "https://api.github.com/repos/nuovo/spreadsheet-reader/zipball/f6bd49d101042eaa71b0fbd82e7a57e5a276dc3d",
2158
                "reference": "f6bd49d101042eaa71b0fbd82e7a57e5a276dc3d",
2159
                "shasum": ""
2160
            },
2161
            "require": {
2162
                "ext-zip": "*",
2163
                "php": ">= 5.3.0"
2164
            },
2165
            "type": "library",
2166
            "autoload": {
2167
                "classmap": [
2168
                    "./"
2169
                ]
2170
            },
2171
            "notification-url": "https://packagist.org/downloads/",
2172
            "license": [
2173
                "MIT"
2174
            ],
2175
            "authors": [
2176
                {
2177
                    "name": "Martins Pilsetnieks",
2178
                    "email": "[email protected]",
2179
                    "homepage": "http://www.nuovo.lv/"
2180
                }
2181
            ],
2182
            "description": "Spreadsheet reader library for Excel, OpenOffice and structured text files",
2183
            "homepage": "https://github.com/nuovo/spreadsheet-reader",
2184
            "keywords": [
2185
                "OpenOffice",
2186
                "csv",
2187
                "excel",
2188
                "ods",
2189
                "spreadsheet",
2190
                "xls",
2191
                "xlsx"
2192
            ],
2193
            "time": "2015-04-30 00:00:00"
2194
        },
2195
        {
2196
            "name": "paragonie/random_compat",
2197
            "version": "v1.4.1",
2198
            "source": {
2199
                "type": "git",
2200
                "url": "https://github.com/paragonie/random_compat.git",
2201
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
2202
            },
2203
            "dist": {
2204
                "type": "zip",
2205
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
2206
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
2207
                "shasum": ""
2208
            },
2209
            "require": {
2210
                "php": ">=5.2.0"
2211
            },
2212
            "require-dev": {
2213
                "phpunit/phpunit": "4.*|5.*"
2214
            },
2215
            "suggest": {
2216
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2217
            },
2218
            "type": "library",
2219
            "autoload": {
2220
                "files": [
2221
                    "lib/random.php"
2222
                ]
2223
            },
2224
            "notification-url": "https://packagist.org/downloads/",
2225
            "license": [
2226
                "MIT"
2227
            ],
2228
            "authors": [
2229
                {
2230
                    "name": "Paragon Initiative Enterprises",
2231
                    "email": "[email protected]",
2232
                    "homepage": "https://paragonie.com"
2233
                }
2234
            ],
2235
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2236
            "keywords": [
2237
                "csprng",
2238
                "pseudorandom",
2239
                "random"
2240
            ],
2241
            "time": "2016-03-18 20:34:03"
2242
        },
2243
        {
2244
            "name": "paypal/merchant-sdk-php",
2245
            "version": "v3.8.107",
2246
            "source": {
2247
                "type": "git",
2248
                "url": "https://github.com/paypal/merchant-sdk-php.git",
2249
                "reference": "6c874a8257db3f27c99d599883493704b790141a"
2250
            },
2251
            "dist": {
2252
                "type": "zip",
2253
                "url": "https://api.github.com/repos/paypal/merchant-sdk-php/zipball/6c874a8257db3f27c99d599883493704b790141a",
2254
                "reference": "6c874a8257db3f27c99d599883493704b790141a",
2255
                "shasum": ""
2256
            },
2257
            "require": {
2258
                "ext-curl": "*",
2259
                "paypal/sdk-core-php": "2.5.*",
2260
                "php": ">=5.3.0"
2261
            },
2262
            "type": "library",
2263
            "autoload": {
2264
                "psr-0": {
2265
                    "PayPal\\Service": "lib/",
2266
                    "PayPal\\CoreComponentTypes": "lib/",
2267
                    "PayPal\\EBLBaseComponents": "lib/",
2268
                    "PayPal\\EnhancedDataTypes": "lib/",
2269
                    "PayPal\\PayPalAPI": "lib/"
2270
                }
2271
            },
2272
            "notification-url": "https://packagist.org/downloads/",
2273
            "license": [
2274
                "Apache2"
2275
            ],
2276
            "authors": [
2277
                {
2278
                    "name": "PayPal",
2279
                    "homepage": "https://github.com/paypal/merchant-sdk-php/contributors"
2280
                }
2281
            ],
2282
            "description": "PayPal Merchant SDK for PHP",
2283
            "homepage": "https://developer.paypal.com",
2284
            "keywords": [
2285
                "paypal",
2286
                "php",
2287
                "sdk"
2288
            ],
2289
            "time": "2014-11-10 22:32:38"
2290
        },
2291
        {
2292
            "name": "paypal/sdk-core-php",
2293
            "version": "v2.5.9",
2294
            "source": {
2295
                "type": "git",
2296
                "url": "https://github.com/paypal/sdk-core-php.git",
2297
                "reference": "4e6c934cc2b02a29b6c6863c42d4d3c2739b0637"
2298
            },
2299
            "dist": {
2300
                "type": "zip",
2301
                "url": "https://api.github.com/repos/paypal/sdk-core-php/zipball/4e6c934cc2b02a29b6c6863c42d4d3c2739b0637",
2302
                "reference": "4e6c934cc2b02a29b6c6863c42d4d3c2739b0637",
2303
                "shasum": ""
2304
            },
2305
            "require": {
2306
                "ext-curl": "*",
2307
                "php": ">=5.3.0"
2308
            },
2309
            "require-dev": {
2310
                "phpunit/phpunit": "3.7.*"
2311
            },
2312
            "type": "library",
2313
            "autoload": {
2314
                "psr-0": {
2315
                    "PayPal": "lib/"
2316
                }
2317
            },
2318
            "notification-url": "https://packagist.org/downloads/",
2319
            "license": [
2320
                "Apache2"
2321
            ],
2322
            "authors": [
2323
                {
2324
                    "name": "PayPal",
2325
                    "homepage": "https://github.com/paypal/sdk-core-php/contributors"
2326
                }
2327
            ],
2328
            "description": "PayPal Core SDK for PHP",
2329
            "homepage": "https://github.com/paypal/sdk-core-php",
2330
            "keywords": [
2331
                "paypal",
2332
                "php",
2333
                "sdk"
2334
            ],
2335
            "time": "2015-02-18 18:15:07"
2336
        },
2337
        {
2338
            "name": "psr/http-message",
2339
            "version": "1.0",
2340
            "source": {
2341
                "type": "git",
2342
                "url": "https://github.com/php-fig/http-message.git",
2343
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
2344
            },
2345
            "dist": {
2346
                "type": "zip",
2347
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2348
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2349
                "shasum": ""
2350
            },
2351
            "require": {
2352
                "php": ">=5.3.0"
2353
            },
2354
            "type": "library",
2355
            "extra": {
2356
                "branch-alias": {
2357
                    "dev-master": "1.0.x-dev"
2358
                }
2359
            },
2360
            "autoload": {
2361
                "psr-4": {
2362
                    "Psr\\Http\\Message\\": "src/"
2363
                }
2364
            },
2365
            "notification-url": "https://packagist.org/downloads/",
2366
            "license": [
2367
                "MIT"
2368
            ],
2369
            "authors": [
2370
                {
2371
                    "name": "PHP-FIG",
2372
                    "homepage": "http://www.php-fig.org/"
2373
                }
2374
            ],
2375
            "description": "Common interface for HTTP messages",
2376
            "keywords": [
2377
                "http",
2378
                "http-message",
2379
                "psr",
2380
                "psr-7",
2381
                "request",
2382
                "response"
2383
            ],
2384
            "time": "2015-05-04 20:22:00"
2385
        },
2386
        {
2387
            "name": "psr/log",
2388
            "version": "1.0.0",
2389
            "source": {
2390
                "type": "git",
2391
                "url": "https://github.com/php-fig/log.git",
2392
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
2393
            },
2394
            "dist": {
2395
                "type": "zip",
2396
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2397
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
2398
                "shasum": ""
2399
            },
2400
            "type": "library",
2401
            "autoload": {
2402
                "psr-0": {
2403
                    "Psr\\Log\\": ""
2404
                }
2405
            },
2406
            "notification-url": "https://packagist.org/downloads/",
2407
            "license": [
2408
                "MIT"
2409
            ],
2410
            "authors": [
2411
                {
2412
                    "name": "PHP-FIG",
2413
                    "homepage": "http://www.php-fig.org/"
2414
                }
2415
            ],
2416
            "description": "Common interface for logging libraries",
2417
            "keywords": [
2418
                "log",
2419
                "psr",
2420
                "psr-3"
2421
            ],
2422
            "time": "2012-12-21 11:40:51"
2423
        },
2424
        {
2425
            "name": "psy/psysh",
2426
            "version": "v0.7.2",
2427
            "source": {
2428
                "type": "git",
2429
                "url": "https://github.com/bobthecow/psysh.git",
2430
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
2431
            },
2432
            "dist": {
2433
                "type": "zip",
2434
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
2435
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
2436
                "shasum": ""
2437
            },
2438
            "require": {
2439
                "dnoegel/php-xdg-base-dir": "0.1",
2440
                "jakub-onderka/php-console-highlighter": "0.3.*",
2441
                "nikic/php-parser": "^1.2.1|~2.0",
2442
                "php": ">=5.3.9",
2443
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
2444
                "symfony/var-dumper": "~2.7|~3.0"
2445
            },
2446
            "require-dev": {
2447
                "fabpot/php-cs-fixer": "~1.5",
2448
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
2449
                "squizlabs/php_codesniffer": "~2.0",
2450
                "symfony/finder": "~2.1|~3.0"
2451
            },
2452
            "suggest": {
2453
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
2454
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
2455
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
2456
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
2457
            },
2458
            "bin": [
2459
                "bin/psysh"
2460
            ],
2461
            "type": "library",
2462
            "extra": {
2463
                "branch-alias": {
2464
                    "dev-develop": "0.8.x-dev"
2465
                }
2466
            },
2467
            "autoload": {
2468
                "files": [
2469
                    "src/Psy/functions.php"
2470
                ],
2471
                "psr-4": {
2472
                    "Psy\\": "src/Psy/"
2473
                }
2474
            },
2475
            "notification-url": "https://packagist.org/downloads/",
2476
            "license": [
2477
                "MIT"
2478
            ],
2479
            "authors": [
2480
                {
2481
                    "name": "Justin Hileman",
2482
                    "email": "[email protected]",
2483
                    "homepage": "http://justinhileman.com"
2484
                }
2485
            ],
2486
            "description": "An interactive shell for modern PHP.",
2487
            "homepage": "http://psysh.org",
2488
            "keywords": [
2489
                "REPL",
2490
                "console",
2491
                "interactive",
2492
                "shell"
2493
            ],
2494
            "time": "2016-03-09 05:03:14"
2495
        },
2496
        {
2497
            "name": "pusher/pusher-php-server",
2498
            "version": "v2.3.0",
2499
            "source": {
2500
                "type": "git",
2501
                "url": "https://github.com/pusher/pusher-http-php.git",
2502
                "reference": "c03f5702d774d2c68785d4b61cd4701ed10759c5"
2503
            },
2504
            "dist": {
2505
                "type": "zip",
2506
                "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/c03f5702d774d2c68785d4b61cd4701ed10759c5",
2507
                "reference": "c03f5702d774d2c68785d4b61cd4701ed10759c5",
2508
                "shasum": ""
2509
            },
2510
            "require": {
2511
                "ext-curl": "*",
2512
                "php": ">=5.2"
2513
            },
2514
            "require-dev": {
2515
                "phpunit/phpunit": "~4"
2516
            },
2517
            "type": "library",
2518
            "autoload": {
2519
                "classmap": [
2520
                    "lib/"
2521
                ]
2522
            },
2523
            "notification-url": "https://packagist.org/downloads/",
2524
            "license": [
2525
                "MIT"
2526
            ],
2527
            "description": "Library for interacting with the Pusher REST API",
2528
            "homepage": "https://github.com/pusher/pusher-php-server",
2529
            "keywords": [
2530
                "events",
2531
                "php-pusher-server",
2532
                "publish",
2533
                "pusher",
2534
                "realtime",
2535
                "rest",
2536
                "trigger"
2537
            ],
2538
            "time": "2016-02-22 15:43:51"
2539
        },
2540
        {
2541
            "name": "rap2hpoutre/laravel-log-viewer",
2542
            "version": "v0.6.0",
2543
            "source": {
2544
                "type": "git",
2545
                "url": "https://github.com/rap2hpoutre/laravel-log-viewer.git",
2546
                "reference": "111628d33a138553a1494a6fd9f6572afe01beea"
2547
            },
2548
            "dist": {
2549
                "type": "zip",
2550
                "url": "https://api.github.com/repos/rap2hpoutre/laravel-log-viewer/zipball/111628d33a138553a1494a6fd9f6572afe01beea",
2551
                "reference": "111628d33a138553a1494a6fd9f6572afe01beea",
2552
                "shasum": ""
2553
            },
2554
            "require": {
2555
                "illuminate/support": "4.2.*|5.*",
2556
                "php": ">=5.4.0"
2557
            },
2558
            "type": "library",
2559
            "autoload": {
2560
                "classmap": [
2561
                    "src/controllers"
2562
                ],
2563
                "psr-0": {
2564
                    "Rap2hpoutre\\LaravelLogViewer\\": "src/"
2565
                }
2566
            },
2567
            "notification-url": "https://packagist.org/downloads/",
2568
            "license": [
2569
                "MIT"
2570
            ],
2571
            "authors": [
2572
                {
2573
                    "name": "rap2hpoutre",
2574
                    "email": "[email protected]"
2575
                }
2576
            ],
2577
            "description": "A Laravel log reader",
2578
            "keywords": [
2579
                "log",
2580
                "log-reader",
2581
                "log-viewer",
2582
                "logging"
2583
            ],
2584
            "time": "2016-03-10 09:38:19"
2585
        },
2586
        {
2587
            "name": "react/promise",
2588
            "version": "v2.4.1",
2589
            "source": {
2590
                "type": "git",
2591
                "url": "https://github.com/reactphp/promise.git",
2592
                "reference": "8025426794f1944de806618671d4fa476dc7626f"
2593
            },
2594
            "dist": {
2595
                "type": "zip",
2596
                "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
2597
                "reference": "8025426794f1944de806618671d4fa476dc7626f",
2598
                "shasum": ""
2599
            },
2600
            "require": {
2601
                "php": ">=5.4.0"
2602
            },
2603
            "type": "library",
2604
            "extra": {
2605
                "branch-alias": {
2606
                    "dev-master": "2.0-dev"
2607
                }
2608
            },
2609
            "autoload": {
2610
                "psr-4": {
2611
                    "React\\Promise\\": "src/"
2612
                },
2613
                "files": [
2614
                    "src/functions_include.php"
2615
                ]
2616
            },
2617
            "notification-url": "https://packagist.org/downloads/",
2618
            "license": [
2619
                "MIT"
2620
            ],
2621
            "authors": [
2622
                {
2623
                    "name": "Jan Sorgalla",
2624
                    "email": "[email protected]"
2625
                }
2626
            ],
2627
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2628
            "time": "2016-05-03 17:50:52"
2629
        },
2630
        {
2631
            "name": "rollbar/rollbar",
2632
            "version": "v0.17.0",
2633
            "source": {
2634
                "type": "git",
2635
                "url": "https://github.com/rollbar/rollbar-php.git",
2636
                "reference": "0e2f52efac8a9bb576888a8f3e2d7ebae2b19416"
2637
            },
2638
            "dist": {
2639
                "type": "zip",
2640
                "url": "https://api.github.com/repos/rollbar/rollbar-php/zipball/0e2f52efac8a9bb576888a8f3e2d7ebae2b19416",
2641
                "reference": "0e2f52efac8a9bb576888a8f3e2d7ebae2b19416",
2642
                "shasum": ""
2643
            },
2644
            "require": {
2645
                "ext-curl": "*"
2646
            },
2647
            "require-dev": {
2648
                "mockery/mockery": "0.9.*",
2649
                "phpunit/phpunit": "4.5.*"
2650
            },
2651
            "type": "library",
2652
            "autoload": {
2653
                "classmap": [
2654
                    "src/Level.php",
2655
                    "src/rollbar.php"
2656
                ]
2657
            },
2658
            "notification-url": "https://packagist.org/downloads/",
2659
            "license": [
2660
                "MIT"
2661
            ],
2662
            "authors": [
2663
                {
2664
                    "name": "Rollbar, Inc.",
2665
                    "email": "[email protected]",
2666
                    "role": "Developer"
2667
                }
2668
            ],
2669
            "description": "Monitors errors and exceptions and reports them to Rollbar",
2670
            "homepage": "http://github.com/rollbar/rollbar-php",
2671
            "keywords": [
2672
                "debugging",
2673
                "errors",
2674
                "exceptions",
2675
                "logging",
2676
                "monitoring"
2677
            ],
2678
            "time": "2016-04-27 20:06:54"
2679
        },
2680
        {
2681
            "name": "stripe/stripe-php",
2682
            "version": "v1.18.0",
2683
            "source": {
2684
                "type": "git",
2685
                "url": "https://github.com/stripe/stripe-php.git",
2686
                "reference": "022c3f21ec1e4141b46738bd5e7ab730d04f78cc"
2687
            },
2688
            "dist": {
2689
                "type": "zip",
2690
                "url": "https://api.github.com/repos/stripe/stripe-php/zipball/022c3f21ec1e4141b46738bd5e7ab730d04f78cc",
2691
                "reference": "022c3f21ec1e4141b46738bd5e7ab730d04f78cc",
2692
                "shasum": ""
2693
            },
2694
            "require": {
2695
                "ext-curl": "*",
2696
                "ext-json": "*",
2697
                "ext-mbstring": "*",
2698
                "php": ">=5.2"
2699
            },
2700
            "require-dev": {
2701
                "simpletest/simpletest": "*"
2702
            },
2703
            "type": "library",
2704
            "autoload": {
2705
                "classmap": [
2706
                    "lib/Stripe/"
2707
                ]
2708
            },
2709
            "notification-url": "https://packagist.org/downloads/",
2710
            "license": [
2711
                "MIT"
2712
            ],
2713
            "authors": [
2714
                {
2715
                    "name": "Stripe and contributors",
2716
                    "homepage": "https://github.com/stripe/stripe-php/contributors"
2717
                }
2718
            ],
2719
            "description": "Stripe PHP Library",
2720
            "homepage": "https://stripe.com/",
2721
            "keywords": [
2722
                "api",
2723
                "payment processing",
2724
                "stripe"
2725
            ],
2726
            "time": "2015-01-22 05:01:46"
2727
        },
2728
        {
2729
            "name": "swiftmailer/swiftmailer",
2730
            "version": "v5.4.2",
2731
            "source": {
2732
                "type": "git",
2733
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2734
                "reference": "d8db871a54619458a805229a057ea2af33c753e8"
2735
            },
2736
            "dist": {
2737
                "type": "zip",
2738
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8",
2739
                "reference": "d8db871a54619458a805229a057ea2af33c753e8",
2740
                "shasum": ""
2741
            },
2742
            "require": {
2743
                "php": ">=5.3.3"
2744
            },
2745
            "require-dev": {
2746
                "mockery/mockery": "~0.9.1,<0.9.4"
2747
            },
2748
            "type": "library",
2749
            "extra": {
2750
                "branch-alias": {
2751
                    "dev-master": "5.4-dev"
2752
                }
2753
            },
2754
            "autoload": {
2755
                "files": [
2756
                    "lib/swift_required.php"
2757
                ]
2758
            },
2759
            "notification-url": "https://packagist.org/downloads/",
2760
            "license": [
2761
                "MIT"
2762
            ],
2763
            "authors": [
2764
                {
2765
                    "name": "Chris Corbyn"
2766
                },
2767
                {
2768
                    "name": "Fabien Potencier",
2769
                    "email": "[email protected]"
2770
                }
2771
            ],
2772
            "description": "Swiftmailer, free feature-rich PHP mailer",
2773
            "homepage": "http://swiftmailer.org",
2774
            "keywords": [
2775
                "email",
2776
                "mail",
2777
                "mailer"
2778
            ],
2779
            "time": "2016-05-01 08:45:47"
2780
        },
2781
        {
2782
            "name": "sybio/gif-creator",
2783
            "version": "1.0.0",
2784
            "source": {
2785
                "type": "git",
2786
                "url": "https://github.com/Sybio/GifCreator.git",
2787
                "reference": "250fc2f705181693c6c40b3d569d62353164bcbf"
2788
            },
2789
            "dist": {
2790
                "type": "zip",
2791
                "url": "https://api.github.com/repos/Sybio/GifCreator/zipball/250fc2f705181693c6c40b3d569d62353164bcbf",
2792
                "reference": "250fc2f705181693c6c40b3d569d62353164bcbf",
2793
                "shasum": ""
2794
            },
2795
            "require": {
2796
                "php": ">=5.3.0"
2797
            },
2798
            "type": "library",
2799
            "autoload": {
2800
                "psr-0": {
2801
                    "GifCreator": "src"
2802
                }
2803
            },
2804
            "notification-url": "https://packagist.org/downloads/",
2805
            "license": [
2806
                "MIT"
2807
            ],
2808
            "authors": [
2809
                {
2810
                    "name": "Clément Guillemain",
2811
                    "homepage": "http://clementguillemain.fr",
2812
                    "role": "Developer / Freelancer"
2813
                }
2814
            ],
2815
            "description": "PHP class that creates animated GIF from multiple images",
2816
            "homepage": "https://github.com/Sybio/GifCreator",
2817
            "keywords": [
2818
                "animated",
2819
                "creation",
2820
                "encode",
2821
                "gif",
2822
                "php"
2823
            ],
2824
            "time": "2012-10-13 09:04:46"
2825
        },
2826
        {
2827
            "name": "symfony/console",
2828
            "version": "v2.7.12",
2829
            "source": {
2830
                "type": "git",
2831
                "url": "https://github.com/symfony/console.git",
2832
                "reference": "dfb9d26a4dd62fc9389c42196cf4a087400948b8"
2833
            },
2834
            "dist": {
2835
                "type": "zip",
2836
                "url": "https://api.github.com/repos/symfony/console/zipball/dfb9d26a4dd62fc9389c42196cf4a087400948b8",
2837
                "reference": "dfb9d26a4dd62fc9389c42196cf4a087400948b8",
2838
                "shasum": ""
2839
            },
2840
            "require": {
2841
                "php": ">=5.3.9"
2842
            },
2843
            "require-dev": {
2844
                "psr/log": "~1.0",
2845
                "symfony/event-dispatcher": "~2.1",
2846
                "symfony/process": "~2.1"
2847
            },
2848
            "suggest": {
2849
                "psr/log": "For using the console logger",
2850
                "symfony/event-dispatcher": "",
2851
                "symfony/process": ""
2852
            },
2853
            "type": "library",
2854
            "extra": {
2855
                "branch-alias": {
2856
                    "dev-master": "2.7-dev"
2857
                }
2858
            },
2859
            "autoload": {
2860
                "psr-4": {
2861
                    "Symfony\\Component\\Console\\": ""
2862
                },
2863
                "exclude-from-classmap": [
2864
                    "/Tests/"
2865
                ]
2866
            },
2867
            "notification-url": "https://packagist.org/downloads/",
2868
            "license": [
2869
                "MIT"
2870
            ],
2871
            "authors": [
2872
                {
2873
                    "name": "Fabien Potencier",
2874
                    "email": "[email protected]"
2875
                },
2876
                {
2877
                    "name": "Symfony Community",
2878
                    "homepage": "https://symfony.com/contributors"
2879
                }
2880
            ],
2881
            "description": "Symfony Console Component",
2882
            "homepage": "https://symfony.com",
2883
            "time": "2016-04-20 06:32:07"
2884
        },
2885
        {
2886
            "name": "symfony/css-selector",
2887
            "version": "v2.7.12",
2888
            "source": {
2889
                "type": "git",
2890
                "url": "https://github.com/symfony/css-selector.git",
2891
                "reference": "b6e5e9087ed7affbd4c38948da8f93513a87de43"
2892
            },
2893
            "dist": {
2894
                "type": "zip",
2895
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/b6e5e9087ed7affbd4c38948da8f93513a87de43",
2896
                "reference": "b6e5e9087ed7affbd4c38948da8f93513a87de43",
2897
                "shasum": ""
2898
            },
2899
            "require": {
2900
                "php": ">=5.3.9"
2901
            },
2902
            "type": "library",
2903
            "extra": {
2904
                "branch-alias": {
2905
                    "dev-master": "2.7-dev"
2906
                }
2907
            },
2908
            "autoload": {
2909
                "psr-4": {
2910
                    "Symfony\\Component\\CssSelector\\": ""
2911
                },
2912
                "exclude-from-classmap": [
2913
                    "/Tests/"
2914
                ]
2915
            },
2916
            "notification-url": "https://packagist.org/downloads/",
2917
            "license": [
2918
                "MIT"
2919
            ],
2920
            "authors": [
2921
                {
2922
                    "name": "Jean-François Simon",
2923
                    "email": "[email protected]"
2924
                },
2925
                {
2926
                    "name": "Fabien Potencier",
2927
                    "email": "[email protected]"
2928
                },
2929
                {
2930
                    "name": "Symfony Community",
2931
                    "homepage": "https://symfony.com/contributors"
2932
                }
2933
            ],
2934
            "description": "Symfony CssSelector Component",
2935
            "homepage": "https://symfony.com",
2936
            "time": "2016-03-04 07:52:28"
2937
        },
2938
        {
2939
            "name": "symfony/debug",
2940
            "version": "v2.7.12",
2941
            "source": {
2942
                "type": "git",
2943
                "url": "https://github.com/symfony/debug.git",
2944
                "reference": "3b97c83b471d49c3d1187d67b501d1e703ee3928"
2945
            },
2946
            "dist": {
2947
                "type": "zip",
2948
                "url": "https://api.github.com/repos/symfony/debug/zipball/3b97c83b471d49c3d1187d67b501d1e703ee3928",
2949
                "reference": "3b97c83b471d49c3d1187d67b501d1e703ee3928",
2950
                "shasum": ""
2951
            },
2952
            "require": {
2953
                "php": ">=5.3.9",
2954
                "psr/log": "~1.0"
2955
            },
2956
            "conflict": {
2957
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2958
            },
2959
            "require-dev": {
2960
                "symfony/class-loader": "~2.2",
2961
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
2962
            },
2963
            "type": "library",
2964
            "extra": {
2965
                "branch-alias": {
2966
                    "dev-master": "2.7-dev"
2967
                }
2968
            },
2969
            "autoload": {
2970
                "psr-4": {
2971
                    "Symfony\\Component\\Debug\\": ""
2972
                },
2973
                "exclude-from-classmap": [
2974
                    "/Tests/"
2975
                ]
2976
            },
2977
            "notification-url": "https://packagist.org/downloads/",
2978
            "license": [
2979
                "MIT"
2980
            ],
2981
            "authors": [
2982
                {
2983
                    "name": "Fabien Potencier",
2984
                    "email": "[email protected]"
2985
                },
2986
                {
2987
                    "name": "Symfony Community",
2988
                    "homepage": "https://symfony.com/contributors"
2989
                }
2990
            ],
2991
            "description": "Symfony Debug Component",
2992
            "homepage": "https://symfony.com",
2993
            "time": "2016-03-30 09:14:15"
2994
        },
2995
        {
2996
            "name": "symfony/dom-crawler",
2997
            "version": "v2.7.12",
2998
            "source": {
2999
                "type": "git",
3000
                "url": "https://github.com/symfony/dom-crawler.git",
3001
                "reference": "3a7690c655283354b698ac380fe7d08fdbba03a1"
3002
            },
3003
            "dist": {
3004
                "type": "zip",
3005
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3a7690c655283354b698ac380fe7d08fdbba03a1",
3006
                "reference": "3a7690c655283354b698ac380fe7d08fdbba03a1",
3007
                "shasum": ""
3008
            },
3009
            "require": {
3010
                "php": ">=5.3.9"
3011
            },
3012
            "require-dev": {
3013
                "symfony/css-selector": "~2.3"
3014
            },
3015
            "suggest": {
3016
                "symfony/css-selector": ""
3017
            },
3018
            "type": "library",
3019
            "extra": {
3020
                "branch-alias": {
3021
                    "dev-master": "2.7-dev"
3022
                }
3023
            },
3024
            "autoload": {
3025
                "psr-4": {
3026
                    "Symfony\\Component\\DomCrawler\\": ""
3027
                },
3028
                "exclude-from-classmap": [
3029
                    "/Tests/"
3030
                ]
3031
            },
3032
            "notification-url": "https://packagist.org/downloads/",
3033
            "license": [
3034
                "MIT"
3035
            ],
3036
            "authors": [
3037
                {
3038
                    "name": "Fabien Potencier",
3039
                    "email": "[email protected]"
3040
                },
3041
                {
3042
                    "name": "Symfony Community",
3043
                    "homepage": "https://symfony.com/contributors"
3044
                }
3045
            ],
3046
            "description": "Symfony DomCrawler Component",
3047
            "homepage": "https://symfony.com",
3048
            "time": "2016-04-09 10:56:56"
3049
        },
3050
        {
3051
            "name": "symfony/event-dispatcher",
3052
            "version": "v2.8.5",
3053
            "source": {
3054
                "type": "git",
3055
                "url": "https://github.com/symfony/event-dispatcher.git",
3056
                "reference": "81c4c51f7fd6d0d40961bd53dd60cade32db6ed6"
3057
            },
3058
            "dist": {
3059
                "type": "zip",
3060
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/81c4c51f7fd6d0d40961bd53dd60cade32db6ed6",
3061
                "reference": "81c4c51f7fd6d0d40961bd53dd60cade32db6ed6",
3062
                "shasum": ""
3063
            },
3064
            "require": {
3065
                "php": ">=5.3.9"
3066
            },
3067
            "require-dev": {
3068
                "psr/log": "~1.0",
3069
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
3070
                "symfony/dependency-injection": "~2.6|~3.0.0",
3071
                "symfony/expression-language": "~2.6|~3.0.0",
3072
                "symfony/stopwatch": "~2.3|~3.0.0"
3073
            },
3074
            "suggest": {
3075
                "symfony/dependency-injection": "",
3076
                "symfony/http-kernel": ""
3077
            },
3078
            "type": "library",
3079
            "extra": {
3080
                "branch-alias": {
3081
                    "dev-master": "2.8-dev"
3082
                }
3083
            },
3084
            "autoload": {
3085
                "psr-4": {
3086
                    "Symfony\\Component\\EventDispatcher\\": ""
3087
                },
3088
                "exclude-from-classmap": [
3089
                    "/Tests/"
3090
                ]
3091
            },
3092
            "notification-url": "https://packagist.org/downloads/",
3093
            "license": [
3094
                "MIT"
3095
            ],
3096
            "authors": [
3097
                {
3098
                    "name": "Fabien Potencier",
3099
                    "email": "[email protected]"
3100
                },
3101
                {
3102
                    "name": "Symfony Community",
3103
                    "homepage": "https://symfony.com/contributors"
3104
                }
3105
            ],
3106
            "description": "Symfony EventDispatcher Component",
3107
            "homepage": "https://symfony.com",
3108
            "time": "2016-04-05 16:36:54"
3109
        },
3110
        {
3111
            "name": "symfony/finder",
3112
            "version": "v2.7.12",
3113
            "source": {
3114
                "type": "git",
3115
                "url": "https://github.com/symfony/finder.git",
3116
                "reference": "0bacc7c9fc1905cfce20212633013a5b300dce52"
3117
            },
3118
            "dist": {
3119
                "type": "zip",
3120
                "url": "https://api.github.com/repos/symfony/finder/zipball/0bacc7c9fc1905cfce20212633013a5b300dce52",
3121
                "reference": "0bacc7c9fc1905cfce20212633013a5b300dce52",
3122
                "shasum": ""
3123
            },
3124
            "require": {
3125
                "php": ">=5.3.9"
3126
            },
3127
            "type": "library",
3128
            "extra": {
3129
                "branch-alias": {
3130
                    "dev-master": "2.7-dev"
3131
                }
3132
            },
3133
            "autoload": {
3134
                "psr-4": {
3135
                    "Symfony\\Component\\Finder\\": ""
3136
                },
3137
                "exclude-from-classmap": [
3138
                    "/Tests/"
3139
                ]
3140
            },
3141
            "notification-url": "https://packagist.org/downloads/",
3142
            "license": [
3143
                "MIT"
3144
            ],
3145
            "authors": [
3146
                {
3147
                    "name": "Fabien Potencier",
3148
                    "email": "[email protected]"
3149
                },
3150
                {
3151
                    "name": "Symfony Community",
3152
                    "homepage": "https://symfony.com/contributors"
3153
                }
3154
            ],
3155
            "description": "Symfony Finder Component",
3156
            "homepage": "https://symfony.com",
3157
            "time": "2016-03-10 10:49:29"
3158
        },
3159
        {
3160
            "name": "symfony/http-foundation",
3161
            "version": "v2.7.12",
3162
            "source": {
3163
                "type": "git",
3164
                "url": "https://github.com/symfony/http-foundation.git",
3165
                "reference": "dea1508c965603051e359f2a5f8b7d923ba358fb"
3166
            },
3167
            "dist": {
3168
                "type": "zip",
3169
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/dea1508c965603051e359f2a5f8b7d923ba358fb",
3170
                "reference": "dea1508c965603051e359f2a5f8b7d923ba358fb",
3171
                "shasum": ""
3172
            },
3173
            "require": {
3174
                "php": ">=5.3.9",
3175
                "symfony/polyfill-mbstring": "~1.1"
3176
            },
3177
            "require-dev": {
3178
                "symfony/expression-language": "~2.4"
3179
            },
3180
            "type": "library",
3181
            "extra": {
3182
                "branch-alias": {
3183
                    "dev-master": "2.7-dev"
3184
                }
3185
            },
3186
            "autoload": {
3187
                "psr-4": {
3188
                    "Symfony\\Component\\HttpFoundation\\": ""
3189
                },
3190
                "classmap": [
3191
                    "Resources/stubs"
3192
                ],
3193
                "exclude-from-classmap": [
3194
                    "/Tests/"
3195
                ]
3196
            },
3197
            "notification-url": "https://packagist.org/downloads/",
3198
            "license": [
3199
                "MIT"
3200
            ],
3201
            "authors": [
3202
                {
3203
                    "name": "Fabien Potencier",
3204
                    "email": "[email protected]"
3205
                },
3206
                {
3207
                    "name": "Symfony Community",
3208
                    "homepage": "https://symfony.com/contributors"
3209
                }
3210
            ],
3211
            "description": "Symfony HttpFoundation Component",
3212
            "homepage": "https://symfony.com",
3213
            "time": "2016-04-05 16:36:43"
3214
        },
3215
        {
3216
            "name": "symfony/http-kernel",
3217
            "version": "v2.7.12",
3218
            "source": {
3219
                "type": "git",
3220
                "url": "https://github.com/symfony/http-kernel.git",
3221
                "reference": "f97ddbd366b678498a88a3ec64097e864080a29d"
3222
            },
3223
            "dist": {
3224
                "type": "zip",
3225
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f97ddbd366b678498a88a3ec64097e864080a29d",
3226
                "reference": "f97ddbd366b678498a88a3ec64097e864080a29d",
3227
                "shasum": ""
3228
            },
3229
            "require": {
3230
                "php": ">=5.3.9",
3231
                "psr/log": "~1.0",
3232
                "symfony/debug": "~2.6,>=2.6.2",
3233
                "symfony/event-dispatcher": "~2.6,>=2.6.7",
3234
                "symfony/http-foundation": "~2.5,>=2.5.4"
3235
            },
3236
            "conflict": {
3237
                "symfony/config": "<2.7"
3238
            },
3239
            "require-dev": {
3240
                "symfony/browser-kit": "~2.3",
3241
                "symfony/class-loader": "~2.1",
3242
                "symfony/config": "~2.7",
3243
                "symfony/console": "~2.3",
3244
                "symfony/css-selector": "~2.0,>=2.0.5",
3245
                "symfony/dependency-injection": "~2.2",
3246
                "symfony/dom-crawler": "~2.0,>=2.0.5",
3247
                "symfony/expression-language": "~2.4",
3248
                "symfony/finder": "~2.0,>=2.0.5",
3249
                "symfony/process": "~2.0,>=2.0.5",
3250
                "symfony/routing": "~2.2",
3251
                "symfony/stopwatch": "~2.3",
3252
                "symfony/templating": "~2.2",
3253
                "symfony/translation": "~2.0,>=2.0.5",
3254
                "symfony/var-dumper": "~2.6"
3255
            },
3256
            "suggest": {
3257
                "symfony/browser-kit": "",
3258
                "symfony/class-loader": "",
3259
                "symfony/config": "",
3260
                "symfony/console": "",
3261
                "symfony/dependency-injection": "",
3262
                "symfony/finder": "",
3263
                "symfony/var-dumper": ""
3264
            },
3265
            "type": "library",
3266
            "extra": {
3267
                "branch-alias": {
3268
                    "dev-master": "2.7-dev"
3269
                }
3270
            },
3271
            "autoload": {
3272
                "psr-4": {
3273
                    "Symfony\\Component\\HttpKernel\\": ""
3274
                },
3275
                "exclude-from-classmap": [
3276
                    "/Tests/"
3277
                ]
3278
            },
3279
            "notification-url": "https://packagist.org/downloads/",
3280
            "license": [
3281
                "MIT"
3282
            ],
3283
            "authors": [
3284
                {
3285
                    "name": "Fabien Potencier",
3286
                    "email": "[email protected]"
3287
                },
3288
                {
3289
                    "name": "Symfony Community",
3290
                    "homepage": "https://symfony.com/contributors"
3291
                }
3292
            ],
3293
            "description": "Symfony HttpKernel Component",
3294
            "homepage": "https://symfony.com",
3295
            "time": "2016-04-29 09:47:36"
3296
        },
3297
        {
3298
            "name": "symfony/polyfill-mbstring",
3299
            "version": "v1.1.1",
3300
            "source": {
3301
                "type": "git",
3302
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3303
                "reference": "1289d16209491b584839022f29257ad859b8532d"
3304
            },
3305
            "dist": {
3306
                "type": "zip",
3307
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
3308
                "reference": "1289d16209491b584839022f29257ad859b8532d",
3309
                "shasum": ""
3310
            },
3311
            "require": {
3312
                "php": ">=5.3.3"
3313
            },
3314
            "suggest": {
3315
                "ext-mbstring": "For best performance"
3316
            },
3317
            "type": "library",
3318
            "extra": {
3319
                "branch-alias": {
3320
                    "dev-master": "1.1-dev"
3321
                }
3322
            },
3323
            "autoload": {
3324
                "psr-4": {
3325
                    "Symfony\\Polyfill\\Mbstring\\": ""
3326
                },
3327
                "files": [
3328
                    "bootstrap.php"
3329
                ]
3330
            },
3331
            "notification-url": "https://packagist.org/downloads/",
3332
            "license": [
3333
                "MIT"
3334
            ],
3335
            "authors": [
3336
                {
3337
                    "name": "Nicolas Grekas",
3338
                    "email": "[email protected]"
3339
                },
3340
                {
3341
                    "name": "Symfony Community",
3342
                    "homepage": "https://symfony.com/contributors"
3343
                }
3344
            ],
3345
            "description": "Symfony polyfill for the Mbstring extension",
3346
            "homepage": "https://symfony.com",
3347
            "keywords": [
3348
                "compatibility",
3349
                "mbstring",
3350
                "polyfill",
3351
                "portable",
3352
                "shim"
3353
            ],
3354
            "time": "2016-01-20 09:13:37"
3355
        },
3356
        {
3357
            "name": "symfony/polyfill-php56",
3358
            "version": "v1.1.1",
3359
            "source": {
3360
                "type": "git",
3361
                "url": "https://github.com/symfony/polyfill-php56.git",
3362
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
3363
            },
3364
            "dist": {
3365
                "type": "zip",
3366
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
3367
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
3368
                "shasum": ""
3369
            },
3370
            "require": {
3371
                "php": ">=5.3.3",
3372
                "symfony/polyfill-util": "~1.0"
3373
            },
3374
            "type": "library",
3375
            "extra": {
3376
                "branch-alias": {
3377
                    "dev-master": "1.1-dev"
3378
                }
3379
            },
3380
            "autoload": {
3381
                "psr-4": {
3382
                    "Symfony\\Polyfill\\Php56\\": ""
3383
                },
3384
                "files": [
3385
                    "bootstrap.php"
3386
                ]
3387
            },
3388
            "notification-url": "https://packagist.org/downloads/",
3389
            "license": [
3390
                "MIT"
3391
            ],
3392
            "authors": [
3393
                {
3394
                    "name": "Nicolas Grekas",
3395
                    "email": "[email protected]"
3396
                },
3397
                {
3398
                    "name": "Symfony Community",
3399
                    "homepage": "https://symfony.com/contributors"
3400
                }
3401
            ],
3402
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3403
            "homepage": "https://symfony.com",
3404
            "keywords": [
3405
                "compatibility",
3406
                "polyfill",
3407
                "portable",
3408
                "shim"
3409
            ],
3410
            "time": "2016-01-20 09:13:37"
3411
        },
3412
        {
3413
            "name": "symfony/polyfill-util",
3414
            "version": "v1.1.1",
3415
            "source": {
3416
                "type": "git",
3417
                "url": "https://github.com/symfony/polyfill-util.git",
3418
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
3419
            },
3420
            "dist": {
3421
                "type": "zip",
3422
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
3423
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
3424
                "shasum": ""
3425
            },
3426
            "require": {
3427
                "php": ">=5.3.3"
3428
            },
3429
            "type": "library",
3430
            "extra": {
3431
                "branch-alias": {
3432
                    "dev-master": "1.1-dev"
3433
                }
3434
            },
3435
            "autoload": {
3436
                "psr-4": {
3437
                    "Symfony\\Polyfill\\Util\\": ""
3438
                }
3439
            },
3440
            "notification-url": "https://packagist.org/downloads/",
3441
            "license": [
3442
                "MIT"
3443
            ],
3444
            "authors": [
3445
                {
3446
                    "name": "Nicolas Grekas",
3447
                    "email": "[email protected]"
3448
                },
3449
                {
3450
                    "name": "Symfony Community",
3451
                    "homepage": "https://symfony.com/contributors"
3452
                }
3453
            ],
3454
            "description": "Symfony utilities for portability of PHP codes",
3455
            "homepage": "https://symfony.com",
3456
            "keywords": [
3457
                "compat",
3458
                "compatibility",
3459
                "polyfill",
3460
                "shim"
3461
            ],
3462
            "time": "2016-01-20 09:13:37"
3463
        },
3464
        {
3465
            "name": "symfony/process",
3466
            "version": "v2.7.12",
3467
            "source": {
3468
                "type": "git",
3469
                "url": "https://github.com/symfony/process.git",
3470
                "reference": "a49e4c67a6a52e9c5bce1f28d9ea8618f36a43d0"
3471
            },
3472
            "dist": {
3473
                "type": "zip",
3474
                "url": "https://api.github.com/repos/symfony/process/zipball/a49e4c67a6a52e9c5bce1f28d9ea8618f36a43d0",
3475
                "reference": "a49e4c67a6a52e9c5bce1f28d9ea8618f36a43d0",
3476
                "shasum": ""
3477
            },
3478
            "require": {
3479
                "php": ">=5.3.9"
3480
            },
3481
            "type": "library",
3482
            "extra": {
3483
                "branch-alias": {
3484
                    "dev-master": "2.7-dev"
3485
                }
3486
            },
3487
            "autoload": {
3488
                "psr-4": {
3489
                    "Symfony\\Component\\Process\\": ""
3490
                },
3491
                "exclude-from-classmap": [
3492
                    "/Tests/"
3493
                ]
3494
            },
3495
            "notification-url": "https://packagist.org/downloads/",
3496
            "license": [
3497
                "MIT"
3498
            ],
3499
            "authors": [
3500
                {
3501
                    "name": "Fabien Potencier",
3502
                    "email": "[email protected]"
3503
                },
3504
                {
3505
                    "name": "Symfony Community",
3506
                    "homepage": "https://symfony.com/contributors"
3507
                }
3508
            ],
3509
            "description": "Symfony Process Component",
3510
            "homepage": "https://symfony.com",
3511
            "time": "2016-04-12 11:52:58"
3512
        },
3513
        {
3514
            "name": "symfony/routing",
3515
            "version": "v2.7.12",
3516
            "source": {
3517
                "type": "git",
3518
                "url": "https://github.com/symfony/routing.git",
3519
                "reference": "07c44ac73b42f7c6123fc024ccab03a36e87a2cc"
3520
            },
3521
            "dist": {
3522
                "type": "zip",
3523
                "url": "https://api.github.com/repos/symfony/routing/zipball/07c44ac73b42f7c6123fc024ccab03a36e87a2cc",
3524
                "reference": "07c44ac73b42f7c6123fc024ccab03a36e87a2cc",
3525
                "shasum": ""
3526
            },
3527
            "require": {
3528
                "php": ">=5.3.9"
3529
            },
3530
            "conflict": {
3531
                "symfony/config": "<2.7"
3532
            },
3533
            "require-dev": {
3534
                "doctrine/annotations": "~1.0",
3535
                "doctrine/common": "~2.2",
3536
                "psr/log": "~1.0",
3537
                "symfony/config": "~2.7",
3538
                "symfony/expression-language": "~2.4",
3539
                "symfony/http-foundation": "~2.3",
3540
                "symfony/yaml": "~2.0,>=2.0.5"
3541
            },
3542
            "suggest": {
3543
                "doctrine/annotations": "For using the annotation loader",
3544
                "symfony/config": "For using the all-in-one router or any loader",
3545
                "symfony/expression-language": "For using expression matching",
3546
                "symfony/http-foundation": "For using a Symfony Request object",
3547
                "symfony/yaml": "For using the YAML loader"
3548
            },
3549
            "type": "library",
3550
            "extra": {
3551
                "branch-alias": {
3552
                    "dev-master": "2.7-dev"
3553
                }
3554
            },
3555
            "autoload": {
3556
                "psr-4": {
3557
                    "Symfony\\Component\\Routing\\": ""
3558
                },
3559
                "exclude-from-classmap": [
3560
                    "/Tests/"
3561
                ]
3562
            },
3563
            "notification-url": "https://packagist.org/downloads/",
3564
            "license": [
3565
                "MIT"
3566
            ],
3567
            "authors": [
3568
                {
3569
                    "name": "Fabien Potencier",
3570
                    "email": "[email protected]"
3571
                },
3572
                {
3573
                    "name": "Symfony Community",
3574
                    "homepage": "https://symfony.com/contributors"
3575
                }
3576
            ],
3577
            "description": "Symfony Routing Component",
3578
            "homepage": "https://symfony.com",
3579
            "keywords": [
3580
                "router",
3581
                "routing",
3582
                "uri",
3583
                "url"
3584
            ],
3585
            "time": "2016-04-28 10:50:58"
3586
        },
3587
        {
3588
            "name": "symfony/translation",
3589
            "version": "v2.7.12",
3590
            "source": {
3591
                "type": "git",
3592
                "url": "https://github.com/symfony/translation.git",
3593
                "reference": "e75d88c9af3c9c06341f4dad7ce776c9bddf94de"
3594
            },
3595
            "dist": {
3596
                "type": "zip",
3597
                "url": "https://api.github.com/repos/symfony/translation/zipball/e75d88c9af3c9c06341f4dad7ce776c9bddf94de",
3598
                "reference": "e75d88c9af3c9c06341f4dad7ce776c9bddf94de",
3599
                "shasum": ""
3600
            },
3601
            "require": {
3602
                "php": ">=5.3.9"
3603
            },
3604
            "conflict": {
3605
                "symfony/config": "<2.7"
3606
            },
3607
            "require-dev": {
3608
                "psr/log": "~1.0",
3609
                "symfony/config": "~2.7",
3610
                "symfony/intl": "~2.4",
3611
                "symfony/yaml": "~2.2"
3612
            },
3613
            "suggest": {
3614
                "psr/log": "To use logging capability in translator",
3615
                "symfony/config": "",
3616
                "symfony/yaml": ""
3617
            },
3618
            "type": "library",
3619
            "extra": {
3620
                "branch-alias": {
3621
                    "dev-master": "2.7-dev"
3622
                }
3623
            },
3624
            "autoload": {
3625
                "psr-4": {
3626
                    "Symfony\\Component\\Translation\\": ""
3627
                },
3628
                "exclude-from-classmap": [
3629
                    "/Tests/"
3630
                ]
3631
            },
3632
            "notification-url": "https://packagist.org/downloads/",
3633
            "license": [
3634
                "MIT"
3635
            ],
3636
            "authors": [
3637
                {
3638
                    "name": "Fabien Potencier",
3639
                    "email": "[email protected]"
3640
                },
3641
                {
3642
                    "name": "Symfony Community",
3643
                    "homepage": "https://symfony.com/contributors"
3644
                }
3645
            ],
3646
            "description": "Symfony Translation Component",
3647
            "homepage": "https://symfony.com",
3648
            "time": "2016-03-24 09:06:43"
3649
        },
3650
        {
3651
            "name": "symfony/var-dumper",
3652
            "version": "v2.7.12",
3653
            "source": {
3654
                "type": "git",
3655
                "url": "https://github.com/symfony/var-dumper.git",
3656
                "reference": "3e5b8bad0b94e3c59089048f214aec8814c174cc"
3657
            },
3658
            "dist": {
3659
                "type": "zip",
3660
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3e5b8bad0b94e3c59089048f214aec8814c174cc",
3661
                "reference": "3e5b8bad0b94e3c59089048f214aec8814c174cc",
3662
                "shasum": ""
3663
            },
3664
            "require": {
3665
                "php": ">=5.3.9"
3666
            },
3667
            "suggest": {
3668
                "ext-symfony_debug": ""
3669
            },
3670
            "type": "library",
3671
            "extra": {
3672
                "branch-alias": {
3673
                    "dev-master": "2.7-dev"
3674
                }
3675
            },
3676
            "autoload": {
3677
                "files": [
3678
                    "Resources/functions/dump.php"
3679
                ],
3680
                "psr-4": {
3681
                    "Symfony\\Component\\VarDumper\\": ""
3682
                },
3683
                "exclude-from-classmap": [
3684
                    "/Tests/"
3685
                ]
3686
            },
3687
            "notification-url": "https://packagist.org/downloads/",
3688
            "license": [
3689
                "MIT"
3690
            ],
3691
            "authors": [
3692
                {
3693
                    "name": "Nicolas Grekas",
3694
                    "email": "[email protected]"
3695
                },
3696
                {
3697
                    "name": "Symfony Community",
3698
                    "homepage": "https://symfony.com/contributors"
3699
                }
3700
            ],
3701
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3702
            "homepage": "https://symfony.com",
3703
            "keywords": [
3704
                "debug",
3705
                "dump"
3706
            ],
3707
            "time": "2016-04-22 12:44:08"
3708
        },
3709
        {
3710
            "name": "vlucas/phpdotenv",
3711
            "version": "v1.1.1",
3712
            "source": {
3713
                "type": "git",
3714
                "url": "https://github.com/vlucas/phpdotenv.git",
3715
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
3716
            },
3717
            "dist": {
3718
                "type": "zip",
3719
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
3720
                "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
3721
                "shasum": ""
3722
            },
3723
            "require": {
3724
                "php": ">=5.3.2"
3725
            },
3726
            "require-dev": {
3727
                "phpunit/phpunit": "~4.0"
3728
            },
3729
            "type": "library",
3730
            "autoload": {
3731
                "psr-0": {
3732
                    "Dotenv": "src/"
3733
                }
3734
            },
3735
            "notification-url": "https://packagist.org/downloads/",
3736
            "license": [
3737
                "BSD"
3738
            ],
3739
            "authors": [
3740
                {
3741
                    "name": "Vance Lucas",
3742
                    "email": "[email protected]",
3743
                    "homepage": "http://www.vancelucas.com"
3744
                }
3745
            ],
3746
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3747
            "homepage": "http://github.com/vlucas/phpdotenv",
3748
            "keywords": [
3749
                "dotenv",
3750
                "env",
3751
                "environment"
3752
            ],
3753
            "time": "2015-05-30 15:59:26"
3754
        },
3755
        {
3756
            "name": "zircote/swagger-php",
3757
            "version": "2.0.6",
3758
            "source": {
3759
                "type": "git",
3760
                "url": "https://github.com/zircote/swagger-php.git",
3761
                "reference": "0dfc289d53bad4a2bd193adc8d4bd058029ab417"
3762
            },
3763
            "dist": {
3764
                "type": "zip",
3765
                "url": "https://api.github.com/repos/zircote/swagger-php/zipball/0dfc289d53bad4a2bd193adc8d4bd058029ab417",
3766
                "reference": "0dfc289d53bad4a2bd193adc8d4bd058029ab417",
3767
                "shasum": ""
3768
            },
3769
            "require": {
3770
                "doctrine/annotations": "*",
3771
                "php": ">=5.4.0",
3772
                "symfony/finder": "*"
3773
            },
3774
            "require-dev": {
3775
                "squizlabs/php_codesniffer": "2.*",
3776
                "zendframework/zend-form": "*"
3777
            },
3778
            "bin": [
3779
                "bin/swagger"
3780
            ],
3781
            "type": "library",
3782
            "autoload": {
3783
                "psr-4": {
3784
                    "Swagger\\": "src"
3785
                },
3786
                "files": [
3787
                    "src/functions.php"
3788
                ]
3789
            },
3790
            "notification-url": "https://packagist.org/downloads/",
3791
            "license": [
3792
                "Apache2"
3793
            ],
3794
            "authors": [
3795
                {
3796
                    "name": "Robert Allen",
3797
                    "email": "[email protected]",
3798
                    "homepage": "http://www.zircote.com"
3799
                },
3800
                {
3801
                    "name": "Bob Fanger",
3802
                    "email": "[email protected]",
3803
                    "homepage": "http://bfanger.nl"
3804
                }
3805
            ],
3806
            "description": "Swagger-PHP - Generate interactive documentation for your RESTful API using phpdoc annotations",
3807
            "homepage": "https://github.com/zircote/swagger-php/",
3808
            "keywords": [
3809
                "api",
3810
                "json",
3811
                "rest",
3812
                "service discovery"
3813
            ],
3814
            "time": "2016-02-13 15:39:11"
3815
        }
3816
    ],
3817
    "packages-dev": [
3818
        {
3819
            "name": "codeception/codeception",
3820
            "version": "2.1.8",
3821
            "source": {
3822
                "type": "git",
3823
                "url": "https://github.com/Codeception/Codeception.git",
3824
                "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79"
3825
            },
3826
            "dist": {
3827
                "type": "zip",
3828
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/f3daa61f0f11c531b33eb3623ab0daa599d88a79",
3829
                "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79",
3830
                "shasum": ""
3831
            },
3832
            "require": {
3833
                "ext-json": "*",
3834
                "ext-mbstring": "*",
3835
                "facebook/webdriver": ">=1.0.1 <2.0",
3836
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
3837
                "guzzlehttp/psr7": "~1.0",
3838
                "php": ">=5.4.0 <8.0",
3839
                "phpunit/php-code-coverage": ">=2.1.3",
3840
                "phpunit/phpunit": ">4.8.20 <6.0",
3841
                "symfony/browser-kit": ">=2.5 <3.1",
3842
                "symfony/console": ">=2.5 <3.1",
3843
                "symfony/css-selector": ">=2.5 <3.1",
3844
                "symfony/dom-crawler": ">=2.5 <3.1",
3845
                "symfony/event-dispatcher": ">=2.5 <3.1",
3846
                "symfony/finder": ">=2.5 <3.1",
3847
                "symfony/yaml": ">=2.5 <3.1"
3848
            },
3849
            "require-dev": {
3850
                "codeception/specify": "~0.3",
3851
                "facebook/php-sdk-v4": "~5.0",
3852
                "flow/jsonpath": "~0.2",
3853
                "monolog/monolog": "~1.8",
3854
                "pda/pheanstalk": "~2.0",
3855
                "php-amqplib/php-amqplib": "~2.4"
3856
            },
3857
            "suggest": {
3858
                "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
3859
                "codeception/specify": "BDD-style code blocks",
3860
                "codeception/verify": "BDD-style assertions",
3861
                "monolog/monolog": "Log test steps",
3862
                "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
3863
            },
3864
            "bin": [
3865
                "codecept"
3866
            ],
3867
            "type": "library",
3868
            "extra": {
3869
                "branch-alias": []
3870
            },
3871
            "autoload": {
3872
                "psr-4": {
3873
                    "Codeception\\": "src\\Codeception",
3874
                    "Codeception\\Extension\\": "ext"
3875
                }
3876
            },
3877
            "notification-url": "https://packagist.org/downloads/",
3878
            "license": [
3879
                "MIT"
3880
            ],
3881
            "authors": [
3882
                {
3883
                    "name": "Michael Bodnarchuk",
3884
                    "email": "[email protected]",
3885
                    "homepage": "http://codegyre.com"
3886
                }
3887
            ],
3888
            "description": "BDD-style testing framework",
3889
            "homepage": "http://codeception.com/",
3890
            "keywords": [
3891
                "BDD",
3892
                "TDD",
3893
                "acceptance testing",
3894
                "functional testing",
3895
                "unit testing"
3896
            ],
3897
            "time": "2016-04-15 02:56:43"
3898
        },
3899
        {
3900
            "name": "codeception/mockery-module",
3901
            "version": "0.2.2",
3902
            "source": {
3903
                "type": "git",
3904
                "url": "https://github.com/Codeception/MockeryModule.git",
3905
                "reference": "ab1c965290f8ac78507c4da0a78b1111d3aebab2"
3906
            },
3907
            "dist": {
3908
                "type": "zip",
3909
                "url": "https://api.github.com/repos/Codeception/MockeryModule/zipball/ab1c965290f8ac78507c4da0a78b1111d3aebab2",
3910
                "reference": "ab1c965290f8ac78507c4da0a78b1111d3aebab2",
3911
                "shasum": ""
3912
            },
3913
            "require": {
3914
                "mockery/mockery": "~0.8"
3915
            },
3916
            "type": "library",
3917
            "autoload": {
3918
                "psr-4": {
3919
                    "Codeception\\": "src"
3920
                }
3921
            },
3922
            "notification-url": "https://packagist.org/downloads/",
3923
            "license": [
3924
                "MIT"
3925
            ],
3926
            "authors": [
3927
                {
3928
                    "name": "Michael Bodnarchuk",
3929
                    "email": "[email protected]"
3930
                },
3931
                {
3932
                    "name": "Jáchym Toušek",
3933
                    "email": "[email protected]"
3934
                }
3935
            ],
3936
            "description": "Mockery Module for Codeception",
3937
            "time": "2015-09-24 19:28:29"
3938
        },
3939
        {
3940
            "name": "doctrine/instantiator",
3941
            "version": "1.0.5",
3942
            "source": {
3943
                "type": "git",
3944
                "url": "https://github.com/doctrine/instantiator.git",
3945
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3946
            },
3947
            "dist": {
3948
                "type": "zip",
3949
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3950
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3951
                "shasum": ""
3952
            },
3953
            "require": {
3954
                "php": ">=5.3,<8.0-DEV"
3955
            },
3956
            "require-dev": {
3957
                "athletic/athletic": "~0.1.8",
3958
                "ext-pdo": "*",
3959
                "ext-phar": "*",
3960
                "phpunit/phpunit": "~4.0",
3961
                "squizlabs/php_codesniffer": "~2.0"
3962
            },
3963
            "type": "library",
3964
            "extra": {
3965
                "branch-alias": {
3966
                    "dev-master": "1.0.x-dev"
3967
                }
3968
            },
3969
            "autoload": {
3970
                "psr-4": {
3971
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3972
                }
3973
            },
3974
            "notification-url": "https://packagist.org/downloads/",
3975
            "license": [
3976
                "MIT"
3977
            ],
3978
            "authors": [
3979
                {
3980
                    "name": "Marco Pivetta",
3981
                    "email": "[email protected]",
3982
                    "homepage": "http://ocramius.github.com/"
3983
                }
3984
            ],
3985
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3986
            "homepage": "https://github.com/doctrine/instantiator",
3987
            "keywords": [
3988
                "constructor",
3989
                "instantiate"
3990
            ],
3991
            "time": "2015-06-14 21:17:01"
3992
        },
3993
        {
3994
            "name": "facebook/webdriver",
3995
            "version": "1.1.1",
3996
            "source": {
3997
                "type": "git",
3998
                "url": "https://github.com/facebook/php-webdriver.git",
3999
                "reference": "1c98108ba3eb435b681655764de11502a0653705"
4000
            },
4001
            "dist": {
4002
                "type": "zip",
4003
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/1c98108ba3eb435b681655764de11502a0653705",
4004
                "reference": "1c98108ba3eb435b681655764de11502a0653705",
4005
                "shasum": ""
4006
            },
4007
            "require": {
4008
                "php": ">=5.3.19"
4009
            },
4010
            "require-dev": {
4011
                "phpunit/phpunit": "4.6.*"
4012
            },
4013
            "suggest": {
4014
                "phpdocumentor/phpdocumentor": "2.*"
4015
            },
4016
            "type": "library",
4017
            "autoload": {
4018
                "psr-4": {
4019
                    "Facebook\\WebDriver\\": "lib/"
4020
                }
4021
            },
4022
            "notification-url": "https://packagist.org/downloads/",
4023
            "license": [
4024
                "Apache-2.0"
4025
            ],
4026
            "description": "A PHP client for WebDriver",
4027
            "homepage": "https://github.com/facebook/php-webdriver",
4028
            "keywords": [
4029
                "facebook",
4030
                "php",
4031
                "selenium",
4032
                "webdriver"
4033
            ],
4034
            "time": "2015-12-31 15:58:49"
4035
        },
4036
        {
4037
            "name": "fzaninotto/faker",
4038
            "version": "v1.6.0",
4039
            "source": {
4040
                "type": "git",
4041
                "url": "https://github.com/fzaninotto/Faker.git",
4042
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
4043
            },
4044
            "dist": {
4045
                "type": "zip",
4046
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
4047
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
4048
                "shasum": ""
4049
            },
4050
            "require": {
4051
                "php": "^5.3.3|^7.0"
4052
            },
4053
            "require-dev": {
4054
                "ext-intl": "*",
4055
                "phpunit/phpunit": "~4.0",
4056
                "squizlabs/php_codesniffer": "~1.5"
4057
            },
4058
            "type": "library",
4059
            "extra": {
4060
                "branch-alias": []
4061
            },
4062
            "autoload": {
4063
                "psr-4": {
4064
                    "Faker\\": "src/Faker/"
4065
                }
4066
            },
4067
            "notification-url": "https://packagist.org/downloads/",
4068
            "license": [
4069
                "MIT"
4070
            ],
4071
            "authors": [
4072
                {
4073
                    "name": "François Zaninotto"
4074
                }
4075
            ],
4076
            "description": "Faker is a PHP library that generates fake data for you.",
4077
            "keywords": [
4078
                "data",
4079
                "faker",
4080
                "fixtures"
4081
            ],
4082
            "time": "2016-04-29 12:21:54"
4083
        },
4084
        {
4085
            "name": "hamcrest/hamcrest-php",
4086
            "version": "v1.2.2",
4087
            "source": {
4088
                "type": "git",
4089
                "url": "https://github.com/hamcrest/hamcrest-php.git",
4090
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
4091
            },
4092
            "dist": {
4093
                "type": "zip",
4094
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
4095
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
4096
                "shasum": ""
4097
            },
4098
            "require": {
4099
                "php": ">=5.3.2"
4100
            },
4101
            "replace": {
4102
                "cordoval/hamcrest-php": "*",
4103
                "davedevelopment/hamcrest-php": "*",
4104
                "kodova/hamcrest-php": "*"
4105
            },
4106
            "require-dev": {
4107
                "phpunit/php-file-iterator": "1.3.3",
4108
                "satooshi/php-coveralls": "dev-master"
4109
            },
4110
            "type": "library",
4111
            "autoload": {
4112
                "classmap": [
4113
                    "hamcrest"
4114
                ],
4115
                "files": [
4116
                    "hamcrest/Hamcrest.php"
4117
                ]
4118
            },
4119
            "notification-url": "https://packagist.org/downloads/",
4120
            "license": [
4121
                "BSD"
4122
            ],
4123
            "description": "This is the PHP port of Hamcrest Matchers",
4124
            "keywords": [
4125
                "test"
4126
            ],
4127
            "time": "2015-05-11 14:41:42"
4128
        },
4129
        {
4130
            "name": "mockery/mockery",
4131
            "version": "0.9.4",
4132
            "source": {
4133
                "type": "git",
4134
                "url": "https://github.com/padraic/mockery.git",
4135
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
4136
            },
4137
            "dist": {
4138
                "type": "zip",
4139
                "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
4140
                "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
4141
                "shasum": ""
4142
            },
4143
            "require": {
4144
                "hamcrest/hamcrest-php": "~1.1",
4145
                "lib-pcre": ">=7.0",
4146
                "php": ">=5.3.2"
4147
            },
4148
            "require-dev": {
4149
                "phpunit/phpunit": "~4.0"
4150
            },
4151
            "type": "library",
4152
            "extra": {
4153
                "branch-alias": {
4154
                    "dev-master": "0.9.x-dev"
4155
                }
4156
            },
4157
            "autoload": {
4158
                "psr-0": {
4159
                    "Mockery": "library/"
4160
                }
4161
            },
4162
            "notification-url": "https://packagist.org/downloads/",
4163
            "license": [
4164
                "BSD-3-Clause"
4165
            ],
4166
            "authors": [
4167
                {
4168
                    "name": "Pádraic Brady",
4169
                    "email": "[email protected]",
4170
                    "homepage": "http://blog.astrumfutura.com"
4171
                },
4172
                {
4173
                    "name": "Dave Marshall",
4174
                    "email": "[email protected]",
4175
                    "homepage": "http://davedevelopment.co.uk"
4176
                }
4177
            ],
4178
            "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.",
4179
            "homepage": "http://github.com/padraic/mockery",
4180
            "keywords": [
4181
                "BDD",
4182
                "TDD",
4183
                "library",
4184
                "mock",
4185
                "mock objects",
4186
                "mockery",
4187
                "stub",
4188
                "test",
4189
                "test double",
4190
                "testing"
4191
            ],
4192
            "time": "2015-04-02 19:54:00"
4193
        },
4194
        {
4195
            "name": "phpdocumentor/reflection-docblock",
4196
            "version": "2.0.4",
4197
            "source": {
4198
                "type": "git",
4199
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4200
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
4201
            },
4202
            "dist": {
4203
                "type": "zip",
4204
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
4205
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
4206
                "shasum": ""
4207
            },
4208
            "require": {
4209
                "php": ">=5.3.3"
4210
            },
4211
            "require-dev": {
4212
                "phpunit/phpunit": "~4.0"
4213
            },
4214
            "suggest": {
4215
                "dflydev/markdown": "~1.0",
4216
                "erusev/parsedown": "~1.0"
4217
            },
4218
            "type": "library",
4219
            "extra": {
4220
                "branch-alias": {
4221
                    "dev-master": "2.0.x-dev"
4222
                }
4223
            },
4224
            "autoload": {
4225
                "psr-0": {
4226
                    "phpDocumentor": [
4227
                        "src/"
4228
                    ]
4229
                }
4230
            },
4231
            "notification-url": "https://packagist.org/downloads/",
4232
            "license": [
4233
                "MIT"
4234
            ],
4235
            "authors": [
4236
                {
4237
                    "name": "Mike van Riel",
4238
                    "email": "[email protected]"
4239
                }
4240
            ],
4241
            "time": "2015-02-03 12:10:50"
4242
        },
4243
        {
4244
            "name": "phpspec/php-diff",
4245
            "version": "v1.0.2",
4246
            "source": {
4247
                "type": "git",
4248
                "url": "https://github.com/phpspec/php-diff.git",
4249
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
4250
            },
4251
            "dist": {
4252
                "type": "zip",
4253
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
4254
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
4255
                "shasum": ""
4256
            },
4257
            "type": "library",
4258
            "autoload": {
4259
                "psr-0": {
4260
                    "Diff": "lib/"
4261
                }
4262
            },
4263
            "notification-url": "https://packagist.org/downloads/",
4264
            "license": [
4265
                "BSD-3-Clause"
4266
            ],
4267
            "authors": [
4268
                {
4269
                    "name": "Chris Boulton",
4270
                    "homepage": "http://github.com/chrisboulton",
4271
                    "role": "Original developer"
4272
                }
4273
            ],
4274
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
4275
            "time": "2013-11-01 13:02:21"
4276
        },
4277
        {
4278
            "name": "phpspec/phpspec",
4279
            "version": "2.5.0",
4280
            "source": {
4281
                "type": "git",
4282
                "url": "https://github.com/phpspec/phpspec.git",
4283
                "reference": "385ecb015e97c13818074f1517928b24d4a26067"
4284
            },
4285
            "dist": {
4286
                "type": "zip",
4287
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/385ecb015e97c13818074f1517928b24d4a26067",
4288
                "reference": "385ecb015e97c13818074f1517928b24d4a26067",
4289
                "shasum": ""
4290
            },
4291
            "require": {
4292
                "doctrine/instantiator": "^1.0.1",
4293
                "ext-tokenizer": "*",
4294
                "php": ">=5.3.3",
4295
                "phpspec/php-diff": "~1.0.0",
4296
                "phpspec/prophecy": "~1.4",
4297
                "sebastian/exporter": "~1.0",
4298
                "symfony/console": "~2.3|~3.0",
4299
                "symfony/event-dispatcher": "~2.1|~3.0",
4300
                "symfony/finder": "~2.1|~3.0",
4301
                "symfony/process": "^2.6|~3.0",
4302
                "symfony/yaml": "~2.1|~3.0"
4303
            },
4304
            "require-dev": {
4305
                "behat/behat": "^3.0.11",
4306
                "bossa/phpspec2-expect": "~1.0",
4307
                "phpunit/phpunit": "~4.4",
4308
                "symfony/filesystem": "~2.1|~3.0"
4309
            },
4310
            "suggest": {
4311
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
4312
            },
4313
            "bin": [
4314
                "bin/phpspec"
4315
            ],
4316
            "type": "library",
4317
            "extra": {
4318
                "branch-alias": {
4319
                    "dev-master": "2.2.x-dev"
4320
                }
4321
            },
4322
            "autoload": {
4323
                "psr-0": {
4324
                    "PhpSpec": "src/"
4325
                }
4326
            },
4327
            "notification-url": "https://packagist.org/downloads/",
4328
            "license": [
4329
                "MIT"
4330
            ],
4331
            "authors": [
4332
                {
4333
                    "name": "Konstantin Kudryashov",
4334
                    "email": "[email protected]",
4335
                    "homepage": "http://everzet.com"
4336
                },
4337
                {
4338
                    "name": "Marcello Duarte",
4339
                    "homepage": "http://marcelloduarte.net/"
4340
                }
4341
            ],
4342
            "description": "Specification-oriented BDD framework for PHP 5.3+",
4343
            "homepage": "http://phpspec.net/",
4344
            "keywords": [
4345
                "BDD",
4346
                "SpecBDD",
4347
                "TDD",
4348
                "spec",
4349
                "specification",
4350
                "testing",
4351
                "tests"
4352
            ],
4353
            "time": "2016-03-20 20:34:32"
4354
        },
4355
        {
4356
            "name": "phpspec/prophecy",
4357
            "version": "v1.6.0",
4358
            "source": {
4359
                "type": "git",
4360
                "url": "https://github.com/phpspec/prophecy.git",
4361
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
4362
            },
4363
            "dist": {
4364
                "type": "zip",
4365
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
4366
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
4367
                "shasum": ""
4368
            },
4369
            "require": {
4370
                "doctrine/instantiator": "^1.0.2",
4371
                "php": "^5.3|^7.0",
4372
                "phpdocumentor/reflection-docblock": "~2.0",
4373
                "sebastian/comparator": "~1.1",
4374
                "sebastian/recursion-context": "~1.0"
4375
            },
4376
            "require-dev": {
4377
                "phpspec/phpspec": "~2.0"
4378
            },
4379
            "type": "library",
4380
            "extra": {
4381
                "branch-alias": {
4382
                    "dev-master": "1.5.x-dev"
4383
                }
4384
            },
4385
            "autoload": {
4386
                "psr-0": {
4387
                    "Prophecy\\": "src/"
4388
                }
4389
            },
4390
            "notification-url": "https://packagist.org/downloads/",
4391
            "license": [
4392
                "MIT"
4393
            ],
4394
            "authors": [
4395
                {
4396
                    "name": "Konstantin Kudryashov",
4397
                    "email": "[email protected]",
4398
                    "homepage": "http://everzet.com"
4399
                },
4400
                {
4401
                    "name": "Marcello Duarte",
4402
                    "email": "[email protected]"
4403
                }
4404
            ],
4405
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4406
            "homepage": "https://github.com/phpspec/prophecy",
4407
            "keywords": [
4408
                "Double",
4409
                "Dummy",
4410
                "fake",
4411
                "mock",
4412
                "spy",
4413
                "stub"
4414
            ],
4415
            "time": "2016-02-15 07:46:21"
4416
        },
4417
        {
4418
            "name": "phpunit/php-code-coverage",
4419
            "version": "2.2.4",
4420
            "source": {
4421
                "type": "git",
4422
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4423
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
4424
            },
4425
            "dist": {
4426
                "type": "zip",
4427
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4428
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
4429
                "shasum": ""
4430
            },
4431
            "require": {
4432
                "php": ">=5.3.3",
4433
                "phpunit/php-file-iterator": "~1.3",
4434
                "phpunit/php-text-template": "~1.2",
4435
                "phpunit/php-token-stream": "~1.3",
4436
                "sebastian/environment": "^1.3.2",
4437
                "sebastian/version": "~1.0"
4438
            },
4439
            "require-dev": {
4440
                "ext-xdebug": ">=2.1.4",
4441
                "phpunit/phpunit": "~4"
4442
            },
4443
            "suggest": {
4444
                "ext-dom": "*",
4445
                "ext-xdebug": ">=2.2.1",
4446
                "ext-xmlwriter": "*"
4447
            },
4448
            "type": "library",
4449
            "extra": {
4450
                "branch-alias": {
4451
                    "dev-master": "2.2.x-dev"
4452
                }
4453
            },
4454
            "autoload": {
4455
                "classmap": [
4456
                    "src/"
4457
                ]
4458
            },
4459
            "notification-url": "https://packagist.org/downloads/",
4460
            "license": [
4461
                "BSD-3-Clause"
4462
            ],
4463
            "authors": [
4464
                {
4465
                    "name": "Sebastian Bergmann",
4466
                    "email": "[email protected]",
4467
                    "role": "lead"
4468
                }
4469
            ],
4470
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4471
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4472
            "keywords": [
4473
                "coverage",
4474
                "testing",
4475
                "xunit"
4476
            ],
4477
            "time": "2015-10-06 15:47:00"
4478
        },
4479
        {
4480
            "name": "phpunit/php-file-iterator",
4481
            "version": "1.4.1",
4482
            "source": {
4483
                "type": "git",
4484
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4485
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
4486
            },
4487
            "dist": {
4488
                "type": "zip",
4489
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4490
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
4491
                "shasum": ""
4492
            },
4493
            "require": {
4494
                "php": ">=5.3.3"
4495
            },
4496
            "type": "library",
4497
            "extra": {
4498
                "branch-alias": {
4499
                    "dev-master": "1.4.x-dev"
4500
                }
4501
            },
4502
            "autoload": {
4503
                "classmap": [
4504
                    "src/"
4505
                ]
4506
            },
4507
            "notification-url": "https://packagist.org/downloads/",
4508
            "license": [
4509
                "BSD-3-Clause"
4510
            ],
4511
            "authors": [
4512
                {
4513
                    "name": "Sebastian Bergmann",
4514
                    "email": "[email protected]",
4515
                    "role": "lead"
4516
                }
4517
            ],
4518
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4519
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4520
            "keywords": [
4521
                "filesystem",
4522
                "iterator"
4523
            ],
4524
            "time": "2015-06-21 13:08:43"
4525
        },
4526
        {
4527
            "name": "phpunit/php-text-template",
4528
            "version": "1.2.1",
4529
            "source": {
4530
                "type": "git",
4531
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4532
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4533
            },
4534
            "dist": {
4535
                "type": "zip",
4536
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4537
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4538
                "shasum": ""
4539
            },
4540
            "require": {
4541
                "php": ">=5.3.3"
4542
            },
4543
            "type": "library",
4544
            "autoload": {
4545
                "classmap": [
4546
                    "src/"
4547
                ]
4548
            },
4549
            "notification-url": "https://packagist.org/downloads/",
4550
            "license": [
4551
                "BSD-3-Clause"
4552
            ],
4553
            "authors": [
4554
                {
4555
                    "name": "Sebastian Bergmann",
4556
                    "email": "[email protected]",
4557
                    "role": "lead"
4558
                }
4559
            ],
4560
            "description": "Simple template engine.",
4561
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4562
            "keywords": [
4563
                "template"
4564
            ],
4565
            "time": "2015-06-21 13:50:34"
4566
        },
4567
        {
4568
            "name": "phpunit/php-timer",
4569
            "version": "1.0.7",
4570
            "source": {
4571
                "type": "git",
4572
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4573
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
4574
            },
4575
            "dist": {
4576
                "type": "zip",
4577
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4578
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
4579
                "shasum": ""
4580
            },
4581
            "require": {
4582
                "php": ">=5.3.3"
4583
            },
4584
            "type": "library",
4585
            "autoload": {
4586
                "classmap": [
4587
                    "src/"
4588
                ]
4589
            },
4590
            "notification-url": "https://packagist.org/downloads/",
4591
            "license": [
4592
                "BSD-3-Clause"
4593
            ],
4594
            "authors": [
4595
                {
4596
                    "name": "Sebastian Bergmann",
4597
                    "email": "[email protected]",
4598
                    "role": "lead"
4599
                }
4600
            ],
4601
            "description": "Utility class for timing",
4602
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4603
            "keywords": [
4604
                "timer"
4605
            ],
4606
            "time": "2015-06-21 08:01:12"
4607
        },
4608
        {
4609
            "name": "phpunit/php-token-stream",
4610
            "version": "1.4.8",
4611
            "source": {
4612
                "type": "git",
4613
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4614
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
4615
            },
4616
            "dist": {
4617
                "type": "zip",
4618
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4619
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
4620
                "shasum": ""
4621
            },
4622
            "require": {
4623
                "ext-tokenizer": "*",
4624
                "php": ">=5.3.3"
4625
            },
4626
            "require-dev": {
4627
                "phpunit/phpunit": "~4.2"
4628
            },
4629
            "type": "library",
4630
            "extra": {
4631
                "branch-alias": {
4632
                    "dev-master": "1.4-dev"
4633
                }
4634
            },
4635
            "autoload": {
4636
                "classmap": [
4637
                    "src/"
4638
                ]
4639
            },
4640
            "notification-url": "https://packagist.org/downloads/",
4641
            "license": [
4642
                "BSD-3-Clause"
4643
            ],
4644
            "authors": [
4645
                {
4646
                    "name": "Sebastian Bergmann",
4647
                    "email": "[email protected]"
4648
                }
4649
            ],
4650
            "description": "Wrapper around PHP's tokenizer extension.",
4651
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4652
            "keywords": [
4653
                "tokenizer"
4654
            ],
4655
            "time": "2015-09-15 10:49:45"
4656
        },
4657
        {
4658
            "name": "phpunit/phpunit",
4659
            "version": "4.8.24",
4660
            "source": {
4661
                "type": "git",
4662
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4663
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
4664
            },
4665
            "dist": {
4666
                "type": "zip",
4667
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
4668
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
4669
                "shasum": ""
4670
            },
4671
            "require": {
4672
                "ext-dom": "*",
4673
                "ext-json": "*",
4674
                "ext-pcre": "*",
4675
                "ext-reflection": "*",
4676
                "ext-spl": "*",
4677
                "php": ">=5.3.3",
4678
                "phpspec/prophecy": "^1.3.1",
4679
                "phpunit/php-code-coverage": "~2.1",
4680
                "phpunit/php-file-iterator": "~1.4",
4681
                "phpunit/php-text-template": "~1.2",
4682
                "phpunit/php-timer": ">=1.0.6",
4683
                "phpunit/phpunit-mock-objects": "~2.3",
4684
                "sebastian/comparator": "~1.1",
4685
                "sebastian/diff": "~1.2",
4686
                "sebastian/environment": "~1.3",
4687
                "sebastian/exporter": "~1.2",
4688
                "sebastian/global-state": "~1.0",
4689
                "sebastian/version": "~1.0",
4690
                "symfony/yaml": "~2.1|~3.0"
4691
            },
4692
            "suggest": {
4693
                "phpunit/php-invoker": "~1.1"
4694
            },
4695
            "bin": [
4696
                "phpunit"
4697
            ],
4698
            "type": "library",
4699
            "extra": {
4700
                "branch-alias": {
4701
                    "dev-master": "4.8.x-dev"
4702
                }
4703
            },
4704
            "autoload": {
4705
                "classmap": [
4706
                    "src/"
4707
                ]
4708
            },
4709
            "notification-url": "https://packagist.org/downloads/",
4710
            "license": [
4711
                "BSD-3-Clause"
4712
            ],
4713
            "authors": [
4714
                {
4715
                    "name": "Sebastian Bergmann",
4716
                    "email": "[email protected]",
4717
                    "role": "lead"
4718
                }
4719
            ],
4720
            "description": "The PHP Unit Testing framework.",
4721
            "homepage": "https://phpunit.de/",
4722
            "keywords": [
4723
                "phpunit",
4724
                "testing",
4725
                "xunit"
4726
            ],
4727
            "time": "2016-03-14 06:16:08"
4728
        },
4729
        {
4730
            "name": "phpunit/phpunit-mock-objects",
4731
            "version": "2.3.8",
4732
            "source": {
4733
                "type": "git",
4734
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4735
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
4736
            },
4737
            "dist": {
4738
                "type": "zip",
4739
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4740
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
4741
                "shasum": ""
4742
            },
4743
            "require": {
4744
                "doctrine/instantiator": "^1.0.2",
4745
                "php": ">=5.3.3",
4746
                "phpunit/php-text-template": "~1.2",
4747
                "sebastian/exporter": "~1.2"
4748
            },
4749
            "require-dev": {
4750
                "phpunit/phpunit": "~4.4"
4751
            },
4752
            "suggest": {
4753
                "ext-soap": "*"
4754
            },
4755
            "type": "library",
4756
            "extra": {
4757
                "branch-alias": {
4758
                    "dev-master": "2.3.x-dev"
4759
                }
4760
            },
4761
            "autoload": {
4762
                "classmap": [
4763
                    "src/"
4764
                ]
4765
            },
4766
            "notification-url": "https://packagist.org/downloads/",
4767
            "license": [
4768
                "BSD-3-Clause"
4769
            ],
4770
            "authors": [
4771
                {
4772
                    "name": "Sebastian Bergmann",
4773
                    "email": "[email protected]",
4774
                    "role": "lead"
4775
                }
4776
            ],
4777
            "description": "Mock Object library for PHPUnit",
4778
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4779
            "keywords": [
4780
                "mock",
4781
                "xunit"
4782
            ],
4783
            "time": "2015-10-02 06:51:40"
4784
        },
4785
        {
4786
            "name": "sebastian/comparator",
4787
            "version": "1.2.0",
4788
            "source": {
4789
                "type": "git",
4790
                "url": "https://github.com/sebastianbergmann/comparator.git",
4791
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
4792
            },
4793
            "dist": {
4794
                "type": "zip",
4795
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
4796
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
4797
                "shasum": ""
4798
            },
4799
            "require": {
4800
                "php": ">=5.3.3",
4801
                "sebastian/diff": "~1.2",
4802
                "sebastian/exporter": "~1.2"
4803
            },
4804
            "require-dev": {
4805
                "phpunit/phpunit": "~4.4"
4806
            },
4807
            "type": "library",
4808
            "extra": {
4809
                "branch-alias": {
4810
                    "dev-master": "1.2.x-dev"
4811
                }
4812
            },
4813
            "autoload": {
4814
                "classmap": [
4815
                    "src/"
4816
                ]
4817
            },
4818
            "notification-url": "https://packagist.org/downloads/",
4819
            "license": [
4820
                "BSD-3-Clause"
4821
            ],
4822
            "authors": [
4823
                {
4824
                    "name": "Jeff Welch",
4825
                    "email": "[email protected]"
4826
                },
4827
                {
4828
                    "name": "Volker Dusch",
4829
                    "email": "[email protected]"
4830
                },
4831
                {
4832
                    "name": "Bernhard Schussek",
4833
                    "email": "[email protected]"
4834
                },
4835
                {
4836
                    "name": "Sebastian Bergmann",
4837
                    "email": "[email protected]"
4838
                }
4839
            ],
4840
            "description": "Provides the functionality to compare PHP values for equality",
4841
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
4842
            "keywords": [
4843
                "comparator",
4844
                "compare",
4845
                "equality"
4846
            ],
4847
            "time": "2015-07-26 15:48:44"
4848
        },
4849
        {
4850
            "name": "sebastian/diff",
4851
            "version": "1.4.1",
4852
            "source": {
4853
                "type": "git",
4854
                "url": "https://github.com/sebastianbergmann/diff.git",
4855
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
4856
            },
4857
            "dist": {
4858
                "type": "zip",
4859
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
4860
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
4861
                "shasum": ""
4862
            },
4863
            "require": {
4864
                "php": ">=5.3.3"
4865
            },
4866
            "require-dev": {
4867
                "phpunit/phpunit": "~4.8"
4868
            },
4869
            "type": "library",
4870
            "extra": {
4871
                "branch-alias": {
4872
                    "dev-master": "1.4-dev"
4873
                }
4874
            },
4875
            "autoload": {
4876
                "classmap": [
4877
                    "src/"
4878
                ]
4879
            },
4880
            "notification-url": "https://packagist.org/downloads/",
4881
            "license": [
4882
                "BSD-3-Clause"
4883
            ],
4884
            "authors": [
4885
                {
4886
                    "name": "Kore Nordmann",
4887
                    "email": "[email protected]"
4888
                },
4889
                {
4890
                    "name": "Sebastian Bergmann",
4891
                    "email": "[email protected]"
4892
                }
4893
            ],
4894
            "description": "Diff implementation",
4895
            "homepage": "https://github.com/sebastianbergmann/diff",
4896
            "keywords": [
4897
                "diff"
4898
            ],
4899
            "time": "2015-12-08 07:14:41"
4900
        },
4901
        {
4902
            "name": "sebastian/environment",
4903
            "version": "1.3.6",
4904
            "source": {
4905
                "type": "git",
4906
                "url": "https://github.com/sebastianbergmann/environment.git",
4907
                "reference": "2292b116f43c272ff4328083096114f84ea46a56"
4908
            },
4909
            "dist": {
4910
                "type": "zip",
4911
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/2292b116f43c272ff4328083096114f84ea46a56",
4912
                "reference": "2292b116f43c272ff4328083096114f84ea46a56",
4913
                "shasum": ""
4914
            },
4915
            "require": {
4916
                "php": ">=5.3.3"
4917
            },
4918
            "require-dev": {
4919
                "phpunit/phpunit": "~4.4"
4920
            },
4921
            "type": "library",
4922
            "extra": {
4923
                "branch-alias": {
4924
                    "dev-master": "1.3.x-dev"
4925
                }
4926
            },
4927
            "autoload": {
4928
                "classmap": [
4929
                    "src/"
4930
                ]
4931
            },
4932
            "notification-url": "https://packagist.org/downloads/",
4933
            "license": [
4934
                "BSD-3-Clause"
4935
            ],
4936
            "authors": [
4937
                {
4938
                    "name": "Sebastian Bergmann",
4939
                    "email": "[email protected]"
4940
                }
4941
            ],
4942
            "description": "Provides functionality to handle HHVM/PHP environments",
4943
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4944
            "keywords": [
4945
                "Xdebug",
4946
                "environment",
4947
                "hhvm"
4948
            ],
4949
            "time": "2016-05-04 07:59:13"
4950
        },
4951
        {
4952
            "name": "sebastian/exporter",
4953
            "version": "1.2.1",
4954
            "source": {
4955
                "type": "git",
4956
                "url": "https://github.com/sebastianbergmann/exporter.git",
4957
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
4958
            },
4959
            "dist": {
4960
                "type": "zip",
4961
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4962
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
4963
                "shasum": ""
4964
            },
4965
            "require": {
4966
                "php": ">=5.3.3",
4967
                "sebastian/recursion-context": "~1.0"
4968
            },
4969
            "require-dev": {
4970
                "phpunit/phpunit": "~4.4"
4971
            },
4972
            "type": "library",
4973
            "extra": {
4974
                "branch-alias": {
4975
                    "dev-master": "1.2.x-dev"
4976
                }
4977
            },
4978
            "autoload": {
4979
                "classmap": [
4980
                    "src/"
4981
                ]
4982
            },
4983
            "notification-url": "https://packagist.org/downloads/",
4984
            "license": [
4985
                "BSD-3-Clause"
4986
            ],
4987
            "authors": [
4988
                {
4989
                    "name": "Jeff Welch",
4990
                    "email": "[email protected]"
4991
                },
4992
                {
4993
                    "name": "Volker Dusch",
4994
                    "email": "[email protected]"
4995
                },
4996
                {
4997
                    "name": "Bernhard Schussek",
4998
                    "email": "[email protected]"
4999
                },
5000
                {
5001
                    "name": "Sebastian Bergmann",
5002
                    "email": "[email protected]"
5003
                },
5004
                {
5005
                    "name": "Adam Harvey",
5006
                    "email": "[email protected]"
5007
                }
5008
            ],
5009
            "description": "Provides the functionality to export PHP variables for visualization",
5010
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5011
            "keywords": [
5012
                "export",
5013
                "exporter"
5014
            ],
5015
            "time": "2015-06-21 07:55:53"
5016
        },
5017
        {
5018
            "name": "sebastian/global-state",
5019
            "version": "1.1.1",
5020
            "source": {
5021
                "type": "git",
5022
                "url": "https://github.com/sebastianbergmann/global-state.git",
5023
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
5024
            },
5025
            "dist": {
5026
                "type": "zip",
5027
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5028
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
5029
                "shasum": ""
5030
            },
5031
            "require": {
5032
                "php": ">=5.3.3"
5033
            },
5034
            "require-dev": {
5035
                "phpunit/phpunit": "~4.2"
5036
            },
5037
            "suggest": {
5038
                "ext-uopz": "*"
5039
            },
5040
            "type": "library",
5041
            "extra": {
5042
                "branch-alias": {
5043
                    "dev-master": "1.0-dev"
5044
                }
5045
            },
5046
            "autoload": {
5047
                "classmap": [
5048
                    "src/"
5049
                ]
5050
            },
5051
            "notification-url": "https://packagist.org/downloads/",
5052
            "license": [
5053
                "BSD-3-Clause"
5054
            ],
5055
            "authors": [
5056
                {
5057
                    "name": "Sebastian Bergmann",
5058
                    "email": "[email protected]"
5059
                }
5060
            ],
5061
            "description": "Snapshotting of global state",
5062
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5063
            "keywords": [
5064
                "global state"
5065
            ],
5066
            "time": "2015-10-12 03:26:01"
5067
        },
5068
        {
5069
            "name": "sebastian/recursion-context",
5070
            "version": "1.0.2",
5071
            "source": {
5072
                "type": "git",
5073
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5074
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
5075
            },
5076
            "dist": {
5077
                "type": "zip",
5078
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
5079
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
5080
                "shasum": ""
5081
            },
5082
            "require": {
5083
                "php": ">=5.3.3"
5084
            },
5085
            "require-dev": {
5086
                "phpunit/phpunit": "~4.4"
5087
            },
5088
            "type": "library",
5089
            "extra": {
5090
                "branch-alias": {
5091
                    "dev-master": "1.0.x-dev"
5092
                }
5093
            },
5094
            "autoload": {
5095
                "classmap": [
5096
                    "src/"
5097
                ]
5098
            },
5099
            "notification-url": "https://packagist.org/downloads/",
5100
            "license": [
5101
                "BSD-3-Clause"
5102
            ],
5103
            "authors": [
5104
                {
5105
                    "name": "Jeff Welch",
5106
                    "email": "[email protected]"
5107
                },
5108
                {
5109
                    "name": "Sebastian Bergmann",
5110
                    "email": "[email protected]"
5111
                },
5112
                {
5113
                    "name": "Adam Harvey",
5114
                    "email": "[email protected]"
5115
                }
5116
            ],
5117
            "description": "Provides functionality to recursively process PHP variables",
5118
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5119
            "time": "2015-11-11 19:50:13"
5120
        },
5121
        {
5122
            "name": "sebastian/version",
5123
            "version": "1.0.6",
5124
            "source": {
5125
                "type": "git",
5126
                "url": "https://github.com/sebastianbergmann/version.git",
5127
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
5128
            },
5129
            "dist": {
5130
                "type": "zip",
5131
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5132
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5133
                "shasum": ""
5134
            },
5135
            "type": "library",
5136
            "autoload": {
5137
                "classmap": [
5138
                    "src/"
5139
                ]
5140
            },
5141
            "notification-url": "https://packagist.org/downloads/",
5142
            "license": [
5143
                "BSD-3-Clause"
5144
            ],
5145
            "authors": [
5146
                {
5147
                    "name": "Sebastian Bergmann",
5148
                    "email": "[email protected]",
5149
                    "role": "lead"
5150
                }
5151
            ],
5152
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5153
            "homepage": "https://github.com/sebastianbergmann/version",
5154
            "time": "2015-06-21 13:59:46"
5155
        },
5156
        {
5157
            "name": "symfony/browser-kit",
5158
            "version": "v2.8.5",
5159
            "source": {
5160
                "type": "git",
5161
                "url": "https://github.com/symfony/browser-kit.git",
5162
                "reference": "745c19467255cf32eaf311f000eecafd83ca5586"
5163
            },
5164
            "dist": {
5165
                "type": "zip",
5166
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/745c19467255cf32eaf311f000eecafd83ca5586",
5167
                "reference": "745c19467255cf32eaf311f000eecafd83ca5586",
5168
                "shasum": ""
5169
            },
5170
            "require": {
5171
                "php": ">=5.3.9",
5172
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0"
5173
            },
5174
            "require-dev": {
5175
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
5176
                "symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0"
5177
            },
5178
            "suggest": {
5179
                "symfony/process": ""
5180
            },
5181
            "type": "library",
5182
            "extra": {
5183
                "branch-alias": {
5184
                    "dev-master": "2.8-dev"
5185
                }
5186
            },
5187
            "autoload": {
5188
                "psr-4": {
5189
                    "Symfony\\Component\\BrowserKit\\": ""
5190
                },
5191
                "exclude-from-classmap": [
5192
                    "/Tests/"
5193
                ]
5194
            },
5195
            "notification-url": "https://packagist.org/downloads/",
5196
            "license": [
5197
                "MIT"
5198
            ],
5199
            "authors": [
5200
                {
5201
                    "name": "Fabien Potencier",
5202
                    "email": "[email protected]"
5203
                },
5204
                {
5205
                    "name": "Symfony Community",
5206
                    "homepage": "https://symfony.com/contributors"
5207
                }
5208
            ],
5209
            "description": "Symfony BrowserKit Component",
5210
            "homepage": "https://symfony.com",
5211
            "time": "2016-03-04 07:54:35"
5212
        },
5213
        {
5214
            "name": "symfony/yaml",
5215
            "version": "v3.0.5",
5216
            "source": {
5217
                "type": "git",
5218
                "url": "https://github.com/symfony/yaml.git",
5219
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
5220
            },
5221
            "dist": {
5222
                "type": "zip",
5223
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
5224
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
5225
                "shasum": ""
5226
            },
5227
            "require": {
5228
                "php": ">=5.5.9"
5229
            },
5230
            "type": "library",
5231
            "extra": {
5232
                "branch-alias": {
5233
                    "dev-master": "3.0-dev"
5234
                }
5235
            },
5236
            "autoload": {
5237
                "psr-4": {
5238
                    "Symfony\\Component\\Yaml\\": ""
5239
                },
5240
                "exclude-from-classmap": [
5241
                    "/Tests/"
5242
                ]
5243
            },
5244
            "notification-url": "https://packagist.org/downloads/",
5245
            "license": [
5246
                "MIT"
5247
            ],
5248
            "authors": [
5249
                {
5250
                    "name": "Fabien Potencier",
5251
                    "email": "[email protected]"
5252
                },
5253
                {
5254
                    "name": "Symfony Community",
5255
                    "homepage": "https://symfony.com/contributors"
5256
                }
5257
            ],
5258
            "description": "Symfony Yaml Component",
5259
            "homepage": "https://symfony.com",
5260
            "time": "2016-03-04 07:55:57"
5261
        }
5262
    ],
5263
    "aliases": [],
5264
    "minimum-stability": "dev",
5265
    "stability-flags": {
5266
        "doctrine/dbal": 20,
5267
        "codeception/codeception": 10
5268
    },
5269
    "prefer-stable": true,
5270
    "prefer-lowest": false,
5271
    "platform": [],
5272
    "platform-dev": []
5273
}
5274