Test Setup Failed
Push — master ( 19cafa...5bea46 )
by Avtandil
13:09
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": "cb5f0568ed0d8b640ce9301161ce74aa",
8
    "content-hash": "0195e3167ad2701b99783320b5b5ac4d",
9
    "packages": [
10
        {
11
            "name": "classpreloader/classpreloader",
12
            "version": "3.0.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
16
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
21
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "nikic/php-parser": "^1.0|^2.0",
26
                "php": ">=5.5.9"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^4.8|^5.0"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "3.0-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-4": {
39
                    "ClassPreloader\\": "src/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Michael Dowling",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Graham Campbell",
53
                    "email": "[email protected]"
54
                }
55
            ],
56
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
57
            "keywords": [
58
                "autoload",
59
                "class",
60
                "preload"
61
            ],
62
            "time": "2015-11-09 22:51:51"
63
        },
64
        {
65
            "name": "dnoegel/php-xdg-base-dir",
66
            "version": "0.1",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
70
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
75
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "php": ">=5.3.2"
80
            },
81
            "require-dev": {
82
                "phpunit/phpunit": "@stable"
83
            },
84
            "type": "project",
85
            "autoload": {
86
                "psr-4": {
87
                    "XdgBaseDir\\": "src/"
88
                }
89
            },
90
            "notification-url": "https://packagist.org/downloads/",
91
            "license": [
92
                "MIT"
93
            ],
94
            "description": "implementation of xdg base directory specification for php",
95
            "time": "2014-10-24 07:27:01"
96
        },
97
        {
98
            "name": "doctrine/inflector",
99
            "version": "v1.1.0",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/doctrine/inflector.git",
103
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
108
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
109
                "shasum": ""
110
            },
111
            "require": {
112
                "php": ">=5.3.2"
113
            },
114
            "require-dev": {
115
                "phpunit/phpunit": "4.*"
116
            },
117
            "type": "library",
118
            "extra": {
119
                "branch-alias": {
120
                    "dev-master": "1.1.x-dev"
121
                }
122
            },
123
            "autoload": {
124
                "psr-0": {
125
                    "Doctrine\\Common\\Inflector\\": "lib/"
126
                }
127
            },
128
            "notification-url": "https://packagist.org/downloads/",
129
            "license": [
130
                "MIT"
131
            ],
132
            "authors": [
133
                {
134
                    "name": "Roman Borschel",
135
                    "email": "[email protected]"
136
                },
137
                {
138
                    "name": "Benjamin Eberlei",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Guilherme Blanco",
143
                    "email": "[email protected]"
144
                },
145
                {
146
                    "name": "Jonathan Wage",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Johannes Schmitt",
151
                    "email": "[email protected]"
152
                }
153
            ],
154
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
155
            "homepage": "http://www.doctrine-project.org",
156
            "keywords": [
157
                "inflection",
158
                "pluralize",
159
                "singularize",
160
                "string"
161
            ],
162
            "time": "2015-11-06 14:35:42"
163
        },
164
        {
165
            "name": "jakub-onderka/php-console-color",
166
            "version": "0.1",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
170
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
175
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
176
                "shasum": ""
177
            },
178
            "require": {
179
                "php": ">=5.3.2"
180
            },
181
            "require-dev": {
182
                "jakub-onderka/php-code-style": "1.0",
183
                "jakub-onderka/php-parallel-lint": "0.*",
184
                "jakub-onderka/php-var-dump-check": "0.*",
185
                "phpunit/phpunit": "3.7.*",
186
                "squizlabs/php_codesniffer": "1.*"
187
            },
188
            "type": "library",
189
            "autoload": {
190
                "psr-0": {
191
                    "JakubOnderka\\PhpConsoleColor": "src/"
192
                }
193
            },
194
            "notification-url": "https://packagist.org/downloads/",
195
            "license": [
196
                "BSD-2-Clause"
197
            ],
198
            "authors": [
199
                {
200
                    "name": "Jakub Onderka",
201
                    "email": "[email protected]",
202
                    "homepage": "http://www.acci.cz"
203
                }
204
            ],
205
            "time": "2014-04-08 15:00:19"
206
        },
207
        {
208
            "name": "jakub-onderka/php-console-highlighter",
209
            "version": "v0.3.2",
210
            "source": {
211
                "type": "git",
212
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
213
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
214
            },
215
            "dist": {
216
                "type": "zip",
217
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
218
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
219
                "shasum": ""
220
            },
221
            "require": {
222
                "jakub-onderka/php-console-color": "~0.1",
223
                "php": ">=5.3.0"
224
            },
225
            "require-dev": {
226
                "jakub-onderka/php-code-style": "~1.0",
227
                "jakub-onderka/php-parallel-lint": "~0.5",
228
                "jakub-onderka/php-var-dump-check": "~0.1",
229
                "phpunit/phpunit": "~4.0",
230
                "squizlabs/php_codesniffer": "~1.5"
231
            },
232
            "type": "library",
233
            "autoload": {
234
                "psr-0": {
235
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
236
                }
237
            },
238
            "notification-url": "https://packagist.org/downloads/",
239
            "license": [
240
                "MIT"
241
            ],
242
            "authors": [
243
                {
244
                    "name": "Jakub Onderka",
245
                    "email": "[email protected]",
246
                    "homepage": "http://www.acci.cz/"
247
                }
248
            ],
249
            "time": "2015-04-20 18:58:01"
250
        },
251
        {
252
            "name": "jeremeamia/SuperClosure",
253
            "version": "2.2.0",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/jeremeamia/super_closure.git",
257
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
262
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "nikic/php-parser": "^1.2|^2.0",
267
                "php": ">=5.4",
268
                "symfony/polyfill-php56": "^1.0"
269
            },
270
            "require-dev": {
271
                "phpunit/phpunit": "^4.0|^5.0"
272
            },
273
            "type": "library",
274
            "extra": {
275
                "branch-alias": {
276
                    "dev-master": "2.2-dev"
277
                }
278
            },
279
            "autoload": {
280
                "psr-4": {
281
                    "SuperClosure\\": "src/"
282
                }
283
            },
284
            "notification-url": "https://packagist.org/downloads/",
285
            "license": [
286
                "MIT"
287
            ],
288
            "authors": [
289
                {
290
                    "name": "Jeremy Lindblom",
291
                    "email": "[email protected]",
292
                    "homepage": "https://github.com/jeremeamia",
293
                    "role": "Developer"
294
                }
295
            ],
296
            "description": "Serialize Closure objects, including their context and binding",
297
            "homepage": "https://github.com/jeremeamia/super_closure",
298
            "keywords": [
299
                "closure",
300
                "function",
301
                "lambda",
302
                "parser",
303
                "serializable",
304
                "serialize",
305
                "tokenizer"
306
            ],
307
            "time": "2015-12-05 17:17:57"
308
        },
309
        {
310
            "name": "laravel/framework",
311
            "version": "v5.2.45",
312
            "source": {
313
                "type": "git",
314
                "url": "https://github.com/laravel/framework.git",
315
                "reference": "2a79f920d5584ec6df7cf996d922a742d11095d1"
316
            },
317
            "dist": {
318
                "type": "zip",
319
                "url": "https://api.github.com/repos/laravel/framework/zipball/2a79f920d5584ec6df7cf996d922a742d11095d1",
320
                "reference": "2a79f920d5584ec6df7cf996d922a742d11095d1",
321
                "shasum": ""
322
            },
323
            "require": {
324
                "classpreloader/classpreloader": "~3.0",
325
                "doctrine/inflector": "~1.0",
326
                "ext-mbstring": "*",
327
                "ext-openssl": "*",
328
                "jeremeamia/superclosure": "~2.2",
329
                "league/flysystem": "~1.0",
330
                "monolog/monolog": "~1.11",
331
                "mtdowling/cron-expression": "~1.0",
332
                "nesbot/carbon": "~1.20",
333
                "paragonie/random_compat": "~1.4",
334
                "php": ">=5.5.9",
335
                "psy/psysh": "0.7.*",
336
                "swiftmailer/swiftmailer": "~5.1",
337
                "symfony/console": "2.8.*|3.0.*",
338
                "symfony/debug": "2.8.*|3.0.*",
339
                "symfony/finder": "2.8.*|3.0.*",
340
                "symfony/http-foundation": "2.8.*|3.0.*",
341
                "symfony/http-kernel": "2.8.*|3.0.*",
342
                "symfony/polyfill-php56": "~1.0",
343
                "symfony/process": "2.8.*|3.0.*",
344
                "symfony/routing": "2.8.*|3.0.*",
345
                "symfony/translation": "2.8.*|3.0.*",
346
                "symfony/var-dumper": "2.8.*|3.0.*",
347
                "vlucas/phpdotenv": "~2.2"
348
            },
349
            "replace": {
350
                "illuminate/auth": "self.version",
351
                "illuminate/broadcasting": "self.version",
352
                "illuminate/bus": "self.version",
353
                "illuminate/cache": "self.version",
354
                "illuminate/config": "self.version",
355
                "illuminate/console": "self.version",
356
                "illuminate/container": "self.version",
357
                "illuminate/contracts": "self.version",
358
                "illuminate/cookie": "self.version",
359
                "illuminate/database": "self.version",
360
                "illuminate/encryption": "self.version",
361
                "illuminate/events": "self.version",
362
                "illuminate/exception": "self.version",
363
                "illuminate/filesystem": "self.version",
364
                "illuminate/hashing": "self.version",
365
                "illuminate/http": "self.version",
366
                "illuminate/log": "self.version",
367
                "illuminate/mail": "self.version",
368
                "illuminate/pagination": "self.version",
369
                "illuminate/pipeline": "self.version",
370
                "illuminate/queue": "self.version",
371
                "illuminate/redis": "self.version",
372
                "illuminate/routing": "self.version",
373
                "illuminate/session": "self.version",
374
                "illuminate/support": "self.version",
375
                "illuminate/translation": "self.version",
376
                "illuminate/validation": "self.version",
377
                "illuminate/view": "self.version",
378
                "tightenco/collect": "self.version"
379
            },
380
            "require-dev": {
381
                "aws/aws-sdk-php": "~3.0",
382
                "mockery/mockery": "~0.9.4",
383
                "pda/pheanstalk": "~3.0",
384
                "phpunit/phpunit": "~4.1",
385
                "predis/predis": "~1.0",
386
                "symfony/css-selector": "2.8.*|3.0.*",
387
                "symfony/dom-crawler": "2.8.*|3.0.*"
388
            },
389
            "suggest": {
390
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
391
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
392
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
393
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
394
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
395
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
396
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
397
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
398
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
399
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
400
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
401
                "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)."
402
            },
403
            "type": "library",
404
            "extra": {
405
                "branch-alias": {
406
                    "dev-master": "5.2-dev"
407
                }
408
            },
409
            "autoload": {
410
                "classmap": [
411
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
412
                ],
413
                "files": [
414
                    "src/Illuminate/Foundation/helpers.php",
415
                    "src/Illuminate/Support/helpers.php"
416
                ],
417
                "psr-4": {
418
                    "Illuminate\\": "src/Illuminate/"
419
                }
420
            },
421
            "notification-url": "https://packagist.org/downloads/",
422
            "license": [
423
                "MIT"
424
            ],
425
            "authors": [
426
                {
427
                    "name": "Taylor Otwell",
428
                    "email": "[email protected]"
429
                }
430
            ],
431
            "description": "The Laravel Framework.",
432
            "homepage": "http://laravel.com",
433
            "keywords": [
434
                "framework",
435
                "laravel"
436
            ],
437
            "time": "2016-08-26 11:44:52"
438
        },
439
        {
440
            "name": "league/flysystem",
441
            "version": "1.0.32",
442
            "source": {
443
                "type": "git",
444
                "url": "https://github.com/thephpleague/flysystem.git",
445
                "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab"
446
            },
447
            "dist": {
448
                "type": "zip",
449
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
450
                "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
451
                "shasum": ""
452
            },
453
            "require": {
454
                "php": ">=5.5.9"
455
            },
456
            "conflict": {
457
                "league/flysystem-sftp": "<1.0.6"
458
            },
459
            "require-dev": {
460
                "ext-fileinfo": "*",
461
                "mockery/mockery": "~0.9",
462
                "phpspec/phpspec": "^2.2",
463
                "phpunit/phpunit": "~4.8"
464
            },
465
            "suggest": {
466
                "ext-fileinfo": "Required for MimeType",
467
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
468
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
469
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
470
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
471
                "league/flysystem-copy": "Allows you to use Copy.com storage",
472
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
473
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
474
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
475
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
476
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
477
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
478
            },
479
            "type": "library",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "1.1-dev"
483
                }
484
            },
485
            "autoload": {
486
                "psr-4": {
487
                    "League\\Flysystem\\": "src/"
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "MIT"
493
            ],
494
            "authors": [
495
                {
496
                    "name": "Frank de Jonge",
497
                    "email": "[email protected]"
498
                }
499
            ],
500
            "description": "Filesystem abstraction: Many filesystems, one API.",
501
            "keywords": [
502
                "Cloud Files",
503
                "WebDAV",
504
                "abstraction",
505
                "aws",
506
                "cloud",
507
                "copy.com",
508
                "dropbox",
509
                "file systems",
510
                "files",
511
                "filesystem",
512
                "filesystems",
513
                "ftp",
514
                "rackspace",
515
                "remote",
516
                "s3",
517
                "sftp",
518
                "storage"
519
            ],
520
            "time": "2016-10-19 20:38:46"
521
        },
522
        {
523
            "name": "monolog/monolog",
524
            "version": "1.21.0",
525
            "source": {
526
                "type": "git",
527
                "url": "https://github.com/Seldaek/monolog.git",
528
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
529
            },
530
            "dist": {
531
                "type": "zip",
532
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
533
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
534
                "shasum": ""
535
            },
536
            "require": {
537
                "php": ">=5.3.0",
538
                "psr/log": "~1.0"
539
            },
540
            "provide": {
541
                "psr/log-implementation": "1.0.0"
542
            },
543
            "require-dev": {
544
                "aws/aws-sdk-php": "^2.4.9",
545
                "doctrine/couchdb": "~1.0@dev",
546
                "graylog2/gelf-php": "~1.0",
547
                "jakub-onderka/php-parallel-lint": "0.9",
548
                "php-amqplib/php-amqplib": "~2.4",
549
                "php-console/php-console": "^3.1.3",
550
                "phpunit/phpunit": "~4.5",
551
                "phpunit/phpunit-mock-objects": "2.3.0",
552
                "ruflin/elastica": ">=0.90 <3.0",
553
                "sentry/sentry": "^0.13",
554
                "swiftmailer/swiftmailer": "~5.3"
555
            },
556
            "suggest": {
557
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
558
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
559
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
560
                "ext-mongo": "Allow sending log messages to a MongoDB server",
561
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
562
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
563
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
564
                "php-console/php-console": "Allow sending log messages to Google Chrome",
565
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
566
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
567
                "sentry/sentry": "Allow sending log messages to a Sentry server"
568
            },
569
            "type": "library",
570
            "extra": {
571
                "branch-alias": {
572
                    "dev-master": "2.0.x-dev"
573
                }
574
            },
575
            "autoload": {
576
                "psr-4": {
577
                    "Monolog\\": "src/Monolog"
578
                }
579
            },
580
            "notification-url": "https://packagist.org/downloads/",
581
            "license": [
582
                "MIT"
583
            ],
584
            "authors": [
585
                {
586
                    "name": "Jordi Boggiano",
587
                    "email": "[email protected]",
588
                    "homepage": "http://seld.be"
589
                }
590
            ],
591
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
592
            "homepage": "http://github.com/Seldaek/monolog",
593
            "keywords": [
594
                "log",
595
                "logging",
596
                "psr-3"
597
            ],
598
            "time": "2016-07-29 03:23:52"
599
        },
600
        {
601
            "name": "mtdowling/cron-expression",
602
            "version": "v1.1.0",
603
            "source": {
604
                "type": "git",
605
                "url": "https://github.com/mtdowling/cron-expression.git",
606
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
607
            },
608
            "dist": {
609
                "type": "zip",
610
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
611
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
612
                "shasum": ""
613
            },
614
            "require": {
615
                "php": ">=5.3.2"
616
            },
617
            "require-dev": {
618
                "phpunit/phpunit": "~4.0|~5.0"
619
            },
620
            "type": "library",
621
            "autoload": {
622
                "psr-0": {
623
                    "Cron": "src/"
624
                }
625
            },
626
            "notification-url": "https://packagist.org/downloads/",
627
            "license": [
628
                "MIT"
629
            ],
630
            "authors": [
631
                {
632
                    "name": "Michael Dowling",
633
                    "email": "[email protected]",
634
                    "homepage": "https://github.com/mtdowling"
635
                }
636
            ],
637
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
638
            "keywords": [
639
                "cron",
640
                "schedule"
641
            ],
642
            "time": "2016-01-26 21:23:30"
643
        },
644
        {
645
            "name": "nesbot/carbon",
646
            "version": "1.21.0",
647
            "source": {
648
                "type": "git",
649
                "url": "https://github.com/briannesbitt/Carbon.git",
650
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
651
            },
652
            "dist": {
653
                "type": "zip",
654
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
655
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
656
                "shasum": ""
657
            },
658
            "require": {
659
                "php": ">=5.3.0",
660
                "symfony/translation": "~2.6|~3.0"
661
            },
662
            "require-dev": {
663
                "phpunit/phpunit": "~4.0|~5.0"
664
            },
665
            "type": "library",
666
            "autoload": {
667
                "psr-4": {
668
                    "Carbon\\": "src/Carbon/"
669
                }
670
            },
671
            "notification-url": "https://packagist.org/downloads/",
672
            "license": [
673
                "MIT"
674
            ],
675
            "authors": [
676
                {
677
                    "name": "Brian Nesbitt",
678
                    "email": "[email protected]",
679
                    "homepage": "http://nesbot.com"
680
                }
681
            ],
682
            "description": "A simple API extension for DateTime.",
683
            "homepage": "http://carbon.nesbot.com",
684
            "keywords": [
685
                "date",
686
                "datetime",
687
                "time"
688
            ],
689
            "time": "2015-11-04 20:07:17"
690
        },
691
        {
692
            "name": "nikic/php-parser",
693
            "version": "v2.1.1",
694
            "source": {
695
                "type": "git",
696
                "url": "https://github.com/nikic/PHP-Parser.git",
697
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
698
            },
699
            "dist": {
700
                "type": "zip",
701
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
702
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
703
                "shasum": ""
704
            },
705
            "require": {
706
                "ext-tokenizer": "*",
707
                "php": ">=5.4"
708
            },
709
            "require-dev": {
710
                "phpunit/phpunit": "~4.0"
711
            },
712
            "bin": [
713
                "bin/php-parse"
714
            ],
715
            "type": "library",
716
            "extra": {
717
                "branch-alias": {
718
                    "dev-master": "2.1-dev"
719
                }
720
            },
721
            "autoload": {
722
                "psr-4": {
723
                    "PhpParser\\": "lib/PhpParser"
724
                }
725
            },
726
            "notification-url": "https://packagist.org/downloads/",
727
            "license": [
728
                "BSD-3-Clause"
729
            ],
730
            "authors": [
731
                {
732
                    "name": "Nikita Popov"
733
                }
734
            ],
735
            "description": "A PHP parser written in PHP",
736
            "keywords": [
737
                "parser",
738
                "php"
739
            ],
740
            "time": "2016-09-16 12:04:44"
741
        },
742
        {
743
            "name": "paragonie/random_compat",
744
            "version": "v1.4.1",
745
            "source": {
746
                "type": "git",
747
                "url": "https://github.com/paragonie/random_compat.git",
748
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
749
            },
750
            "dist": {
751
                "type": "zip",
752
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
753
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
754
                "shasum": ""
755
            },
756
            "require": {
757
                "php": ">=5.2.0"
758
            },
759
            "require-dev": {
760
                "phpunit/phpunit": "4.*|5.*"
761
            },
762
            "suggest": {
763
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
764
            },
765
            "type": "library",
766
            "autoload": {
767
                "files": [
768
                    "lib/random.php"
769
                ]
770
            },
771
            "notification-url": "https://packagist.org/downloads/",
772
            "license": [
773
                "MIT"
774
            ],
775
            "authors": [
776
                {
777
                    "name": "Paragon Initiative Enterprises",
778
                    "email": "[email protected]",
779
                    "homepage": "https://paragonie.com"
780
                }
781
            ],
782
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
783
            "keywords": [
784
                "csprng",
785
                "pseudorandom",
786
                "random"
787
            ],
788
            "time": "2016-03-18 20:34:03"
789
        },
790
        {
791
            "name": "psr/log",
792
            "version": "1.0.2",
793
            "source": {
794
                "type": "git",
795
                "url": "https://github.com/php-fig/log.git",
796
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
797
            },
798
            "dist": {
799
                "type": "zip",
800
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
801
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
802
                "shasum": ""
803
            },
804
            "require": {
805
                "php": ">=5.3.0"
806
            },
807
            "type": "library",
808
            "extra": {
809
                "branch-alias": {
810
                    "dev-master": "1.0.x-dev"
811
                }
812
            },
813
            "autoload": {
814
                "psr-4": {
815
                    "Psr\\Log\\": "Psr/Log/"
816
                }
817
            },
818
            "notification-url": "https://packagist.org/downloads/",
819
            "license": [
820
                "MIT"
821
            ],
822
            "authors": [
823
                {
824
                    "name": "PHP-FIG",
825
                    "homepage": "http://www.php-fig.org/"
826
                }
827
            ],
828
            "description": "Common interface for logging libraries",
829
            "homepage": "https://github.com/php-fig/log",
830
            "keywords": [
831
                "log",
832
                "psr",
833
                "psr-3"
834
            ],
835
            "time": "2016-10-10 12:19:37"
836
        },
837
        {
838
            "name": "psy/psysh",
839
            "version": "v0.7.2",
840
            "source": {
841
                "type": "git",
842
                "url": "https://github.com/bobthecow/psysh.git",
843
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
844
            },
845
            "dist": {
846
                "type": "zip",
847
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
848
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
849
                "shasum": ""
850
            },
851
            "require": {
852
                "dnoegel/php-xdg-base-dir": "0.1",
853
                "jakub-onderka/php-console-highlighter": "0.3.*",
854
                "nikic/php-parser": "^1.2.1|~2.0",
855
                "php": ">=5.3.9",
856
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
857
                "symfony/var-dumper": "~2.7|~3.0"
858
            },
859
            "require-dev": {
860
                "fabpot/php-cs-fixer": "~1.5",
861
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
862
                "squizlabs/php_codesniffer": "~2.0",
863
                "symfony/finder": "~2.1|~3.0"
864
            },
865
            "suggest": {
866
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
867
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
868
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
869
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
870
            },
871
            "bin": [
872
                "bin/psysh"
873
            ],
874
            "type": "library",
875
            "extra": {
876
                "branch-alias": {
877
                    "dev-develop": "0.8.x-dev"
878
                }
879
            },
880
            "autoload": {
881
                "files": [
882
                    "src/Psy/functions.php"
883
                ],
884
                "psr-4": {
885
                    "Psy\\": "src/Psy/"
886
                }
887
            },
888
            "notification-url": "https://packagist.org/downloads/",
889
            "license": [
890
                "MIT"
891
            ],
892
            "authors": [
893
                {
894
                    "name": "Justin Hileman",
895
                    "email": "[email protected]",
896
                    "homepage": "http://justinhileman.com"
897
                }
898
            ],
899
            "description": "An interactive shell for modern PHP.",
900
            "homepage": "http://psysh.org",
901
            "keywords": [
902
                "REPL",
903
                "console",
904
                "interactive",
905
                "shell"
906
            ],
907
            "time": "2016-03-09 05:03:14"
908
        },
909
        {
910
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
911
            "version": "v5.4.3",
912
            "source": {
913
                "type": "git",
914
                "url": "https://github.com/swiftmailer/swiftmailer.git",
915
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
916
            },
917
            "dist": {
918
                "type": "zip",
919
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
920
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
921
                "shasum": ""
922
            },
923
            "require": {
924
                "php": ">=5.3.3"
925
            },
926
            "require-dev": {
927
                "mockery/mockery": "~0.9.1"
928
            },
929
            "type": "library",
930
            "extra": {
931
                "branch-alias": {
932
                    "dev-master": "5.4-dev"
933
                }
934
            },
935
            "autoload": {
936
                "files": [
937
                    "lib/swift_required.php"
938
                ]
939
            },
940
            "notification-url": "https://packagist.org/downloads/",
941
            "license": [
942
                "MIT"
943
            ],
944
            "authors": [
945
                {
946
                    "name": "Chris Corbyn"
947
                },
948
                {
949
                    "name": "Fabien Potencier",
950
                    "email": "[email protected]"
951
                }
952
            ],
953
            "description": "Swiftmailer, free feature-rich PHP mailer",
954
            "homepage": "http://swiftmailer.org",
955
            "keywords": [
956
                "email",
957
                "mail",
958
                "mailer"
959
            ],
960
            "time": "2016-07-08 11:51:25"
961
        },
962
        {
963
            "name": "symfony/console",
964
            "version": "v3.0.9",
965
            "source": {
966
                "type": "git",
967
                "url": "https://github.com/symfony/console.git",
968
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f"
969
            },
970
            "dist": {
971
                "type": "zip",
972
                "url": "https://api.github.com/repos/symfony/console/zipball/926061e74229e935d3c5b4e9ba87237316c6693f",
973
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f",
974
                "shasum": ""
975
            },
976
            "require": {
977
                "php": ">=5.5.9",
978
                "symfony/polyfill-mbstring": "~1.0"
979
            },
980
            "require-dev": {
981
                "psr/log": "~1.0",
982
                "symfony/event-dispatcher": "~2.8|~3.0",
983
                "symfony/process": "~2.8|~3.0"
984
            },
985
            "suggest": {
986
                "psr/log": "For using the console logger",
987
                "symfony/event-dispatcher": "",
988
                "symfony/process": ""
989
            },
990
            "type": "library",
991
            "extra": {
992
                "branch-alias": {
993
                    "dev-master": "3.0-dev"
994
                }
995
            },
996
            "autoload": {
997
                "psr-4": {
998
                    "Symfony\\Component\\Console\\": ""
999
                },
1000
                "exclude-from-classmap": [
1001
                    "/Tests/"
1002
                ]
1003
            },
1004
            "notification-url": "https://packagist.org/downloads/",
1005
            "license": [
1006
                "MIT"
1007
            ],
1008
            "authors": [
1009
                {
1010
                    "name": "Fabien Potencier",
1011
                    "email": "[email protected]"
1012
                },
1013
                {
1014
                    "name": "Symfony Community",
1015
                    "homepage": "https://symfony.com/contributors"
1016
                }
1017
            ],
1018
            "description": "Symfony Console Component",
1019
            "homepage": "https://symfony.com",
1020
            "time": "2016-07-30 07:22:48"
1021
        },
1022
        {
1023
            "name": "symfony/debug",
1024
            "version": "v3.0.9",
1025
            "source": {
1026
                "type": "git",
1027
                "url": "https://github.com/symfony/debug.git",
1028
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
1029
            },
1030
            "dist": {
1031
                "type": "zip",
1032
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
1033
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
1034
                "shasum": ""
1035
            },
1036
            "require": {
1037
                "php": ">=5.5.9",
1038
                "psr/log": "~1.0"
1039
            },
1040
            "conflict": {
1041
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1042
            },
1043
            "require-dev": {
1044
                "symfony/class-loader": "~2.8|~3.0",
1045
                "symfony/http-kernel": "~2.8|~3.0"
1046
            },
1047
            "type": "library",
1048
            "extra": {
1049
                "branch-alias": {
1050
                    "dev-master": "3.0-dev"
1051
                }
1052
            },
1053
            "autoload": {
1054
                "psr-4": {
1055
                    "Symfony\\Component\\Debug\\": ""
1056
                },
1057
                "exclude-from-classmap": [
1058
                    "/Tests/"
1059
                ]
1060
            },
1061
            "notification-url": "https://packagist.org/downloads/",
1062
            "license": [
1063
                "MIT"
1064
            ],
1065
            "authors": [
1066
                {
1067
                    "name": "Fabien Potencier",
1068
                    "email": "[email protected]"
1069
                },
1070
                {
1071
                    "name": "Symfony Community",
1072
                    "homepage": "https://symfony.com/contributors"
1073
                }
1074
            ],
1075
            "description": "Symfony Debug Component",
1076
            "homepage": "https://symfony.com",
1077
            "time": "2016-07-30 07:22:48"
1078
        },
1079
        {
1080
            "name": "symfony/event-dispatcher",
1081
            "version": "v3.1.5",
1082
            "source": {
1083
                "type": "git",
1084
                "url": "https://github.com/symfony/event-dispatcher.git",
1085
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5"
1086
            },
1087
            "dist": {
1088
                "type": "zip",
1089
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
1090
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
1091
                "shasum": ""
1092
            },
1093
            "require": {
1094
                "php": ">=5.5.9"
1095
            },
1096
            "require-dev": {
1097
                "psr/log": "~1.0",
1098
                "symfony/config": "~2.8|~3.0",
1099
                "symfony/dependency-injection": "~2.8|~3.0",
1100
                "symfony/expression-language": "~2.8|~3.0",
1101
                "symfony/stopwatch": "~2.8|~3.0"
1102
            },
1103
            "suggest": {
1104
                "symfony/dependency-injection": "",
1105
                "symfony/http-kernel": ""
1106
            },
1107
            "type": "library",
1108
            "extra": {
1109
                "branch-alias": {
1110
                    "dev-master": "3.1-dev"
1111
                }
1112
            },
1113
            "autoload": {
1114
                "psr-4": {
1115
                    "Symfony\\Component\\EventDispatcher\\": ""
1116
                },
1117
                "exclude-from-classmap": [
1118
                    "/Tests/"
1119
                ]
1120
            },
1121
            "notification-url": "https://packagist.org/downloads/",
1122
            "license": [
1123
                "MIT"
1124
            ],
1125
            "authors": [
1126
                {
1127
                    "name": "Fabien Potencier",
1128
                    "email": "[email protected]"
1129
                },
1130
                {
1131
                    "name": "Symfony Community",
1132
                    "homepage": "https://symfony.com/contributors"
1133
                }
1134
            ],
1135
            "description": "Symfony EventDispatcher Component",
1136
            "homepage": "https://symfony.com",
1137
            "time": "2016-07-19 10:45:57"
1138
        },
1139
        {
1140
            "name": "symfony/finder",
1141
            "version": "v3.0.9",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/symfony/finder.git",
1145
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
1150
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "php": ">=5.5.9"
1155
            },
1156
            "type": "library",
1157
            "extra": {
1158
                "branch-alias": {
1159
                    "dev-master": "3.0-dev"
1160
                }
1161
            },
1162
            "autoload": {
1163
                "psr-4": {
1164
                    "Symfony\\Component\\Finder\\": ""
1165
                },
1166
                "exclude-from-classmap": [
1167
                    "/Tests/"
1168
                ]
1169
            },
1170
            "notification-url": "https://packagist.org/downloads/",
1171
            "license": [
1172
                "MIT"
1173
            ],
1174
            "authors": [
1175
                {
1176
                    "name": "Fabien Potencier",
1177
                    "email": "[email protected]"
1178
                },
1179
                {
1180
                    "name": "Symfony Community",
1181
                    "homepage": "https://symfony.com/contributors"
1182
                }
1183
            ],
1184
            "description": "Symfony Finder Component",
1185
            "homepage": "https://symfony.com",
1186
            "time": "2016-06-29 05:40:00"
1187
        },
1188
        {
1189
            "name": "symfony/http-foundation",
1190
            "version": "v3.0.9",
1191
            "source": {
1192
                "type": "git",
1193
                "url": "https://github.com/symfony/http-foundation.git",
1194
                "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
1195
            },
1196
            "dist": {
1197
                "type": "zip",
1198
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
1199
                "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
1200
                "shasum": ""
1201
            },
1202
            "require": {
1203
                "php": ">=5.5.9",
1204
                "symfony/polyfill-mbstring": "~1.1"
1205
            },
1206
            "require-dev": {
1207
                "symfony/expression-language": "~2.8|~3.0"
1208
            },
1209
            "type": "library",
1210
            "extra": {
1211
                "branch-alias": {
1212
                    "dev-master": "3.0-dev"
1213
                }
1214
            },
1215
            "autoload": {
1216
                "psr-4": {
1217
                    "Symfony\\Component\\HttpFoundation\\": ""
1218
                },
1219
                "exclude-from-classmap": [
1220
                    "/Tests/"
1221
                ]
1222
            },
1223
            "notification-url": "https://packagist.org/downloads/",
1224
            "license": [
1225
                "MIT"
1226
            ],
1227
            "authors": [
1228
                {
1229
                    "name": "Fabien Potencier",
1230
                    "email": "[email protected]"
1231
                },
1232
                {
1233
                    "name": "Symfony Community",
1234
                    "homepage": "https://symfony.com/contributors"
1235
                }
1236
            ],
1237
            "description": "Symfony HttpFoundation Component",
1238
            "homepage": "https://symfony.com",
1239
            "time": "2016-07-17 13:54:30"
1240
        },
1241
        {
1242
            "name": "symfony/http-kernel",
1243
            "version": "v3.0.9",
1244
            "source": {
1245
                "type": "git",
1246
                "url": "https://github.com/symfony/http-kernel.git",
1247
                "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3"
1248
            },
1249
            "dist": {
1250
                "type": "zip",
1251
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d97ba4425e36e79c794e7d14ff36f00f081b37b3",
1252
                "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3",
1253
                "shasum": ""
1254
            },
1255
            "require": {
1256
                "php": ">=5.5.9",
1257
                "psr/log": "~1.0",
1258
                "symfony/debug": "~2.8|~3.0",
1259
                "symfony/event-dispatcher": "~2.8|~3.0",
1260
                "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
1261
            },
1262
            "conflict": {
1263
                "symfony/config": "<2.8"
1264
            },
1265
            "require-dev": {
1266
                "symfony/browser-kit": "~2.8|~3.0",
1267
                "symfony/class-loader": "~2.8|~3.0",
1268
                "symfony/config": "~2.8|~3.0",
1269
                "symfony/console": "~2.8|~3.0",
1270
                "symfony/css-selector": "~2.8|~3.0",
1271
                "symfony/dependency-injection": "~2.8|~3.0",
1272
                "symfony/dom-crawler": "~2.8|~3.0",
1273
                "symfony/expression-language": "~2.8|~3.0",
1274
                "symfony/finder": "~2.8|~3.0",
1275
                "symfony/process": "~2.8|~3.0",
1276
                "symfony/routing": "~2.8|~3.0",
1277
                "symfony/stopwatch": "~2.8|~3.0",
1278
                "symfony/templating": "~2.8|~3.0",
1279
                "symfony/translation": "~2.8|~3.0",
1280
                "symfony/var-dumper": "~2.8|~3.0"
1281
            },
1282
            "suggest": {
1283
                "symfony/browser-kit": "",
1284
                "symfony/class-loader": "",
1285
                "symfony/config": "",
1286
                "symfony/console": "",
1287
                "symfony/dependency-injection": "",
1288
                "symfony/finder": "",
1289
                "symfony/var-dumper": ""
1290
            },
1291
            "type": "library",
1292
            "extra": {
1293
                "branch-alias": {
1294
                    "dev-master": "3.0-dev"
1295
                }
1296
            },
1297
            "autoload": {
1298
                "psr-4": {
1299
                    "Symfony\\Component\\HttpKernel\\": ""
1300
                },
1301
                "exclude-from-classmap": [
1302
                    "/Tests/"
1303
                ]
1304
            },
1305
            "notification-url": "https://packagist.org/downloads/",
1306
            "license": [
1307
                "MIT"
1308
            ],
1309
            "authors": [
1310
                {
1311
                    "name": "Fabien Potencier",
1312
                    "email": "[email protected]"
1313
                },
1314
                {
1315
                    "name": "Symfony Community",
1316
                    "homepage": "https://symfony.com/contributors"
1317
                }
1318
            ],
1319
            "description": "Symfony HttpKernel Component",
1320
            "homepage": "https://symfony.com",
1321
            "time": "2016-07-30 09:10:37"
1322
        },
1323
        {
1324
            "name": "symfony/polyfill-mbstring",
1325
            "version": "v1.2.0",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1329
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
1334
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "php": ">=5.3.3"
1339
            },
1340
            "suggest": {
1341
                "ext-mbstring": "For best performance"
1342
            },
1343
            "type": "library",
1344
            "extra": {
1345
                "branch-alias": {
1346
                    "dev-master": "1.2-dev"
1347
                }
1348
            },
1349
            "autoload": {
1350
                "psr-4": {
1351
                    "Symfony\\Polyfill\\Mbstring\\": ""
1352
                },
1353
                "files": [
1354
                    "bootstrap.php"
1355
                ]
1356
            },
1357
            "notification-url": "https://packagist.org/downloads/",
1358
            "license": [
1359
                "MIT"
1360
            ],
1361
            "authors": [
1362
                {
1363
                    "name": "Nicolas Grekas",
1364
                    "email": "[email protected]"
1365
                },
1366
                {
1367
                    "name": "Symfony Community",
1368
                    "homepage": "https://symfony.com/contributors"
1369
                }
1370
            ],
1371
            "description": "Symfony polyfill for the Mbstring extension",
1372
            "homepage": "https://symfony.com",
1373
            "keywords": [
1374
                "compatibility",
1375
                "mbstring",
1376
                "polyfill",
1377
                "portable",
1378
                "shim"
1379
            ],
1380
            "time": "2016-05-18 14:26:46"
1381
        },
1382
        {
1383
            "name": "symfony/polyfill-php56",
1384
            "version": "v1.2.0",
1385
            "source": {
1386
                "type": "git",
1387
                "url": "https://github.com/symfony/polyfill-php56.git",
1388
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
1389
            },
1390
            "dist": {
1391
                "type": "zip",
1392
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
1393
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
1394
                "shasum": ""
1395
            },
1396
            "require": {
1397
                "php": ">=5.3.3",
1398
                "symfony/polyfill-util": "~1.0"
1399
            },
1400
            "type": "library",
1401
            "extra": {
1402
                "branch-alias": {
1403
                    "dev-master": "1.2-dev"
1404
                }
1405
            },
1406
            "autoload": {
1407
                "psr-4": {
1408
                    "Symfony\\Polyfill\\Php56\\": ""
1409
                },
1410
                "files": [
1411
                    "bootstrap.php"
1412
                ]
1413
            },
1414
            "notification-url": "https://packagist.org/downloads/",
1415
            "license": [
1416
                "MIT"
1417
            ],
1418
            "authors": [
1419
                {
1420
                    "name": "Nicolas Grekas",
1421
                    "email": "[email protected]"
1422
                },
1423
                {
1424
                    "name": "Symfony Community",
1425
                    "homepage": "https://symfony.com/contributors"
1426
                }
1427
            ],
1428
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1429
            "homepage": "https://symfony.com",
1430
            "keywords": [
1431
                "compatibility",
1432
                "polyfill",
1433
                "portable",
1434
                "shim"
1435
            ],
1436
            "time": "2016-05-18 14:26:46"
1437
        },
1438
        {
1439
            "name": "symfony/polyfill-util",
1440
            "version": "v1.2.0",
1441
            "source": {
1442
                "type": "git",
1443
                "url": "https://github.com/symfony/polyfill-util.git",
1444
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
1445
            },
1446
            "dist": {
1447
                "type": "zip",
1448
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
1449
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
1450
                "shasum": ""
1451
            },
1452
            "require": {
1453
                "php": ">=5.3.3"
1454
            },
1455
            "type": "library",
1456
            "extra": {
1457
                "branch-alias": {
1458
                    "dev-master": "1.2-dev"
1459
                }
1460
            },
1461
            "autoload": {
1462
                "psr-4": {
1463
                    "Symfony\\Polyfill\\Util\\": ""
1464
                }
1465
            },
1466
            "notification-url": "https://packagist.org/downloads/",
1467
            "license": [
1468
                "MIT"
1469
            ],
1470
            "authors": [
1471
                {
1472
                    "name": "Nicolas Grekas",
1473
                    "email": "[email protected]"
1474
                },
1475
                {
1476
                    "name": "Symfony Community",
1477
                    "homepage": "https://symfony.com/contributors"
1478
                }
1479
            ],
1480
            "description": "Symfony utilities for portability of PHP codes",
1481
            "homepage": "https://symfony.com",
1482
            "keywords": [
1483
                "compat",
1484
                "compatibility",
1485
                "polyfill",
1486
                "shim"
1487
            ],
1488
            "time": "2016-05-18 14:26:46"
1489
        },
1490
        {
1491
            "name": "symfony/process",
1492
            "version": "v3.0.9",
1493
            "source": {
1494
                "type": "git",
1495
                "url": "https://github.com/symfony/process.git",
1496
                "reference": "768debc5996f599c4372b322d9061dba2a4bf505"
1497
            },
1498
            "dist": {
1499
                "type": "zip",
1500
                "url": "https://api.github.com/repos/symfony/process/zipball/768debc5996f599c4372b322d9061dba2a4bf505",
1501
                "reference": "768debc5996f599c4372b322d9061dba2a4bf505",
1502
                "shasum": ""
1503
            },
1504
            "require": {
1505
                "php": ">=5.5.9"
1506
            },
1507
            "type": "library",
1508
            "extra": {
1509
                "branch-alias": {
1510
                    "dev-master": "3.0-dev"
1511
                }
1512
            },
1513
            "autoload": {
1514
                "psr-4": {
1515
                    "Symfony\\Component\\Process\\": ""
1516
                },
1517
                "exclude-from-classmap": [
1518
                    "/Tests/"
1519
                ]
1520
            },
1521
            "notification-url": "https://packagist.org/downloads/",
1522
            "license": [
1523
                "MIT"
1524
            ],
1525
            "authors": [
1526
                {
1527
                    "name": "Fabien Potencier",
1528
                    "email": "[email protected]"
1529
                },
1530
                {
1531
                    "name": "Symfony Community",
1532
                    "homepage": "https://symfony.com/contributors"
1533
                }
1534
            ],
1535
            "description": "Symfony Process Component",
1536
            "homepage": "https://symfony.com",
1537
            "time": "2016-07-28 11:13:34"
1538
        },
1539
        {
1540
            "name": "symfony/routing",
1541
            "version": "v3.0.9",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/symfony/routing.git",
1545
                "reference": "9038984bd9c05ab07280121e9e10f61a7231457b"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b",
1550
                "reference": "9038984bd9c05ab07280121e9e10f61a7231457b",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "php": ">=5.5.9"
1555
            },
1556
            "conflict": {
1557
                "symfony/config": "<2.8"
1558
            },
1559
            "require-dev": {
1560
                "doctrine/annotations": "~1.0",
1561
                "doctrine/common": "~2.2",
1562
                "psr/log": "~1.0",
1563
                "symfony/config": "~2.8|~3.0",
1564
                "symfony/expression-language": "~2.8|~3.0",
1565
                "symfony/http-foundation": "~2.8|~3.0",
1566
                "symfony/yaml": "~2.8|~3.0"
1567
            },
1568
            "suggest": {
1569
                "doctrine/annotations": "For using the annotation loader",
1570
                "symfony/config": "For using the all-in-one router or any loader",
1571
                "symfony/dependency-injection": "For loading routes from a service",
1572
                "symfony/expression-language": "For using expression matching",
1573
                "symfony/http-foundation": "For using a Symfony Request object",
1574
                "symfony/yaml": "For using the YAML loader"
1575
            },
1576
            "type": "library",
1577
            "extra": {
1578
                "branch-alias": {
1579
                    "dev-master": "3.0-dev"
1580
                }
1581
            },
1582
            "autoload": {
1583
                "psr-4": {
1584
                    "Symfony\\Component\\Routing\\": ""
1585
                },
1586
                "exclude-from-classmap": [
1587
                    "/Tests/"
1588
                ]
1589
            },
1590
            "notification-url": "https://packagist.org/downloads/",
1591
            "license": [
1592
                "MIT"
1593
            ],
1594
            "authors": [
1595
                {
1596
                    "name": "Fabien Potencier",
1597
                    "email": "[email protected]"
1598
                },
1599
                {
1600
                    "name": "Symfony Community",
1601
                    "homepage": "https://symfony.com/contributors"
1602
                }
1603
            ],
1604
            "description": "Symfony Routing Component",
1605
            "homepage": "https://symfony.com",
1606
            "keywords": [
1607
                "router",
1608
                "routing",
1609
                "uri",
1610
                "url"
1611
            ],
1612
            "time": "2016-06-29 05:40:00"
1613
        },
1614
        {
1615
            "name": "symfony/translation",
1616
            "version": "v3.0.9",
1617
            "source": {
1618
                "type": "git",
1619
                "url": "https://github.com/symfony/translation.git",
1620
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
1621
            },
1622
            "dist": {
1623
                "type": "zip",
1624
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
1625
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
1626
                "shasum": ""
1627
            },
1628
            "require": {
1629
                "php": ">=5.5.9",
1630
                "symfony/polyfill-mbstring": "~1.0"
1631
            },
1632
            "conflict": {
1633
                "symfony/config": "<2.8"
1634
            },
1635
            "require-dev": {
1636
                "psr/log": "~1.0",
1637
                "symfony/config": "~2.8|~3.0",
1638
                "symfony/intl": "~2.8|~3.0",
1639
                "symfony/yaml": "~2.8|~3.0"
1640
            },
1641
            "suggest": {
1642
                "psr/log": "To use logging capability in translator",
1643
                "symfony/config": "",
1644
                "symfony/yaml": ""
1645
            },
1646
            "type": "library",
1647
            "extra": {
1648
                "branch-alias": {
1649
                    "dev-master": "3.0-dev"
1650
                }
1651
            },
1652
            "autoload": {
1653
                "psr-4": {
1654
                    "Symfony\\Component\\Translation\\": ""
1655
                },
1656
                "exclude-from-classmap": [
1657
                    "/Tests/"
1658
                ]
1659
            },
1660
            "notification-url": "https://packagist.org/downloads/",
1661
            "license": [
1662
                "MIT"
1663
            ],
1664
            "authors": [
1665
                {
1666
                    "name": "Fabien Potencier",
1667
                    "email": "[email protected]"
1668
                },
1669
                {
1670
                    "name": "Symfony Community",
1671
                    "homepage": "https://symfony.com/contributors"
1672
                }
1673
            ],
1674
            "description": "Symfony Translation Component",
1675
            "homepage": "https://symfony.com",
1676
            "time": "2016-07-30 07:22:48"
1677
        },
1678
        {
1679
            "name": "symfony/var-dumper",
1680
            "version": "v3.0.9",
1681
            "source": {
1682
                "type": "git",
1683
                "url": "https://github.com/symfony/var-dumper.git",
1684
                "reference": "1f7e071aafc6676fcb6e3f0497f87c2397247377"
1685
            },
1686
            "dist": {
1687
                "type": "zip",
1688
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1f7e071aafc6676fcb6e3f0497f87c2397247377",
1689
                "reference": "1f7e071aafc6676fcb6e3f0497f87c2397247377",
1690
                "shasum": ""
1691
            },
1692
            "require": {
1693
                "php": ">=5.5.9",
1694
                "symfony/polyfill-mbstring": "~1.0"
1695
            },
1696
            "require-dev": {
1697
                "twig/twig": "~1.20|~2.0"
1698
            },
1699
            "suggest": {
1700
                "ext-symfony_debug": ""
1701
            },
1702
            "type": "library",
1703
            "extra": {
1704
                "branch-alias": {
1705
                    "dev-master": "3.0-dev"
1706
                }
1707
            },
1708
            "autoload": {
1709
                "files": [
1710
                    "Resources/functions/dump.php"
1711
                ],
1712
                "psr-4": {
1713
                    "Symfony\\Component\\VarDumper\\": ""
1714
                },
1715
                "exclude-from-classmap": [
1716
                    "/Tests/"
1717
                ]
1718
            },
1719
            "notification-url": "https://packagist.org/downloads/",
1720
            "license": [
1721
                "MIT"
1722
            ],
1723
            "authors": [
1724
                {
1725
                    "name": "Nicolas Grekas",
1726
                    "email": "[email protected]"
1727
                },
1728
                {
1729
                    "name": "Symfony Community",
1730
                    "homepage": "https://symfony.com/contributors"
1731
                }
1732
            ],
1733
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1734
            "homepage": "https://symfony.com",
1735
            "keywords": [
1736
                "debug",
1737
                "dump"
1738
            ],
1739
            "time": "2016-07-26 08:03:56"
1740
        },
1741
        {
1742
            "name": "symfony/yaml",
1743
            "version": "v3.1.5",
1744
            "source": {
1745
                "type": "git",
1746
                "url": "https://github.com/symfony/yaml.git",
1747
                "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3"
1748
            },
1749
            "dist": {
1750
                "type": "zip",
1751
                "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3",
1752
                "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3",
1753
                "shasum": ""
1754
            },
1755
            "require": {
1756
                "php": ">=5.5.9"
1757
            },
1758
            "type": "library",
1759
            "extra": {
1760
                "branch-alias": {
1761
                    "dev-master": "3.1-dev"
1762
                }
1763
            },
1764
            "autoload": {
1765
                "psr-4": {
1766
                    "Symfony\\Component\\Yaml\\": ""
1767
                },
1768
                "exclude-from-classmap": [
1769
                    "/Tests/"
1770
                ]
1771
            },
1772
            "notification-url": "https://packagist.org/downloads/",
1773
            "license": [
1774
                "MIT"
1775
            ],
1776
            "authors": [
1777
                {
1778
                    "name": "Fabien Potencier",
1779
                    "email": "[email protected]"
1780
                },
1781
                {
1782
                    "name": "Symfony Community",
1783
                    "homepage": "https://symfony.com/contributors"
1784
                }
1785
            ],
1786
            "description": "Symfony Yaml Component",
1787
            "homepage": "https://symfony.com",
1788
            "time": "2016-09-25 08:27:07"
1789
        },
1790
        {
1791
            "name": "vlucas/phpdotenv",
1792
            "version": "v2.4.0",
1793
            "source": {
1794
                "type": "git",
1795
                "url": "https://github.com/vlucas/phpdotenv.git",
1796
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1797
            },
1798
            "dist": {
1799
                "type": "zip",
1800
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1801
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1802
                "shasum": ""
1803
            },
1804
            "require": {
1805
                "php": ">=5.3.9"
1806
            },
1807
            "require-dev": {
1808
                "phpunit/phpunit": "^4.8 || ^5.0"
1809
            },
1810
            "type": "library",
1811
            "extra": {
1812
                "branch-alias": {
1813
                    "dev-master": "2.4-dev"
1814
                }
1815
            },
1816
            "autoload": {
1817
                "psr-4": {
1818
                    "Dotenv\\": "src/"
1819
                }
1820
            },
1821
            "notification-url": "https://packagist.org/downloads/",
1822
            "license": [
1823
                "BSD-3-Clause-Attribution"
1824
            ],
1825
            "authors": [
1826
                {
1827
                    "name": "Vance Lucas",
1828
                    "email": "[email protected]",
1829
                    "homepage": "http://www.vancelucas.com"
1830
                }
1831
            ],
1832
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1833
            "keywords": [
1834
                "dotenv",
1835
                "env",
1836
                "environment"
1837
            ],
1838
            "time": "2016-09-01 10:05:43"
1839
        }
1840
    ],
1841
    "packages-dev": [
1842
        {
1843
            "name": "doctrine/instantiator",
1844
            "version": "1.0.5",
1845
            "source": {
1846
                "type": "git",
1847
                "url": "https://github.com/doctrine/instantiator.git",
1848
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1849
            },
1850
            "dist": {
1851
                "type": "zip",
1852
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1853
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1854
                "shasum": ""
1855
            },
1856
            "require": {
1857
                "php": ">=5.3,<8.0-DEV"
1858
            },
1859
            "require-dev": {
1860
                "athletic/athletic": "~0.1.8",
1861
                "ext-pdo": "*",
1862
                "ext-phar": "*",
1863
                "phpunit/phpunit": "~4.0",
1864
                "squizlabs/php_codesniffer": "~2.0"
1865
            },
1866
            "type": "library",
1867
            "extra": {
1868
                "branch-alias": {
1869
                    "dev-master": "1.0.x-dev"
1870
                }
1871
            },
1872
            "autoload": {
1873
                "psr-4": {
1874
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1875
                }
1876
            },
1877
            "notification-url": "https://packagist.org/downloads/",
1878
            "license": [
1879
                "MIT"
1880
            ],
1881
            "authors": [
1882
                {
1883
                    "name": "Marco Pivetta",
1884
                    "email": "[email protected]",
1885
                    "homepage": "http://ocramius.github.com/"
1886
                }
1887
            ],
1888
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1889
            "homepage": "https://github.com/doctrine/instantiator",
1890
            "keywords": [
1891
                "constructor",
1892
                "instantiate"
1893
            ],
1894
            "time": "2015-06-14 21:17:01"
1895
        },
1896
        {
1897
            "name": "fzaninotto/faker",
1898
            "version": "v1.6.0",
1899
            "source": {
1900
                "type": "git",
1901
                "url": "https://github.com/fzaninotto/Faker.git",
1902
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
1903
            },
1904
            "dist": {
1905
                "type": "zip",
1906
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1907
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1908
                "shasum": ""
1909
            },
1910
            "require": {
1911
                "php": "^5.3.3|^7.0"
1912
            },
1913
            "require-dev": {
1914
                "ext-intl": "*",
1915
                "phpunit/phpunit": "~4.0",
1916
                "squizlabs/php_codesniffer": "~1.5"
1917
            },
1918
            "type": "library",
1919
            "extra": {
1920
                "branch-alias": []
1921
            },
1922
            "autoload": {
1923
                "psr-4": {
1924
                    "Faker\\": "src/Faker/"
1925
                }
1926
            },
1927
            "notification-url": "https://packagist.org/downloads/",
1928
            "license": [
1929
                "MIT"
1930
            ],
1931
            "authors": [
1932
                {
1933
                    "name": "François Zaninotto"
1934
                }
1935
            ],
1936
            "description": "Faker is a PHP library that generates fake data for you.",
1937
            "keywords": [
1938
                "data",
1939
                "faker",
1940
                "fixtures"
1941
            ],
1942
            "time": "2016-04-29 12:21:54"
1943
        },
1944
        {
1945
            "name": "graham-campbell/testbench",
1946
            "version": "v3.2.0",
1947
            "source": {
1948
                "type": "git",
1949
                "url": "https://github.com/GrahamCampbell/Laravel-TestBench.git",
1950
                "reference": "01cb56f7d7ae17979d327e9758b3d4b9d55df8d2"
1951
            },
1952
            "dist": {
1953
                "type": "zip",
1954
                "url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench/zipball/01cb56f7d7ae17979d327e9758b3d4b9d55df8d2",
1955
                "reference": "01cb56f7d7ae17979d327e9758b3d4b9d55df8d2",
1956
                "shasum": ""
1957
            },
1958
            "require": {
1959
                "graham-campbell/testbench-core": "^1.1",
1960
                "orchestra/testbench": "3.1.*|3.2.*|3.3.*",
1961
                "php": ">=5.5.9"
1962
            },
1963
            "require-dev": {
1964
                "mockery/mockery": "^0.9.4",
1965
                "phpunit/phpunit": "^4.8|^5.0"
1966
            },
1967
            "type": "library",
1968
            "extra": {
1969
                "branch-alias": {
1970
                    "dev-master": "3.2-dev"
1971
                }
1972
            },
1973
            "autoload": {
1974
                "psr-4": {
1975
                    "GrahamCampbell\\TestBench\\": "src/"
1976
                }
1977
            },
1978
            "notification-url": "https://packagist.org/downloads/",
1979
            "license": [
1980
                "MIT"
1981
            ],
1982
            "authors": [
1983
                {
1984
                    "name": "Graham Campbell",
1985
                    "email": "[email protected]"
1986
                }
1987
            ],
1988
            "description": "TestBench Provides Some Testing Functionality For Laravel 5",
1989
            "keywords": [
1990
                "Graham Campbell",
1991
                "GrahamCampbell",
1992
                "Laravel TestBench",
1993
                "Laravel-TestBench",
1994
                "TestBench",
1995
                "framework",
1996
                "laravel",
1997
                "testing"
1998
            ],
1999
            "time": "2016-04-26 14:29:20"
2000
        },
2001
        {
2002
            "name": "graham-campbell/testbench-core",
2003
            "version": "v1.1.1",
2004
            "source": {
2005
                "type": "git",
2006
                "url": "https://github.com/GrahamCampbell/Laravel-TestBench-Core.git",
2007
                "reference": "407e8cff5568ab95c4788ed5f7633e54be712de1"
2008
            },
2009
            "dist": {
2010
                "type": "zip",
2011
                "url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench-Core/zipball/407e8cff5568ab95c4788ed5f7633e54be712de1",
2012
                "reference": "407e8cff5568ab95c4788ed5f7633e54be712de1",
2013
                "shasum": ""
2014
            },
2015
            "require": {
2016
                "php": ">=5.5.9"
2017
            },
2018
            "require-dev": {
2019
                "phpunit/phpunit": "^4.8|^5.0"
2020
            },
2021
            "suggest": {
2022
                "illuminate/support": "Required to use the laravel trait.",
2023
                "mockery/mockery": "Required to use the mockery trait.",
2024
                "phpunit/phpunit": "Required to use the most of the features."
2025
            },
2026
            "type": "library",
2027
            "extra": {
2028
                "branch-alias": {
2029
                    "dev-master": "1.1-dev"
2030
                }
2031
            },
2032
            "autoload": {
2033
                "psr-4": {
2034
                    "GrahamCampbell\\TestBenchCore\\": "src/"
2035
                }
2036
            },
2037
            "notification-url": "https://packagist.org/downloads/",
2038
            "license": [
2039
                "MIT"
2040
            ],
2041
            "authors": [
2042
                {
2043
                    "name": "Graham Campbell",
2044
                    "email": "[email protected]"
2045
                }
2046
            ],
2047
            "description": "TestBench Core Provides Some Testing Functionality For Laravel 5",
2048
            "keywords": [
2049
                "Graham Campbell",
2050
                "GrahamCampbell",
2051
                "Laravel TestBench Core",
2052
                "Laravel-TestBench-Core",
2053
                "TestBench",
2054
                "framework",
2055
                "laravel",
2056
                "testbench-core",
2057
                "testing"
2058
            ],
2059
            "time": "2016-01-30 13:57:27"
2060
        },
2061
        {
2062
            "name": "hamcrest/hamcrest-php",
2063
            "version": "v1.2.2",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2067
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2072
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "php": ">=5.3.2"
2077
            },
2078
            "replace": {
2079
                "cordoval/hamcrest-php": "*",
2080
                "davedevelopment/hamcrest-php": "*",
2081
                "kodova/hamcrest-php": "*"
2082
            },
2083
            "require-dev": {
2084
                "phpunit/php-file-iterator": "1.3.3",
2085
                "satooshi/php-coveralls": "dev-master"
2086
            },
2087
            "type": "library",
2088
            "autoload": {
2089
                "classmap": [
2090
                    "hamcrest"
2091
                ],
2092
                "files": [
2093
                    "hamcrest/Hamcrest.php"
2094
                ]
2095
            },
2096
            "notification-url": "https://packagist.org/downloads/",
2097
            "license": [
2098
                "BSD"
2099
            ],
2100
            "description": "This is the PHP port of Hamcrest Matchers",
2101
            "keywords": [
2102
                "test"
2103
            ],
2104
            "time": "2015-05-11 14:41:42"
2105
        },
2106
        {
2107
            "name": "mockery/mockery",
2108
            "version": "0.9.5",
2109
            "source": {
2110
                "type": "git",
2111
                "url": "https://github.com/padraic/mockery.git",
2112
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
2113
            },
2114
            "dist": {
2115
                "type": "zip",
2116
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
2117
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
2118
                "shasum": ""
2119
            },
2120
            "require": {
2121
                "hamcrest/hamcrest-php": "~1.1",
2122
                "lib-pcre": ">=7.0",
2123
                "php": ">=5.3.2"
2124
            },
2125
            "require-dev": {
2126
                "phpunit/phpunit": "~4.0"
2127
            },
2128
            "type": "library",
2129
            "extra": {
2130
                "branch-alias": {
2131
                    "dev-master": "0.9.x-dev"
2132
                }
2133
            },
2134
            "autoload": {
2135
                "psr-0": {
2136
                    "Mockery": "library/"
2137
                }
2138
            },
2139
            "notification-url": "https://packagist.org/downloads/",
2140
            "license": [
2141
                "BSD-3-Clause"
2142
            ],
2143
            "authors": [
2144
                {
2145
                    "name": "Pádraic Brady",
2146
                    "email": "[email protected]",
2147
                    "homepage": "http://blog.astrumfutura.com"
2148
                },
2149
                {
2150
                    "name": "Dave Marshall",
2151
                    "email": "[email protected]",
2152
                    "homepage": "http://davedevelopment.co.uk"
2153
                }
2154
            ],
2155
            "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.",
2156
            "homepage": "http://github.com/padraic/mockery",
2157
            "keywords": [
2158
                "BDD",
2159
                "TDD",
2160
                "library",
2161
                "mock",
2162
                "mock objects",
2163
                "mockery",
2164
                "stub",
2165
                "test",
2166
                "test double",
2167
                "testing"
2168
            ],
2169
            "time": "2016-05-22 21:52:33"
2170
        },
2171
        {
2172
            "name": "orchestra/database",
2173
            "version": "v3.2.2",
2174
            "source": {
2175
                "type": "git",
2176
                "url": "https://github.com/orchestral/database.git",
2177
                "reference": "7bdcd44a722dd1afb9ad7fe1f2154059e325b275"
2178
            },
2179
            "dist": {
2180
                "type": "zip",
2181
                "url": "https://api.github.com/repos/orchestral/database/zipball/7bdcd44a722dd1afb9ad7fe1f2154059e325b275",
2182
                "reference": "7bdcd44a722dd1afb9ad7fe1f2154059e325b275",
2183
                "shasum": ""
2184
            },
2185
            "require": {
2186
                "illuminate/contracts": "~5.2.0",
2187
                "illuminate/database": "~5.2.0",
2188
                "php": ">=5.5.0"
2189
            },
2190
            "type": "library",
2191
            "extra": {
2192
                "branch-alias": {
2193
                    "dev-master": "3.3-dev"
2194
                }
2195
            },
2196
            "autoload": {
2197
                "psr-4": {
2198
                    "Orchestra\\Database\\": ""
2199
                }
2200
            },
2201
            "notification-url": "https://packagist.org/downloads/",
2202
            "license": [
2203
                "MIT"
2204
            ],
2205
            "authors": [
2206
                {
2207
                    "name": "Mior Muhammad Zaki",
2208
                    "email": "[email protected]",
2209
                    "homepage": "https://github.com/crynobone"
2210
                },
2211
                {
2212
                    "name": "Taylor Otwell",
2213
                    "email": "[email protected]",
2214
                    "homepage": "https://github.com/taylorotwell"
2215
                }
2216
            ],
2217
            "description": "Database Component for Orchestra Platform",
2218
            "keywords": [
2219
                "database",
2220
                "orchestra-platform",
2221
                "orchestral"
2222
            ],
2223
            "time": "2016-03-01 13:50:22"
2224
        },
2225
        {
2226
            "name": "orchestra/testbench",
2227
            "version": "v3.2.6",
2228
            "source": {
2229
                "type": "git",
2230
                "url": "https://github.com/orchestral/testbench.git",
2231
                "reference": "1f475dfe2731b180dba888ec9057b82485221186"
2232
            },
2233
            "dist": {
2234
                "type": "zip",
2235
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/1f475dfe2731b180dba888ec9057b82485221186",
2236
                "reference": "1f475dfe2731b180dba888ec9057b82485221186",
2237
                "shasum": ""
2238
            },
2239
            "require": {
2240
                "fzaninotto/faker": "~1.4",
2241
                "laravel/framework": "~5.2.28",
2242
                "orchestra/database": "~3.2.0",
2243
                "php": ">=5.5.0",
2244
                "symfony/css-selector": "2.8.*|3.0.*",
2245
                "symfony/dom-crawler": "2.8.*|3.0.*"
2246
            },
2247
            "require-dev": {
2248
                "mockery/mockery": "^0.9.4",
2249
                "phpunit/phpunit": "~4.8|~5.0"
2250
            },
2251
            "suggest": {
2252
                "phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package (~4.0|~5.0)."
2253
            },
2254
            "type": "library",
2255
            "extra": {
2256
                "branch-alias": {
2257
                    "dev-master": "3.3-dev"
2258
                }
2259
            },
2260
            "autoload": {
2261
                "psr-4": {
2262
                    "Orchestra\\Testbench\\": "src/"
2263
                }
2264
            },
2265
            "notification-url": "https://packagist.org/downloads/",
2266
            "license": [
2267
                "MIT"
2268
            ],
2269
            "authors": [
2270
                {
2271
                    "name": "Mior Muhammad Zaki",
2272
                    "email": "[email protected]",
2273
                    "homepage": "https://github.com/crynobone"
2274
                }
2275
            ],
2276
            "description": "Laravel Package Unit Testing Helper",
2277
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2278
            "keywords": [
2279
                "BDD",
2280
                "TDD",
2281
                "laravel",
2282
                "orchestra-platform",
2283
                "orchestral",
2284
                "testing"
2285
            ],
2286
            "time": "2016-08-18 01:06:49"
2287
        },
2288
        {
2289
            "name": "phpdocumentor/reflection-common",
2290
            "version": "1.0",
2291
            "source": {
2292
                "type": "git",
2293
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2294
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2295
            },
2296
            "dist": {
2297
                "type": "zip",
2298
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2299
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2300
                "shasum": ""
2301
            },
2302
            "require": {
2303
                "php": ">=5.5"
2304
            },
2305
            "require-dev": {
2306
                "phpunit/phpunit": "^4.6"
2307
            },
2308
            "type": "library",
2309
            "extra": {
2310
                "branch-alias": {
2311
                    "dev-master": "1.0.x-dev"
2312
                }
2313
            },
2314
            "autoload": {
2315
                "psr-4": {
2316
                    "phpDocumentor\\Reflection\\": [
2317
                        "src"
2318
                    ]
2319
                }
2320
            },
2321
            "notification-url": "https://packagist.org/downloads/",
2322
            "license": [
2323
                "MIT"
2324
            ],
2325
            "authors": [
2326
                {
2327
                    "name": "Jaap van Otterdijk",
2328
                    "email": "[email protected]"
2329
                }
2330
            ],
2331
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2332
            "homepage": "http://www.phpdoc.org",
2333
            "keywords": [
2334
                "FQSEN",
2335
                "phpDocumentor",
2336
                "phpdoc",
2337
                "reflection",
2338
                "static analysis"
2339
            ],
2340
            "time": "2015-12-27 11:43:31"
2341
        },
2342
        {
2343
            "name": "phpdocumentor/reflection-docblock",
2344
            "version": "3.1.1",
2345
            "source": {
2346
                "type": "git",
2347
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2348
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2349
            },
2350
            "dist": {
2351
                "type": "zip",
2352
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2353
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2354
                "shasum": ""
2355
            },
2356
            "require": {
2357
                "php": ">=5.5",
2358
                "phpdocumentor/reflection-common": "^1.0@dev",
2359
                "phpdocumentor/type-resolver": "^0.2.0",
2360
                "webmozart/assert": "^1.0"
2361
            },
2362
            "require-dev": {
2363
                "mockery/mockery": "^0.9.4",
2364
                "phpunit/phpunit": "^4.4"
2365
            },
2366
            "type": "library",
2367
            "autoload": {
2368
                "psr-4": {
2369
                    "phpDocumentor\\Reflection\\": [
2370
                        "src/"
2371
                    ]
2372
                }
2373
            },
2374
            "notification-url": "https://packagist.org/downloads/",
2375
            "license": [
2376
                "MIT"
2377
            ],
2378
            "authors": [
2379
                {
2380
                    "name": "Mike van Riel",
2381
                    "email": "[email protected]"
2382
                }
2383
            ],
2384
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2385
            "time": "2016-09-30 07:12:33"
2386
        },
2387
        {
2388
            "name": "phpdocumentor/type-resolver",
2389
            "version": "0.2",
2390
            "source": {
2391
                "type": "git",
2392
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2393
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
2394
            },
2395
            "dist": {
2396
                "type": "zip",
2397
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
2398
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
2399
                "shasum": ""
2400
            },
2401
            "require": {
2402
                "php": ">=5.5",
2403
                "phpdocumentor/reflection-common": "^1.0"
2404
            },
2405
            "require-dev": {
2406
                "mockery/mockery": "^0.9.4",
2407
                "phpunit/phpunit": "^5.2||^4.8.24"
2408
            },
2409
            "type": "library",
2410
            "extra": {
2411
                "branch-alias": {
2412
                    "dev-master": "1.0.x-dev"
2413
                }
2414
            },
2415
            "autoload": {
2416
                "psr-4": {
2417
                    "phpDocumentor\\Reflection\\": [
2418
                        "src/"
2419
                    ]
2420
                }
2421
            },
2422
            "notification-url": "https://packagist.org/downloads/",
2423
            "license": [
2424
                "MIT"
2425
            ],
2426
            "authors": [
2427
                {
2428
                    "name": "Mike van Riel",
2429
                    "email": "[email protected]"
2430
                }
2431
            ],
2432
            "time": "2016-06-10 07:14:17"
2433
        },
2434
        {
2435
            "name": "phpspec/php-diff",
2436
            "version": "v1.0.2",
2437
            "source": {
2438
                "type": "git",
2439
                "url": "https://github.com/phpspec/php-diff.git",
2440
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
2441
            },
2442
            "dist": {
2443
                "type": "zip",
2444
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
2445
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
2446
                "shasum": ""
2447
            },
2448
            "type": "library",
2449
            "autoload": {
2450
                "psr-0": {
2451
                    "Diff": "lib/"
2452
                }
2453
            },
2454
            "notification-url": "https://packagist.org/downloads/",
2455
            "license": [
2456
                "BSD-3-Clause"
2457
            ],
2458
            "authors": [
2459
                {
2460
                    "name": "Chris Boulton",
2461
                    "homepage": "http://github.com/chrisboulton",
2462
                    "role": "Original developer"
2463
                }
2464
            ],
2465
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
2466
            "time": "2013-11-01 13:02:21"
2467
        },
2468
        {
2469
            "name": "phpspec/phpspec",
2470
            "version": "2.5.3",
2471
            "source": {
2472
                "type": "git",
2473
                "url": "https://github.com/phpspec/phpspec.git",
2474
                "reference": "153ebd99d9b842e0c99a024c41f970d79db46475"
2475
            },
2476
            "dist": {
2477
                "type": "zip",
2478
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/153ebd99d9b842e0c99a024c41f970d79db46475",
2479
                "reference": "153ebd99d9b842e0c99a024c41f970d79db46475",
2480
                "shasum": ""
2481
            },
2482
            "require": {
2483
                "doctrine/instantiator": "^1.0.1",
2484
                "ext-tokenizer": "*",
2485
                "php": ">=5.3.3",
2486
                "phpspec/php-diff": "~1.0.0",
2487
                "phpspec/prophecy": "~1.4",
2488
                "sebastian/exporter": "~1.0",
2489
                "symfony/console": "~2.3|~3.0",
2490
                "symfony/event-dispatcher": "~2.1|~3.0",
2491
                "symfony/finder": "~2.1|~3.0",
2492
                "symfony/process": "^2.6|~3.0",
2493
                "symfony/yaml": "~2.1|~3.0"
2494
            },
2495
            "require-dev": {
2496
                "behat/behat": "^3.0.11",
2497
                "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
2498
                "phpunit/phpunit": "~4.4",
2499
                "symfony/filesystem": "~2.1|~3.0"
2500
            },
2501
            "suggest": {
2502
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
2503
            },
2504
            "bin": [
2505
                "bin/phpspec"
2506
            ],
2507
            "type": "library",
2508
            "extra": {
2509
                "branch-alias": {
2510
                    "dev-master": "2.5.x-dev"
2511
                }
2512
            },
2513
            "autoload": {
2514
                "psr-0": {
2515
                    "PhpSpec": "src/"
2516
                }
2517
            },
2518
            "notification-url": "https://packagist.org/downloads/",
2519
            "license": [
2520
                "MIT"
2521
            ],
2522
            "authors": [
2523
                {
2524
                    "name": "Konstantin Kudryashov",
2525
                    "email": "[email protected]",
2526
                    "homepage": "http://everzet.com"
2527
                },
2528
                {
2529
                    "name": "Marcello Duarte",
2530
                    "homepage": "http://marcelloduarte.net/"
2531
                }
2532
            ],
2533
            "description": "Specification-oriented BDD framework for PHP 5.3+",
2534
            "homepage": "http://phpspec.net/",
2535
            "keywords": [
2536
                "BDD",
2537
                "SpecBDD",
2538
                "TDD",
2539
                "spec",
2540
                "specification",
2541
                "testing",
2542
                "tests"
2543
            ],
2544
            "time": "2016-09-26 20:28:11"
2545
        },
2546
        {
2547
            "name": "phpspec/prophecy",
2548
            "version": "v1.6.1",
2549
            "source": {
2550
                "type": "git",
2551
                "url": "https://github.com/phpspec/prophecy.git",
2552
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
2553
            },
2554
            "dist": {
2555
                "type": "zip",
2556
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
2557
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
2558
                "shasum": ""
2559
            },
2560
            "require": {
2561
                "doctrine/instantiator": "^1.0.2",
2562
                "php": "^5.3|^7.0",
2563
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2564
                "sebastian/comparator": "^1.1",
2565
                "sebastian/recursion-context": "^1.0"
2566
            },
2567
            "require-dev": {
2568
                "phpspec/phpspec": "^2.0"
2569
            },
2570
            "type": "library",
2571
            "extra": {
2572
                "branch-alias": {
2573
                    "dev-master": "1.6.x-dev"
2574
                }
2575
            },
2576
            "autoload": {
2577
                "psr-0": {
2578
                    "Prophecy\\": "src/"
2579
                }
2580
            },
2581
            "notification-url": "https://packagist.org/downloads/",
2582
            "license": [
2583
                "MIT"
2584
            ],
2585
            "authors": [
2586
                {
2587
                    "name": "Konstantin Kudryashov",
2588
                    "email": "[email protected]",
2589
                    "homepage": "http://everzet.com"
2590
                },
2591
                {
2592
                    "name": "Marcello Duarte",
2593
                    "email": "[email protected]"
2594
                }
2595
            ],
2596
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2597
            "homepage": "https://github.com/phpspec/prophecy",
2598
            "keywords": [
2599
                "Double",
2600
                "Dummy",
2601
                "fake",
2602
                "mock",
2603
                "spy",
2604
                "stub"
2605
            ],
2606
            "time": "2016-06-07 08:13:47"
2607
        },
2608
        {
2609
            "name": "phpunit/php-code-coverage",
2610
            "version": "2.2.4",
2611
            "source": {
2612
                "type": "git",
2613
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2614
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2615
            },
2616
            "dist": {
2617
                "type": "zip",
2618
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2619
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2620
                "shasum": ""
2621
            },
2622
            "require": {
2623
                "php": ">=5.3.3",
2624
                "phpunit/php-file-iterator": "~1.3",
2625
                "phpunit/php-text-template": "~1.2",
2626
                "phpunit/php-token-stream": "~1.3",
2627
                "sebastian/environment": "^1.3.2",
2628
                "sebastian/version": "~1.0"
2629
            },
2630
            "require-dev": {
2631
                "ext-xdebug": ">=2.1.4",
2632
                "phpunit/phpunit": "~4"
2633
            },
2634
            "suggest": {
2635
                "ext-dom": "*",
2636
                "ext-xdebug": ">=2.2.1",
2637
                "ext-xmlwriter": "*"
2638
            },
2639
            "type": "library",
2640
            "extra": {
2641
                "branch-alias": {
2642
                    "dev-master": "2.2.x-dev"
2643
                }
2644
            },
2645
            "autoload": {
2646
                "classmap": [
2647
                    "src/"
2648
                ]
2649
            },
2650
            "notification-url": "https://packagist.org/downloads/",
2651
            "license": [
2652
                "BSD-3-Clause"
2653
            ],
2654
            "authors": [
2655
                {
2656
                    "name": "Sebastian Bergmann",
2657
                    "email": "[email protected]",
2658
                    "role": "lead"
2659
                }
2660
            ],
2661
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2662
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2663
            "keywords": [
2664
                "coverage",
2665
                "testing",
2666
                "xunit"
2667
            ],
2668
            "time": "2015-10-06 15:47:00"
2669
        },
2670
        {
2671
            "name": "phpunit/php-file-iterator",
2672
            "version": "1.4.1",
2673
            "source": {
2674
                "type": "git",
2675
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2676
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2677
            },
2678
            "dist": {
2679
                "type": "zip",
2680
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2681
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2682
                "shasum": ""
2683
            },
2684
            "require": {
2685
                "php": ">=5.3.3"
2686
            },
2687
            "type": "library",
2688
            "extra": {
2689
                "branch-alias": {
2690
                    "dev-master": "1.4.x-dev"
2691
                }
2692
            },
2693
            "autoload": {
2694
                "classmap": [
2695
                    "src/"
2696
                ]
2697
            },
2698
            "notification-url": "https://packagist.org/downloads/",
2699
            "license": [
2700
                "BSD-3-Clause"
2701
            ],
2702
            "authors": [
2703
                {
2704
                    "name": "Sebastian Bergmann",
2705
                    "email": "[email protected]",
2706
                    "role": "lead"
2707
                }
2708
            ],
2709
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2710
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2711
            "keywords": [
2712
                "filesystem",
2713
                "iterator"
2714
            ],
2715
            "time": "2015-06-21 13:08:43"
2716
        },
2717
        {
2718
            "name": "phpunit/php-text-template",
2719
            "version": "1.2.1",
2720
            "source": {
2721
                "type": "git",
2722
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2723
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2724
            },
2725
            "dist": {
2726
                "type": "zip",
2727
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2728
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2729
                "shasum": ""
2730
            },
2731
            "require": {
2732
                "php": ">=5.3.3"
2733
            },
2734
            "type": "library",
2735
            "autoload": {
2736
                "classmap": [
2737
                    "src/"
2738
                ]
2739
            },
2740
            "notification-url": "https://packagist.org/downloads/",
2741
            "license": [
2742
                "BSD-3-Clause"
2743
            ],
2744
            "authors": [
2745
                {
2746
                    "name": "Sebastian Bergmann",
2747
                    "email": "[email protected]",
2748
                    "role": "lead"
2749
                }
2750
            ],
2751
            "description": "Simple template engine.",
2752
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2753
            "keywords": [
2754
                "template"
2755
            ],
2756
            "time": "2015-06-21 13:50:34"
2757
        },
2758
        {
2759
            "name": "phpunit/php-timer",
2760
            "version": "1.0.8",
2761
            "source": {
2762
                "type": "git",
2763
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2764
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2765
            },
2766
            "dist": {
2767
                "type": "zip",
2768
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2769
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2770
                "shasum": ""
2771
            },
2772
            "require": {
2773
                "php": ">=5.3.3"
2774
            },
2775
            "require-dev": {
2776
                "phpunit/phpunit": "~4|~5"
2777
            },
2778
            "type": "library",
2779
            "autoload": {
2780
                "classmap": [
2781
                    "src/"
2782
                ]
2783
            },
2784
            "notification-url": "https://packagist.org/downloads/",
2785
            "license": [
2786
                "BSD-3-Clause"
2787
            ],
2788
            "authors": [
2789
                {
2790
                    "name": "Sebastian Bergmann",
2791
                    "email": "[email protected]",
2792
                    "role": "lead"
2793
                }
2794
            ],
2795
            "description": "Utility class for timing",
2796
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2797
            "keywords": [
2798
                "timer"
2799
            ],
2800
            "time": "2016-05-12 18:03:57"
2801
        },
2802
        {
2803
            "name": "phpunit/php-token-stream",
2804
            "version": "1.4.8",
2805
            "source": {
2806
                "type": "git",
2807
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2808
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2809
            },
2810
            "dist": {
2811
                "type": "zip",
2812
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2813
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2814
                "shasum": ""
2815
            },
2816
            "require": {
2817
                "ext-tokenizer": "*",
2818
                "php": ">=5.3.3"
2819
            },
2820
            "require-dev": {
2821
                "phpunit/phpunit": "~4.2"
2822
            },
2823
            "type": "library",
2824
            "extra": {
2825
                "branch-alias": {
2826
                    "dev-master": "1.4-dev"
2827
                }
2828
            },
2829
            "autoload": {
2830
                "classmap": [
2831
                    "src/"
2832
                ]
2833
            },
2834
            "notification-url": "https://packagist.org/downloads/",
2835
            "license": [
2836
                "BSD-3-Clause"
2837
            ],
2838
            "authors": [
2839
                {
2840
                    "name": "Sebastian Bergmann",
2841
                    "email": "[email protected]"
2842
                }
2843
            ],
2844
            "description": "Wrapper around PHP's tokenizer extension.",
2845
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2846
            "keywords": [
2847
                "tokenizer"
2848
            ],
2849
            "time": "2015-09-15 10:49:45"
2850
        },
2851
        {
2852
            "name": "phpunit/phpunit",
2853
            "version": "4.8.27",
2854
            "source": {
2855
                "type": "git",
2856
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2857
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
2858
            },
2859
            "dist": {
2860
                "type": "zip",
2861
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
2862
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
2863
                "shasum": ""
2864
            },
2865
            "require": {
2866
                "ext-dom": "*",
2867
                "ext-json": "*",
2868
                "ext-pcre": "*",
2869
                "ext-reflection": "*",
2870
                "ext-spl": "*",
2871
                "php": ">=5.3.3",
2872
                "phpspec/prophecy": "^1.3.1",
2873
                "phpunit/php-code-coverage": "~2.1",
2874
                "phpunit/php-file-iterator": "~1.4",
2875
                "phpunit/php-text-template": "~1.2",
2876
                "phpunit/php-timer": "^1.0.6",
2877
                "phpunit/phpunit-mock-objects": "~2.3",
2878
                "sebastian/comparator": "~1.1",
2879
                "sebastian/diff": "~1.2",
2880
                "sebastian/environment": "~1.3",
2881
                "sebastian/exporter": "~1.2",
2882
                "sebastian/global-state": "~1.0",
2883
                "sebastian/version": "~1.0",
2884
                "symfony/yaml": "~2.1|~3.0"
2885
            },
2886
            "suggest": {
2887
                "phpunit/php-invoker": "~1.1"
2888
            },
2889
            "bin": [
2890
                "phpunit"
2891
            ],
2892
            "type": "library",
2893
            "extra": {
2894
                "branch-alias": {
2895
                    "dev-master": "4.8.x-dev"
2896
                }
2897
            },
2898
            "autoload": {
2899
                "classmap": [
2900
                    "src/"
2901
                ]
2902
            },
2903
            "notification-url": "https://packagist.org/downloads/",
2904
            "license": [
2905
                "BSD-3-Clause"
2906
            ],
2907
            "authors": [
2908
                {
2909
                    "name": "Sebastian Bergmann",
2910
                    "email": "[email protected]",
2911
                    "role": "lead"
2912
                }
2913
            ],
2914
            "description": "The PHP Unit Testing framework.",
2915
            "homepage": "https://phpunit.de/",
2916
            "keywords": [
2917
                "phpunit",
2918
                "testing",
2919
                "xunit"
2920
            ],
2921
            "time": "2016-07-21 06:48:14"
2922
        },
2923
        {
2924
            "name": "phpunit/phpunit-mock-objects",
2925
            "version": "2.3.8",
2926
            "source": {
2927
                "type": "git",
2928
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2929
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2930
            },
2931
            "dist": {
2932
                "type": "zip",
2933
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2934
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2935
                "shasum": ""
2936
            },
2937
            "require": {
2938
                "doctrine/instantiator": "^1.0.2",
2939
                "php": ">=5.3.3",
2940
                "phpunit/php-text-template": "~1.2",
2941
                "sebastian/exporter": "~1.2"
2942
            },
2943
            "require-dev": {
2944
                "phpunit/phpunit": "~4.4"
2945
            },
2946
            "suggest": {
2947
                "ext-soap": "*"
2948
            },
2949
            "type": "library",
2950
            "extra": {
2951
                "branch-alias": {
2952
                    "dev-master": "2.3.x-dev"
2953
                }
2954
            },
2955
            "autoload": {
2956
                "classmap": [
2957
                    "src/"
2958
                ]
2959
            },
2960
            "notification-url": "https://packagist.org/downloads/",
2961
            "license": [
2962
                "BSD-3-Clause"
2963
            ],
2964
            "authors": [
2965
                {
2966
                    "name": "Sebastian Bergmann",
2967
                    "email": "[email protected]",
2968
                    "role": "lead"
2969
                }
2970
            ],
2971
            "description": "Mock Object library for PHPUnit",
2972
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2973
            "keywords": [
2974
                "mock",
2975
                "xunit"
2976
            ],
2977
            "time": "2015-10-02 06:51:40"
2978
        },
2979
        {
2980
            "name": "sebastian/comparator",
2981
            "version": "1.2.0",
2982
            "source": {
2983
                "type": "git",
2984
                "url": "https://github.com/sebastianbergmann/comparator.git",
2985
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2986
            },
2987
            "dist": {
2988
                "type": "zip",
2989
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2990
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2991
                "shasum": ""
2992
            },
2993
            "require": {
2994
                "php": ">=5.3.3",
2995
                "sebastian/diff": "~1.2",
2996
                "sebastian/exporter": "~1.2"
2997
            },
2998
            "require-dev": {
2999
                "phpunit/phpunit": "~4.4"
3000
            },
3001
            "type": "library",
3002
            "extra": {
3003
                "branch-alias": {
3004
                    "dev-master": "1.2.x-dev"
3005
                }
3006
            },
3007
            "autoload": {
3008
                "classmap": [
3009
                    "src/"
3010
                ]
3011
            },
3012
            "notification-url": "https://packagist.org/downloads/",
3013
            "license": [
3014
                "BSD-3-Clause"
3015
            ],
3016
            "authors": [
3017
                {
3018
                    "name": "Jeff Welch",
3019
                    "email": "[email protected]"
3020
                },
3021
                {
3022
                    "name": "Volker Dusch",
3023
                    "email": "[email protected]"
3024
                },
3025
                {
3026
                    "name": "Bernhard Schussek",
3027
                    "email": "[email protected]"
3028
                },
3029
                {
3030
                    "name": "Sebastian Bergmann",
3031
                    "email": "[email protected]"
3032
                }
3033
            ],
3034
            "description": "Provides the functionality to compare PHP values for equality",
3035
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3036
            "keywords": [
3037
                "comparator",
3038
                "compare",
3039
                "equality"
3040
            ],
3041
            "time": "2015-07-26 15:48:44"
3042
        },
3043
        {
3044
            "name": "sebastian/diff",
3045
            "version": "1.4.1",
3046
            "source": {
3047
                "type": "git",
3048
                "url": "https://github.com/sebastianbergmann/diff.git",
3049
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3050
            },
3051
            "dist": {
3052
                "type": "zip",
3053
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3054
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3055
                "shasum": ""
3056
            },
3057
            "require": {
3058
                "php": ">=5.3.3"
3059
            },
3060
            "require-dev": {
3061
                "phpunit/phpunit": "~4.8"
3062
            },
3063
            "type": "library",
3064
            "extra": {
3065
                "branch-alias": {
3066
                    "dev-master": "1.4-dev"
3067
                }
3068
            },
3069
            "autoload": {
3070
                "classmap": [
3071
                    "src/"
3072
                ]
3073
            },
3074
            "notification-url": "https://packagist.org/downloads/",
3075
            "license": [
3076
                "BSD-3-Clause"
3077
            ],
3078
            "authors": [
3079
                {
3080
                    "name": "Kore Nordmann",
3081
                    "email": "[email protected]"
3082
                },
3083
                {
3084
                    "name": "Sebastian Bergmann",
3085
                    "email": "[email protected]"
3086
                }
3087
            ],
3088
            "description": "Diff implementation",
3089
            "homepage": "https://github.com/sebastianbergmann/diff",
3090
            "keywords": [
3091
                "diff"
3092
            ],
3093
            "time": "2015-12-08 07:14:41"
3094
        },
3095
        {
3096
            "name": "sebastian/environment",
3097
            "version": "1.3.8",
3098
            "source": {
3099
                "type": "git",
3100
                "url": "https://github.com/sebastianbergmann/environment.git",
3101
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3102
            },
3103
            "dist": {
3104
                "type": "zip",
3105
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3106
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3107
                "shasum": ""
3108
            },
3109
            "require": {
3110
                "php": "^5.3.3 || ^7.0"
3111
            },
3112
            "require-dev": {
3113
                "phpunit/phpunit": "^4.8 || ^5.0"
3114
            },
3115
            "type": "library",
3116
            "extra": {
3117
                "branch-alias": {
3118
                    "dev-master": "1.3.x-dev"
3119
                }
3120
            },
3121
            "autoload": {
3122
                "classmap": [
3123
                    "src/"
3124
                ]
3125
            },
3126
            "notification-url": "https://packagist.org/downloads/",
3127
            "license": [
3128
                "BSD-3-Clause"
3129
            ],
3130
            "authors": [
3131
                {
3132
                    "name": "Sebastian Bergmann",
3133
                    "email": "[email protected]"
3134
                }
3135
            ],
3136
            "description": "Provides functionality to handle HHVM/PHP environments",
3137
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3138
            "keywords": [
3139
                "Xdebug",
3140
                "environment",
3141
                "hhvm"
3142
            ],
3143
            "time": "2016-08-18 05:49:44"
3144
        },
3145
        {
3146
            "name": "sebastian/exporter",
3147
            "version": "1.2.2",
3148
            "source": {
3149
                "type": "git",
3150
                "url": "https://github.com/sebastianbergmann/exporter.git",
3151
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3152
            },
3153
            "dist": {
3154
                "type": "zip",
3155
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3156
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3157
                "shasum": ""
3158
            },
3159
            "require": {
3160
                "php": ">=5.3.3",
3161
                "sebastian/recursion-context": "~1.0"
3162
            },
3163
            "require-dev": {
3164
                "ext-mbstring": "*",
3165
                "phpunit/phpunit": "~4.4"
3166
            },
3167
            "type": "library",
3168
            "extra": {
3169
                "branch-alias": {
3170
                    "dev-master": "1.3.x-dev"
3171
                }
3172
            },
3173
            "autoload": {
3174
                "classmap": [
3175
                    "src/"
3176
                ]
3177
            },
3178
            "notification-url": "https://packagist.org/downloads/",
3179
            "license": [
3180
                "BSD-3-Clause"
3181
            ],
3182
            "authors": [
3183
                {
3184
                    "name": "Jeff Welch",
3185
                    "email": "[email protected]"
3186
                },
3187
                {
3188
                    "name": "Volker Dusch",
3189
                    "email": "[email protected]"
3190
                },
3191
                {
3192
                    "name": "Bernhard Schussek",
3193
                    "email": "[email protected]"
3194
                },
3195
                {
3196
                    "name": "Sebastian Bergmann",
3197
                    "email": "[email protected]"
3198
                },
3199
                {
3200
                    "name": "Adam Harvey",
3201
                    "email": "[email protected]"
3202
                }
3203
            ],
3204
            "description": "Provides the functionality to export PHP variables for visualization",
3205
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3206
            "keywords": [
3207
                "export",
3208
                "exporter"
3209
            ],
3210
            "time": "2016-06-17 09:04:28"
3211
        },
3212
        {
3213
            "name": "sebastian/global-state",
3214
            "version": "1.1.1",
3215
            "source": {
3216
                "type": "git",
3217
                "url": "https://github.com/sebastianbergmann/global-state.git",
3218
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3219
            },
3220
            "dist": {
3221
                "type": "zip",
3222
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3223
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3224
                "shasum": ""
3225
            },
3226
            "require": {
3227
                "php": ">=5.3.3"
3228
            },
3229
            "require-dev": {
3230
                "phpunit/phpunit": "~4.2"
3231
            },
3232
            "suggest": {
3233
                "ext-uopz": "*"
3234
            },
3235
            "type": "library",
3236
            "extra": {
3237
                "branch-alias": {
3238
                    "dev-master": "1.0-dev"
3239
                }
3240
            },
3241
            "autoload": {
3242
                "classmap": [
3243
                    "src/"
3244
                ]
3245
            },
3246
            "notification-url": "https://packagist.org/downloads/",
3247
            "license": [
3248
                "BSD-3-Clause"
3249
            ],
3250
            "authors": [
3251
                {
3252
                    "name": "Sebastian Bergmann",
3253
                    "email": "[email protected]"
3254
                }
3255
            ],
3256
            "description": "Snapshotting of global state",
3257
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3258
            "keywords": [
3259
                "global state"
3260
            ],
3261
            "time": "2015-10-12 03:26:01"
3262
        },
3263
        {
3264
            "name": "sebastian/recursion-context",
3265
            "version": "1.0.2",
3266
            "source": {
3267
                "type": "git",
3268
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3269
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
3270
            },
3271
            "dist": {
3272
                "type": "zip",
3273
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
3274
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
3275
                "shasum": ""
3276
            },
3277
            "require": {
3278
                "php": ">=5.3.3"
3279
            },
3280
            "require-dev": {
3281
                "phpunit/phpunit": "~4.4"
3282
            },
3283
            "type": "library",
3284
            "extra": {
3285
                "branch-alias": {
3286
                    "dev-master": "1.0.x-dev"
3287
                }
3288
            },
3289
            "autoload": {
3290
                "classmap": [
3291
                    "src/"
3292
                ]
3293
            },
3294
            "notification-url": "https://packagist.org/downloads/",
3295
            "license": [
3296
                "BSD-3-Clause"
3297
            ],
3298
            "authors": [
3299
                {
3300
                    "name": "Jeff Welch",
3301
                    "email": "[email protected]"
3302
                },
3303
                {
3304
                    "name": "Sebastian Bergmann",
3305
                    "email": "[email protected]"
3306
                },
3307
                {
3308
                    "name": "Adam Harvey",
3309
                    "email": "[email protected]"
3310
                }
3311
            ],
3312
            "description": "Provides functionality to recursively process PHP variables",
3313
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3314
            "time": "2015-11-11 19:50:13"
3315
        },
3316
        {
3317
            "name": "sebastian/version",
3318
            "version": "1.0.6",
3319
            "source": {
3320
                "type": "git",
3321
                "url": "https://github.com/sebastianbergmann/version.git",
3322
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3323
            },
3324
            "dist": {
3325
                "type": "zip",
3326
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3327
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3328
                "shasum": ""
3329
            },
3330
            "type": "library",
3331
            "autoload": {
3332
                "classmap": [
3333
                    "src/"
3334
                ]
3335
            },
3336
            "notification-url": "https://packagist.org/downloads/",
3337
            "license": [
3338
                "BSD-3-Clause"
3339
            ],
3340
            "authors": [
3341
                {
3342
                    "name": "Sebastian Bergmann",
3343
                    "email": "[email protected]",
3344
                    "role": "lead"
3345
                }
3346
            ],
3347
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3348
            "homepage": "https://github.com/sebastianbergmann/version",
3349
            "time": "2015-06-21 13:59:46"
3350
        },
3351
        {
3352
            "name": "squizlabs/php_codesniffer",
3353
            "version": "2.6.2",
3354
            "source": {
3355
                "type": "git",
3356
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3357
                "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83"
3358
            },
3359
            "dist": {
3360
                "type": "zip",
3361
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4edb770cb853def6e60c93abb088ad5ac2010c83",
3362
                "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83",
3363
                "shasum": ""
3364
            },
3365
            "require": {
3366
                "ext-simplexml": "*",
3367
                "ext-tokenizer": "*",
3368
                "ext-xmlwriter": "*",
3369
                "php": ">=5.1.2"
3370
            },
3371
            "require-dev": {
3372
                "phpunit/phpunit": "~4.0"
3373
            },
3374
            "bin": [
3375
                "scripts/phpcs",
3376
                "scripts/phpcbf"
3377
            ],
3378
            "type": "library",
3379
            "extra": {
3380
                "branch-alias": {
3381
                    "dev-master": "2.x-dev"
3382
                }
3383
            },
3384
            "autoload": {
3385
                "classmap": [
3386
                    "CodeSniffer.php",
3387
                    "CodeSniffer/CLI.php",
3388
                    "CodeSniffer/Exception.php",
3389
                    "CodeSniffer/File.php",
3390
                    "CodeSniffer/Fixer.php",
3391
                    "CodeSniffer/Report.php",
3392
                    "CodeSniffer/Reporting.php",
3393
                    "CodeSniffer/Sniff.php",
3394
                    "CodeSniffer/Tokens.php",
3395
                    "CodeSniffer/Reports/",
3396
                    "CodeSniffer/Tokenizers/",
3397
                    "CodeSniffer/DocGenerators/",
3398
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3399
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3400
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3401
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3402
                    "CodeSniffer/Standards/Generic/Sniffs/",
3403
                    "CodeSniffer/Standards/MySource/Sniffs/",
3404
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3405
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3406
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3407
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3408
                    "CodeSniffer/Standards/Zend/Sniffs/"
3409
                ]
3410
            },
3411
            "notification-url": "https://packagist.org/downloads/",
3412
            "license": [
3413
                "BSD-3-Clause"
3414
            ],
3415
            "authors": [
3416
                {
3417
                    "name": "Greg Sherwood",
3418
                    "role": "lead"
3419
                }
3420
            ],
3421
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3422
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3423
            "keywords": [
3424
                "phpcs",
3425
                "standards"
3426
            ],
3427
            "time": "2016-07-13 23:29:13"
3428
        },
3429
        {
3430
            "name": "symfony/css-selector",
3431
            "version": "v3.0.9",
3432
            "source": {
3433
                "type": "git",
3434
                "url": "https://github.com/symfony/css-selector.git",
3435
                "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115"
3436
            },
3437
            "dist": {
3438
                "type": "zip",
3439
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/b8999c1f33c224b2b66b38253f5e3a838d0d0115",
3440
                "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115",
3441
                "shasum": ""
3442
            },
3443
            "require": {
3444
                "php": ">=5.5.9"
3445
            },
3446
            "type": "library",
3447
            "extra": {
3448
                "branch-alias": {
3449
                    "dev-master": "3.0-dev"
3450
                }
3451
            },
3452
            "autoload": {
3453
                "psr-4": {
3454
                    "Symfony\\Component\\CssSelector\\": ""
3455
                },
3456
                "exclude-from-classmap": [
3457
                    "/Tests/"
3458
                ]
3459
            },
3460
            "notification-url": "https://packagist.org/downloads/",
3461
            "license": [
3462
                "MIT"
3463
            ],
3464
            "authors": [
3465
                {
3466
                    "name": "Jean-François Simon",
3467
                    "email": "[email protected]"
3468
                },
3469
                {
3470
                    "name": "Fabien Potencier",
3471
                    "email": "[email protected]"
3472
                },
3473
                {
3474
                    "name": "Symfony Community",
3475
                    "homepage": "https://symfony.com/contributors"
3476
                }
3477
            ],
3478
            "description": "Symfony CssSelector Component",
3479
            "homepage": "https://symfony.com",
3480
            "time": "2016-06-29 05:40:00"
3481
        },
3482
        {
3483
            "name": "symfony/dom-crawler",
3484
            "version": "v3.0.9",
3485
            "source": {
3486
                "type": "git",
3487
                "url": "https://github.com/symfony/dom-crawler.git",
3488
                "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970"
3489
            },
3490
            "dist": {
3491
                "type": "zip",
3492
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
3493
                "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
3494
                "shasum": ""
3495
            },
3496
            "require": {
3497
                "php": ">=5.5.9",
3498
                "symfony/polyfill-mbstring": "~1.0"
3499
            },
3500
            "require-dev": {
3501
                "symfony/css-selector": "~2.8|~3.0"
3502
            },
3503
            "suggest": {
3504
                "symfony/css-selector": ""
3505
            },
3506
            "type": "library",
3507
            "extra": {
3508
                "branch-alias": {
3509
                    "dev-master": "3.0-dev"
3510
                }
3511
            },
3512
            "autoload": {
3513
                "psr-4": {
3514
                    "Symfony\\Component\\DomCrawler\\": ""
3515
                },
3516
                "exclude-from-classmap": [
3517
                    "/Tests/"
3518
                ]
3519
            },
3520
            "notification-url": "https://packagist.org/downloads/",
3521
            "license": [
3522
                "MIT"
3523
            ],
3524
            "authors": [
3525
                {
3526
                    "name": "Fabien Potencier",
3527
                    "email": "[email protected]"
3528
                },
3529
                {
3530
                    "name": "Symfony Community",
3531
                    "homepage": "https://symfony.com/contributors"
3532
                }
3533
            ],
3534
            "description": "Symfony DomCrawler Component",
3535
            "homepage": "https://symfony.com",
3536
            "time": "2016-07-30 07:22:48"
3537
        },
3538
        {
3539
            "name": "webmozart/assert",
3540
            "version": "1.1.0",
3541
            "source": {
3542
                "type": "git",
3543
                "url": "https://github.com/webmozart/assert.git",
3544
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
3545
            },
3546
            "dist": {
3547
                "type": "zip",
3548
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
3549
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
3550
                "shasum": ""
3551
            },
3552
            "require": {
3553
                "php": "^5.3.3|^7.0"
3554
            },
3555
            "require-dev": {
3556
                "phpunit/phpunit": "^4.6",
3557
                "sebastian/version": "^1.0.1"
3558
            },
3559
            "type": "library",
3560
            "extra": {
3561
                "branch-alias": {
3562
                    "dev-master": "1.2-dev"
3563
                }
3564
            },
3565
            "autoload": {
3566
                "psr-4": {
3567
                    "Webmozart\\Assert\\": "src/"
3568
                }
3569
            },
3570
            "notification-url": "https://packagist.org/downloads/",
3571
            "license": [
3572
                "MIT"
3573
            ],
3574
            "authors": [
3575
                {
3576
                    "name": "Bernhard Schussek",
3577
                    "email": "[email protected]"
3578
                }
3579
            ],
3580
            "description": "Assertions to validate method input/output with nice error messages.",
3581
            "keywords": [
3582
                "assert",
3583
                "check",
3584
                "validate"
3585
            ],
3586
            "time": "2016-08-09 15:02:57"
3587
        }
3588
    ],
3589
    "aliases": [],
3590
    "minimum-stability": "stable",
3591
    "stability-flags": [],
3592
    "prefer-stable": false,
3593
    "prefer-lowest": false,
3594
    "platform": {
3595
        "php": ">=5.5.9"
3596
    },
3597
    "platform-dev": []
3598
}
3599